The date and time when the patient object was altered last time.
object.DateLastChanged
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
DateTime
Display the date and time when the patient object was altered last time.
Dim aPatient
Dim aDateLastChanged
Set aPatient = Profile.SelectPatient
aDateLastChanged = aPatient.DateLastChanged
Profile.MsgBox (aDateLastChanged)
In Profile Client v8 on User Interface Date Last Changed cannot be found.