Class TResearchStudyProgressStatus
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property state : TCodeableConcept read Getstate write Setstate; |
Label for status or state (e.g. recruitment status).
|
|
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.
|
|
property actualElement : Tboolean read GetactualElement write SetactualElement; |
|
|
property period : TPeriod read Getperiod write Setperiod; |
Date range.
|
Generated by PasDoc 0.15.0.
|