View Source GoogleApi.HealthCare.V1beta1.Model.DicomTagConfig (google_api_health_care v0.56.4)
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 andActionsto apply to them. Overridesoptionsandprofile. ConflictingActionsare applied in the order given. -
options(type:GoogleApi.HealthCare.V1beta1.Model.Options.t, default:nil) - Specifies additional options to apply, overriding the baseprofile. -
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
Unwrap a decoded JSON object into its complex fields.