ISPatient.DateLastChanged

Description

The date and time when the patient object was altered last time.

Syntax

object.DateLastChanged

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 when the patient object was altered last time.

Dim aPatient  
Dim aDateLastChanged

Set aPatient = Profile.SelectPatient 
aDateLastChanged = aPatient.DateLastChanged
Profile.MsgBox (aDateLastChanged)    
Note:

In Profile Client v8 on User Interface Date Last Changed cannot be found.

Version information

Added in v7.8.0