The patient's maiden (unmarried) name, if any.
object.MaidenName
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the patient's maiden name.
Dim aPatient
Dim aMaidenName
Set aPatient = Profile.SelectPatient
aMaidenName = aPatient.MaidenName
Profile.MsgBox (aMaidenName)
In Profile Client v8 on User Interface Maiden Name can be found in
.