Class TResearchStudyComparisonGroup

Unit

Declaration

type TResearchStudyComparisonGroup = 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 linkId : string read GetlinkId write SetlinkId;
Public property linkIdElement : Tid read GetlinkIdElement write SetlinkIdElement;
Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
Public property intendedExposure : TReferenceArray read GetintendedExposureArray;
Public property observedGroup : TReference read GetobservedGroup write SetobservedGroup;

Description

Methods

Public constructor Create; override;
 

Properties

Public property linkId : string read GetlinkId write SetlinkId;

Allows the comparisonGroup for the study and the comparisonGroup for the subject to be linked easily.

Public property linkIdElement : Tid read GetlinkIdElement write SetlinkIdElement;
 
Public property name_ : string read Getname_ write Setname_;

Unique, human-readable label for this comparisonGroup of the study.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Categorization of study comparisonGroup, e.g. experimental, active comparator, placebo comparater.

Public property description : string read Getdescription write Setdescription;

A succinct description of the path through the study that would be followed by a subject adhering to this comparisonGroup.

Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
 
Public property intendedExposure : TReferenceArray read GetintendedExposureArray;

Interventions or exposures in this comparisonGroup or cohort.

Public property observedGroup : TReference read GetobservedGroup write SetobservedGroup;

Group of participants who were enrolled in study comparisonGroup.


Generated by PasDoc 0.15.0.