ISPatient.DHB

Description

Specific MoH District Health Board code.

Syntax

object.DHB

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 aDHB

Set aPatient = Profile.SelectPatient
aDHB = aPatient.DHB
Profile.MsgBox (aDHB)   
Note:

In Profile Client v8 on User Interface DHB can be found in Patient > Alter Patient > General > DHB if the Use alternate patient views checkbox is checked in Organisation > Preferences > Organisation > Preferences.

Version information

Added in v7.8.0