Amazon HealthImaging · JSON Structure

Healthimaging Get Image Frame Request Structure

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

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

Properties

imageFrameInformation

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-get-image-frame-request-schema.json",
  "name": "GetImageFrameRequest",
  "type": "object",
  "required": [
    "imageFrameInformation"
  ],
  "properties": {
    "imageFrameInformation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ImageFrameInformation"
        },
        {
          "description": "Information about the image frame (pixel data) identifier."
        }
      ]
    }
  }
}