Class: Google::Apis::HealthcareV1beta1::KeepExtensionsConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/healthcare_v1beta1/classes.rb,
lib/google/apis/healthcare_v1beta1/representations.rb,
lib/google/apis/healthcare_v1beta1/representations.rb

Overview

The behavior for handling FHIR extensions that aren't otherwise specified for de-identification. If provided, all extensions are preserved during de- identification by default. If unspecified, all extensions are removed during de-identification by default.

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ KeepExtensionsConfig

Returns a new instance of KeepExtensionsConfig.



4953
4954
4955
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 4953

def initialize(**args)
   update!(**args)
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4958
4959
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 4958

def update!(**args)
end