v1
latestOpenAPI 3.0.02026-07-132990743.4 KBStudies
Get patient module of study
Get the patient module of the DICOM study whose Orthanc identifier is provided in the URL
get/studies/{id}/module-patient
Path parameters
idstring required
Orthanc identifier of the study 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:/studies/{id}/module-patient:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","description":"Information about the DICOM study","example":{"0010,0010":{"Name":"PatientName","Type":"String","Value":"BRAINIX"},"0010,0020":{"Name":"PatientID","Type":"String","Value":"5Yp0E"},"0010,0030":{"Name":"PatientBirthDate","Type":"String","Value":"19490301"},"0010,0040":{"Name":"PatientSex","Type":"String","Value":"0000"}}}
Example response
{
"0010,0010": {
"Name": "PatientName",
"Type": "String",
"Value": "BRAINIX"
},
"0010,0020": {
"Name": "PatientID",
"Type": "String",
"Value": "5Yp0E"
},
"0010,0030": {
"Name": "PatientBirthDate",
"Type": "String",
"Value": "19490301"
},
"0010,0040": {
"Name": "PatientSex",
"Type": "String",
"Value": "0000"
}
}