Class TAccountBalance
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property aggregate : TCodeableConcept read Getaggregate write Setaggregate; |
Who is expected to pay this part of the balance.
|
|
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.
|
|
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).
|
|
property estimateElement : Tboolean read GetestimateElement write SetestimateElement; |
|
|
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.
|