Class TConsentData

Unit

Declaration

type TConsentData = class(TBackboneElement)

Description

A record of a healthcare consumer’s choices, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property meaning : string read Getmeaning write Setmeaning;
Public property meaningElement : TConsentDataMeaning read GetmeaningElement write SetmeaningElement;
Public property reference : TReference read Getreference write Setreference;

Description

Methods

Public constructor Create; override;
 

Properties

Public property meaning : string read Getmeaning write Setmeaning;

How the resource reference is interpreted when testing consent restrictions.

Public property meaningElement : TConsentDataMeaning read GetmeaningElement write SetmeaningElement;
 
Public 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.