Class TContractAsset

Unit

Declaration

type TContractAsset = 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 scope : TCodeableConcept read Getscope write Setscope;
Public property type_ : TCodeableConceptArray read Gettype_Array;
Public property typeReference : TReferenceArray read GettypeReferenceArray;
Public property subtype : TCodeableConceptArray read GetsubtypeArray;
Public property relationship : TCoding read Getrelationship write Setrelationship;
Public property context : TContractContextArray read GetcontextArray;
Public property condition : string read Getcondition write Setcondition;
Public property conditionElement : Tstring read GetconditionElement write SetconditionElement;
Public property periodType : TCodeableConceptArray read GetperiodTypeArray;
Public property period : TPeriodArray read GetperiodArray;
Public property usePeriod : TPeriodArray read GetusePeriodArray;
Public property text : string read Gettext write Settext;
Public property textElement : Tstring read GettextElement write SettextElement;
Public property linkId : TBSFHIRPrimitiveStringArray read GetlinkIdArray;
Public property answer : TContractAnswerArray read GetanswerArray;
Public property securityLabelNumber : TBSFHIRPrimitiveStringArray read GetsecurityLabelNumberArray;
Public property valuedItem : TContractValuedItemArray read GetvaluedItemArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property scope : TCodeableConcept read Getscope write Setscope;

Differentiates the kind of the asset .

Public property type_ : TCodeableConceptArray read Gettype_Array;

Target entity type about which the term may be concerned.

Public property typeReference : TReferenceArray read GettypeReferenceArray;

Associated entities.

Public property subtype : TCodeableConceptArray read GetsubtypeArray;

May be a subtype or part of an offered asset.

Public property relationship : TCoding read Getrelationship write Setrelationship;

Specifies the applicability of the term to an asset resource instance, and instances it refers to orinstances that refer to it, and/or are owned by the offeree.

Public property context : TContractContextArray read GetcontextArray;

Circumstance of the asset.

Public property condition : string read Getcondition write Setcondition;

Description of the quality and completeness of the asset that imay be a factor in its valuation.

Public property conditionElement : Tstring read GetconditionElement write SetconditionElement;
 
Public property periodType : TCodeableConceptArray read GetperiodTypeArray;

Type of Asset availability for use or ownership.

Public property period : TPeriodArray read GetperiodArray;

Asset relevant contractual time period.

Public property usePeriod : TPeriodArray read GetusePeriodArray;

Time period of asset use.

Public property text : string read Gettext write Settext;

Clause or question text (Prose Object) concerning the asset in a linked form, such as a QuestionnaireResponse used in the formation of the contract.

Public property textElement : Tstring read GettextElement write SettextElement;
 
Public property linkId : TBSFHIRPrimitiveStringArray read GetlinkIdArray;

Id [identifier??] of the clause or question text about the asset in the referenced form or QuestionnaireResponse.

Public property answer : TContractAnswerArray read GetanswerArray;

Response to assets.

Public property securityLabelNumber : TBSFHIRPrimitiveStringArray read GetsecurityLabelNumberArray;

Security labels that protects the asset.

Public property valuedItem : TContractValuedItemArray read GetvaluedItemArray;

Contract Valued Item List.


Generated by PasDoc 0.15.0.