Class: Google::Apis::HealthcareV1beta1::FhirConfig
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::FhirConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/healthcare_v1beta1/classes.rb,
generated/google/apis/healthcare_v1beta1/representations.rb,
generated/google/apis/healthcare_v1beta1/representations.rb
Overview
Specifies how to handle de-identification of a FHIR store.
Instance Attribute Summary collapse
-
#field_metadata_list ⇒ Array<Google::Apis::HealthcareV1beta1::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.
Constructor Details
#initialize(**args) ⇒ FhirConfig
Returns a new instance of FhirConfig.
1867 1868 1869 |
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 1867 def initialize(**args) update!(**args) end |
Instance Attribute Details
#field_metadata_list ⇒ Array<Google::Apis::HealthcareV1beta1::FieldMetadata>
Specifies FHIR paths to match and how to transform them. Any field that is not
matched by a FieldMetadata is passed through to the output dataset unmodified.
All extensions are removed in the output. If a field can be matched by more
than one FieldMetadata, the first FieldMetadata.Action is applied.
Corresponds to the JSON property fieldMetadataList
1865 1866 1867 |
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 1865 def @field_metadata_list end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1872 1873 1874 |
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 1872 def update!(**args) @field_metadata_list = args[:field_metadata_list] if args.key?(:field_metadata_list) end |