ISPatient.ResidencyReference

Description

The patient's residency reference.

Syntax

object.ResidencyReference

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

Return Value

string

Example

Display the patient's residency reference.

Dim aPatient  
Dim aResidencyReference

Set aPatient = Profile.SelectPatient
aResidencyReference = aPatient.ResidencyReference
Profile.MsgBox (aResidencyReference)  
Note:

In Profile Client v8 on User Interface Residency Reference can be found in alternative Alter Patient form in Patient > Alter Patient > Personal > Resident field if the Use alternate patient views checkbox is checked in Organisation > Preferences > Organisation > Preferences.

Version information

Added in v7.8.0