Class TResearchSubjectProgress

Unit

Declaration

type TResearchSubjectProgress = class(TBackboneElement)

Description

A ResearchSubject is a participant or object which is the recipient of investigative activities in a research study.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property subjectState : TCodeableConcept read GetsubjectState write SetsubjectState;
Public property milestone : TCodeableConcept read Getmilestone write Setmilestone;
Public property reason : TCodeableConcept read Getreason write Setreason;
Public property startDate : string read GetstartDate write SetstartDate;
Public property startDateElement : TdateTime_ read GetstartDateElement write SetstartDateElement;
Public property endDate : string read GetendDate write SetendDate;
Public property endDateElement : TdateTime_ read GetendDateElement write SetendDateElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Identifies the aspect of the subject's journey that the state refers to.

Public property subjectState : TCodeableConcept read GetsubjectState write SetsubjectState;

The current state of the subject.

Public property milestone : TCodeableConcept read Getmilestone write Setmilestone;

The milestones the subject has passed through.

Public property reason : TCodeableConcept read Getreason write Setreason;

The reason for the state change. If coded it should follow the formal subject state model.

Public property startDate : string read GetstartDate write SetstartDate;

The date when the new status started.

Public property startDateElement : TdateTime_ read GetstartDateElement write SetstartDateElement;
 
Public property endDate : string read GetendDate write SetendDate;

The date when the state ended.

Public property endDateElement : TdateTime_ read GetendDateElement write SetendDateElement;
 

Generated by PasDoc 0.15.0.