Class TResearchStudyArm

Unit

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

Public constructor Create; override;

Properties

Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property name_ : string read Getname_ write Setname_;

Unique, human-readable label for this arm of the study.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property code : TCodeableConcept read Getcode write Setcode;

Categorization of study arm, e.g. experimental, active comparator, placebo comparater.

Public 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.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 

Generated by PasDoc 0.15.0.