Class TResearchStudyProgressStatus

Unit

Declaration

type TResearchStudyProgressStatus = 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 state : TCodeableConcept read Getstate write Setstate;
Public property actual : boolean read Getactual write Setactual;
Public property actualElement : Tboolean read GetactualElement write SetactualElement;
Public property period : TPeriod read Getperiod write Setperiod;

Description

Methods

Public constructor Create; override;
 

Properties

Public property state : TCodeableConcept read Getstate write Setstate;

Label for status or state (e.g. recruitment status).

Public property actual : boolean read Getactual write Setactual;

An indication of whether or not the date is a known date when the state changed or will change. A value of true indicates a known date. A value of false indicates an estimated date.

Public property actualElement : Tboolean read GetactualElement write SetactualElement;
 
Public property period : TPeriod read Getperiod write Setperiod;

Date range.


Generated by PasDoc 0.15.0.