Create a DICOM store in Google Cloud Healthcare API and perform STOW-RS, QIDO-RS, and WADO-RS operations against it

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

Steps

  1. Enable the Cloud Healthcare API and create a dataset and DICOM store using the gcloud CLI: gcloud healthcare dicom-stores create MY_STORE --dataset=MY_DATASET --location=us-central1
  2. Authenticate with application default credentials and obtain an OAuth2 access token via gcloud auth print-access-token for use in HTTP headers
  3. Store a DICOM instance with STOW-RS: POST https://healthcare.googleapis.com/v1/projects/PROJECT/locations/LOCATION/datasets/DATASET/dicomStores/STORE/dicomWeb/studies with Content-Type multipart/related; type=application/dicom and the DICOM P10 file as the body part
  4. Query studies with QIDO-RS: GET .../dicomWeb/studies?PatientName=SMITH&limit=20 and parse the JSON response array of study-level attributes
  5. Retrieve pixel data with WADO-RS: GET .../dicomWeb/studies/{studyUID}/series/{seriesUID}/instances/{instanceUID}/frames/1 with Accept: application/octet-stream

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
Use the Google Cloud Healthcare API DICOM adapter to bridge legacy DIMSE C-FIND and C-MOVE calls to the cloud DICOMweb backend
github.com/GoogleCloudPlatform/healthcare-dicom-dicomweb-adapter · 5 steps · unrated
Manage imaging workflow steps using DICOM UPS-RS (Worklist Service) to create, claim, update, and complete Workitems
healthcare · 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