Class TContractTerm

Unit

Declaration

type TContractTerm = 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 identifier : TIdentifier read Getidentifier write Setidentifier;
Public property issued : string read Getissued write Setissued;
Public property issuedElement : TdateTime_ read GetissuedElement write SetissuedElement;
Public property applies : TPeriod read Getapplies write Setapplies;
Public property topicCodeableConcept : TCodeableConcept read GettopicCodeableConcept write SettopicCodeableConcept;
Public property topicReference : TReference read GettopicReference write SettopicReference;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property subType : TCodeableConcept read GetsubType write SetsubType;
Public property text : string read Gettext write Settext;
Public property textElement : Tstring read GettextElement write SettextElement;
Public property securityLabel : TContractSecurityLabelArray read GetsecurityLabelArray;
Public property offer : TContractOffer read Getoffer write Setoffer;
Public property asset : TContractAssetArray read GetassetArray;
Public property action : TContractActionArray read GetactionArray;
Public property group : TContractTermArray read GetgroupArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

Unique identifier for this particular Contract Provision.

Public property issued : string read Getissued write Setissued;

When this Contract Provision was issued.

Public property issuedElement : TdateTime_ read GetissuedElement write SetissuedElement;
 
Public property applies : TPeriod read Getapplies write Setapplies;

Relevant time or time-period when this Contract Provision is applicable.

Public property topicCodeableConcept : TCodeableConcept read GettopicCodeableConcept write SettopicCodeableConcept;

The entity that the term applies to. (choose any one of topic*, but only one)

Public property topicReference : TReference read GettopicReference write SettopicReference;

The entity that the term applies to. (choose any one of topic*, but only one)

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

A legal clause or condition contained within a contract that requires one or both parties to perform a particular requirement by some specified time or prevents one or both parties from performing a particular requirement by some specified time.

Public property subType : TCodeableConcept read GetsubType write SetsubType;

A specialized legal clause or condition based on overarching contract type.

Public property text : string read Gettext write Settext;

Statement of a provision in a policy or a contract.

Public property textElement : Tstring read GettextElement write SettextElement;
 
Public property securityLabel : TContractSecurityLabelArray read GetsecurityLabelArray;

Security labels that protect the handling of information about the term and its elements, which may be specifically identified.

Public property offer : TContractOffer read Getoffer write Setoffer;

The matter of concern in the context of this provision of the agrement.

Public property asset : TContractAssetArray read GetassetArray;

Contract Term Asset List.

Public property action : TContractActionArray read GetactionArray;

An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.

Public property group : TContractTermArray read GetgroupArray;

Nested group of Contract Provisions.


Generated by PasDoc 0.15.0.