gerddie/ginkgocadx

Sending the data to an PACS server seems to introduce a wrong tag

gerddie opened this issue · 3 comments

When files are send to a PACS server, an tag (0002,0003) is introduced at an invalid position. It is not clear whether this is a problem with ginkgocadx or the server side.

See Debian bug #753809.

The files

main/controllers/dcmtk/libi2d/i2dimgs.cpp:      
main/controllers/dcmtk/dicomstoreassociation.cpp

are the only locations where DCM_MediaStorageSOPInstanceUID is directly manipulated.

As far as I can see, sending the data to an orthanc server doesn't introduce the bogus tag.

This can not be confirmed with the DICOM data I have available.