The balance of the patient's bad debt.
object.BalanceBadDebt
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
Decimal
Display the balance of the patient's bad debt.
Dim aPatient
Dim aBalanceBadDebt
Set aPatient = Profile.SelectPatient
aBalanceBadDebt = aPatient.BalanceBadDebt
Profile.MsgBox (aBalanceBadDebt)
In Profile Client v8 on User Interface Balance Bad Debt can be found in
.