Class: Google::Apis::HealthcareV1alpha2::FhirConfig
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1alpha2::FhirConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/healthcare_v1alpha2/classes.rb,
generated/google/apis/healthcare_v1alpha2/representations.rb,
generated/google/apis/healthcare_v1alpha2/representations.rb
Overview
Specifies how de-identification of a FHIR store should be handled.
Instance Attribute Summary collapse
-
#field_metadata_list ⇒ Array<Google::Apis::HealthcareV1alpha2::FieldMetadata>
Specifies FHIR paths to match and how to transform them.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FhirConfig
constructor
A new instance of FhirConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ FhirConfig
Returns a new instance of FhirConfig
845 846 847 |
# File 'generated/google/apis/healthcare_v1alpha2/classes.rb', line 845 def initialize(**args) update!(**args) end |
Instance Attribute Details
#field_metadata_list ⇒ Array<Google::Apis::HealthcareV1alpha2::FieldMetadata>
Specifies FHIR paths to match and how to transform them. Any field that
is not matched by a FieldMetadata will be passed through to the output
dataset unmodified. All extensions are removed in the output.
Corresponds to the JSON property fieldMetadataList
843 844 845 |
# File 'generated/google/apis/healthcare_v1alpha2/classes.rb', line 843 def @field_metadata_list end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
850 851 852 |
# File 'generated/google/apis/healthcare_v1alpha2/classes.rb', line 850 def update!(**args) @field_metadata_list = args[:field_metadata_list] if args.key?(:field_metadata_list) end |