Amazon HealthImaging · JSON Structure

Healthimaging Image Set Workflow Status Structure

Type: string Properties: 0
HealthcareHIPAAMachine LearningMedical ImagingDICOM

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

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-image-set-workflow-status-schema.json",
  "name": "ImageSetWorkflowStatus",
  "type": "string",
  "enum": [
    "CREATED",
    "COPIED",
    "COPYING",
    "COPYING_WITH_READ_ONLY_ACCESS",
    "COPY_FAILED",
    "UPDATING",
    "UPDATED",
    "UPDATE_FAILED",
    "DELETING",
    "DELETED"
  ]
}