Class TConditionParticipant
Unit
bsFhir_r5
Declaration
type TConditionParticipant = class(TBackboneElement)
Description
A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property function_ : TCodeableConcept read Getfunction_ write Setfunction_; |
Distinguishes the type of involvement of the actor in the activities related to the condition.
|
|
property actor : TReference read Getactor write Setactor; |
Indicates who or what participated in the activities related to the condition.
|
Generated by PasDoc 0.15.0.
|