Class TContractContext
Unit
bsFhir_r4
Declaration
type TContractContext = 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 reference : TReference read Getreference write Setreference; |
Asset context reference may include the creator, custodian, or owning Person or Organization (e.g., bank, repository), location held, e.g., building, jurisdiction.
|
|
property code : TCodeableConceptArray read GetcodeArray; |
Coded representation of the context generally or of the Referenced entity, such as the asset holder type or location.
|
|
property text : string read Gettext write Settext; |
Context description.
|
|
property textElement : Tstring read GettextElement write SettextElement; |
|
Generated by PasDoc 0.15.0.
|