Class TTaskInput
Unit
bsFhir_stu3
Declaration
type TTaskInput = 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_; |
A code or description indicating how the input is intended to be used as part of the task execution.
|
|
property value : TElement read Getvalue write Setvalue; |
The value of the input parameter as a basic type.
|
Generated by PasDoc 0.15.0.
|