Skip to main content

EnsLib.EDI.SEF.CodeRange

class EnsLib.EDI.SEF.CodeRange extends EnsLib.EDI.SEF.Node

This represents a range of codes

Property Inventory

Method Inventory

Properties

property RangeEnd as %String;
This holds the end of the range
Property methods: RangeEndDisplayToLogical(), RangeEndGet(), RangeEndIsValid(), RangeEndLogicalToDisplay(), RangeEndLogicalToOdbc(), RangeEndNormalize(), RangeEndSet()
property RangeStart as %String;
This holds the start of the range
Property methods: RangeStartDisplayToLogical(), RangeStartGet(), RangeStartIsValid(), RangeStartLogicalToDisplay(), RangeStartLogicalToOdbc(), RangeStartNormalize(), RangeStartSet()

Methods

method CreateCodes(pCompiler As EnsLib.EDI.SEF.Compiler, pKey As %Integer, pCreate As %Integer) as %Status
Expand the code range and store in ^IRIS.Temp at the specified key

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab