Returns report, DICOM, and invoice for an order

Returns base64-encoded radiology report PDF, DICOM imaging data, and invoice for a single
order visible to the authenticated user's group.

Provide one lookup method:

  • order_id — order UUID
  • reference_id — accession / reference ID on the order
  • patient_name + date_of_birth + study_description — patient and study description
    (study description is resolved via the Translation table, same as inbound image matching)

report, dicom, and invoice are omitted (null) when not available for the order.
DICOM is returned as a base64-encoded zip when fetched live from Ambra storage.
Invoice is loaded from the parent appointment attachment.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Order UUID (one lookup method required)

string

Order accession / reference ID (one lookup method required)

string

Patient full name — use with date_of_birth and study_description

string

Patient date of birth (YYYY-MM-DD) — use with patient_name and study_description

string

Ambra study description matched via Translation table — use with patient_name and date_of_birth

Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json