Class TResearchStudyRecruitment
Unit
bsFhir_r5
Declaration
type TResearchStudyRecruitment = 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 targetNumber : Int64 read GettargetNumber write SettargetNumber; |
Estimated total number of participants to be enrolled.
|
|
property targetNumberElement : TunsignedInt read GettargetNumberElement write SettargetNumberElement; |
|
|
property actualNumber : Int64 read GetactualNumber write SetactualNumber; |
Actual total number of participants enrolled in study.
|
|
property actualNumberElement : TunsignedInt read GetactualNumberElement write SetactualNumberElement; |
|
|
property eligibility : TReference read Geteligibility write Seteligibility; |
Inclusion and exclusion criteria.
|
|
property actualGroup : TReference read GetactualGroup write SetactualGroup; |
Group of participants who were enrolled in study.
|
Generated by PasDoc 0.15.0.
|