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.Create |
CloudHealthcare.Projects.Locations.Datasets.FhirStores.create(String parent,
FhirStore content)
Creates a new FHIR store within the parent dataset.
|
CloudHealthcare.Projects.Locations.Datasets.FhirStores.Patch |
CloudHealthcare.Projects.Locations.Datasets.FhirStores.patch(String name,
FhirStore content)
Updates the configuration of the specified FHIR store.
|
Constructor and Description |
---|
Create(String parent,
FhirStore content)
Creates a new FHIR store within the parent dataset.
|
Patch(String name,
FhirStore content)
Updates the configuration of the specified FHIR store.
|
Modifier and Type | Method and Description |
---|---|
FhirStore |
FhirStore.clone() |
FhirStore |
FhirStore.set(String fieldName,
Object value) |
FhirStore |
FhirStore.setComplexDataTypeReferenceParsing(String complexDataTypeReferenceParsing)
Enable parsing of references within complex FHIR data types such as Extensions.
|
FhirStore |
FhirStore.setConsentConfig(ConsentConfig consentConfig)
Optional.
|
FhirStore |
FhirStore.setDefaultSearchHandlingStrict(Boolean defaultSearchHandlingStrict)
If true, overrides the default search behavior for this FHIR store to `handling=strict` which
returns an error for unrecognized search parameters.
|
FhirStore |
FhirStore.setDisableReferentialIntegrity(Boolean disableReferentialIntegrity)
Immutable.
|
FhirStore |
FhirStore.setDisableResourceVersioning(Boolean disableResourceVersioning)
Immutable.
|
FhirStore |
FhirStore.setEnableHistoryModifications(Boolean enableHistoryModifications)
Optional.
|
FhirStore |
FhirStore.setEnableUpdateCreate(Boolean enableUpdateCreate)
Whether this FHIR store has the [updateCreate
capability](https://www.hl7.org/fhir/capabilitystatement-
definitions.html#CapabilityStatement.rest.resource.updateCreate).
|
FhirStore |
FhirStore.setLabels(Map<String,String> labels)
User-supplied key-value pairs used to organize FHIR stores.
|
FhirStore |
FhirStore.setName(String name)
Output only.
|
FhirStore |
FhirStore.setNotificationConfig(NotificationConfig notificationConfig)
Deprecated.
|
FhirStore |
FhirStore.setNotificationConfigs(List<FhirNotificationConfig> notificationConfigs)
Specifies where and whether to send notifications upon changes to a Fhir store.
|
FhirStore |
FhirStore.setSearchConfig(SearchConfig searchConfig)
Configuration for how FHIR resources can be searched.
|
FhirStore |
FhirStore.setStreamConfigs(List<StreamConfig> streamConfigs)
A list of streaming configs that configure the destinations of streaming export for every
resource mutation in this FHIR store.
|
FhirStore |
FhirStore.setValidationConfig(ValidationConfig validationConfig)
Configuration for how to validate incoming FHIR resources against configured profiles.
|
FhirStore |
FhirStore.setVersion(String version)
Required.
|
Modifier and Type | Method and Description |
---|---|
List<FhirStore> |
ListFhirStoresResponse.getFhirStores()
The returned FHIR stores.
|
Modifier and Type | Method and Description |
---|---|
ListFhirStoresResponse |
ListFhirStoresResponse.setFhirStores(List<FhirStore> fhirStores)
The returned FHIR stores.
|
Copyright © 2011–2024 Google. All rights reserved.