v1
latestOpenAPI 3.0.02026-07-142740323.4 KBInstances
Get instance module
Get the instance module of the DICOM instance whose Orthanc identifier is provided in the URL
get/instances/{id}/module
Path parameters
idstring required
Orthanc identifier of the instance 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:/instances/{id}/module:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","description":"Information about the DICOM instance","example":{"0008,0005":{"Name":"SpecificCharacterSet","Type":"String","Value":"ISO_IR 192"},"0008,0012":{"Name":"InstanceCreationDate","Type":"String","Value":"20151217"},"0008,0013":{"Name":"InstanceCreationTime","Type":"String","Value":"125204.215000"},"0008,0016":{"Name":"SOPClassUID","Type":"String","Value":"1.2.840.10008.5.1.4.1.1.2"},"0008,0018":{"Name":"SOPInstanceUID","Type":"String","Value":"1.3.6.1.4.1.14519.5.2.1.2193.7172.168997935789297163075628247666"},"0020,0013":{"Name":"InstanceNumber","Type":"String","Value":"155"},"0028,0303":{"Name":"LongitudinalTemporalInformationModified","Type":"String","Value":"MODIFIED"}}}
Example response
{
"0008,0005": {
"Name": "SpecificCharacterSet",
"Type": "String",
"Value": "ISO_IR 192"
},
"0008,0012": {
"Name": "InstanceCreationDate",
"Type": "String",
"Value": "20151217"
},
"0008,0013": {
"Name": "InstanceCreationTime",
"Type": "String",
"Value": "125204.215000"
},
"0008,0016": {
"Name": "SOPClassUID",
"Type": "String",
"Value": "1.2.840.10008.5.1.4.1.1.2"
},
"0008,0018": {
"Name": "SOPInstanceUID",
"Type": "String",
"Value": "1.3.6.1.4.1.14519.5.2.1.2193.7172.168997935789297163075628247666"
},
"0020,0013": {
"Name": "InstanceNumber",
"Type": "String",
"Value": "155"
},
"0028,0303": {
"Name": "LongitudinalTemporalInformationModified",
"Type": "String",
"Value": "MODIFIED"
}
}