ISPatient.DateLastContact

Description

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

Syntax

object.DateLastContact

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 of the last clinical contact for the patient.

Dim aPatient  
Dim aDateLastContact

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

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

Version information

Added in v7.8.0