Hi all,
I’m using Orthanc 1.5.8 in an MRI research group, and built a test small suite for my code. Its great to have a lightweight, free, open-source DICOM receiver. Thanks!
I’m using as close to the default configuration as I can, sqlite database in particular. I just compiled v1.9.0 to try it out, but one of my tests is now failing.
That test compares a sha256sum of an image before I send it into Orthanc (using dcmsend, creating a whole study consisting of one image) and a hash of the image after downloading from Orthanc as a .zip archive (curl http://…/studies/…/archive --output file.zip --silent). I then unzip to access the .dcm file, and get the hash.
In 1.5.8, I see an exact match of pre & post hash values, meaning its the same image bit for bit. In 1.9.0, the hashes do not match (wildly different), whereas all other of my tests are passing.
Is this expected behavior? What is now changing in transit? (Sorry if this has been asked before, I searched and could not find anything on this.)
Thanks,
–Jeremy