v1

latestOpenAPI 3.0.02026-07-142740323.4 KB
Patients

List the available patients

List the Orthanc identifiers of all the available DICOM patients

get/patients

Query parameters

expandstring

If present, retrieve detailed information about the individual patients

fullboolean

If present, report the DICOM tags in full format (tags indexed by their hexadecimal format, associated with their symbolic name and their value)

limitnumber

Limit the number of results

requestedTagsstring

If present, list the DICOM Tags you want to list in the response. This argument is a semi-column separated list of DICOM Tags identifiers; e.g: 'requestedTags=0010,0010;PatientBirthDate'. The tags requested tags are returned in the 'RequestedTags' field in the response. Note that, if you are requesting tags that are not listed in the Main Dicom Tags stored in DB, building the response might be slow since Orthanc will need to access the DICOM files. If not specified, Orthanc will return

shortboolean

If present, report the DICOM tags in hexadecimal format

sincenumber

Show only the resources since the provided index

Response

{"stackTrail":"paths:/patients:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","description":"JSON array containing either the Orthanc identifiers, or detailed information about the reported patients (if `expand` argument is provided)","example":["0946fcb6-cf12ab43-bad958c1-bf057ad5-0fc6f54c","da39a3ee-5e6b4b0d-3255bfef-95601890-afd80709"]}

Example response

[
  "0946fcb6-cf12ab43-bad958c1-bf057ad5-0fc6f54c",
  "da39a3ee-5e6b4b0d-3255bfef-95601890-afd80709"
]