COBHL7Message - HL7 Module - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Essential - Premier - Standard - external - Standard - Premier - Essential

HL7 Module

Platform
OnBase
Product
HL7 Module
Release
Foundation 23.1
License
Standard
Premier
Essential

This object is a reference to a parsed HL7 message. These APIs allow the HL7 message to be iterated, searched, and modified.

Method

Description

AddSegment

This method allows for adding a new segment into the HL7 message.

FindSegment

This method will search for a segment within the HL7 message and return the reference to that segment as an object that is found.

GetHeader

This method returns a reference to the header as an HL7Segment object.

GetMessageType

This method will return the message type of the current message.

GetNumSegments

This method returns the number of segments within this HL7 message.

GetSegment

This method returns the reference to the selected segment as an object.