Class TPermissionData
Unit
bsFhir_r5
Declaration
type TPermissionData = 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 security : TCodingArray read GetsecurityArray; |
The data in scope are those with the given codes present in that data .meta.security element.
|
 |
property period : TPeriodArray read GetperiodArray; |
Clinical or Operational Relevant period of time that bounds the data controlled by this rule.
|
 |
property expression : TExpression read Getexpression write Setexpression; |
Used when other data selection elements are insufficient.
|
Generated by PasDoc 0.15.0.
|