v1

latestOpenAPI 3.0.02026-07-142740323.4 KB
Series

List the available series

List the Orthanc identifiers of all the available DICOM series

get/series

Query parameters

expandstring

If present, retrieve detailed information about the individual series

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:/series: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 series (if `expand` argument is provided)","example":["318603c5-03e8cffc-a82b6ee1-3ccd3c1e-18d7e3bb","7124dba7-09803f33-98b73826-33f14632-ea842d29"]}

Example response

[
  "318603c5-03e8cffc-a82b6ee1-3ccd3c1e-18d7e3bb",
  "7124dba7-09803f33-98b73826-33f14632-ea842d29"
]