[This is preliminary documentation and is subject to change.]
Summary description for Hl7Message.
| C# | Visual Basic | Visual C++ |
public class Hl7Message
Public Class Hl7Message
public ref class Hl7Message
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Hl7Message()()() |
Class constructor.
| |
| Hl7Message(String, String) |
Class constructor.
| |
| AddSegment(Hl7Segment) |
Add segment to HL7 message
| |
| AddValue(Hl7SegmentEnum, Int32, String) |
Set the value at the indexed segment.
| |
| CopySegment(Hl7Segment) |
Copy segment to HL7 message
| |
| DateTimeOfMessage |
Property - Date/Time Of Message
| |
| DisplayAsString()()() |
Generate string representation to HL7 Message for display - include the end of
segment character and new line.
| |
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MessageControlId |
Property - Message Control Id
| |
| MessageSubType |
Property - Message Sub Type.
| |
| MessageType |
Property - Message Type
| |
| MSH |
Property - MSH Segment
| |
| ProcessingId |
Property - Processing Id
| |
| ReceivingApplication |
Property - Receiving Application
| |
| ReceivingFacility |
Property - Receiving Facility
| |
| Segments |
Property - Segments
| |
| SendingApplication |
Property - Sending Application
| |
| SendingFacility |
Property - Sending Facility
| |
| ToString(Hl7MessageDelimiters) |
Generate string representation to HL7 Message - include the end of segment character.
| |
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) | |
| Value(Hl7SegmentEnum, Int32, Int32) |
Get the value at the indexed segment/field.
| |
| Value(Hl7SegmentEnum, Int32) |
Get the value at the indexed field.
| |
| Value(Hl7Tag) |
Get the value at the segment/field identified by the tag.
| |
| VersionId |
Property - Version Id
|
| Object | ||
| Hl7Message | ||
| AckMessage | ||
| AdrMessage | ||
| AdtMessage | ||
| OrmMessage | ||
| OrrMessage | ||
| OruMessage | ||
| QryMessage | ||