View Source GoogleApi.HealthCare.V1beta1.Model.DeidentifyConfig (google_api_health_care v0.50.1)

Configures de-id options specific to different types of content. Each submessage customizes the handling of an https://tools.ietf.org/html/rfc6838 media type or subtype. Configs are applied in a nested manner at runtime.

Attributes

  • annotation (type: GoogleApi.HealthCare.V1beta1.Model.AnnotationConfig.t, default: nil) - Configures how annotations, meaning that the location and infoType of sensitive information findings, are created during de-identification. If unspecified, no annotations are created.
  • dicom (type: GoogleApi.HealthCare.V1beta1.Model.DicomConfig.t, default: nil) - Configures de-id of application/DICOM content. Deprecated. Use dicom_tag_config instead.
  • dicomTagConfig (type: GoogleApi.HealthCare.V1beta1.Model.DicomTagConfig.t, default: nil) - Configures de-id of application/DICOM content.
  • fhir (type: GoogleApi.HealthCare.V1beta1.Model.FhirConfig.t, default: nil) - Configures de-id of application/FHIR content. Deprecated. Use fhir_field_config instead.
  • fhirFieldConfig (type: GoogleApi.HealthCare.V1beta1.Model.FhirFieldConfig.t, default: nil) - Configures de-id of application/FHIR content.
  • image (type: GoogleApi.HealthCare.V1beta1.Model.ImageConfig.t, default: nil) - Configures the de-identification of image pixels in the source_dataset. Deprecated. Use dicom_tag_config.options.clean_image instead.
  • operationMetadata (type: GoogleApi.HealthCare.V1beta1.Model.DeidentifyOperationMetadata.t, default: nil) - Details about the work the de-identify operation performed.
  • text (type: GoogleApi.HealthCare.V1beta1.Model.TextConfig.t, default: nil) - Configures de-identification of text wherever it is found in the source_dataset.
  • useRegionalDataProcessing (type: boolean(), default: nil) - Ensures in-flight data remains in the region of origin during de-identification. Using this option results in a significant reduction of throughput, and is not compatible with LOCATION or ORGANIZATION_NAME infoTypes. If the deprecated DicomConfig or FhirConfig are used, then LOCATION must be excluded within TextConfig, and must also be excluded within ImageConfig if image redaction is required.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.