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.



5045
5046
5047
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 5045

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

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5050
5051
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 5050

def update!(**args)
end