The balance of the patient for 90 days.
object.Balance90days
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
Decimal
Display the balance of the patient for 90 days.
Dim aPatient
Dim aBalance90days
Set aPatient = Profile.SelectPatient
aBalance90days = aPatient.Balance90days
Profile.MsgBox (aBalance90days)
In Profile Client v8 on User Interface Balance 90 days can be found in
.