ISPatient.MPISystemName

Description

MPI system name of the patient.

Syntax

object.MPISystemName

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

Return Value

string

Example

Display MPI system name of the patient.

Dim aPatient  
Dim aMPISystemName

Set aPatient = Profile.SelectPatient
aMPISystemName = aPatient.MPISystemName
Profile.MsgBox (aMPISystemName)  
Note:

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

Version information

Added in v7.8.0