Skip to main content

HS.FHIR.DTL.vSTU3.Model.Element.Questionnaire.item

class HS.FHIR.DTL.vSTU3.Model.Element.Questionnaire.item extends HS.FHIR.DTL.vSTU3.Model.Base.BackboneElement

Questions and sections within the Questionnaire.

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.item;
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.item;
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 code as list of HS.FHIR.DTL.vSTU3.Model.Datatype.Coding (XMLNAME = "code", XMLPROJECTION = "ELEMENT");
Coding

Corresponding concept for this item in a terminology.

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

Property methods: codeBuildValueArray(), codeCollectionToDisplay(), codeCollectionToOdbc(), codeDisplayToCollection(), codeGet(), codeGetObject(), codeGetObjectId(), codeGetSwizzled(), codeIsValid(), codeOdbcToCollection(), codeSet(), codeSetObject(), codeSetObjectId()
property definition as %String (MAXLEN = 1000000, XMLNAME = "definition", XMLPROJECTION = "ATTRIBUTE");
uri

ElementDefinition - details for the item.

Property methods: definitionDisplayToLogical(), definitionGet(), definitionIsValid(), definitionLogicalToDisplay(), definitionLogicalToOdbc(), definitionNormalize(), definitionSet()
property enableWhen as list of HS.FHIR.DTL.vSTU3.Model.Element.Questionnaire.item.enableWhen (XMLNAME = "enableWhen", XMLPROJECTION = "ELEMENT");
BackboneElement

Only allow data when.

Property methods: enableWhenBuildValueArray(), enableWhenCollectionToDisplay(), enableWhenCollectionToOdbc(), enableWhenDisplayToCollection(), enableWhenGet(), enableWhenGetObject(), enableWhenGetObjectId(), enableWhenGetSwizzled(), enableWhenIsValid(), enableWhenOdbcToCollection(), enableWhenSet(), enableWhenSetObject(), enableWhenSetObjectId()
property initialAttachment as HS.FHIR.DTL.vSTU3.Model.Datatype.Attachment (XMLNAME = "initialAttachment", XMLPROJECTION = "ELEMENT");
Attachment

Default value when item is first rendered.

Property methods: initialAttachmentGet(), initialAttachmentGetSwizzled(), initialAttachmentIsValid(), initialAttachmentNewObject(), initialAttachmentSet()
property initialBoolean as %Boolean (XMLNAME = "initialBoolean", XMLPROJECTION = "ATTRIBUTE");
boolean

Default value when item is first rendered.

Property methods: initialBooleanDisplayToLogical(), initialBooleanGet(), initialBooleanIsValid(), initialBooleanLogicalToDisplay(), initialBooleanLogicalToXSD(), initialBooleanNormalize(), initialBooleanSet(), initialBooleanXSDToLogical()
property initialCoding as HS.FHIR.DTL.vSTU3.Model.Datatype.Coding (XMLNAME = "initialCoding", XMLPROJECTION = "ELEMENT");
Coding

Default value when item is first rendered.

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

Property methods: initialCodingGet(), initialCodingGetSwizzled(), initialCodingIsValid(), initialCodingNewObject(), initialCodingSet()
property initialDate as %String (MAXLEN = 1000000, XMLNAME = "initialDate", XMLPROJECTION = "ATTRIBUTE");
date

Default value when item is first rendered.

Property methods: initialDateDisplayToLogical(), initialDateGet(), initialDateIsValid(), initialDateLogicalToDisplay(), initialDateLogicalToOdbc(), initialDateNormalize(), initialDateSet()
property initialDateTime as %String (MAXLEN = 1000000, XMLNAME = "initialDateTime", XMLPROJECTION = "ATTRIBUTE");
dateTime

Default value when item is first rendered.

Property methods: initialDateTimeDisplayToLogical(), initialDateTimeGet(), initialDateTimeIsValid(), initialDateTimeLogicalToDisplay(), initialDateTimeLogicalToOdbc(), initialDateTimeNormalize(), initialDateTimeSet()
property initialDecimal as %Decimal (XMLNAME = "initialDecimal", XMLPROJECTION = "ATTRIBUTE");
decimal

Default value when item is first rendered.

Property methods: initialDecimalDisplayToLogical(), initialDecimalGet(), initialDecimalIsValid(), initialDecimalLogicalToDisplay(), initialDecimalNormalize(), initialDecimalSet(), initialDecimalXSDToLogical()
property initialInteger as %Integer (XMLNAME = "initialInteger", XMLPROJECTION = "ATTRIBUTE");
integer

Default value when item is first rendered.

Property methods: initialIntegerDisplayToLogical(), initialIntegerGet(), initialIntegerIsValid(), initialIntegerLogicalToDisplay(), initialIntegerNormalize(), initialIntegerSet(), initialIntegerXSDToLogical()
property initialQuantity as HS.FHIR.DTL.vSTU3.Model.Datatype.Quantity (XMLNAME = "initialQuantity", XMLPROJECTION = "ELEMENT");
Quantity

