Class TQuestionnaireAnswerOption
Unit
bsFhir_r4
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 value : TElement read Getvalue write Setvalue; |
A potential answer that's allowed as the answer to this question.
|
|
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.
|