ISPatient.GeoDHB

Description

Specific MoH District Health Board code.

Syntax

object.GeoDHB

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

Return Value

string

Example

Display the District Health Board code for the patient's address.

Dim aPatient  
Dim aGeoDHB

Set aPatient = Profile.SelectPatient
aGeoDHB = aPatient.GeoDHB
Profile.MsgBox (aGeoDHB)   
Note:

In Profile Client v8 on User Interface Geo DHB can be found in Patient > Alter Patient > General > Street Address > DHB.

Version information

Added in v7.8.0