v1

latestOpenAPI 3.0.02026-07-132990743.4 KB
Instances

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 100"},"0008,0012":{"Name":"InstanceCreationDate","Type":"String","Value":"20050927"},"0008,0013":{"Name":"InstanceCreationTime","Type":"String","Value":"155030.000000"},"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.2.840.113704.7.1.1.6632.1127829031.2"},"0020,0013":{"Name":"InstanceNumber","Type":"String","Value":"1"}}}

Example response

{
  "0008,0005": {
    "Name": "SpecificCharacterSet",
    "Type": "String",
    "Value": "ISO_IR 100"
  },
  "0008,0012": {
    "Name": "InstanceCreationDate",
    "Type": "String",
    "Value": "20050927"
  },
  "0008,0013": {
    "Name": "InstanceCreationTime",
    "Type": "String",
    "Value": "155030.000000"
  },
  "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.2.840.113704.7.1.1.6632.1127829031.2"
  },
  "0020,0013": {
    "Name": "InstanceNumber",
    "Type": "String",
    "Value": "1"
  }
}