v1
latestOpenAPI 3.0.02026-07-142740323.4 KBStudies
Get study module
Get the study module of the DICOM study whose Orthanc identifier is provided in the URL
get/studies/{id}/module
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:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","description":"Information about the DICOM study","example":{"0008,0020":{"Name":"StudyDate","Type":"String","Value":"20061201"},"0008,0030":{"Name":"StudyTime","Type":"String","Value":"141645.000000"},"0008,0050":{"Name":"AccessionNumber","Type":"String","Value":"0"},"0008,0090":{"Name":"ReferringPhysicianName","Type":"String","Value":"dAEvNTxZJO0E"},"0008,1030":{"Name":"StudyDescription","Type":"String","Value":"IRM cérébrale, neuro-crâne"},"0008,1032":{"Name":"ProcedureCodeSequence","Type":"Sequence","Value":[{"0008,0100":{"Name":"CodeValue","Type":"String","Value":"IRMCEREB"},"0008,0102":{"Name":"CodingSchemeDesignator","Type":"String","Value":"XPLORE"},"0008,0104":{"Name":"CodeMeaning","Type":"String","Value":"IRM cérébrale, neuro-crâne"},"0008,010b":{"Name":"ContextGroupExtensionFlag","Type":"String","Value":"N"}}]},"0008,1110":{"Name":"ReferencedStudySequence","Type":"Sequence","Value":[{"0008,1150":{"Name":"ReferencedSOPClassUID","Type":"String","Value":"1.2.840.10008.3.1.2.3.1"},"0008,1155":{"Name":"ReferencedSOPInstanceUID","Type":"String","Value":"2.16.840.1.113669.632.20.1211.10000357775"}}]},"0020,000d":{"Name":"StudyInstanceUID","Type":"String","Value":"2.16.840.1.113669.632.20.1211.10000357775"},"0020,0010":{"Name":"StudyID","Type":"String","Value":"218211405"}}}
Example response
{
"0008,0020": {
"Name": "StudyDate",
"Type": "String",
"Value": "20061201"
},
"0008,0030": {
"Name": "StudyTime",
"Type": "String",
"Value": "141645.000000"
},
"0008,0050": {
"Name": "AccessionNumber",
"Type": "String",
"Value": "0"
},
"0008,0090": {
"Name": "ReferringPhysicianName",
"Type": "String",
"Value": "dAEvNTxZJO0E"
},
"0008,1030": {
"Name": "StudyDescription",
"Type": "String",
"Value": "IRM cérébrale, neuro-crâne"
},
"0008,1032": {
"Name": "ProcedureCodeSequence",
"Type": "Sequence",
"Value": [
{
"0008,0100": {
"Name": "CodeValue",
"Type": "String",
"Value": "IRMCEREB"
},
"0008,0102": {
"Name": "CodingSchemeDesignator",
"Type": "String",
"Value": "XPLORE"
},
"0008,0104": {
"Name": "CodeMeaning",
"Type": "String",
"Value": "IRM cérébrale, neuro-crâne"
},
"0008,010b": {
"Name": "ContextGroupExtensionFlag",
"Type": "String",
"Value": "N"
}
}
]
},
"0008,1110": {
"Name": "ReferencedStudySequence",
"Type": "Sequence",
"Value": [
{
"0008,1150": {
"Name": "ReferencedSOPClassUID",
"Type": "String",
"Value": "1.2.840.10008.3.1.2.3.1"
},
"0008,1155": {
"Name": "ReferencedSOPInstanceUID",
"Type": "String",
"Value": "2.16.840.1.113669.632.20.1211.10000357775"
}
}
]
},
"0020,000d": {
"Name": "StudyInstanceUID",
"Type": "String",
"Value": "2.16.840.1.113669.632.20.1211.10000357775"
},
"0020,0010": {
"Name": "StudyID",
"Type": "String",
"Value": "218211405"
}
}