Class TContractValuedItem1
Unit
bsFhir_stu3
Declaration
type TContractValuedItem1 = class(TBackboneElement)
Description
A formal agreement between parties regarding the conduct of business, exchange of information or other matters.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property entity : TElement read Getentity write Setentity; |
Specific type of Contract Provision Valued Item that may be priced.
|
|
property identifier : TIdentifier read Getidentifier write Setidentifier; |
Identifies a Contract Provision Valued Item instance.
|
|
property effectiveTime : string read GeteffectiveTime write SeteffectiveTime; |
Indicates the time during which this Contract Term ValuedItem information is effective.
|
|
property effectiveTimeElement : TdateTime_ read GeteffectiveTimeElement write SeteffectiveTimeElement; |
|
|
property quantity : TQuantity read Getquantity write Setquantity; |
Specifies the units by which the Contract Provision Valued Item is measured or counted, and quantifies the countable or measurable Contract Term Valued Item instances.
|
|
property unitPrice : TMoney read GetunitPrice write SetunitPrice; |
A Contract Provision Valued Item unit valuation measure.
|
|
property factor : Double read Getfactor write Setfactor; |
A real number that represents a multiplier used in determining the overall value of the Contract Provision Valued Item delivered. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.
|
|
property factorElement : Tdecimal read GetfactorElement write SetfactorElement; |
|
|
property points : Double read Getpoints write Setpoints; |
An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the Contract Provision Valued Item delivered. The concept of Points allows for assignment of point values for a Contract ProvisionValued Item, such that a monetary amount can be assigned to each point.
|
|
property pointsElement : Tdecimal read GetpointsElement write SetpointsElement; |
|
|
property net : TMoney read Getnet write Setnet; |
Expresses the product of the Contract Provision Valued Item unitQuantity and the unitPriceAmt. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied.
|
Generated by PasDoc 0.15.0.
|