Class TResearchStudyAssociatedParty

Unit

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

Public constructor Create; override;

Properties

Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property role : TCodeableConcept read Getrole write Setrole;
Public property period : TPeriodArray read GetperiodArray;
Public property classifier : TCodeableConceptArray read GetclassifierArray;
Public property party : TReference read Getparty write Setparty;

Description

Methods

Public constructor Create; override;
 

Properties

Public property name_ : string read Getname_ write Setname_;

Name of associated party.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property role : TCodeableConcept read Getrole write Setrole;

Type of association.

Public property period : TPeriodArray read GetperiodArray;

Identifies the start date and the end date of the associated party in the role.

Public property classifier : TCodeableConceptArray read GetclassifierArray;

A categorization other than role for the associated party.

Public 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.