ISPatient.MatHeritage

Description

Country of heritage of the patient's mother.

Syntax

object.MatHeritage

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

Return Value

string

Example

Display the country of the patient's maternal heritage.

Dim aPatient  
Dim aMatHeritage

Set aPatient = Profile.SelectPatient
aMatHeritage = aPatient.MatHeritage
Profile.MsgBox (aMatHeritage)  
Note: Only for New Zealand.

In Profile Client v8 on User Interface Maternal Heritage can be found in Patient > Alter Patient > Social > Maternal Heritage field.

Version information

Added in v7.8.0