Class TPermissionActivity
Unit
bsFhir_r5
Declaration
type TPermissionActivity = class(TBackboneElement)
Description
Permission resource holds access rules for a given data and context.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property actor : TReferenceArray read GetactorArray; |
The actor(s) authorized for the defined activity.
|
|
property purpose : TCodeableConceptArray read GetpurposeArray; |
The purpose for which the permission is given.
|
Generated by PasDoc 0.15.0.
|