Class TResearchStudyObjective
Unit
bsFhir_r5
Declaration
type TResearchStudyObjective = 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 name_ : string read Getname_ write Setname_; |
Unique, human-readable label for this objective of the study.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The kind of study objective.
|
|
property description : string read Getdescription write Setdescription; |
Free text description of the objective of the study. This is what the study is trying to achieve rather than how it is going to achieve it (see ResearchStudy.description).
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
Generated by PasDoc 0.15.0.
|