ISPatient.Balance60days

Description

The balance of the patient for 60 days.

Syntax

object.Balance60days

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 for 60 days.

Dim aPatient  
Dim aBalance60days

Set aPatient = Profile.SelectPatient
aBalance60days = aPatient.Balance60days
Profile.MsgBox (aBalance60days)   
Note:

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

Version information

Added in v7.8.0