Class TAccountBalance

Unit

Declaration

type TAccountBalance = class(TBackboneElement)

Description

A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property aggregate : TCodeableConcept read Getaggregate write Setaggregate;
Public property term : TCodeableConcept read Getterm write Setterm;
Public property estimate : boolean read Getestimate write Setestimate;
Public property estimateElement : Tboolean read GetestimateElement write SetestimateElement;
Public property amount : TMoney read Getamount write Setamount;

Description

Methods

Public constructor Create; override;
 

Properties

Public property aggregate : TCodeableConcept read Getaggregate write Setaggregate;

Who is expected to pay this part of the balance.

Public property term : TCodeableConcept read Getterm write Setterm;

The term of the account balances - The balance value is the amount that was outstanding for this age.

Public property estimate : boolean read Getestimate write Setestimate;

The amount is only an estimated value - this is likely common for `current` term balances, but not with known terms (that were generated by a backend process).

Public property estimateElement : Tboolean read GetestimateElement write SetestimateElement;
 
Public property amount : TMoney read Getamount write Setamount;

The actual balance value calculated for the age defined in the term property.


Generated by PasDoc 0.15.0.