ISPatient.Balance90days

Description

The balance of the patient for 90 days.

Syntax

object.Balance90days

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 90 days.

Dim aPatient  
Dim aBalance90days

Set aPatient = Profile.SelectPatient
aBalance90days = aPatient.Balance90days
Profile.MsgBox (aBalance90days)   
Note:

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

Version information

Added in v7.8.0