Class TTaskPerformer
Unit
bsFhir_r5
Declaration
type TTaskPerformer = class(TBackboneElement)
Description
A task to be performed.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property function_ : TCodeableConcept read Getfunction_ write Setfunction_; |
A code or description of the performer of the task.
|
|
property actor : TReference read Getactor write Setactor; |
The actor or entity who performed the task.
|
Generated by PasDoc 0.15.0.
|