Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [EnsLib] >  [EDI] >  [SEF] >  [SegmentElement]
Private  Storage   

class EnsLib.EDI.SEF.SegmentElement extends EnsLib.EDI.SEF.CommonNode

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
6 7


Summary

Properties
ActRequirement Element ID MaxLength MinLength
Ordinal Parent RepeatCount StdRequirement Type
UsrRequirement

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
ActRequirementGet Ancestor ApplyMask AsString
DisplayName GenerateDescriptor GenerateText IsGroup
MaxLengthGet MinLengthGet OutputTextToDevice TypeGet
UsrRequirementGet Validate


Properties

• property Element as EnsLib.EDI.SEF.Element;
This holds the Element itself
• property ID as %Integer;
This holds the ID
• property MaxLength as %Integer;
This holds the Max Length
• property MinLength as %Integer;
This holds the Min length
• property Ordinal as %Integer;
This holds the ordinal
• property Type as %String;
This holds the Type

Methods

• method ApplyMask(pMask As EnsLib.EDI.SEF.SegmentItemMask, Output pRequirement As %String, Output pMinLength As %Integer, Output pMaxLength As %Integer, Output pRepeatCount As %Integer) as %Status
• method GenerateDescriptor(pCompiler As EnsLib.EDI.SEF.Compiler) as %Status
The MASK rules are very complicated and seem to be self-contradictory in places, this code is best guess. TO DO: Peer review required
• method GenerateText(pStream As %CharacterStream) as %Status
This method is override by subclases to generate the textual representation of this node
• method MaxLengthGet() as %Integer
Accessor for MaxLength
• method MinLengthGet() as %Integer
Accessor for MinLength
• method TypeGet() as %String
Accessor for Type
• method Validate(ByRef pStatus As %Status) as %Status
Perform a sanity check on the nodes in the parse tree


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.