NIH | National Cancer Institute | NCI Wiki  

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 14 Current »

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 Guides Exit Disclaimer logo . 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

contentTypeNo

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