Class TConsentData
Unit
bsFhir_r4
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
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.
|