GoogleApi.HealthCare.V1beta1.Model.DeidentifyConfig (google_api_health_care v0.39.0) View Source
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. -
fhir
(type:GoogleApi.HealthCare.V1beta1.Model.FhirConfig.t
, default:nil
) - Configures de-id of application/FHIR content. -
image
(type:GoogleApi.HealthCare.V1beta1.Model.ImageConfig.t
, default:nil
) - Configures de-identification of image pixels wherever they are found in the source_dataset. -
text
(type:GoogleApi.HealthCare.V1beta1.Model.TextConfig.t
, default:nil
) - Configures de-identification of text wherever it is found in the source_dataset.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.HealthCare.V1beta1.Model.DeidentifyConfig{ annotation: GoogleApi.HealthCare.V1beta1.Model.AnnotationConfig.t() | nil, dicom: GoogleApi.HealthCare.V1beta1.Model.DicomConfig.t() | nil, fhir: GoogleApi.HealthCare.V1beta1.Model.FhirConfig.t() | nil, image: GoogleApi.HealthCare.V1beta1.Model.ImageConfig.t() | nil, text: GoogleApi.HealthCare.V1beta1.Model.TextConfig.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.