Default value when item is first rendered.

Property methods: initialQuantityGet(), initialQuantityGetSwizzled(), initialQuantityIsValid(), initialQuantityNewObject(), initialQuantitySet()
property initialReference as HS.FHIR.DTL.vSTU3.Model.Base.Reference (XMLNAME = "initialReference", XMLPROJECTION = "ELEMENT");
Reference

Default value when item is first rendered.

Any FHIR3 Resource may be indicated by this Reference.

Property methods: initialReferenceGet(), initialReferenceGetSwizzled(), initialReferenceIsValid(), initialReferenceNewObject(), initialReferenceSet()
property initialString as %String (MAXLEN = 1000000, XMLNAME = "initialString", XMLPROJECTION = "ATTRIBUTE");
string

Default value when item is first rendered.

Property methods: initialStringDisplayToLogical(), initialStringGet(), initialStringIsValid(), initialStringLogicalToDisplay(), initialStringLogicalToOdbc(), initialStringNormalize(), initialStringSet()
property initialTime as %String (MAXLEN = 1000000, XMLNAME = "initialTime", XMLPROJECTION = "ATTRIBUTE");
time

Default value when item is first rendered.

Property methods: initialTimeDisplayToLogical(), initialTimeGet(), initialTimeIsValid(), initialTimeLogicalToDisplay(), initialTimeLogicalToOdbc(), initialTimeNormalize(), initialTimeSet()
property initialUri as %String (MAXLEN = 1000000, XMLNAME = "initialUri", XMLPROJECTION = "ATTRIBUTE");
uri

Default value when item is first rendered.

Property methods: initialUriDisplayToLogical(), initialUriGet(), initialUriIsValid(), initialUriLogicalToDisplay(), initialUriLogicalToOdbc(), initialUriNormalize(), initialUriSet()
property item as list of HS.FHIR.DTL.vSTU3.Model.Element.Questionnaire.item (XMLNAME = "item", XMLPROJECTION = "ELEMENT");
Questionnaire:item

Nested questionnaire items.

Property methods: itemBuildValueArray(), itemCollectionToDisplay(), itemCollectionToOdbc(), itemDisplayToCollection(), itemGet(), itemGetObject(), itemGetObjectId(), itemGetSwizzled(), itemIsValid(), itemOdbcToCollection(), itemSet(), itemSetObject(), itemSetObjectId()
property linkId as %String (MAXLEN = 1000000, XMLNAME = "linkId", XMLPROJECTION = "ATTRIBUTE") [ Required ];
string

Unique id for item in questionnaire.

Property methods: linkIdDisplayToLogical(), linkIdGet(), linkIdIsValid(), linkIdLogicalToDisplay(), linkIdLogicalToOdbc(), linkIdNormalize(), linkIdSet()
property maxLength as %Integer (XMLNAME = "maxLength", XMLPROJECTION = "ATTRIBUTE");
integer

No more than this many characters.

Property methods: maxLengthDisplayToLogical(), maxLengthGet(), maxLengthIsValid(), maxLengthLogicalToDisplay(), maxLengthNormalize(), maxLengthSet(), maxLengthXSDToLogical()
property option as list of HS.FHIR.DTL.vSTU3.Model.Element.Questionnaire.item.option (XMLNAME = "option", XMLPROJECTION = "ELEMENT");
BackboneElement

Permitted answer.

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

Valueset containing permitted answers.

ValueSet

Property methods: optionsGet(), optionsGetSwizzled(), optionsIsValid(), optionsNewObject(), optionsSet()
property prefix as %String (MAXLEN = 1000000, XMLNAME = "prefix", XMLPROJECTION = "ATTRIBUTE");
string

E.g. "1(a)", "2.5.3"

Property methods: prefixDisplayToLogical(), prefixGet(), prefixIsValid(), prefixLogicalToDisplay(), prefixLogicalToOdbc(), prefixNormalize(), prefixSet()
property readOnly as %Boolean (XMLNAME = "readOnly", XMLPROJECTION = "ATTRIBUTE");
boolean

Don't allow human editing.

Property methods: readOnlyDisplayToLogical(), readOnlyGet(), readOnlyIsValid(), readOnlyLogicalToDisplay(), readOnlyLogicalToXSD(), readOnlyNormalize(), readOnlySet(), readOnlyXSDToLogical()
property repeats as %Boolean (XMLNAME = "repeats", XMLPROJECTION = "ATTRIBUTE");
boolean

Whether the item may repeat.

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

Whether the item must be included in data results.

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

Primary text for the item.

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

group | display | boolean | decimal | integer | date | dateTime +

item-type is the REQUIRED FHIR3 ValueSet for codes; you may NOT extend item-type 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