ISPatient.LastPaymentDate

Description

The date and time of the last payment.

Syntax

object.LastPaymentDate

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 payment.

Dim aPatient  
Dim aLastPaymentDate

Set aPatient = Profile.SelectPatient 
aLastPaymentDate = aPatient.LastPaymentDate
Profile.MsgBox (aLastPaymentDate)    
Note:

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

Version information

Added in v7.8.0