HS.FHIR.vDSTU2.Model.Resource.Questionnaire.Group
deprecated class HS.FHIR.vDSTU2.Model.Resource.Questionnaire.Group extends HS.FHIR.vDSTU2.Model.Base.BackboneElement
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.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 = Questionnaire.Group;
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 = Questionnaire.Group;
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 concept as list of HS.FHIR.vDSTU2.Model.Base.Coding (XMLNAME = "concept", XMLPROJECTION = "ELEMENT");
Identifies a how this group of questions is known in a particular terminology such as LOINC.
Property methods: conceptBuildValueArray(), conceptCollectionToDisplay(), conceptCollectionToOdbc(), conceptDisplayToCollection(), conceptGet(), conceptGetObject(), conceptGetObjectId(), conceptGetSwizzled(), conceptIsValid(), conceptOdbcToCollection(), conceptSet(), conceptSetObject(), conceptSetObjectId()
property group as list of HS.FHIR.vDSTU2.Model.Resource.Questionnaire.Group (XMLNAME = "group", XMLPROJECTION = "ELEMENT") [ SqlFieldName = _group ];
A sub-group within a group. The ordering of groups within this group is relevant.
Property methods: groupBuildValueArray(), groupCollectionToDisplay(), groupCollectionToOdbc(), groupDisplayToCollection(), groupGet(), groupGetObject(), groupGetObjectId(), groupGetSwizzled(), groupIsValid(), groupOdbcToCollection(), groupSet(), groupSetObject(), groupSetObjectId()
property linkId as HS.FHIR.vDSTU2.Model.Datatype.String (XMLNAME = "linkId");
An identifier that is unique within the Questionnaire allowing linkage to the equivalent group in a QuestionnaireResponse resource.
Property methods: linkIdGet(), linkIdGetSwizzled(), linkIdIsValid(), linkIdNewObject(), linkIdSet()
property question as list of HS.FHIR.vDSTU2.Model.Resource.Questionnaire.Question (XMLNAME = "question", XMLPROJECTION = "ELEMENT");
Set of questions within this group. The order of questions within the group is relevant.
Property methods: questionBuildValueArray(), questionCollectionToDisplay(), questionCollectionToOdbc(), questionDisplayToCollection(), questionGet(), questionGetObject(), questionGetObjectId(), questionGetSwizzled(), questionIsValid(), questionOdbcToCollection(), questionSet(), questionSetObject(), questionSetObjectId()
property repeats as HS.FHIR.vDSTU2.Model.Datatype.Boolean (XMLNAME = "repeats");
Whether the group may occur multiple times in the instance, containing multiple sets of answers.
Property methods: repeatsGet(), repeatsGetSwizzled(), repeatsIsValid(), repeatsNewObject(), repeatsSet()
property required as HS.FHIR.vDSTU2.Model.Datatype.Boolean (XMLNAME = "required");
If true, indicates that the group must be present and have required questions within it answered. If false, the group may be skipped when answering the questionnaire.
Property methods: requiredGet(), requiredGetSwizzled(), requiredIsValid(), requiredNewObject(), requiredSet()
property text as HS.FHIR.vDSTU2.Model.Datatype.String (XMLNAME = "text");
Additional text for the group, used for display purposes.
Property methods: textGet(), textGetSwizzled(), textIsValid(), textNewObject(), textSet()
property title as HS.FHIR.vDSTU2.Model.Datatype.String (XMLNAME = "title");
The human-readable name for this section of the questionnaire.
Property methods: titleGet(), titleGetSwizzled(), titleIsValid(), titleNewObject(), titleSet()
Methods
deprecated method SetConcept(pCode As %String = "", pDisplay As %String = "", pSystem As %String = "", pVersion As %String = "", pUserSelected As %String = "", pId As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Insert method for the "concept" property.
Insert method for the "concept" property.
deprecated method SetLinkId(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 "linkId" property.
Set method for the "linkId" property.
deprecated method SetRepeats(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 "repeats" property.
Set method for the "repeats" property.
deprecated method SetRequired(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 "required" property.
Set method for the "required" property.
deprecated method SetText(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 "text" property.
Set method for the "text" property.
deprecated method SetTitle(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 "title" property.
Set method for the "title" property.
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %CreateProxy()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %FHIRObjectHasValue()
- %FromFHIRJSON()
- %FromFHIRXML()
- %GetClassName()
- %GetJSONType()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ToFHIRJSON()
- %ToFHIRXML()
- %ValidateObject()
- GetReferenceMap()
- UpdateReferences()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()