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