v1

latestOpenAPI 3.0.02026-07-142740323.4 KB
Series

Get information about some series

Get detailed information about the DICOM series whose Orthanc identifier is provided in the URL

get/series/{id}

Path parameters

idstring required

Orthanc identifier of the series of interest

Query parameters

fullboolean

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

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

Response

{"stackTrail":"paths:/series/{id}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","description":"Information about the DICOM series","example":{"ExpectedNumberOfInstances":null,"ID":"37836232-d13a2350-fa1dedc5-962b31aa-010f8e52","Instances":["6582b1c0-292ad5ab-ba0f088f-f7a1766f-9a29a54f"],"IsStable":true,"LastUpdate":"20180414T091542","MainDicomTags":{"ImageOrientationPatient":"0\\1\\0\\0\\0\\-1","Manufacturer":"Philips","Modality":"CT","PerformedProcedureStepDescription":"CT2 tête, face, sinus","ProtocolName":"COU 2 mm/Neck/Sv","SeriesInstanceUID":"1.2.840.113704.1.111.5692.1127828999.2","SeriesNumber":"2276","StationName":"ctrad"},"ParentStudy":"49974143-ec23cb52-6b2a1c46-14d5daa0-0822ce1a","Status":"Unknown","Type":"Series"}}

Example response

{
  "ExpectedNumberOfInstances": null,
  "ID": "37836232-d13a2350-fa1dedc5-962b31aa-010f8e52",
  "Instances": [
    "6582b1c0-292ad5ab-ba0f088f-f7a1766f-9a29a54f"
  ],
  "IsStable": true,
  "LastUpdate": "20180414T091542",
  "MainDicomTags": {
    "ImageOrientationPatient": "0\\1\\0\\0\\0\\-1",
    "Manufacturer": "Philips",
    "Modality": "CT",
    "PerformedProcedureStepDescription": "CT2 tête, face, sinus",
    "ProtocolName": "COU 2 mm/Neck/Sv",
    "SeriesInstanceUID": "1.2.840.113704.1.111.5692.1127828999.2",
    "SeriesNumber": "2276",
    "StationName": "ctrad"
  },
  "ParentStudy": "49974143-ec23cb52-6b2a1c46-14d5daa0-0822ce1a",
  "Status": "Unknown",
  "Type": "Series"
}