Class: Google::Apis::HealthcareV1beta1::SearchConfig
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::SearchConfig
- 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
Contains the configuration for FHIR search.
Instance Attribute Summary collapse
-
#search_parameters ⇒ Array<Google::Apis::HealthcareV1beta1::SearchParameter>
A list of search parameters in this FHIR store that are used to configure this FHIR store.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SearchConfig
constructor
A new instance of SearchConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SearchConfig
Returns a new instance of SearchConfig.
6644 6645 6646 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6644 def initialize(**args) update!(**args) end |
Instance Attribute Details
#search_parameters ⇒ Array<Google::Apis::HealthcareV1beta1::SearchParameter>
A list of search parameters in this FHIR store that are used to configure this
FHIR store.
Corresponds to the JSON property searchParameters
6642 6643 6644 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6642 def search_parameters @search_parameters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6649 6650 6651 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6649 def update!(**args) @search_parameters = args[:search_parameters] if args.key?(:search_parameters) end |