Class TQuestionnaireAnswerOption
Unit
bsFhir_r5
Declaration
type TQuestionnaireAnswerOption = class(TBackboneElement)
Description
A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property valueInteger : integer read GetvalueInteger write SetvalueInteger; |
A potential answer that's allowed as the answer to this question. (choose any one of value*, but only one)
|
|
property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement; |
|
|
property valueDate : string read GetvalueDate write SetvalueDate; |
A potential answer that's allowed as the answer to this question. (choose any one of value*, but only one)
|
|
property valueDateElement : Tdate_ read GetvalueDateElement write SetvalueDateElement; |
|
|
property valueTime : string read GetvalueTime write SetvalueTime; |
A potential answer that's allowed as the answer to this question. (choose any one of value*, but only one)
|
|
property valueTimeElement : Ttime_ read GetvalueTimeElement write SetvalueTimeElement; |
|
|
property valueString : string read GetvalueString write SetvalueString; |
A potential answer that's allowed as the answer to this question. (choose any one of value*, but only one)
|
|
property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement; |
|
|
property valueCoding : TCoding read GetvalueCoding write SetvalueCoding; |
A potential answer that's allowed as the answer to this question. (choose any one of value*, but only one)
|
|
property valueReference : TReference read GetvalueReference write SetvalueReference; |
A potential answer that's allowed as the answer to this question. (choose any one of value*, but only one)
|
|
property initialSelected : boolean read GetinitialSelected write SetinitialSelected; |
Indicates whether the answer value is selected when the list of possible answers is initially shown.
|
|
property initialSelectedElement : Tboolean read GetinitialSelectedElement write SetinitialSelectedElement; |
|
Generated by PasDoc 0.15.0.
|