ISPatient.SaveLastMPIDateTime

Description

This function updates Last MPI Date and Time.

Syntax

object.SaveLastMPIDateTime

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

Example

Create new last MPI Date and Time and save the changes.

Dim aPatient  

Set aPatient = Profile.SelectPatient
aPatient.LastMasterPatientIndexDateTime = #12/12/2018 13:13#
aPatient.SaveLastMPIDateTime

Profile.MsgBox ("Last MPI Date and Time were saved successfully!") 
Note:

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

Version information

Added in v7.9.0