Class TQuestionnaireResponseAnswer
Unit
bsFhir_r5
Declaration
type TQuestionnaireResponseAnswer = 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 valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean; |
The answer (or one of the answers) provided by the respondent to the question. (choose any one of value*, but only one)
|
|
property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement; |
|
|
property valueDecimal : Double read GetvalueDecimal write SetvalueDecimal; |
The answer (or one of the answers) provided by the respondent to the question. (choose any one of value*, but only one)
|
|
property valueDecimalElement : Tdecimal read GetvalueDecimalElement write SetvalueDecimalElement; |
|
|
property valueInteger : integer read GetvalueInteger write SetvalueInteger; |
The answer (or one of the answers) provided by the respondent to the question. (choose any one of value*, but only one)
|
|
property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement; |
|
|
property valueDate : string read GetvalueDate write SetvalueDate; |
The answer (or one of the answers) provided by the respondent to the question. (choose any one of value*, but only one)
|
|
property valueDateElement : Tdate_ read GetvalueDateElement write SetvalueDateElement; |
|
|
property valueDateTime : string read GetvalueDateTime write SetvalueDateTime; |
The answer (or one of the answers) provided by the respondent to the question. (choose any one of value*, but only one)
|
|
property valueDateTimeElement : TdateTime_ read GetvalueDateTimeElement write SetvalueDateTimeElement; |
|
|
property valueTime : string read GetvalueTime write SetvalueTime; |
The answer (or one of the answers) provided by the respondent to the question. (choose any one of value*, but only one)
|
|
property valueTimeElement : Ttime_ read GetvalueTimeElement write SetvalueTimeElement; |
|
|
property valueString : string read GetvalueString write SetvalueString; |
The answer (or one of the answers) provided by the respondent to the question. (choose any one of value*, but only one)
|
|
property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement; |
|
|
property valueUri : string read GetvalueUri write SetvalueUri; |
The answer (or one of the answers) provided by the respondent to the question. (choose any one of value*, but only one)
|
|
property valueUriElement : Turi read GetvalueUriElement write SetvalueUriElement; |
|
|
property valueAttachment : TAttachment read GetvalueAttachment write SetvalueAttachment; |
The answer (or one of the answers) provided by the respondent to the question. (choose any one of value*, but only one)
|
|
property valueCoding : TCoding read GetvalueCoding write SetvalueCoding; |
The answer (or one of the answers) provided by the respondent to the question. (choose any one of value*, but only one)
|
|
property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity; |
The answer (or one of the answers) provided by the respondent to the question. (choose any one of value*, but only one)
|
|
property valueReference : TReference read GetvalueReference write SetvalueReference; |
The answer (or one of the answers) provided by the respondent to the question. (choose any one of value*, but only one)
|
Generated by PasDoc 0.15.0.
|