ISPatient.Iwi

Description

Name of the patient's iwi, returned as a code of the short code.

Syntax

object.Iwi

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

Return Value

string

Example

Display the patient's iwi code.

Dim aPatient  
Dim aIwi

Set aPatient = Profile.SelectPatient
aIwi = aPatient.Iwi
Profile.MsgBox (aIwi)    
Note:

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

Version information

Added in v7.8.0