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.
6359 6360 6361 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6359 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
6357 6358 6359 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6357 def search_parameters @search_parameters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6364 6365 6366 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6364 def update!(**args) @search_parameters = args[:search_parameters] if args.key?(:search_parameters) end |