The date and time of the last payment.
object.LastPaymentDate
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
DateTime
Display the date and time of the last payment.
Dim aPatient
Dim aLastPaymentDate
Set aPatient = Profile.SelectPatient
aLastPaymentDate = aPatient.LastPaymentDate
Profile.MsgBox (aLastPaymentDate)
In Profile Client v8 on User Interface Last Payment Date can be found in
.