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