Oct 8, 2023 11:10 AM
by Bill
Hi.
I am sending dicom images from my app (using evilDicom library) to Radiant. When I am sending uncompressed images, it works fine. When I am sending JPEG lossless images with TransferSyntaxUID (1.2.840.10008.1.2.4.70) Radiant does this:
- Saves correctly patient data, study data, series data etc in Radiant Database
- IT does not open images but a black image
- When I open study from folder (storage Radiant folder) I am getting message "no images found"
I see that in Radiant saved dicom file (image) TransferSyntaxUID is 1.2.840.10008.1.2 and file size is less than the original JPEG lossless image sent by my app.
Can you help me with that ?