ISPatient.LastLoginTime

Description

The date and time of the patient's most recent Accession login.

Syntax

object.LastLoginTime

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 patient's most recent Accession login.

Dim aPatient  
Dim aLastLoginTime

Set aPatient = Profile.SelectPatient
aLastLoginTime = aPatient.LastLoginTime
Profile.MsgBox (aLastLoginTime)   
Note:

In Profile Client v8 on User Interface Last Login Time can be found in Patient > Alter Patient > Internet > Web Last Visit field.

Version information

Added in v7.8.0