Hi!
I did not find documentation about the check md5.
I found two references.
NEWS:Version 0.5.2 (2013/05/07)
* Check MD5 of third party downloads
Version 0.7.3 (2014/02/14)
* Automatic computation of MD5 hashes for the stored DICOM files
Orthanc - REST API:/{resourceType}/{id}/attachments/{name}/compressed-md5
/{resourceType}/{id}/attachments/{name}/md5
/{resourceType}/{id}/attachments/{name}/verify-md5 - Check that there is no corruption on the disk
My question is if I can check the integrity of the zip file after use GET /studies/{id}/archive.
Thanks!
Vinicius