Class TTaskOutput
Unit
bsFhir_stu3
Declaration
type TTaskOutput = class(TBackboneElement)
Description
A task to be performed.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The name of the Output parameter.
|
|
property value : TElement read Getvalue write Setvalue; |
The value of the Output parameter as a basic type.
|
Generated by PasDoc 0.15.0.
|