Skip to main content

HS.FHIR.DTL.vDSTU2.Model.Element.Questionnaire.group.question

class HS.FHIR.DTL.vDSTU2.Model.Element.Questionnaire.group.question extends HS.FHIR.DTL.vDSTU2.Model.Base.BackboneElement

Questions in this group. A question must use either option or options, not both.

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 = Questionnaire.group.question;
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 = Questionnaire.group.question;
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.DTL.vDSTU2.Model.Datatype.Coding (XMLNAME = "concept", XMLPROJECTION = "ELEMENT");
Coding

Concept that represents this question on a questionnaire.

any FHIR2 code may be used; questionnaire-questions shows EXAMPLE codes, but you may use codes from any ValueSet.

Property methods: conceptBuildValueArray(), conceptCollectionToDisplay(), conceptCollectionToOdbc(), conceptDisplayToCollection(), conceptGet(), conceptGetObject(), conceptGetObjectId(), conceptGetSwizzled(), conceptIsValid(), conceptOdbcToCollection(), conceptSet(), conceptSetObject(), conceptSetObjectId()
property group as list of HS.FHIR.DTL.vDSTU2.Model.Element.Questionnaire.group (XMLNAME = "group", XMLPROJECTION = "ELEMENT");
Questionnaire:group

Nested questionnaire group.

Property methods: groupBuildValueArray(), groupCollectionToDisplay(), groupCollectionToOdbc(), groupDisplayToCollection(), groupGet(), groupGetObject(), groupGetObjectId(), groupGetSwizzled(), groupIsValid(), groupOdbcToCollection(), groupSet(), groupSetObject(), groupSetObjectId()
property linkId as %String (MAXLEN = 1000000, XMLNAME = "linkId", XMLPROJECTION = "ATTRIBUTE");
string

To link questionnaire with questionnaire response.

Property methods: linkIdDisplayToLogical(), linkIdGet(), linkIdIsValid(), linkIdLogicalToDisplay(), linkIdLogicalToOdbc(), linkIdNormalize(), linkIdSet()
property option as list of HS.FHIR.DTL.vDSTU2.Model.Datatype.Coding (XMLNAME = "option", XMLPROJECTION = "ELEMENT");
Coding

Permitted answer.

any FHIR2 code may be used; questionnaire-answers shows EXAMPLE codes, but you may use codes from any ValueSet.

Property methods: optionBuildValueArray(), optionCollectionToDisplay(), optionCollectionToOdbc(), optionDisplayToCollection(), optionGet(), optionGetObject(), optionGetObjectId(), optionGetSwizzled(), optionIsValid(), optionOdbcToCollection(), optionSet(), optionSetObject(), optionSetObjectId()
property options as HS.FHIR.DTL.vDSTU2.Model.Base.Reference (XMLNAME = "options", XMLPROJECTION = "ELEMENT");
Reference

Valueset containing permitted answers.

ValueSet

Property methods: optionsGet(), optionsGetSwizzled(), optionsIsValid(), optionsNewObject(), optionsSet()
property repeats as %Boolean (XMLNAME = "repeats", XMLPROJECTION = "ATTRIBUTE");
boolean

Whether the question can have multiple answers.

Property methods: repeatsDisplayToLogical(), repeatsGet(), repeatsIsValid(), repeatsLogicalToDisplay(), repeatsLogicalToXSD(), repeatsNormalize(), repeatsSet(), repeatsXSDToLogical()
property required as %Boolean (XMLNAME = "required", XMLPROJECTION = "ATTRIBUTE");
boolean

Whether the question must be answered in data results.

Property methods: requiredDisplayToLogical(), requiredGet(), requiredIsValid(), requiredLogicalToDisplay(), requiredLogicalToXSD(), requiredNormalize(), requiredSet(), requiredXSDToLogical()
property text as %String (MAXLEN = 1000000, XMLNAME = "text", XMLPROJECTION = "ATTRIBUTE");
string

Text of the question as it is shown to the user.

Property methods: textDisplayToLogical(), textGet(), textIsValid(), textLogicalToDisplay(), textLogicalToOdbc(), textNormalize(), textSet()
property type as %String (MAXLEN = 1000000, XMLNAME = "type", XMLPROJECTION = "ATTRIBUTE");
code

boolean | decimal | integer | date | dateTime +

answer-format is the REQUIRED FHIR2 ValueSet for codes; you may NOT extend answer-format and you may NOT use codes from other ValueSets.

Property methods: typeDisplayToLogical(), typeGet(), typeIsValid(), typeLogicalToDisplay(), typeLogicalToOdbc(), typeNormalize(), typeSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab