Class TQuestionnaireResponseItem

Unit

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

Public constructor Create; override;

Properties

Public property linkId : string read GetlinkId write SetlinkId;
Public property linkIdElement : Tstring read GetlinkIdElement write SetlinkIdElement;
Public property definition : string read Getdefinition write Setdefinition;
Public property definitionElement : Turi read GetdefinitionElement write SetdefinitionElement;
Public property text : string read Gettext write Settext;
Public property textElement : Tstring read GettextElement write SettextElement;
Public property answer : TQuestionnaireResponseAnswerArray read GetanswerArray;
Public property item : TQuestionnaireResponseItemArray read GetitemArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property linkId : string read GetlinkId write SetlinkId;

The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource.

Public property linkIdElement : Tstring read GetlinkIdElement write SetlinkIdElement;
 
Public property definition : string read Getdefinition write Setdefinition;

A reference to an [[[ElementDefinition]]] that provides the details for the item.

Public property definitionElement : Turi read GetdefinitionElement write SetdefinitionElement;
 
Public 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.

Public property textElement : Tstring read GettextElement write SettextElement;
 
Public property answer : TQuestionnaireResponseAnswerArray read GetanswerArray;

The respondent's answer(s) to the question.

Public property item : TQuestionnaireResponseItemArray read GetitemArray;

Questions or sub-groups nested beneath a question or group.


Generated by PasDoc 0.15.0.