| 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.setDisableReferentialIntegrity(Boolean disableReferentialIntegrity)
Whether to disable referential integrity in this FHIR store.
|
FhirStore |
FhirStore.setDisableResourceVersioning(Boolean disableResourceVersioning)
Whether to disable resource versioning for this FHIR store.
|
FhirStore |
FhirStore.setEnableHistoryImport(Boolean enableHistoryImport)
Whether to allow the bulk import API to accept history bundles and directly insert historical
resource versions into the FHIR store.
|
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)
If non-empty, publish all resource modifications of this FHIR store to this destination.
|
| 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–2019 Google. All rights reserved.