ISPatient.LastInvoiceDate

Description

The date and time of the last invoice.

Syntax

object.LastInvoiceDate

Part Attribute Type Description
object Required
The object always implements the ISPatient interface
Restriction: This property is readonly.

Return Value

DateTime

Example

Display the date and time of the last invoice.

Dim aPatient  
Dim aLastInvoiceDate

Set aPatient = Profile.SelectPatient 
aLastInvoiceDate = aPatient.LastInvoiceDate
Profile.MsgBox (aLastInvoiceDate)   
Note:

In Profile Client v8 on User Interface Last Invoice Date can be found in Patient > Alter Patient > Financial > Date of last > Invoice.

Version information

Added in v7.8.0