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