Amazon HealthImaging · JSON Structure

Healthimaging Copy Destination Image Set Properties Structure

Copy the image set properties of the destination image set.

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

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

Properties

imageSetId latestVersionId imageSetState imageSetWorkflowStatus createdAt updatedAt imageSetArn

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-destination-image-set-properties-schema.json",
  "name": "CopyDestinationImageSetProperties",
  "type": "object",
  "required": [
    "imageSetId",
    "latestVersionId"
  ],
  "properties": {
    "imageSetId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ImageSetId"
        },
        {
          "description": "The image set identifier of the copied image set properties."
        }
      ]
    },
    "latestVersionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ImageSetExternalVersionId"
        },
        {
          "description": "The latest version identifier for the destination image set properties."
        }
      ]
    },
    "imageSetState": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ImageSetState"
        },
        {
          "description": "The image set state of the destination image set properties."
        }
      ]
    },
    "imageSetWorkflowStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ImageSetWorkflowStatus"
        },
        {
          "description": "The image set workflow status of the destination image set properties."
        }
      ]
    },
    "createdAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Date"
        },
        {
          "description": "The timestamp when the destination image set properties were created."
        }
      ]
    },
    "updatedAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Date"
        },
        {
          "description": "The timestamp when the destination image set properties were last updated."
        }
      ]
    },
    "imageSetArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The Amazon Resource Name (ARN) assigned to the destination image set."
        }
      ]
    }
  },
  "description": "Copy the image set properties of the destination image set."
}