Class TContractContext

Unit

Declaration

type TContractContext = class(TBackboneElement)

Description

Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property reference : TReference read Getreference write Setreference;
Public property code : TCodeableConceptArray read GetcodeArray;
Public property text : string read Gettext write Settext;
Public property textElement : Tstring read GettextElement write SettextElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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.

Public property code : TCodeableConceptArray read GetcodeArray;

Coded representation of the context generally or of the Referenced entity, such as the asset holder type or location.

Public property text : string read Gettext write Settext;

Context description.

Public property textElement : Tstring read GettextElement write SettextElement;
 

Generated by PasDoc 0.15.0.