Represents an HL7 message. It allows for the creation of HL7 messages and the manipulation of the segments and fields contained within the message.

Namespace: Mergecom.HL7
Assembly: Mergecom.HL7 (in Mergecom.HL7.dll) Version: 4.3.0.0

Syntax

C#
public class HL7Message
Visual Basic
Public Class HL7Message
Visual C++
public ref class HL7Message

Remarks

An HL7 Message is the atomic unit of data transferred between systems. It is comprised of a group of segments in a defined sequence. Each message has a message type that defines its purpose. For example the ADT Message type is used to transmit portions of a patient's ADT data from one system to another. A three character code contained within each message identifies its type.

Inheritance Hierarchy

System..::..Object
  Mergecom.HL7..::..HL7Message

See Also