Class TTransportRestriction
Unit
bsFhir_r5
Declaration
type TTransportRestriction = class(TBackboneElement)
Description
Record of transport of item.
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 one potential recipient/target, to identify who is fulfillment is sought for.
|
Generated by PasDoc 0.15.0.
|