Class TContractTerm

Unit

Declaration

type TContractTerm = class(TBackboneElement)

Description

A formal agreement between parties regarding the conduct of business, exchange of information or other matters.

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 type_ : TCodeableConcept read Gettype_ write Settype_;
Public property subType : TCodeableConcept read GetsubType write SetsubType;
Public property topic : TReferenceArray read GettopicArray;
Public property action : TCodeableConceptArray read GetactionArray;
Public property actionReason : TCodeableConceptArray read GetactionReasonArray;
Public property securityLabel : TCodingArray read GetsecurityLabelArray;
Public property agent : TContractAgent1Array read GetagentArray;
Public property text : string read Gettext write Settext;
Public property textElement : Tstring read GettextElement write SettextElement;
Public property valuedItem : TContractValuedItem1Array read GetvaluedItemArray;
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 type_ : TCodeableConcept read Gettype_ write Settype_;

Type of Contract Provision such as specific requirements, purposes for actions, obligations, prohibitions, e.g. life time maximum benefit.

Public property subType : TCodeableConcept read GetsubType write SetsubType;

Subtype of this Contract Provision, e.g. life time maximum payment for a contract term for specific valued item, e.g. disability payment.

Public property topic : TReferenceArray read GettopicArray;

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

Public property action : TCodeableConceptArray read GetactionArray;

Action stipulated by this Contract Provision.

Public property actionReason : TCodeableConceptArray read GetactionReasonArray;

Reason or purpose for the action stipulated by this Contract Provision.

Public property securityLabel : TCodingArray read GetsecurityLabelArray;

A set of security labels that define which terms are controlled by this condition.

Public property agent : TContractAgent1Array read GetagentArray;

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 text : string read Gettext write Settext;

Human readable form of this Contract Provision.

Public property textElement : Tstring read GettextElement write SettextElement;
 
Public property valuedItem : TContractValuedItem1Array read GetvaluedItemArray;

Contract Provision Valued Item List.

Public property group : TContractTermArray read GetgroupArray;

Nested group of Contract Provisions.


Generated by PasDoc 0.15.0.