Search found 4 matches

by jsyri
Wed, 2012-09-19, 08:51
Forum: DCMTK - General
Topic: DcmSCU::sendSTORERequest fails because unknown original xfer
Replies: 5
Views: 5189

Re: DcmSCU::sendSTORERequest fails because unknown original

Ok the remaining problem turned out to be at the server side configuration. Everything seems to work now. Thanks for the help.
by jsyri
Tue, 2012-09-18, 10:33
Forum: DCMTK - General
Topic: DcmSCU::sendSTORERequest fails because unknown original xfer
Replies: 5
Views: 5189

Re: DcmSCU::sendSTORERequest fails because unknown original

I updated to the latest snapshot (3.6.1_20120831) and that seems to solve the issue with the transfer syntax. Unfortunately it seems that the image conversion code above doesn't work anymore (EXS_JPEGProcess1TransferSyntax was renamed to EXS_JPEGProcess1) . No error is returned, but resulting datase...
by jsyri
Mon, 2012-09-17, 14:04
Forum: DCMTK - General
Topic: DcmSCU::sendSTORERequest fails because unknown original xfer
Replies: 5
Views: 5189

DcmSCU::sendSTORERequest fails because unknown original xfer

I need to load jpg files and send them to the remote server. I can convert image to the dicom format using something like: Image2Dcm i2d; I2DOutputPlug *outPlug = new I2DOutputPlugSC(); I2DImgSource *inputPlug = new I2DJpegSource(); E_TransferSyntax writeXfer = EXS_JPEGProcess1TransferSyntax; inputP...