Class TChargeItemDefinitionPriceComponent

Unit

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

Public constructor Create; override;

Properties

Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TInvoicePriceComponentType read Gettype_Element write Settype_Element;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property factor : Double read Getfactor write Setfactor;
Public property factorElement : Tdecimal read GetfactorElement write SetfactorElement;
Public property amount : TMoney read Getamount write Setamount;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : string read Gettype_ write Settype_;

This code identifies the type of the component.

Public property type_Element : TInvoicePriceComponentType read Gettype_Element write Settype_Element;
 
Public 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.

Public property factor : Double read Getfactor write Setfactor;

The factor that has been applied on the base price for calculating this component.

Public property factorElement : Tdecimal read GetfactorElement write SetfactorElement;
 
Public property amount : TMoney read Getamount write Setamount;

The amount calculated for this component.


Generated by PasDoc 0.15.0.