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

Specifies the parameters needed for the de-identification of DICOM stores.

Attributes

  • actions (type: list(GoogleApi.HealthCare.V1beta1.Model.Action.t), default: nil) - Specifies custom tag selections and Actions to apply to them. Overrides options and profile. Conflicting Actions are applied in the order given.
  • options (type: GoogleApi.HealthCare.V1beta1.Model.Options.t, default: nil) - Specifies additional options to apply, overriding the base profile.
  • profileType (type: String.t, default: nil) - Base profile type for handling DICOM tags.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.DicomTagConfig{
  actions: [GoogleApi.HealthCare.V1beta1.Model.Action.t()] | nil,
  options: GoogleApi.HealthCare.V1beta1.Model.Options.t() | nil,
  profileType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.