Class TResearchSubject

Unit

Declaration

type TResearchSubject = class(TDomainResource)

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. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TResearchSubjectStatus read GetstatusElement write SetstatusElement;
Public property period : TPeriod read Getperiod write Setperiod;
Public property study : TReference read Getstudy write Setstudy;
Public property individual : TReference read Getindividual write Setindividual;
Public property assignedArm : string read GetassignedArm write SetassignedArm;
Public property assignedArmElement : Tstring read GetassignedArmElement write SetassignedArmElement;
Public property actualArm : string read GetactualArm write SetactualArm;
Public property actualArmElement : Tstring read GetactualArmElement write SetactualArmElement;
Public property consent : TReference read Getconsent write Setconsent;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

Identifiers assigned to this research study by the sponsor or other systems.

Public property status : string read Getstatus write Setstatus;

The current state of the subject.

Public property statusElement : TResearchSubjectStatus read GetstatusElement write SetstatusElement;
 
Public property period : TPeriod read Getperiod write Setperiod;

The dates the subject began and ended their participation in the study.

Public property study : TReference read Getstudy write Setstudy;

Reference to the study the subject is participating in.

Public property individual : TReference read Getindividual write Setindividual;

The record of the person or animal who is involved in the study.

Public property assignedArm : string read GetassignedArm write SetassignedArm;

The name of the arm in the study the subject is expected to follow as part of this study.

Public property assignedArmElement : Tstring read GetassignedArmElement write SetassignedArmElement;
 
Public property actualArm : string read GetactualArm write SetactualArm;

The name of the arm in the study the subject actually followed as part of this study.

Public property actualArmElement : Tstring read GetactualArmElement write SetactualArmElement;
 
Public property consent : TReference read Getconsent write Setconsent;

A record of the patient's informed agreement to participate in the study.


Generated by PasDoc 0.15.0.