Skip to main content

EnsLib.InteropTools.HL7.MessageAnalyzer.NFA.Control.MatchingControl

class EnsLib.InteropTools.HL7.MessageAnalyzer.NFA.Control.MatchingControl extends EnsLib.InteropTools.HL7.MessageAnalyzer.NFA.Control.ControlBase

Method Inventory

Methods

final method ChooseBranch() as %Integer
Select a branch to process next and return its index
method OnCycle(pElement As ElementBase, pMSR As MessageSegmentReader, pDiffRecords As Diff) as %Boolean
Inherited description: Called before each Branch cycle: return 0 to abort the branch, 1 to continue
method OnExit()
Inherited description: Action on EXIT
final method OnFail(pBranchIndex As %Integer, pOutcome As OutcomeBase)
Inherited description: Action on FAIL
final method OnSink(pBranchIndex As %Integer)
Inherited description: Action on SINK
final method OnSucc(pBranchIndex As %Integer, pOutcome As OutcomeBase)
Inherited description: Action on SUCC

Inherited Members

Inherited Methods

FeedbackOpens in a new tab