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