Class TQuestionnaireEnableWhen
Unit
bsFhir_r4b
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 operator_ : string read Getoperator_ write Setoperator_; |
Specifies the criteria by which the question is enabled.
|
|
property answer : TElement read Getanswer write Setanswer; |
A value that the referenced question is tested using the specified operator in order for the item to be enabled.
|
Generated by PasDoc 0.15.0.
|