Amazon HealthImaging · JSON Structure

Healthimaging Copy Image Set Information Structure

Copy image set information.

Type: object Properties: 2 Required: 1
HealthcareHIPAAMachine LearningMedical ImagingDICOM

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

Properties

sourceImageSet destinationImageSet

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-copy-image-set-information-schema.json",
  "name": "CopyImageSetInformation",
  "type": "object",
  "required": [
    "sourceImageSet"
  ],
  "properties": {
    "sourceImageSet": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CopySourceImageSetInformation"
        },
        {
          "description": "The source image set."
        }
      ]
    },
    "destinationImageSet": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CopyDestinationImageSet"
        },
        {
          "description": "The destination image set."
        }
      ]
    }
  },
  "description": "Copy image set information."
}