public class CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Messages extends Object
Constructor and Description |
---|
Messages() |
public CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Messages.BatchGet batchGet(String parent) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- Required. Name of the HL7v2 store to retrieve messages from, in the format:
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7v2Stores/{hl7v2_st
ore_id}`.IOException
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 CreateMessageRequest
IOException
public 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.IOException
public 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.IOException
public 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 IngestMessageRequest
IOException
public 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.IOException
public 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 Message
IOException
Copyright © 2011–2024 Google. All rights reserved.