The date of the last clinical contact that was entered by a provider for the patient.
object.DateLastSeen
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
DateTime
Display the date the patient was seen last time.
Dim aPatient
Dim aDateLastSeen
Set aPatient = Profile.SelectPatient
aDateLastSeen = aPatient.DateLastSeen
Profile.MsgBox (aDateLastSeen)
In Profile Client v8 on User Interface Date Last Seen can be found in
.