The date and time, when the last transaction occurred.
object.LastTransactionDate
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
DateTime
Display the date and time of the last transaction.
Dim aPatient
Dim aLastTransactionDate
Set aPatient = Profile.SelectPatient
aLastTransactionDate = aPatient.LastTransactionDate
Profile.MsgBox (aLastTransactionDate) In Profile Client v8 on User Interface Last Transaction Date can be found in .