Class TTaskRestriction
Unit
bsFhir_r5
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; |
The time-period for which fulfillment is sought. This must fall within the overall time period authorized in the referenced request. E.g. ServiceRequest.occurance[x].
|
|
property recipient : TReferenceArray read GetrecipientArray; |
For requests that are targeted to more than one potential recipient/target, to identify who is fulfillment is sought for.
|
Generated by PasDoc 0.15.0.
|