ISPatient.MasterPatientIndex

Description

MPI of the patient.

Syntax

object.MasterPatientIndex

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

Return Value

string

Example

Display MPI of the patient.

Dim aPatient  
Dim aMasterPatientIndex

Set aPatient = Profile.SelectPatient
aMasterPatientIndex = aPatient.MasterPatientIndex
Profile.MsgBox (aMasterPatientIndex)   
Note:

In Profile Client v8 on User Interface Master Patient Index cannot be found.

Version information

Added in v7.8.0