Retrieve DICOM study metadata and pixel data using WADO-RS

domain: dicomweb.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Query the DICOMweb server using QIDO-RS first to obtain Study Instance UIDs for the patient and study of interest, then use those UIDs to construct WADO-RS requests
  2. Retrieve study-level metadata by sending a GET request to {base_url}/studies/{StudyInstanceUID}/metadata with Accept: application/dicom+json; the response contains all instance metadata for the study without pixel data, enabling rapid inspection of study contents
  3. Retrieve series-level metadata at {base_url}/studies/{StudyInstanceUID}/series/{SeriesInstanceUID}/metadata to scope to a specific series such as a particular CT acquisition or MRI sequence
  4. Retrieve individual instance pixel data by GET to {base_url}/studies/{StudyInstanceUID}/series/{SeriesInstanceUID}/instances/{SOPInstanceUID} with Accept: application/dicom; parse the response as a multipart/related payload and extract the DICOM binary part
  5. For rendered pixel access (PNG or JPEG) without full DICOM parsing, use the rendered endpoint: {base_url}/studies/{StudyInstanceUID}/series/{SeriesInstanceUID}/instances/{SOPInstanceUID}/rendered with Accept: image/png or image/jpeg
  6. Cache retrieved metadata locally using the Study Instance UID as key; DICOM study metadata is immutable once finalized and does not need to be re-fetched on every access

Known gotchas

Related routes

query and retrieve imaging studies via DICOMweb (QIDO-RS and WADO-RS)
dicomweb · 6 steps · unrated
Retrieve web-displayable renderings of DICOM instances using the WADO-RS Retrieve Rendered transaction instead of raw pixel data
healthcare · 6 steps · unrated
Optimize multi-frame DICOM retrieval performance using WADO-RS frame batching and HTTP range requests
dicom.nema.org · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans