ISPatient.HUHCExpDate

Description

The date and time of the patient's HUHC card expiry.

Syntax

object.HUHCExpDate

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

Return Value

object

Example

Display the date and time of the patient's HUHC card expiry.

Dim aPatient  
Dim aHUHCExpDate

Set aPatient = Profile.SelectPatient
aHUHCExpDate = aPatient.HUHCExpDate
Profile.MsgBox (aHUHCExpDate)    
Note: Only for New Zealand.

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

Version information

Added in v7.8.0