ISPatient.MiddleInitial

Description

The patient's additional names, that are likely to be placed between the first names and the last name.

Syntax

object.MiddleInitial

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

Return Value

string

Example

Display the patient's middle initial.

Dim aPatient  
Dim aMiddleInitial  

Set aPatient = Profile.SelectPatient
aMiddleInitial = aPatient.MiddleInitial
Profile.MsgBox (aMiddleInitial)    
Note:

In Profile Client v8 on User Interface Middle Initial cannot be found.

Version information

Added in v7.8.0