ISPatient.IndigenousStatus

Description

Name of the patient's iwi.

Syntax

object.IndigenousStatus

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

Return Value

ISShortCode

Example

Display the patient's iwi name.

Dim aPatient  
Dim aIndigenousStatus

Set aPatient = Profile.SelectPatient
aIndigenousStatus = aPatient.IndigenousStatus.Description
Profile.MsgBox (aIndigenousStatus)  
Note:

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

Version information

Added in v7.8.1
Added in v7.9.1