ISPatient.DomicileDescription

Description

The patient's domicile code description.

Syntax

object.DomicileDescription

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

Return Value

string

Example

Display the patient's domicile code description.

Dim aPatient  
Dim aDomicileDescription

Set aPatient = Profile.SelectPatient
aDomicileDescription = aPatient.DomicileDescription
Profile.MsgBox (aDomicileDescription)  
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