Class TResearchStudyAssociatedParty
Unit
bsFhir_r5
Declaration
type TResearchStudyAssociatedParty = class(TBackboneElement)
Description
A scientific study of nature that sometimes includes processes involved in health and disease. For example, clinical trials are research studies that involve people. These studies may be related to new ways to screen, prevent, diagnose, and treat disease. They may also study certain outcomes and certain groups of people by looking at data collected in the past or future.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property name_ : string read Getname_ write Setname_; |
Name of associated party.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property role : TCodeableConcept read Getrole write Setrole; |
Type of association.
|
|
property period : TPeriodArray read GetperiodArray; |
Identifies the start date and the end date of the associated party in the role.
|
|
property classifier : TCodeableConceptArray read GetclassifierArray; |
A categorization other than role for the associated party.
|
|
property party : TReference read Getparty write Setparty; |
Individual or organization associated with study (use practitionerRole to specify their organisation).
|
Generated by PasDoc 0.15.0.
|