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

HL7 Module

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

This object is the master object that interfaces the HL7 Listener to the script.

Method

Description

AbortMessageProcessing

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.

AddNewKeywordMatch

This method adds a new keyword match to the OnBase document.

AddNewKeywordMatch2

This method adds a new keyword match. This will return a 0 if it is successful; any other number indicates a failure.

FindKeywordMatch

This method will return a reference to a COBHL7KeywordMatch object, based on the position string.

GetHL7Message

This method will return an HL7 Message object for reading.

GetKeywordMatch

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.

GetNumKeywordMatches

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.

RemoveKeywordMatch

This method will remove the specific Keyword matches, based on the given index value.

SetScriptError

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.

UpdateKeywordMatch

This method will update the specified Keyword match with the passed keyword value.