Class TContractRule
Unit
bsFhir_r5
Declaration
type TContractRule = class(TBackboneElement)
Description
Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property contentAttachment : TAttachment read GetcontentAttachment write SetcontentAttachment; |
Computable Contract conveyed using a policy rule language (e.g. XACML, DKAL, SecPal). (choose any one of content*, but only one)
|
|
property contentReference : TReference read GetcontentReference write SetcontentReference; |
Computable Contract conveyed using a policy rule language (e.g. XACML, DKAL, SecPal). (choose any one of content*, but only one)
|
Generated by PasDoc 0.15.0.
|