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.ExportHistory |
CloudHealthcare.Projects.Locations.Datasets.FhirStores.exportHistory(String name,
ExportResourcesHistoryRequest content)
Export resources including historical versions from the FHIR store to the specified destination.
|
Constructor and Description |
---|
ExportHistory(String name,
ExportResourcesHistoryRequest content)
Export resources including historical versions from the FHIR store to the specified
destination.
|
Modifier and Type | Method and Description |
---|---|
ExportResourcesHistoryRequest |
ExportResourcesHistoryRequest.clone() |
ExportResourcesHistoryRequest |
ExportResourcesHistoryRequest.set(String fieldName,
Object value) |
ExportResourcesHistoryRequest |
ExportResourcesHistoryRequest.setGcsDestination(GoogleCloudHealthcareV1beta1FhirGcsDestination gcsDestination)
The Cloud Storage output destination.
|
ExportResourcesHistoryRequest |
ExportResourcesHistoryRequest.setMaxResourceVersions(Long maxResourceVersions)
If provided and non-zero, places a limit on the number of resource versions that are returned
for a given resource.
|
ExportResourcesHistoryRequest |
ExportResourcesHistoryRequest.setSince(String since)
If provided, only resources versions updated after this time are exported.
|
ExportResourcesHistoryRequest |
ExportResourcesHistoryRequest.setType(String type)
String of comma-delimited FHIR resource types.
|
Copyright © 2011–2024 Google. All rights reserved.