ISPatient.WebLastVisit

Description

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

Syntax

object.WebLastVisit

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

Return Value

DateTime

Example

Display the date and time of the patient's most recent Accession session.

Dim aPatient  
Dim aWebLastVisit

Set aPatient = Profile.SelectPatient
aWebLastVisit = aPatient.WebLastVisit
Profile.MsgBox (aWebLastVisit)  
Note:

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

Version information

Added in v7.8.0