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.Hl7V2Stores.Export |
CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.export(String name,
ExportMessagesRequest content)
Exports the messages to a destination.
|
Constructor and Description |
---|
Export(String name,
ExportMessagesRequest content)
Exports the messages to a destination.
|
Modifier and Type | Method and Description |
---|---|
ExportMessagesRequest |
ExportMessagesRequest.clone() |
ExportMessagesRequest |
ExportMessagesRequest.set(String fieldName,
Object value) |
ExportMessagesRequest |
ExportMessagesRequest.setEndTime(String endTime)
The end of the range in `send_time` (MSH.7, https://www.hl7.org/documentcenter/public_temp_2E58
C1F9-1C23-BA17-0C6126475344DA9D/wg/conf/HL7MSH.htm) to process.
|
ExportMessagesRequest |
ExportMessagesRequest.setFilter(String filter)
Restricts messages exported to those matching a filter, only applicable to PubsubDestination
and GcsDestination.
|
ExportMessagesRequest |
ExportMessagesRequest.setGcsDestination(GcsDestination gcsDestination)
Export to a Cloud Storage destination.
|
ExportMessagesRequest |
ExportMessagesRequest.setPubsubDestination(PubsubDestination pubsubDestination)
Export messages to a Pub/Sub topic.
|
ExportMessagesRequest |
ExportMessagesRequest.setStartTime(String startTime)
The start of the range in `send_time` (MSH.7, https://www.hl7.org/documentcenter/public_temp_2E
58C1F9-1C23-BA17-0C6126475344DA9D/wg/conf/HL7MSH.htm) to process.
|
Copyright © 2011–2024 Google. All rights reserved.