Class TQuestionnaireResponseItem
Unit
bsFhir_r4
Declaration
type TQuestionnaireResponseItem = class(TBackboneElement)
Description
A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the questionnaire being responded to.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property linkId : string read GetlinkId write SetlinkId; |
The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource.
|
|
property linkIdElement : Tstring read GetlinkIdElement write SetlinkIdElement; |
|
|
property definition : string read Getdefinition write Setdefinition; |
A reference to an [[[ElementDefinition]]] that provides the details for the item.
|
|
property definitionElement : Turi read GetdefinitionElement write SetdefinitionElement; |
|
|
property text : string read Gettext write Settext; |
Text that is displayed above the contents of the group or as the text of the question being answered.
|
|
property textElement : Tstring read GettextElement write SettextElement; |
|
Generated by PasDoc 0.15.0.
|