Class TPermissionRule
Unit
bsFhir_r5
Declaration
type TPermissionRule = 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 type_ : string read Gettype_ write Settype_; |
deny | permit.
|
|
property data : TPermissionDataArray read GetdataArray; |
A description or definition of which activities are allowed to be done on the data.
|
|
property activity : TPermissionActivityArray read GetactivityArray; |
A description or definition of which activities are allowed to be done on the data.
|
Generated by PasDoc 0.15.0.
|