google_api_health_care v0.8.0 GoogleApi.HealthCare.V1beta1.Model.DeidentifyConfig 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
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
Link to this type
t()
View Sourcet() :: %GoogleApi.HealthCare.V1beta1.Model.DeidentifyConfig{
dicom: GoogleApi.HealthCare.V1beta1.Model.DicomConfig.t(),
fhir: GoogleApi.HealthCare.V1beta1.Model.FhirConfig.t(),
image: GoogleApi.HealthCare.V1beta1.Model.ImageConfig.t(),
text: GoogleApi.HealthCare.V1beta1.Model.TextConfig.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.