Amazon HealthImaging · JSON Structure

Healthimaging Search By Attribute Value Structure

The search input attribute value.

Type: object Properties: 6
HealthcareHIPAAMachine LearningMedical ImagingDICOM

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

Properties

DICOMPatientId DICOMAccessionNumber DICOMStudyId DICOMStudyInstanceUID createdAt DICOMStudyDateAndTime

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-search-by-attribute-value-schema.json",
  "name": "SearchByAttributeValue",
  "type": "object",
  "properties": {
    "DICOMPatientId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DICOMPatientId"
        },
        {
          "description": "The patient ID input for search."
        }
      ]
    },
    "DICOMAccessionNumber": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DICOMAccessionNumber"
        },
        {
          "description": "The DICOM accession number for search."
        }
      ]
    },
    "DICOMStudyId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DICOMStudyId"
        },
        {
          "description": "The DICOM study ID for search."
        }
      ]
    },
    "DICOMStudyInstanceUID": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DICOMStudyInstanceUID"
        },
        {
          "description": "The DICOM study instance UID for search."
        }
      ]
    },
    "createdAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Date"
        },
        {
          "description": "The created at time of the image set provided for search."
        }
      ]
    },
    "DICOMStudyDateAndTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DICOMStudyDateAndTime"
        },
        {
          "description": "The aggregated structure containing DICOM study date and study time for search."
        }
      ]
    }
  },
  "description": "The search input attribute value."
}