Class TChargeItemDefinitionPriceComponent
Unit
bsFhir_r4b
Declaration
type TChargeItemDefinitionPriceComponent = class(TBackboneElement)
Description
The ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices. The properties may differ largely depending on type and realm, therefore this resource gives only a rough structure and requires profiling for each type of billing code system.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : string read Gettype_ write Settype_; |
This code identifies the type of the component.
|
|
property code : TCodeableConcept read Getcode write Setcode; |
A code that identifies the component. Codes may be used to differentiate between kinds of taxes, surcharges, discounts etc.
|
|
property factor : Double read Getfactor write Setfactor; |
The factor that has been applied on the base price for calculating this component.
|
|
property factorElement : Tdecimal read GetfactorElement write SetfactorElement; |
|
|
property amount : TMoney read Getamount write Setamount; |
The amount calculated for this component.
|
Generated by PasDoc 0.15.0.
|