nroduit / Weasis

Weasis is a DICOM viewer available as a desktop application or as a web-based application.
https://nroduit.github.io
Other
808 stars 292 forks source link

Open jpg/jpeg images through dicomWeb #533

Closed Prashant117 closed 6 months ago

Prashant117 commented 6 months ago

We are trying to open a jpeg image the same way we open a dicom image in Weasis through dicomWeb. image The above-mentioned way is working for the dicom images.

We are able to import a jpeg image manually as shown below. image

How can we open a jpeg image in weasis through a URL as we do in dicomWeb process. We are using Orhtanc as our dicom server and fetching a jpeg image as per our requirement.

nroduit commented 6 months ago

DICOMWeb is a standard that covers DICOM files and services, not other image types.

Please refer to the documentation as this functionality already exists:

Prashant117 commented 6 months ago

Thanks @nroduit for the help. we are able to make it work now. The url from orthanc was the problem.