ISPatient.Balance30days

Description

The balance of the patient for 30 days.

Syntax

object.Balance30days

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

Dim aPatient  
Dim aBalance30days

Set aPatient = Profile.SelectPatient
aBalance30days = aPatient.Balance30days
Profile.MsgBox (aBalance30days)   
Note:

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

Version information

Added in v7.8.0