Skip to content

DICOM METADATA

Add/Edit DICOM Meta-data

List of valid Tag/Keywords: dicom.innolititcs.com

Example JSON

[
  {
     "PatientID": {
      "vr": "UT",
      "Value": [ "PT-10002.1" ]
    }
  },
  {
     "PatientName": {
      "vr": "UT",
      "Value": [ "Test^Caleb" ]
    }
  },
  {
    "PatientBirthDate" : {
      "vr": "UT",
      "Value": [ "19831014" ]
    }
  },
  {
     "PatientSex": {
      "vr": "UT",
      "Value": [ "Male" ]
    }
  },
  {
    "AccessionNumber" : {
      "vr": "UT",
      "Value": [ "GS-456981" ]
    }
  },
  {
    "StudyID" : {
      "vr": "UT",
      "Value": [ "Intermountain H01CBC105P" ]
    }
  },
  {
    "StudyDescription" : {
      "vr": "UT",
      "Value": [ "WSI Converted DICOM" ]
    }
  },

  {
    "StudyDate" : {
      "vr": "UT",
      "Value": [ "20240201" ]
    }
  }
]