NIH | National Cancer Institute | NCI Wiki  

WIKI MAINTENANCE NOTICE

Please be advised that NCI Wiki will be undergoing maintenance on Thursday, May 23rd between 1200 ET and 1300 ET.
Wiki will remain available, but users may experience screen refreshes or HTTP 502 errors during the maintenance period. If you encounter these errors, wait 1-2 minutes, then refresh your page.

If you have any questions or concerns, please contact the CBIIT Atlassian Management Team.

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

The NBIA Web Access to DICOM Objects (WADO) API is an extension of the REST API that allows image retrieval. For more information about formatting requests and security, see the NBIA REST API User's Guide.  For details on each parameter and how to use WADO, see the WADO Specification Exit Disclaimer logo . The following table lists the attributes that the NBIA WADO API supports.


Parameter

Required

requestType

Yes

studyUID

Yes

seriesUID

Yes

objectUID

Yes

rows

No

columns

No

region

No

windowCenter

No

windowWidth

No

frameNumber

No

imageQuality

No


Example WADO Call 

curl -H "Authorization:Bearer 5fb31a78-60d5-4645-b415-9633fd7a77ff" -k "https://public-dev.cancerimagingarchive.net/nbia-api/services/getWado" -d "seriesUID=1.3.6.1.4.1.14519.5.2.1.3023.4024.536949365601910993926257264114&objectUID=1.3.6.1.4.1.14519.5.2.1.3023.4024.822829852603295162591249163632&studyUID=1.3.6.1.4.1.14519.5.2.1.3023.4024.215308722288168917637555384485&requestType=WADO"

  • No labels