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