Class TQuestionnaireEnableWhen
Unit
bsFhir_stu3
Declaration
type TQuestionnaireEnableWhen = 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 question : string read Getquestion write Setquestion; |
The linkId for the question whose answer (or lack of answer) governs whether this item is enabled.
|
 |
property questionElement : Tstring read GetquestionElement write SetquestionElement; |
|
 |
property hasAnswer : boolean read GethasAnswer write SethasAnswer; |
An indication that this item should be enabled only if the specified question is answered (hasAnswer=true) or not answered (hasAnswer=false).
|
 |
property hasAnswerElement : Tboolean read GethasAnswerElement write SethasAnswerElement; |
|
 |
property answer : TElement read Getanswer write Setanswer; |
An answer that the referenced question must match in order for the item to be enabled.
|
Generated by PasDoc 0.15.0.
|