public class CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Messages extends Object
| Constructor and Description |
|---|
Messages() |
| Modifier and Type | Method and Description |
|---|---|
CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Messages.Create |
create(String parent,
CreateMessageRequest content)
Parses and stores an HL7v2 message.
|
CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Messages.Delete |
delete(String name)
Deletes an HL7v2 message.
|
CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Messages.Get |
get(String name)
Gets an HL7v2 message.
|
CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Messages.Ingest |
ingest(String parent,
IngestMessageRequest content)
Parses and stores an HL7v2 message.
|
CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Messages.List |
list(String parent)
Lists all the messages in the given HL7v2 store with support for filtering.
|
CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Messages.Patch |
patch(String name,
Message content)
Update the message.
|
public CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Messages.Create create(String parent, CreateMessageRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The name of the HL7v2 store this message belongs to.content - the CreateMessageRequestIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Messages.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The resource name of the HL7v2 message to delete.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Messages.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The resource name of the HL7v2 message to retrieve.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Messages.Ingest ingest(String parent, IngestMessageRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The name of the HL7v2 store this message belongs to.content - the IngestMessageRequestIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Messages.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the HL7v2 store to retrieve messages from.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Messages.Patch patch(String name, Message content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Output only. Resource name of the Message, of the form `projects/{project_id}/locations/{location_id
}/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{message_id}`. Assigned by
the server.content - the MessageIOExceptionCopyright © 2011–2024 Google. All rights reserved.