This method will stop the HL7 Listener from further processing of this message. It is useful only if the script is being executed by the Execute VBScript message action with the Execute First option configured.
objHL7ScriptContext.AbortMessageProcessing("This is an error message")
Parameter |
Type |
Description |
---|---|---|
Error string |
String |
An error string to be recorded in the HL7 Listener. |
Return Value |
Description |
---|---|
Ignored |