ISPatient.BalanceBadDebt

Description

The balance of the patient's bad debt.

Syntax

object.BalanceBadDebt

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

Return Value

Decimal

Example

Display the balance of the patient's bad debt.

Dim aPatient  
Dim aBalanceBadDebt

Set aPatient = Profile.SelectPatient
aBalanceBadDebt = aPatient.BalanceBadDebt
Profile.MsgBox (aBalanceBadDebt)  
Note:

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

Version information

Added in v7.8.0