ISPatient.MatHapu

Description

Region of the patient's maternal iwi.

Syntax

object.MatHapu

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

Return Value

string

Example

Display the patient's maternal hapu.

Dim aPatient  
Dim aMatHapu

Set aPatient = Profile.SelectPatient
aMatHapu = aPatient.MatHapu
Profile.MsgBox (aMatHapu)    
Note:

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

Version information

Added in v7.8.0