The patient's additional names, that are likely to be placed between the first names and the last name.
object.MiddleInitial
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the patient's middle initial.
Dim aPatient
Dim aMiddleInitial
Set aPatient = Profile.SelectPatient
aMiddleInitial = aPatient.MiddleInitial
Profile.MsgBox (aMiddleInitial)
In Profile Client v8 on User Interface Middle Initial cannot be found.