Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1 | |
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
CloudHealthcare.Projects.Locations.Datasets.FhirStores.ConfigureSearch |
CloudHealthcare.Projects.Locations.Datasets.FhirStores.configureSearch(String name,
ConfigureSearchRequest content)
Configure the search parameters for the FHIR store and reindex resources in the FHIR store
according to the defined search parameters.
|
Constructor and Description |
---|
ConfigureSearch(String name,
ConfigureSearchRequest content)
Configure the search parameters for the FHIR store and reindex resources in the FHIR store
according to the defined search parameters.
|
Modifier and Type | Method and Description |
---|---|
ConfigureSearchRequest |
ConfigureSearchRequest.clone() |
ConfigureSearchRequest |
ConfigureSearchRequest.set(String fieldName,
Object value) |
ConfigureSearchRequest |
ConfigureSearchRequest.setCanonicalUrls(List<String> canonicalUrls)
The canonical URLs of the search parameters that are intended to be used for the FHIR store.
|
ConfigureSearchRequest |
ConfigureSearchRequest.setValidateOnly(Boolean validateOnly)
If `validate_only` is set to true, the method will compile all the search parameters without
actually setting the search config for the store and triggering the reindex.
|
Copyright © 2011–2024 Google. All rights reserved.