Class TPermissionResource
Unit
bsFhir_r5
Declaration
type TPermissionResource = 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 meaning : string read Getmeaning write Setmeaning; |
How the resource reference is interpreted when testing consent restrictions.
|
|
property reference : TReference read Getreference write Setreference; |
A reference to a specific resource that defines which resources are covered by this consent.
|
Generated by PasDoc 0.15.0.
|