The date and time of the patient's most recent Accession session.
object.WebLastVisit
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
DateTime
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)
In Profile Client v8 on User Interface Web Last Visit can be found in
.