Class TQuestionnaireResponseAnswer
Unit
bsFhir_r4b
Declaration
type TQuestionnaireResponseAnswer = class(TBackboneElement)
Description
A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the questionnaire being responded to.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property value : TElement read Getvalue write Setvalue; |
The answer (or one of the answers) provided by the respondent to the question.
|
Generated by PasDoc 0.15.0.
|