ISPatient.BalanceCurrent

Description

The current balance of the patient.

Syntax

object.BalanceCurrent

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

Return Value

Decimal

Example

Display the current balance of the patient.

Dim aPatient  
Dim aBalanceCurrent

Set aPatient = Profile.SelectPatient
aBalanceCurrent = aPatient.BalanceCurrent
Profile.MsgBox (aBalanceCurrent)  
Note:

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

Version information

Added in v7.8.0