EnsLib.InteropTools.HL7.MessageAnalyzer.Validation.Segment.SegmentValidationBase
abstract class EnsLib.InteropTools.HL7.MessageAnalyzer.Validation.Segment.SegmentValidationBase extends %Library.RegisteredObject
Method Inventory
- AddMessage()
- AddMessageImpl()
- BeforePrompt()
- DecoratedCleanedStatusMessage()
- FixConfiguration()
- FixConfigurationCompound()
- FixPrompt()
- GetFixTarget()
- HL7MessageCount()
Methods
Add an HL7 message with a validation problem to this object
abstract method BeforePrompt(pHL7Configuration As HL7Configuration) as %List
Return a $List of text lines to be presented to the user before prompting them for action
method DecoratedCleanedStatusMessage()
abstract method FixConfiguration(pHL7Configuration As HL7Configuration, pConfigChangeLog As ConfigChangeLog, pCustomVersion As %String) as %String
Fix the HL7 configuration (custom)
abstract method FixConfigurationCompound(pHL7Configuration As HL7Configuration, pConfigChangeLog As ConfigChangeLog, pCustomVersion As %String, pSchemaName As %String, pLogger As Logger)
Fix the HL7 configuration (library + custom)
abstract method FixPrompt(pHL7Configuration As HL7Configuration) as %String
Return a prompt describing the proposed fix
abstract method GetFixTarget() as %List
Return $ListBuild(CATEGORY,SUBCATEGORY) where CATEGORY is "CT"/"DT"/"SS" and SUBCATEGORY is the codetable etc.
final method HL7MessageCount() as %Integer
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()
Subclasses
- EnsLib.InteropTools.HL7.MessageAnalyzer.Validation.Segment.CodeMissing
- EnsLib.InteropTools.HL7.MessageAnalyzer.Validation.Segment.FieldComponentCountRep
- EnsLib.InteropTools.HL7.MessageAnalyzer.Validation.Segment.FieldComponentRequired
- EnsLib.InteropTools.HL7.MessageAnalyzer.Validation.Segment.FieldComponentSizeMax
- EnsLib.InteropTools.HL7.MessageAnalyzer.Validation.Segment.FieldComponentSizeMin
- EnsLib.InteropTools.HL7.MessageAnalyzer.Validation.Segment.FieldNoRepeat
- EnsLib.InteropTools.HL7.MessageAnalyzer.Validation.Segment.FieldRequired
- EnsLib.InteropTools.HL7.MessageAnalyzer.Validation.Segment.FieldSizeMax
- EnsLib.InteropTools.HL7.MessageAnalyzer.Validation.Segment.FieldSizeMin