Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
StreamConfig |
StreamConfig.clone() |
StreamConfig |
StreamConfig.set(String fieldName,
Object value) |
StreamConfig |
StreamConfig.setBigqueryDestination(GoogleCloudHealthcareV1beta1FhirBigQueryDestination bigqueryDestination)
The destination BigQuery structure that contains both the dataset location and corresponding
schema config.
|
StreamConfig |
StreamConfig.setDeidentifiedStoreDestination(DeidentifiedStoreDestination deidentifiedStoreDestination)
The destination FHIR store for de-identified resources.
|
StreamConfig |
StreamConfig.setResourceTypes(List<String> resourceTypes)
Supply a FHIR resource type (such as "Patient" or "Observation").
|
Modifier and Type | Method and Description |
---|---|
List<StreamConfig> |
FhirStore.getStreamConfigs()
A list of streaming configs that configure the destinations of streaming export for every
resource mutation in this FHIR store.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2011–2024 Google. All rights reserved.