What is or means corrupted dicom data (instance/series/study/patient) ?

Hi,

From your practical experience, what would you consider as corrupted dicom data?

What kind of data is not possible to:

  • upload
  • download
  • modify
  • query
  • archive
  • anonymize
  • merge
  • split
  • etc.
    … to/from/on the Orthanc?

Thanks,
Vedran

Orthanc should accept any DICOM file that can be read by DCMTK, and that contains the 4 DICOM tags “PatientID”, “StudyInstanceUID”, “SeriesInstanceUID” and “SOPInstanceUID”:
https://book.orthanc-server.com/faq/orthanc-ids.html

Thanks a lot!