Hello all,
I have a very successful ORTHANC instance running in a Docker. Previously I received DICOM images from my CR Xray system, but now we have added a brand new DR (DX) system.
using the /preview function within the ORTHANC REST API, I am successfully able to retrieve Preview images in JPEG format from both system -generated DICOM files - CR and DX.
The issue I have is that the Preview Images (by calling instances/[INSTANCEID]/preview) seem to be much whiter from the DX than the CR. I’m assuming this has something to do with MONOCHROME1 (CR) and MONOCHROME2 (DX) formats. When previewing these images in the Osimis viewer, I have no issues, they look the correct contrast as something in the Osimis viewer must be compensating for the two formats.
My question is, how do i get the Preview Images from the DX system, to be more predictable and less HIGH CONTRAST?
Regards
Sean