Amazon HealthImaging · JSON Structure

Healthimaging Dicom Updates Structure

The object containing removableAttributes and updatableAttributes.

Type: object Properties: 2
HealthcareHIPAAMachine LearningMedical ImagingDICOM

DICOMUpdates is a JSON Structure definition published by Amazon HealthImaging, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

removableAttributes updatableAttributes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthimaging/refs/heads/main/json-schema/healthimaging-dicom-updates-schema.json",
  "name": "DICOMUpdates",
  "type": "object",
  "properties": {
    "removableAttributes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DICOMAttribute"
        },
        {
          "description": "The DICOM tags to be removed from <code>ImageSetMetadata</code>."
        }
      ]
    },
    "updatableAttributes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DICOMAttribute"
        },
        {
          "description": "The DICOM tags that need to be updated in <code>ImageSetMetadata</code>."
        }
      ]
    }
  },
  "description": "The object containing <code>removableAttributes</code> and <code>updatableAttributes</code>."
}