This object is the master object that interfaces the HL7 Listener to the script.
Method |
Description |
---|---|
This method stops the HL7 processing of this message. This is useful only if the script is being executed by the Execute VBScript message action with the Execute First option configured. |
|
This method adds a new keyword match to the OnBase document. |
|
This method adds a new keyword match. This will return a 0 if it is successful; any other number indicates a failure. |
|
This method will return a reference to a COBHL7KeywordMatch object, based on the position string. |
|
This method will return an HL7 Message object for reading. |
|
This method returns a reference to the HL7 keyword match based on the index value passed to the method. |
|
GetMergeContext |
This method returns a reference to a COBLHL7MedRecKeywords object. |
This method returns the number of keyword matches found when parsing the HL7 message. The parsed message is compared to the HL7 message template assigned to the import process, and the result is a list of matching Keywords. |
|
This method will remove the specific Keyword matches, based on the given index value. |
|
This method will add an error message to a script errors list that will be used to output the error messages by the HL7 Processor. |
|
This method will update the specified Keyword match with the passed keyword value. |