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

class EnsLib.EDI.SEF.SetSegment extends EnsLib.EDI.SEF.CommonNode

Represents a Segment referenced in a SET

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
8 4


Summary

Properties
ActRequirement GroupTrigger Mask Name
Ordinal OrdinalSpec Parent Position
PositionModifier RepeatCount Segment StdRequirement
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 AsString DisplayName
GenerateDescriptor GenerateText IsGroup OutputTextToDevice
RepeatCountGet UsrRequirementGet Validate


Properties

• property GroupTrigger as %Boolean [ InitialExpression = 0 ];
This holds the GroupTrigger flag
• property Mask as %Integer;
This is the optional mask spec
• property Name as %String;
This holds the segment name
• property Ordinal as %Integer;
This holds the calculated ordinal number within the SET definition
• property OrdinalSpec as %String;
This holds the ordinal spec
• property Position as %Integer;
This holds the calculated position number within the SET definition
• property PositionModifier as %String;
This holds the position modifier
• property Segment as EnsLib.EDI.SEF.Segment;
This holds the the Segment parsed from the corresponding segment definition from the .SEGS section of the SEF file

Methods

• method GenerateDescriptor(pCompiler As EnsLib.EDI.SEF.Compiler) as %Status
This method is overriden by subclasses to generate the code that this node represents
• method GenerateText(pStream As %CharacterStream) as %Status
This method is override by subclases to generate the textual representation of this node
• method RepeatCountGet() as %String
Accessor for RepeatCount. The repeat count for the first segment in a loop or group (group trigger) is always 1, regardless of what is specified in the maximum field in the SEF file. If the repeat count for such a segment is ommitted, or coded as something else, it should nevertheless be interpreted as 1
• 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.