I have been researching DICOM node software that would allow control over leaving the DICOM headers untouched. I learned the hard way that some DICOM viewers alter the headers without any notification. This change has led to drastically altered patient results and many headaches.
I recognize that Orthanc stores the data in its own built SQL organizational structure but preserves the original DICOM files. I also see that it allows reorganization into the original patient/series structures via downloading the data as compressed ZIP files.
Is there any way to configure it to either:
1) store the data directly per patient and series or
2) allow direct downloads of the data without compression?
Unfortunately, the analysis tools we use are not configured for DICOMWeb. They require at minimum the files either as series or as a set per patient.
Thanks,
Eric
Is there any way to configure it to either:
1) store the data directly per patient and series or
2) allow direct downloads of the data without compression?
For option 2:
That opens an interesting, alternative avenue.
Orthanc uses some form of a SQL layout for file storage, yes? I will look into this as a side project.