Class TResearchStudyArm
Unit
bsFhir_stu3
Declaration
type TResearchStudyArm = class(TBackboneElement)
Description
A process where a researcher or organization plans and then executes a series of steps intended to increase the field of healthcare-related knowledge. This includes studies of safety, efficacy, comparative effectiveness and other information about medications, devices, therapies and other interventional and investigative techniques. A ResearchStudy involves the gathering of information about human or animal subjects.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property name_ : string read Getname_ write Setname_; |
Unique, human-readable label for this arm of the study.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property code : TCodeableConcept read Getcode write Setcode; |
Categorization of study arm, e.g. experimental, active comparator, placebo comparater.
|
|
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 arm.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
Generated by PasDoc 0.15.0.
|