Search found 3 matches

by Erik
Mon, 2008-02-04, 10:32
Forum: DCMTK - General
Topic: Accept associations from peers without calling AET
Replies: 1
Views: 2860

Accept associations from peers without calling AET

I have experienced that some SCU do not provide there AET when initializing an association. This will result in the error "Illegal service parameter: Calling AP Title" from the constructAssociatePDU function. I wounder if it is advisable to solve this problem by accepting calling AP Titles...
by Erik
Thu, 2005-09-15, 16:12
Forum: DCMTK - General
Topic: imagectn reports to many hits on C-Find and C-Move requests
Replies: 1
Views: 2717

imagectn reports to many hits on C-Find and C-Move requests

When issuing a C-Find or C-Move request on an array of SOP Instance UID:s the imagectn server finds/moves to many DICOM objects. If you send a C-Find or C-Move request for SOP Instance UID 1.2.840.123 and 1.2.840.444 to a imagectn server with a database containing SOP Instance UID: 1.2.840.1 1.2.840...
by Erik
Tue, 2005-02-01, 10:44
Forum: DCMTK - General
Topic: Compressing and decompressing images file in imagectn
Replies: 1
Views: 5008

Compressing and decompressing images file in imagectn

I am interested in modifying the imagectn server to compress incoming image files using the DICOM default lossless compression and decompress outgoing image file. Should I add support in saveFile for writeTransfersyntax set to lossless JPEG in the imagectn module or should imagectn call the dcmdjpeg...