ISPatient.NHI_Jurisdiction

Description

The code of the province.

Syntax

object.NHI_Jurisdiction

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

Return Value

string

Example

Display the code of the patient's province.

Dim aPatient  
Dim aNHI_Jurisdiction

Set aPatient = Profile.SelectPatient 
aNHI_Jurisdiction = aPatient.NHI_Jurisdiction
Profile.MsgBox(aNHI_Jurisdiction)   
Note: NHI_Jurisdiction is available only for Canada.

In Profile Client v8 on User Interface NHI Jurisdiction can be found in Patient > Alter Patient > General > PHN first field.

Version information

Added in v7.8.0
Access changed to read/write in v7.8.0