This object is a reference to a parsed HL7 message. These APIs allow the HL7 message to be iterated, searched, and modified.
Method |
Description |
---|---|
This method allows for adding a new segment into the HL7 message. |
|
This method will search for a segment within the HL7 message and return the reference to that segment as an object that is found. |
|
This method returns a reference to the header as an HL7Segment object. |
|
This method will return the message type of the current message. |
|
This method returns the number of segments within this HL7 message. |
|
This method returns the reference to the selected segment as an object. |