query and retrieve imaging studies via DICOMweb (QIDO-RS and WADO-RS)

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

Steps

  1. Send a QIDO-RS search request: GET {wado-base}/studies with query parameters such as PatientID, StudyDate, or ModalitiesInStudy to retrieve a list of matching studies as JSON (Accept: application/dicom+json).
  2. Drill down to series: GET {wado-base}/studies/{studyInstanceUID}/series to list all series in a study.
  3. Retrieve instance metadata: GET {wado-base}/studies/{studyInstanceUID}/series/{seriesInstanceUID}/instances.
  4. Download pixel data via WADO-RS: GET {wado-base}/studies/{studyInstanceUID}/series/{seriesInstanceUID}/instances/{sopInstanceUID} with Accept: multipart/related; type='application/octet-stream' for raw DICOM, or 'image/jpeg' for rendered frames.
  5. To retrieve a specific frame: append /frames/{frameNumber} to the instance URL in the WADO-RS request.
  6. Authenticate per the server's requirements (often OAuth2 bearer token or mutual TLS); check the server's conformance statement for supported transfer syntaxes and media types.

Known gotchas

Related routes

Submit DICOM imaging studies to a cloud DICOMweb server using STOW-RS multipart upload and then verify storage by querying study metadata via QIDO-RS
dicomstandard.org · 5 steps · unrated
Retrieve DICOM study metadata and pixel data using WADO-RS
dicomweb.com · 6 steps · unrated
Search for DICOM studies and series using QIDO-RS
dicomweb.com · 6 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