Class TTaskRestriction
Unit
bsFhir_stu3
Declaration
type TTaskRestriction = class(TBackboneElement)
Description
A task to be performed.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property repetitions : Int64 read Getrepetitions write Setrepetitions; |
Indicates the number of times the requested action should occur.
|
|
property repetitionsElement : TpositiveInt read GetrepetitionsElement write SetrepetitionsElement; |
|
|
property period : TPeriod read Getperiod write Setperiod; |
Over what time-period is fulfillment sought.
|
|
property recipient : TReferenceArray read GetrecipientArray; |
For requests that are targeted to more than on potential recipient/target, for whom is fulfillment sought?
|
Generated by PasDoc 0.15.0.
|