Class TPermissionData

Unit

Declaration

type TPermissionData = class(TBackboneElement)

Description

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

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property resource : TPermissionResourceArray read GetresourceArray;
Public property security : TCodingArray read GetsecurityArray;
Public property period : TPeriodArray read GetperiodArray;
Public property expression : TExpression read Getexpression write Setexpression;

Description

Methods

Public constructor Create; override;
 

Properties

Public property resource : TPermissionResourceArray read GetresourceArray;

Explicit FHIR Resource references.

Public property security : TCodingArray read GetsecurityArray;

The data in scope are those with the given codes present in that data .meta.security element.

Public property period : TPeriodArray read GetperiodArray;

Clinical or Operational Relevant period of time that bounds the data controlled by this rule.

Public property expression : TExpression read Getexpression write Setexpression;

Used when other data selection elements are insufficient.


Generated by PasDoc 0.15.0.