ISPatient.BalanceTotal

Description

The total balance of the patient.

Syntax

object.BalanceTotal

Part Attribute Type Description
object Required
The object always implements the ISPatient interface
Restriction: This property is readonly.

Return Value

Decimal

Example

Display the total balance of the patient.

Dim aPatient  
Dim aBalanceTotal

Set aPatient = Profile.SelectPatient
aBalanceTotal = aPatient.BalanceTotal
Profile.MsgBox (aBalanceTotal)  
Note:

In Profile Client v8 on User Interface Balance Total can be found in Patient > Alter Patient > Financial > Total field.

Version information

Added in v7.8.0