Class TEvidenceVariableTimeFromStart

Unit

Declaration

type TEvidenceVariableTimeFromStart = class(TBackboneElement)

Description

The EvidenceVariable resource describes an element that knowledge (Evidence) is about.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property quantity : TQuantity read Getquantity write Setquantity;
Public property range : TRange read Getrange write Setrange;
Public property note : TAnnotationArray read GetnoteArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property description : string read Getdescription write Setdescription;

A short, natural language description.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property quantity : TQuantity read Getquantity write Setquantity;

Used to express the observation at a defined amount of time after the study start.

Public property range : TRange read Getrange write Setrange;

Used to express the observation within a period after the study start.

Public property note : TAnnotationArray read GetnoteArray;

A human-readable string to clarify or explain concepts about the resource.


Generated by PasDoc 0.15.0.