NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 For details on each parameter and how to use WADO, see the WADO Specification

Multiexcerpt include
MultiExcerptNameExitDisclaimer
nopaneltrue
PageWithExcerptwikicontent:Exit Disclaimer to Include
. 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 

Code Block
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"