abstract class %DeepSee.Query.group
extends node
Base class for DeepSee RunTime nodes that contain children.
relationship children
as %DeepSee.Query.node(XMLELEMENTREF=1,XMLPROJECTION="ELEMENT",XMLTYPECONSTRAINT="CHOICE") [ Inverse = parent,Cardinality = many ];
Children of this group.
The type of the children depends on context.
method %PreProcess(pIsSlicer As %Boolean = 0)
as %Status
Execute the pre-processing logic for this node.
method %PrintNode(pLevel As %Integer = 0)
Diagnostic. Print value of this node to the console.