ISPatient.LastMasterPatientIndexDateTime

Description

The date and time of the last MPI update.

Syntax

object.LastMasterPatientIndexDateTime

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

Return Value

DateTime

Example

Display the date and time of the last MPI update.

Dim aPatient  
Dim aLastMPI

Set aPatient = Profile.SelectPatient
aLastMPI = aPatient.LastMasterPatientIndexDateTime
Profile.MsgBox (aLastMPI)  
Note:

In Profile Client v8 on User Interface Last MPI DateTime can be found in Patient > Alter Patient > General.

Version information

Added in v7.8.0