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