Class TContractSigner
Unit
bsFhir_r5
Declaration
type TContractSigner = 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 type_ : TCoding read Gettype_ write Settype_; |
Role of this Contract signer, e.g. notary, grantee.
|
|
property party : TReference read Getparty write Setparty; |
Party which is a signator to this Contract.
|
|
property signature : TSignatureArray read GetsignatureArray; |
Legally binding Contract DSIG signature contents in Base64.
|
Generated by PasDoc 0.15.0.
|