Explicit VR objects corrupted on store

Issue #309 resolved
Ed McDonagh created an issue

I think this is what is happening - a series of Philips BigBore dose info images were corrupted after being stored via a QR request. It seems that the storescp function is setting the syntax to be ImplicitVR without actually changing anything.

Comments (7)

  1. Ed McDonagh reporter

    The issue seems to be that the DS object has a group 2 TransferSyntaxUID included, so when the DICOM file is written, that appears at the start of group 8. I don't know what has happened to cause this. Removing it seems to make things work. Tested with various modalities and conquest installed through Ubuntu. Refs #309

    → <<cset 3a33272c4d8e>>

  2. Ed McDonagh reporter

    Code as merged was working for my conquest install. However, it didn't work for dcmtk as there was no TransferSyntaxUID in DS. By checking that first, dcmtk seemed to work. But now conquest is not working.

  3. Log in to comment