The code of the province.
object.NHI_Jurisdiction
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
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)
In Profile Client v8 on User Interface NHI Jurisdiction can be found in
.Access changed to
read/write in v7.8.0