@Experimental(value=SOURCE_SINK)
See: Description
Interface | Description |
---|---|
HealthcareApiClient |
Defines a client that talks to the Cloud Healthcare API.
|
Class | Description |
---|---|
FhirIO |
FhirIO provides an API for reading and writing resources to Google Cloud Healthcare Fhir API. |
FhirIO.ExecuteBundles |
The type Execute bundles.
|
FhirIO.Import |
Writes each bundle of elements to a new-line delimited JSON file on GCS and issues a
fhirStores.import Request for that file.
|
FhirIO.Read |
The type Read.
|
FhirIO.Read.Result |
The type Result.
|
FhirIO.Write |
The type Write.
|
FhirIO.Write.Result |
The type Result.
|
HealthcareIOError<T> |
Class for capturing errors on IO operations on Google Cloud Healthcare APIs resources.
|
HealthcareIOErrorCoder<T> | |
HealthcareIOErrorToTableRow<T> |
Convenience transform to write dead-letter
HealthcareIOError s to BigQuery TableRow s. |
HL7v2IO |
HL7v2IO provides an API for reading from and writing to Google Cloud Healthcare HL7v2 API. |
HL7v2IO.ListHL7v2Messages |
List HL7v2 messages in HL7v2 Stores with optional filter.
|
HL7v2IO.Read |
The type Read that reads HL7v2 message contents given a PCollection of message IDs strings.
|
HL7v2IO.Read.FetchHL7v2Message |
PTransform to fetch a message from an Google Cloud Healthcare HL7v2 store based on
msgID. |
HL7v2IO.Read.FetchHL7v2Message.HL7v2MessageGetFn |
DoFn for fetching messages from the HL7v2 store with error handling.
|
HL7v2IO.Read.Result | |
HL7v2IO.Write |
The type Write.
|
HL7v2IO.Write.Result | |
HL7v2Message |
The type HL7v2 message to wrap the
Message model. |
HL7v2MessageCoder | |
HttpHealthcareApiClient |
A client that talks to the Cloud Healthcare API through HTTP requests.
|
HttpHealthcareApiClient.AuthenticatedRetryInitializer | |
HttpHealthcareApiClient.HL7v2MessagePages | |
HttpHealthcareApiClient.HL7v2MessagePages.HL7v2MessagePagesIterator |
The type Hl7v2 message id pages iterator.
|
Enum | Description |
---|---|
FhirIO.Import.ContentStructure |
The enum Content structure.
|
FhirIO.Write.WriteMethod |
The enum Write method.
|
HL7v2IO.Write.WriteMethod |
The enum Write method.
|
Exception | Description |
---|---|
HttpHealthcareApiClient.HealthcareHttpException |
Wraps
HttpResponse in an exception with a statusCode field for use with HealthcareIOError . |