ISPatient.LastTransactionDate

Description

The date and time, when the last transaction occurred.

Syntax

object.LastTransactionDate

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

Dim aPatient  
Dim aLastTransactionDate

Set aPatient = Profile.SelectPatient 
aLastTransactionDate = aPatient.LastTransactionDate
Profile.MsgBox (aLastTransactionDate)    
Note:

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

Version information

Added in v7.8.0