Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TQuestionnaireEnableWhen
Unit
bsFhir_r5
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 answerBoolean : boolean read GetanswerBoolean write SetanswerBoolean; |
A value that the referenced question is tested using the specified operator in order for the item to be enabled. If there are multiple answers, a match on any of the answers suffices. If different behavior is desired (all must match, at least 2 must match, etc.), consider using the enableWhenExpression extension. (choose any one of answer*, but only one)
|
|
property answerBooleanElement : Tboolean read GetanswerBooleanElement write SetanswerBooleanElement; |
|
|
property answerDecimal : Double read GetanswerDecimal write SetanswerDecimal; |
A value that the referenced question is tested using the specified operator in order for the item to be enabled. If there are multiple answers, a match on any of the answers suffices. If different behavior is desired (all must match, at least 2 must match, etc.), consider using the enableWhenExpression extension. (choose any one of answer*, but only one)
|
|
property answerDecimalElement : Tdecimal read GetanswerDecimalElement write SetanswerDecimalElement; |
|
|
property answerInteger : integer read GetanswerInteger write SetanswerInteger; |
A value that the referenced question is tested using the specified operator in order for the item to be enabled. If there are multiple answers, a match on any of the answers suffices. If different behavior is desired (all must match, at least 2 must match, etc.), consider using the enableWhenExpression extension. (choose any one of answer*, but only one)
|
|
property answerIntegerElement : Tinteger read GetanswerIntegerElement write SetanswerIntegerElement; |
|
|
property answerDate : string read GetanswerDate write SetanswerDate; |
A value that the referenced question is tested using the specified operator in order for the item to be enabled. If there are multiple answers, a match on any of the answers suffices. If different behavior is desired (all must match, at least 2 must match, etc.), consider using the enableWhenExpression extension. (choose any one of answer*, but only one)
|
|
property answerDateElement : Tdate_ read GetanswerDateElement write SetanswerDateElement; |
|
|
property answerDateTime : string read GetanswerDateTime write SetanswerDateTime; |
A value that the referenced question is tested using the specified operator in order for the item to be enabled. If there are multiple answers, a match on any of the answers suffices. If different behavior is desired (all must match, at least 2 must match, etc.), consider using the enableWhenExpression extension. (choose any one of answer*, but only one)
|
|
property answerDateTimeElement : TdateTime_ read GetanswerDateTimeElement write SetanswerDateTimeElement; |
|
|
property answerTime : string read GetanswerTime write SetanswerTime; |
A value that the referenced question is tested using the specified operator in order for the item to be enabled. If there are multiple answers, a match on any of the answers suffices. If different behavior is desired (all must match, at least 2 must match, etc.), consider using the enableWhenExpression extension. (choose any one of answer*, but only one)
|
|
property answerTimeElement : Ttime_ read GetanswerTimeElement write SetanswerTimeElement; |
|
|
property answerString : string read GetanswerString write SetanswerString; |
A value that the referenced question is tested using the specified operator in order for the item to be enabled. If there are multiple answers, a match on any of the answers suffices. If different behavior is desired (all must match, at least 2 must match, etc.), consider using the enableWhenExpression extension. (choose any one of answer*, but only one)
|
|
property answerStringElement : Tstring read GetanswerStringElement write SetanswerStringElement; |
|
|
property answerCoding : TCoding read GetanswerCoding write SetanswerCoding; |
A value that the referenced question is tested using the specified operator in order for the item to be enabled. If there are multiple answers, a match on any of the answers suffices. If different behavior is desired (all must match, at least 2 must match, etc.), consider using the enableWhenExpression extension. (choose any one of answer*, but only one)
|
|
property answerQuantity : TQuantity read GetanswerQuantity write SetanswerQuantity; |
A value that the referenced question is tested using the specified operator in order for the item to be enabled. If there are multiple answers, a match on any of the answers suffices. If different behavior is desired (all must match, at least 2 must match, etc.), consider using the enableWhenExpression extension. (choose any one of answer*, but only one)
|
|
property answerReference : TReference read GetanswerReference write SetanswerReference; |
A value that the referenced question is tested using the specified operator in order for the item to be enabled. If there are multiple answers, a match on any of the answers suffices. If different behavior is desired (all must match, at least 2 must match, etc.), consider using the enableWhenExpression extension. (choose any one of answer*, but only one)
|
Generated by PasDoc 0.15.0.
|