ISPatient.DomicileCode

Description

The patient's domicile code.

Syntax

object.DomicileCode

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

Return Value

string

Example

Display the patient's domicile code.

Dim aPatient  
Dim aDomicileCode

Set aPatient = Profile.SelectPatient
aDomicileCode = aPatient.DomicileCode
Profile.MsgBox (aDomicileCode)  
Note:

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

Version information

Added in v7.8.0