Integration WADO URL OsiriX.

Hello,

I’m putting together a report and need web system perform the integration of my Orthanc Server with my OsiriX DICOM Viewer.

I am using the API integration WADO of OsiriX with URL:
osirix://?methodName=DownloadURL&Display=YES&URL=‘http://orthancserver:8042/dicom-web/studies/1.2.840.113619.2.332.3.688385.445.1476109409.94

or

osirix://?methodName=DownloadURL&Display=YES&URL=‘http://orthancserver:8042/dicom-web?requestType=WADO&studyUID=1.2.840.113619.2.332.3.688385.445.1476109409.94

I not sucess of integration using this URL’s.

This URL’s is correct?

Thank you.

Hello,

The Orthanc Book features a “Quickstart” section for DICOMweb that should provide all the necessary information:
https://orthanc.chu.ulg.ac.be/book/plugins/dicomweb.html#quickstart

In a nutshell, the correct URL to access WADO-RS would be:
http://orthancserver:8042/dicom-web/studies/1.2.840.113619.2.332.3.688385.445.1476109409.94

And the WADO-URI to generate a preview of some DICOM instance would be:

http://orthancserver:8042/wado?objectUID=1.3.12.2.1107.5.1.4.54693.30000006100507010800000005466&requestType=WADO

That being said, I don’t have access to any Mac computer, so I cannot personally give precise guidelines for Horos/OsiriX. Any feedback about this topic would be welcome.

HTH,
Sébastien-

Hello,

I am using the URL (http: // orthancserver: 8042 / wado? ObjectUID = 1.3.12.2.1107.5.1.4.54693.30000006100507010800000005466 & requestType = WADO) as indicated, but you are downloading only one images from a series of a studo.

How do you suggest to download all the images in the study?

Hello,

Yes, WADO-URI only allows to retrieve one DICOM instance.

You’ll have to use DICOMweb (QIDO-RS + WADO-RS) in order to retrieve a full study/series.

Query/retrieve from OsiriX to Orthanc (with the DICOMweb plugin installed) through DICOMweb is supported by OsiriX 8.5 or higher:
https://en.wikipedia.org/wiki/DICOMweb#Client

HTH,
Sébastien-