ISPatient.MaidenName

Description

The patient's maiden (unmarried) name, if any.

Syntax

object.MaidenName

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

Return Value

string

Example

Display the patient's maiden name.

Dim aPatient 
Dim aMaidenName 

Set aPatient = Profile.SelectPatient 
aMaidenName = aPatient.MaidenName 
Profile.MsgBox (aMaidenName)   
Note:

In Profile Client v8 on User Interface Maiden Name can be found in Patient > Alter Patient > Personal > Maiden > Previous field.

Version information

Added in v7.8.0