Skip to main content

HS.FHIR.DTL.vSTU3.Model.Element.Coverage.grouping

class HS.FHIR.DTL.vSTU3.Model.Element.Coverage.grouping extends HS.FHIR.DTL.vSTU3.Model.Base.BackboneElement

Additional coverage classifications.

Property Inventory

Parameters

parameter ELEMENTQUALIFIED = 1;
Inherited description: ELEMENTQUALIFIED controls the format of exported XML. The ELEMENTQUALIFIED specification should be based on the elementFormDefault attribute of the schema that defines the type. To maintain compatibility, ELEMENTQUALIFIED will default to 1 (true) for literal format export and will default to 0 (false) for encoded or encoded12 format export. These were the values always previously assumed for the elementFormDefault attribute.

NOTE: Direct use of XMLExport method does not support the ELEMENTQUALIFIED. The export must be done using %XML.Writer or SOAP support.

parameter XMLNAME = Coverage.grouping;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.
parameter XMLPROJECTION = ELEMENT;
parameter XMLSEQUENCE = 1;
Inherited description: If the XMLSEQUENCE = 1, then the order of the XML elements must match the order of the class properties. This allows us to deal with XML where the same field appears multiple times and is distinguished by the order.
parameter XMLTYPE = Coverage.grouping;
Inherited description: This parameter provides the default XMLTYPE for the class. If it is empty then the class name will be used to construct a default XML type.

The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.

Properties

property class as %String (MAXLEN = 1000000, XMLNAME = "class", XMLPROJECTION = "ATTRIBUTE");
string

An identifier for the class.

Property methods: classDisplayToLogical(), classGet(), classIsValid(), classLogicalToDisplay(), classLogicalToOdbc(), classNormalize(), classSet()
property classDisplay as %String (MAXLEN = 1000000, XMLNAME = "classDisplay", XMLPROJECTION = "ATTRIBUTE");
string

Display text for the class.

Property methods: classDisplayDisplayToLogical(), classDisplayGet(), classDisplayIsValid(), classDisplayLogicalToDisplay(), classDisplayLogicalToOdbc(), classDisplayNormalize(), classDisplaySet()
property group as %String (MAXLEN = 1000000, XMLNAME = "group", XMLPROJECTION = "ATTRIBUTE");
string

An identifier for the group.

Property methods: groupDisplayToLogical(), groupGet(), groupIsValid(), groupLogicalToDisplay(), groupLogicalToOdbc(), groupNormalize(), groupSet()
property groupDisplay as %String (MAXLEN = 1000000, XMLNAME = "groupDisplay", XMLPROJECTION = "ATTRIBUTE");
string

Display text for an identifier for the group.

Property methods: groupDisplayDisplayToLogical(), groupDisplayGet(), groupDisplayIsValid(), groupDisplayLogicalToDisplay(), groupDisplayLogicalToOdbc(), groupDisplayNormalize(), groupDisplaySet()
property plan as %String (MAXLEN = 1000000, XMLNAME = "plan", XMLPROJECTION = "ATTRIBUTE");
string

An identifier for the plan.

Property methods: planDisplayToLogical(), planGet(), planIsValid(), planLogicalToDisplay(), planLogicalToOdbc(), planNormalize(), planSet()
property planDisplay as %String (MAXLEN = 1000000, XMLNAME = "planDisplay", XMLPROJECTION = "ATTRIBUTE");
string

Display text for the plan.

Property methods: planDisplayDisplayToLogical(), planDisplayGet(), planDisplayIsValid(), planDisplayLogicalToDisplay(), planDisplayLogicalToOdbc(), planDisplayNormalize(), planDisplaySet()
property subClass as %String (MAXLEN = 1000000, XMLNAME = "subClass", XMLPROJECTION = "ATTRIBUTE");
string

An identifier for the subsection of the class.

Property methods: subClassDisplayToLogical(), subClassGet(), subClassIsValid(), subClassLogicalToDisplay(), subClassLogicalToOdbc(), subClassNormalize(), subClassSet()
property subClassDisplay as %String (MAXLEN = 1000000, XMLNAME = "subClassDisplay", XMLPROJECTION = "ATTRIBUTE");
string

Display text for the subsection of the subclass.

Property methods: subClassDisplayDisplayToLogical(), subClassDisplayGet(), subClassDisplayIsValid(), subClassDisplayLogicalToDisplay(), subClassDisplayLogicalToOdbc(), subClassDisplayNormalize(), subClassDisplaySet()
property subGroup as %String (MAXLEN = 1000000, XMLNAME = "subGroup", XMLPROJECTION = "ATTRIBUTE");
string

An identifier for the subsection of the group.

Property methods: subGroupDisplayToLogical(), subGroupGet(), subGroupIsValid(), subGroupLogicalToDisplay(), subGroupLogicalToOdbc(), subGroupNormalize(), subGroupSet()
property subGroupDisplay as %String (MAXLEN = 1000000, XMLNAME = "subGroupDisplay", XMLPROJECTION = "ATTRIBUTE");
string

Display text for the subsection of the group.

Property methods: subGroupDisplayDisplayToLogical(), subGroupDisplayGet(), subGroupDisplayIsValid(), subGroupDisplayLogicalToDisplay(), subGroupDisplayLogicalToOdbc(), subGroupDisplayNormalize(), subGroupDisplaySet()
property subPlan as %String (MAXLEN = 1000000, XMLNAME = "subPlan", XMLPROJECTION = "ATTRIBUTE");
string

An identifier for the subsection of the plan.

Property methods: subPlanDisplayToLogical(), subPlanGet(), subPlanIsValid(), subPlanLogicalToDisplay(), subPlanLogicalToOdbc(), subPlanNormalize(), subPlanSet()
property subPlanDisplay as %String (MAXLEN = 1000000, XMLNAME = "subPlanDisplay", XMLPROJECTION = "ATTRIBUTE");
string

Display text for the subsection of the plan.

Property methods: subPlanDisplayDisplayToLogical(), subPlanDisplayGet(), subPlanDisplayIsValid(), subPlanDisplayLogicalToDisplay(), subPlanDisplayLogicalToOdbc(), subPlanDisplayNormalize(), subPlanDisplaySet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab