EnsLib.InteropTools.HL7.MessageAnalyzer.NFA.Control.MatchingControl
class EnsLib.InteropTools.HL7.MessageAnalyzer.NFA.Control.MatchingControl extends EnsLib.InteropTools.HL7.MessageAnalyzer.NFA.Control.ControlBase [ Final ]
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
- %AddToSaveSet()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ConstructClone()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %Extends()
 - %GetParameter()
 - %IsA()
 - %IsModified()
 - %New()
 - %NormalizeObject()
 - %ObjectModified()
 - %OnNew()
 - %OriginalNamespace()
 - %PackageName()
 - %RemoveFromSaveSet()
 - %SerializeObject()
 - %SetModified()
 - %ValidateObject()
 - GetElement()
 - GetEnableBacktracking()
 - GetReportCount()
 - GetReports()
 - RunControl()