rexcardan / Evil-DICOM

A C# DICOM Library
168 stars 98 forks source link

Meta/Header information not being written #93

Open remsky opened 2 years ago

remsky commented 2 years ago

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.