Show / Hide Table of Contents

Class IngestMessageResponse

Acknowledges that a message has been ingested into the specified HL7v2 store.

Inheritance
System.Object
IngestMessageResponse
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class IngestMessageResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Hl7Ack

HL7v2 ACK message.

Declaration
[JsonProperty("hl7Ack")]
public virtual string Hl7Ack { get; set; }
Property Value
Type Description
System.String

Message

Created message resource.

Declaration
[JsonProperty("message")]
public virtual Message Message { get; set; }
Property Value
Type Description
Message

Implements

IDirectResponseSchema
Back to top