How do I make sure DICOM series download from Orthanc server not corrupt

Is there a checksum or anything I can compare? Thanks a lot,

Ching

Yes, Orthanc stores the MD5 hash of each attachment in its index database (of course provided the “StoreMD5ForAttachments” configuration option is set to its default value “true”).

For an instance with identifier “id”, you can access the MD5 hash of its DICOM file at the following URI:

http://localhost:8042/instances/{id}/attachments/dicom/md5

HTH,
Sébastien-