ISPatient.DateLastSeen

Description

The date of the last clinical contact that was entered by a provider for the patient.

Syntax

object.DateLastSeen

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

DateTime

Example

Display the date the patient was seen last time.

Dim aPatient  
Dim aDateLastSeen   

Set aPatient = Profile.SelectPatient 
aDateLastSeen = aPatient.DateLastSeen
Profile.MsgBox (aDateLastSeen)  
Note: On User Interface this field updates automatically.

In Profile Client v8 on User Interface Date Last Seen can be found in Patient > Alter Patient > Organisation > Date Last Contact field.

Version information

Added in v7.8.0