Class TContractAgent
Unit
bsFhir_stu3
Declaration
type TContractAgent = 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 actor : TReference read Getactor write Setactor; |
Who or what parties are assigned roles in this Contract.
|
|
property role : TCodeableConceptArray read GetroleArray; |
Role type of agent assigned roles in this Contract.
|
Generated by PasDoc 0.15.0.
|