Skip to main content

HS.FHIR.vSTU3.Model.Resource.ValueSet.Expansion

deprecated class HS.FHIR.vSTU3.Model.Resource.ValueSet.Expansion extends HS.FHIR.vSTU3.Model.Base.BackboneElement

THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
A value set specifies a set of codes drawn from one or more code systems.

Property Inventory

Method 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 JSONTYPEFIELD;
Inherited description: Type property name for JSON export.
parameter XMLNAME = ValueSet.Expansion;
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 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 = ValueSet.Expansion;
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 contains as list of HS.FHIR.vSTU3.Model.Resource.ValueSet.Contains (XMLNAME = "contains", XMLPROJECTION = "ELEMENT");
The codes that are contained in the value set expansion.
Property methods: containsBuildValueArray(), containsCollectionToDisplay(), containsCollectionToOdbc(), containsDisplayToCollection(), containsGet(), containsGetObject(), containsGetObjectId(), containsGetSwizzled(), containsIsValid(), containsOdbcToCollection(), containsSet(), containsSetObject(), containsSetObjectId()
property identifier as HS.FHIR.vSTU3.Model.Datatype.Uri (XMLNAME = "identifier", XMLPROJECTION = "ELEMENT") [ Required ];
An identifier that uniquely identifies this expansion of the valueset. Systems may re-use the same identifier as long as the expansion and the definition remain the same, but are not required to do so.
Property methods: identifierGet(), identifierGetSwizzled(), identifierIsValid(), identifierNewObject(), identifierSet()
property offset as HS.FHIR.vSTU3.Model.Datatype.Integer (XMLNAME = "offset", XMLPROJECTION = "ELEMENT");
If paging is being used, the offset at which this resource starts. I.e. this resource is a partial view into the expansion. If paging is not being used, this element SHALL not be present.
Property methods: offsetGet(), offsetGetSwizzled(), offsetIsValid(), offsetNewObject(), offsetSet()
property parameter as list of HS.FHIR.vSTU3.Model.Resource.ValueSet.Parameter (XMLNAME = "parameter", XMLPROJECTION = "ELEMENT");
A parameter that controlled the expansion process. These parameters may be used by users of expanded value sets to check whether the expansion is suitable for a particular purpose, or to pick the correct expansion.
Property methods: parameterBuildValueArray(), parameterCollectionToDisplay(), parameterCollectionToOdbc(), parameterDisplayToCollection(), parameterGet(), parameterGetObject(), parameterGetObjectId(), parameterGetSwizzled(), parameterIsValid(), parameterOdbcToCollection(), parameterSet(), parameterSetObject(), parameterSetObjectId()
property timestamp as HS.FHIR.vSTU3.Model.Datatype.DateTime (XMLNAME = "timestamp", XMLPROJECTION = "ELEMENT") [ Required ];
The time at which the expansion was produced by the expanding system.
Property methods: timestampGet(), timestampGetSwizzled(), timestampIsValid(), timestampNewObject(), timestampSet()
property total as HS.FHIR.vSTU3.Model.Datatype.Integer (XMLNAME = "total", XMLPROJECTION = "ELEMENT");
The total number of concepts in the expansion. If the number of concept nodes in this resource is less than the stated number, then the server can return more using the offset parameter.
Property methods: totalGet(), totalGetSwizzled(), totalIsValid(), totalNewObject(), totalSet()

Methods

deprecated method SetIdentifier(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "identifier" property.
deprecated method SetOffset(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "offset" property.
deprecated method SetTimestamp(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "timestamp" property.
deprecated method SetTotal(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "total" property.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab