ISPatient.PatHapu

Description

Region of the patient's paternal iwi.

Syntax

object.PatHapu

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

Return Value

string

Example

Display the patient's paternal hapu.

Dim aPatient  
Dim aPatHapu

Set aPatient = Profile.SelectPatient
aPatHapu = aPatient.PatHapu
Profile.MsgBox (aPatHapu)   
Note:

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

Version information

Added in v7.8.0