Class TContractSigner
Unit
bsFhir_stu3
Declaration
type TContractSigner = class(TBackboneElement)
Description
A formal agreement between parties regarding the conduct of business, exchange of information or other matters.
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.
|