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.Export |
CloudHealthcare.Projects.Locations.Datasets.FhirStores.export(String name,
ExportResourcesRequest content)
Export resources from the FHIR store to the specified destination.
|
Constructor and Description |
---|
Export(String name,
ExportResourcesRequest content)
Export resources from the FHIR store to the specified destination.
|
Modifier and Type | Method and Description |
---|---|
ExportResourcesRequest |
ExportResourcesRequest.clone() |
ExportResourcesRequest |
ExportResourcesRequest.set(String fieldName,
Object value) |
ExportResourcesRequest |
ExportResourcesRequest.setBigqueryDestination(GoogleCloudHealthcareV1beta1FhirBigQueryDestination bigqueryDestination)
The BigQuery output destination.
|
ExportResourcesRequest |
ExportResourcesRequest.setGcsDestination(GoogleCloudHealthcareV1beta1FhirGcsDestination gcsDestination)
The Cloud Storage output destination.
|
ExportResourcesRequest |
ExportResourcesRequest.setSince(String since)
If provided, only resources updated after this time are exported.
|
ExportResourcesRequest |
ExportResourcesRequest.setType(String type)
String of comma-delimited FHIR resource types.
|
Copyright © 2011–2024 Google. All rights reserved.