Class TResearchSubjectProgress
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Identifies the aspect of the subject's journey that the state refers to.
|
|
property subjectState : TCodeableConcept read GetsubjectState write SetsubjectState; |
The current state of the subject.
|
|
property milestone : TCodeableConcept read Getmilestone write Setmilestone; |
The milestones the subject has passed through.
|
|
property reason : TCodeableConcept read Getreason write Setreason; |
The reason for the state change. If coded it should follow the formal subject state model.
|
|
property startDate : string read GetstartDate write SetstartDate; |
The date when the new status started.
|
|
property startDateElement : TdateTime_ read GetstartDateElement write SetstartDateElement; |
|
|
property endDate : string read GetendDate write SetendDate; |
The date when the state ended.
|
|
property endDateElement : TdateTime_ read GetendDateElement write SetendDateElement; |
|
Generated by PasDoc 0.15.0.
|