EnsLib.InteropTools.HL7.MessageAnalyzer.Message.MessageProcessor
abstract class EnsLib.InteropTools.HL7.MessageAnalyzer.Message.MessageProcessor extends %Library.RegisteredObject
Method Inventory
- Dump()
- GetMessageParentFolders()
- GetVersion()
- MergeADT()
- NewReport()
- ProcessMessage()
- Report()
- ScanMessages()
Methods
method Dump()
abstract method GetVersion() as %String
abstract method ProcessMessage(pReportIndex As %Integer, pMessageType As %String, pMessageTypes As %List, pMessageCount As %Integer, ByRef pFullMessageArray, pPathIfUnique As %String)
abstract method Report(pReportIndex As %Integer, pMachineCollection As MachineCollection, pConfig As Config, pLogger As Logger, Output pStrategyManagers)
final method ScanMessages(pSource As %String, pAllowNonHL7Messages As %Boolean, pOutlierThreshold As %Numeric = 0.0, pMakeLight As %Boolean = 0, Output pRejectedMessages As %Integer, pQuiet As %Boolean)
Scan the given source (@folder/@file/literal) for messages and process each one
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()