View Source GoogleApi.HealthCare.V1.Model.DeidentifiedStoreDestination (google_api_health_care v0.50.1)

Contains configuration for streaming de-identified FHIR export.

Attributes

  • config (type: GoogleApi.HealthCare.V1.Model.DeidentifyConfig.t, default: nil) - The configuration to use when de-identifying resources that are added to this store.
  • store (type: String.t, default: nil) - The full resource name of a Cloud Healthcare FHIR store, for example, projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1.Model.DeidentifiedStoreDestination{
  config: GoogleApi.HealthCare.V1.Model.DeidentifyConfig.t() | nil,
  store: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.