EnsLib.InteropTools.HL7.MessageAnalyzer.EquivalenceClasses
abstract class EnsLib.InteropTools.HL7.MessageAnalyzer.EquivalenceClasses extends %Library.RegisteredObject
Implementation of equivalence classesGroups are merged if there is an equivalence between ANY pair of elements taken from the two groups
Method Inventory
Methods
method AddItem(pNewItem As %String)
Add a new item to the appropriate group, or to a new group if there is no existing group to which the item should belong
method Dump()
Dump this structure (for debugging)
Subclass responsibility: given two items, return whether they are considered equivalent
method GetGroups(Output pGroups)
Set pGroups(GROUPID,ITEMID)=""
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()