The date of the last clinical contact that was entered by a provider for the patient.
object.DateLastContact
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
DateTime
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)
In Profile Client v8 on User Interface Date Last Contact can be found in
.