ImageConfig

Specifies how to handle de-identification of image pixels.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud

Properties

Name Type Description
textRedactionMode string Determines how to redact text from image.
View JSON Schema on GitHub

JSON Schema

ImageConfig.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ImageConfig",
  "description": "Specifies how to handle de-identification of image pixels.",
  "properties": {
    "textRedactionMode": {
      "description": "Determines how to redact text from image.",
      "enum": [
        "TEXT_REDACTION_MODE_UNSPECIFIED",
        "REDACT_ALL_TEXT",
        "REDACT_SENSITIVE_TEXT",
        "REDACT_NO_TEXT"
      ],
      "type": "string"
    }
  },
  "type": "object"
}