v1

latestOpenAPI 3.0.02026-07-142740323.4 KB
Patients

Get patient module

Get the patient module of the DICOM patient whose Orthanc identifier is provided in the URL

get/patients/{id}/module

Path parameters

idstring required

Orthanc identifier of the patient of interest

Query parameters

ignore-lengthstring[]

Also include the DICOM tags that are provided in this list, even if their associated value is long

shortboolean

If present, report the DICOM tags in hexadecimal format

simplifyboolean

If present, report the DICOM tags in human-readable format (using the symbolic name of the tags)

Response

{"stackTrail":"paths:/patients/{id}/module:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","description":"Information about the DICOM patient","example":{"0010,0010":{"Name":"PatientName","Type":"String","Value":"INCISIX"},"0010,0020":{"Name":"PatientID","Type":"String","Value":"SOtNwu"}}}

Example response

{
  "0010,0010": {
    "Name": "PatientName",
    "Type": "String",
    "Value": "INCISIX"
  },
  "0010,0020": {
    "Name": "PatientID",
    "Type": "String",
    "Value": "SOtNwu"
  }
}