Class TPermissionRule

Unit

Declaration

type TPermissionRule = class(TBackboneElement)

Description

Permission resource holds access rules for a given data and context.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TConsentProvisionType read Gettype_Element write Settype_Element;
Public property data : TPermissionDataArray read GetdataArray;
Public property activity : TPermissionActivityArray read GetactivityArray;
Public property limit : TCodeableConceptArray read GetlimitArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : string read Gettype_ write Settype_;

deny | permit.

Public property type_Element : TConsentProvisionType read Gettype_Element write Settype_Element;
 
Public property data : TPermissionDataArray read GetdataArray;

A description or definition of which activities are allowed to be done on the data.

Public property activity : TPermissionActivityArray read GetactivityArray;

A description or definition of which activities are allowed to be done on the data.

Public property limit : TCodeableConceptArray read GetlimitArray;

What limits apply to the use of the data.


Generated by PasDoc 0.15.0.