Search found 5 matches

by offiser
Thu, 2007-08-02, 14:35
Forum: DCMTK - General
Topic: Proglem sending JPEG_BAseline Messages via DIMSE_storeUser
Replies: 8
Views: 10137

Hi Marko,

thank you so much. It seems to work now against the jdicomtools (Storageserver)

But with the conQuest server my allpication hangs because the DIMSE_storeUser waits for a resonse that is not comming?!


Best regards
by offiser
Wed, 2007-08-01, 11:53
Forum: DCMTK - General
Topic: Proglem sending JPEG_BAseline Messages via DIMSE_storeUser
Replies: 8
Views: 10137

Hi Marco, I do call putOriginalRepresentation. Here is the way i insert the precompressed JPEG(24Bit-PAL) pixeldata into the message: case InnoDicom::MEDIA_TYPE_JPEG: { pPixelData = new BYTE[m_pStoreData->size]; bufferSize = m_pStoreData->size; SetPixelBuffer(pPixelData, isUpsideDown); E_TransferSyn...
by offiser
Wed, 2007-08-01, 11:09
Forum: DCMTK - General
Topic: Proglem sending JPEG_BAseline Messages via DIMSE_storeUser
Replies: 8
Views: 10137

Hi Markus, OFBool isOK = dataSet.canWriteXfer(EXS_JPEGProcess1TransferSyntax); OFCondition cond = dataSet.chooseRepresentation(EXS_JPEGProcess1TransferSyntax, NULL); does not solve this problem. canWriteXfer() returns OFFalse and chooseRepresentation still returns ECC_IllegalCall. The Pixeldata seem...
by offiser
Tue, 2007-07-31, 13:52
Forum: DCMTK - General
Topic: Proglem sending JPEG_BAseline Messages via DIMSE_storeUser
Replies: 8
Views: 10137

Hi Markus, thank you for this information. It seems it changed something. Now I get "ECC_IllegalCall" while calling fileFormat.chooseRepresentation(EXS_JPEGProcess1TransferSyntax, NULL); And still the same messages while calling DIMSE_storeUser(). The JPEG files (lossy) we want to attach h...
by offiser
Tue, 2007-07-31, 08:59
Forum: DCMTK - General
Topic: Proglem sending JPEG_BAseline Messages via DIMSE_storeUser
Replies: 8
Views: 10137

Proglem sending JPEG_BAseline Messages via DIMSE_storeUser

Hi, i am trying to convert our dicominterface using offis instead of merge. It works straight forward except sending jpeg-messages. I do: - open an connection to the PACS using "UID_JPEGProcess1TransferSyntax" and "UID_SecondaryCaptureImageStorage" - open a dataset and set studyd...