You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this package, it’s been very useful. I’m currently using it to interface with a Varians db daemon to collect CT images, following the example of CMoveTutorial2.
However the script exported files only have a single meta header entry, and therefore are not conforming to the DICOM standard. Manual export retains the additional meta header information from the same source. I have scoured the docs and tried many adjustments (WriteSettings, etc) to have it be included but no luck. Is this expected behaviour?
e.g : the dicoms exported by script include only (0002,0010) Transfer Syntax UID but are missing File Meta Information Group Length (0002,0000), Media Storage SOP Class UID (0002,0002), Implementation Class UID (0002,00012) etc.
The text was updated successfully, but these errors were encountered:
Hello team
Thanks for this package, it’s been very useful. I’m currently using it to interface with a Varians db daemon to collect CT images, following the example of CMoveTutorial2.
However the script exported files only have a single meta header entry, and therefore are not conforming to the DICOM standard. Manual export retains the additional meta header information from the same source. I have scoured the docs and tried many adjustments (WriteSettings, etc) to have it be included but no luck. Is this expected behaviour?
e.g : the dicoms exported by script include only (0002,0010) Transfer Syntax UID but are missing File Meta Information Group Length (0002,0000), Media Storage SOP Class UID (0002,0002), Implementation Class UID (0002,00012) etc.
The text was updated successfully, but these errors were encountered: