ISPatient.HUHC

Description

The patient's High Use Health Card number.

Syntax

object.HUHC

Part Attribute Type Description
object Required
The object always implements the ISPatient interface
Restriction: This property is readonly.

Return Value

string

Example

Display the patient's High Use Health Card number.

Dim aPatient  
Dim aHUHC

Set aPatient = Profile.SelectPatient
aHUHC = aPatient.HUHC
Profile.MsgBox (aHUHC)    
Note: Only for New Zealand.

In Profile Client v8 on User Interface HUHC can be found in Patient > Alter Patient > Financial > Health Plans and Cards > HUC field.

Version information

Added in v7.8.0