DICOMweb

Dear Orthanc Users Group,

I’m using the Orthanc DICOMweb plugin and its QIDO-RS and WADO-RS access works fine for me.

There are two things that I’m not able to achieve:

  1. the request
    http://demo.orthanc-server.com/dicom-web/studies/2.16.840.1.113669.632.20.1211.10000315526/series/1.3.12.2.1107.5.1.4.54693.30000006100507010800000005268/instances/1.3.12.2.1107.5.1.4.54693.30000006100507010800000005463/frames/1/rendered

returns a rendered jpeg image as expected.
but adding WADO-RS query parameters (https://www.dicomstandard.org/dicomweb/retrieve-wado-rs-and-wado-uri/) does not seem to have any effect. Fe. if I add “?window=50,100,linear” the rendered image is the same as before. From reading the plugin source code I think the functionality is implemented.
2. Access to a “studies” or “series” image, (fe. http://demo.orthanc-server.com/dicom-web/studies/2.16.840.1.113669.632.20.1211.10000315526/rendered) returns with Orthanc Error “Unknown resource”

Is there anything I’m doing wrong?

kind regards
Joerg

Hello,

As can be seen in the release notes of the DICOMweb plugin, the “window” option and the “/studies/…/series/…/rendered” routes are now pending in the mainline, and are not part of any official release yet:
https://bitbucket.org/sjodogne/orthanc-dicomweb/src/default/NEWS

As far as “/studies/…/rendered” is concerned, it is not implemented yet.

If you expect faster development and if you are an industrial player, please consider buying professional support from our commercial partner Osimis.

HTH,
Sébastien-

As a complement to my previous answer, the “/studies/…/rendered” route is now implemented:
https://bitbucket.org/sjodogne/orthanc-dicomweb/commits/8f0e50452c26b4ef047e2b336517f8e6bff5e50a

Sébastien-