Class ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.MessagesResource.IngestRequest
Parses and stores an HL7v2 message. This method triggers an asynchronous notification to any
Pub/Sub topic configured in Hl7V2Store.Hl7V2NotificationConfig, if the filtering matches the
message. If an MLLP adapter is configured to listen to a Pub/Sub topic, the adapter
transmits the message when a notification is received. If the method is successful, it
generates a response containing an HL7v2 acknowledgment (ACK
) message. If the method
encounters an error, it returns a negative acknowledgment (NACK
) message. This behavior is
suitable for replying to HL7v2 interface systems that expect these acknowledgments.
Inheritance
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DatasetsResource.Hl7V2StoresResource.MessagesResource.IngestRequest : CloudHealthcareBaseServiceRequest<IngestMessageResponse>, IClientServiceRequest<IngestMessageResponse>, IClientServiceRequest
Constructors
IngestRequest(IClientService, IngestMessageRequest, string)
Constructs a new Ingest request.
Declaration
public IngestRequest(IClientService service, IngestMessageRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
IngestMessageRequest | body | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
Required. The name of the HL7v2 store this message belongs to.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Ingest parameter list.
Declaration
protected override void InitParameters()