gerddie / ginkgocadx

Advanced DICOM viewer
131 stars 38 forks source link

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

Closed gerddie closed 8 years ago

gerddie commented 8 years ago

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.

gerddie commented 8 years ago

The files

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

are the only locations where _DCMMediaStorageSOPInstanceUID is directly manipulated.

gerddie commented 8 years ago

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

gerddie commented 8 years ago

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