Class TResearchStudyOutcomeMeasure

Unit

Declaration

type TResearchStudyOutcomeMeasure = class(TBackboneElement)

Description

A scientific study of nature that sometimes includes processes involved in health and disease. For example, clinical trials are research studies that involve people. These studies may be related to new ways to screen, prevent, diagnose, and treat disease. They may also study certain outcomes and certain groups of people by looking at data collected in the past or future.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property type_ : TCodeableConceptArray read Gettype_Array;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
Public property reference : TReference read Getreference write Setreference;

Description

Methods

Public constructor Create; override;
 

Properties

Public property name_ : string read Getname_ write Setname_;

Label for the outcome.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property type_ : TCodeableConceptArray read Gettype_Array;

The parameter or characteristic being assessed as one of the values by which the study is assessed.

Public property description : string read Getdescription write Setdescription;

Description of the outcome.

Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
 
Public property reference : TReference read Getreference write Setreference;

Structured outcome definition.


Generated by PasDoc 0.15.0.