WADO-URI

Hi! I’ve been trying dicomweb plugins to query metadata, but I need to retrieve the dicom file using wado-uri (traditional one) instead of wado-rs.
I’ve seen that there’s a tutorial in codeproject with example on how to implement wado-uri plugin and I wanted to know if this there’s an official wado plugin of I must use this one and maybe continue it development.

If you just need DICOM P10, you can use the /file endpoint

The problem is that once I got the study/serie&instanceuid i need to perform the query in wado-uri way. So for access the /file I should use the orthanc’s restapi to get its ID and change the generic wado connector :frowning: So I guess I must use the wado-uri plugin or my backend service will convert the /file instance to wado

Hello,

I am currently working on the first official release of the DICOMweb plugin.

The nice thing for you is that WADO support will also be part of this plugin.

Everything should be ready in the next few hours.

Sébastien-

What a nice news! :slight_smile: So I’ll just wait for it!

As promised, it has just been released:
http://www.orthanc-server.com/browse.php?path=/plugin-dicom-web

Cool! I just got it compiled in my vagrant machine and it’s working! Thank you very much :wink: