Class TResearchSubject

Unit

Declaration

type TResearchSubject = class(TDomainResource)

Description

A ResearchSubject is a participant or object which is the recipient of investigative activities in a research study. 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 : TIdentifierArray read GetidentifierArray;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TPublicationStatus read GetstatusElement write SetstatusElement;
Public property progress : TResearchSubjectProgressArray read GetprogressArray;
Public property period : TPeriod read Getperiod write Setperiod;
Public property study : TReference read Getstudy write Setstudy;
Public property subject : TReference read Getsubject write Setsubject;
Public property assignedComparisonGroup : string read GetassignedComparisonGroup write SetassignedComparisonGroup;
Public property assignedComparisonGroupElement : Tid read GetassignedComparisonGroupElement write SetassignedComparisonGroupElement;
Public property actualComparisonGroup : string read GetactualComparisonGroup write SetactualComparisonGroup;
Public property actualComparisonGroupElement : Tid read GetactualComparisonGroupElement write SetactualComparisonGroupElement;
Public property consent : TReferenceArray read GetconsentArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Identifiers assigned to this research subject for a study.

Public property status : string read Getstatus write Setstatus;

The publication state of the resource (not of the subject).

Public property statusElement : TPublicationStatus read GetstatusElement write SetstatusElement;
 
Public property progress : TResearchSubjectProgressArray read GetprogressArray;

The current state (status) of the subject and resons for status change where appropriate.

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 subject : TReference read Getsubject write Setsubject;

The record of the person, animal or other entity involved in the study.

Public property assignedComparisonGroup : string read GetassignedComparisonGroup write SetassignedComparisonGroup;

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

Public property assignedComparisonGroupElement : Tid read GetassignedComparisonGroupElement write SetassignedComparisonGroupElement;
 
Public property actualComparisonGroup : string read GetactualComparisonGroup write SetactualComparisonGroup;

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

Public property actualComparisonGroupElement : Tid read GetactualComparisonGroupElement write SetactualComparisonGroupElement;
 
Public property consent : TReferenceArray read GetconsentArray;

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


Generated by PasDoc 0.15.0.