Closed ShakhzodbekYuldoshov closed 1 year ago
This is not really an OHIF viewer issue or even an Orthanac server issue, unless you are asking to be able to send the JPEG from the viewer to the server and have it be associated with the same study?
But did you replace the pixel data in the original DICOM file with your edited copy? If so, your server probably saw it as the same image and rejected it due to the same DICOM UIDs in the file. You should create a new DICOM file that has different UIDs so the server sees it as a different image object. There are plenty of JPEG to DICOM on the web that can do this for you.
There is a cornerstoneWebImageLoader
in the cornerstonejs organization for exact that, loading png/jpg images. You can read up on its documentation.
As of how to get it to work in OHIF, you can search the usage of cornerstoneWADOImageLoader
and probably replicate some of the initialization/configuration.
Hi everyone! Did you managed to make it working? I'm interessed by doing the same thing for the viewer Thanks for any response :smile:
Cornerstone3D has webImageLoader but OHIF does not support that right now
I want to use jpeg files instead of Dicom files. The reason for it is I converted Dicom to jpeg and edited using photoshop. Then converted jpeg to Dicom. But Dicom file did not change when I uploaded it to orthanc server again it did not recognized changes. For the reason of that I want to use jpeg reader instead of dicom servers. Is it possible? Please I need help. If you can please help me