EnsLib.InteropTools.HL7.MessageAnalyzer.NFA.Diff.DiffRegion
class EnsLib.InteropTools.HL7.MessageAnalyzer.NFA.Diff.DiffRegion extends %Library.RegisteredObject [ Final ]
A region of difference between a schema and messageMethod Inventory
- AddMessageRecord()
- AddSchemaRecord()
- AnySchemaElements()
- AsString()
- CSVRepr()
- GetExtents()
- Length()
- MessageTextAt()
- SchemaOffsets()
- ShowMessage()
- ShowMessageList()
- ShowSchema()
- ShowSchemaOffset()
Methods
method AddMessageRecord(pMessageSkipped As %List)
method AddSchemaRecord(pSchemaSkipped As %String)
method AnySchemaElements() as %Boolean
method CSVRepr() as %List
Return a %List of the message segments in our skipped list
method GetExtents(pIndex As %Integer, ByRef pExtents)
Sets pExtents(pIndex,0)=$LB(FIRSTMESSAGEOFFSET,LASTMESSAGEOFFSET)
and sets pExtents(pIndex,1..*)=SCHEMAELEMENTNAME
method Length() as %Integer
Return the message text at the given range, or "" if there is no entry for the range
method SchemaOffsets() as %String
Return a %List of the schema offset %Lists (start,afterend) corresponding to the skipped message segments
classmethod ShowMessageList(pMessageSkippedList As %List, pWithSchemaOffset As %Boolean = 1) as %List
Given $LB(MessageSkippedItem,..)
Return $LB(MessageExpansion,..)
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()