Class TQuestionnaireResponseAnswer

Unit

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

Public constructor Create; override;

Properties

Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;
Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
Public property valueDecimal : Double read GetvalueDecimal write SetvalueDecimal;
Public property valueDecimalElement : Tdecimal read GetvalueDecimalElement write SetvalueDecimalElement;
Public property valueInteger : integer read GetvalueInteger write SetvalueInteger;
Public property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement;
Public property valueDate : string read GetvalueDate write SetvalueDate;
Public property valueDateElement : Tdate_ read GetvalueDateElement write SetvalueDateElement;
Public property valueDateTime : string read GetvalueDateTime write SetvalueDateTime;
Public property valueDateTimeElement : TdateTime_ read GetvalueDateTimeElement write SetvalueDateTimeElement;
Public property valueTime : string read GetvalueTime write SetvalueTime;
Public property valueTimeElement : Ttime_ read GetvalueTimeElement write SetvalueTimeElement;
Public property valueString : string read GetvalueString write SetvalueString;
Public property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement;
Public property valueUri : string read GetvalueUri write SetvalueUri;
Public property valueUriElement : Turi read GetvalueUriElement write SetvalueUriElement;
Public property valueAttachment : TAttachment read GetvalueAttachment write SetvalueAttachment;
Public property valueCoding : TCoding read GetvalueCoding write SetvalueCoding;
Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;
Public property valueReference : TReference read GetvalueReference write SetvalueReference;
Public property item : TQuestionnaireResponseItemArray read GetitemArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;

The answer (or one of the answers) provided by the respondent to the question. (choose any one of value*, but only one)

Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
 
Public property valueDecimal : Double read GetvalueDecimal write SetvalueDecimal;

The answer (or one of the answers) provided by the respondent to the question. (choose any one of value*, but only one)

Public property valueDecimalElement : Tdecimal read GetvalueDecimalElement write SetvalueDecimalElement;
 
Public property valueInteger : integer read GetvalueInteger write SetvalueInteger;

The answer (or one of the answers) provided by the respondent to the question. (choose any one of value*, but only one)

Public property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement;
 
Public property valueDate : string read GetvalueDate write SetvalueDate;

The answer (or one of the answers) provided by the respondent to the question. (choose any one of value*, but only one)

Public property valueDateElement : Tdate_ read GetvalueDateElement write SetvalueDateElement;
 
Public property valueDateTime : string read GetvalueDateTime write SetvalueDateTime;

The answer (or one of the answers) provided by the respondent to the question. (choose any one of value*, but only one)

Public property valueDateTimeElement : TdateTime_ read GetvalueDateTimeElement write SetvalueDateTimeElement;
 
Public property valueTime : string read GetvalueTime write SetvalueTime;

The answer (or one of the answers) provided by the respondent to the question. (choose any one of value*, but only one)

Public property valueTimeElement : Ttime_ read GetvalueTimeElement write SetvalueTimeElement;
 
Public property valueString : string read GetvalueString write SetvalueString;

The answer (or one of the answers) provided by the respondent to the question. (choose any one of value*, but only one)

Public property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement;
 
Public property valueUri : string read GetvalueUri write SetvalueUri;

The answer (or one of the answers) provided by the respondent to the question. (choose any one of value*, but only one)

Public property valueUriElement : Turi read GetvalueUriElement write SetvalueUriElement;
 
Public property valueAttachment : TAttachment read GetvalueAttachment write SetvalueAttachment;

The answer (or one of the answers) provided by the respondent to the question. (choose any one of value*, but only one)

Public property valueCoding : TCoding read GetvalueCoding write SetvalueCoding;

The answer (or one of the answers) provided by the respondent to the question. (choose any one of value*, but only one)

Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;

The answer (or one of the answers) provided by the respondent to the question. (choose any one of value*, but only one)

Public property valueReference : TReference read GetvalueReference write SetvalueReference;

The answer (or one of the answers) provided by the respondent to the question. (choose any one of value*, but only one)

Public property item : TQuestionnaireResponseItemArray read GetitemArray;

Nested groups and/or questions found within this particular answer.


Generated by PasDoc 0.15.0.