ISPatient.PersonalOtherPhone

Description

The patient's personal other phone.

Syntax

object.PersonalOtherPhone

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

Return Value

string

Example

Display the patient's personal other phone.

Dim aPatient  
Dim aPersonalOtherPhone

Set aPatient = Profile.SelectPatient
aPersonalOtherPhone = aPatient.PersonalOtherPhone
Profile.MsgBox (aPersonalOtherPhone)  
Note:

In Profile Client v8 on User Interface Personal Other Phone can be found in alternative Alter Patient form in Patient > Alter Patient > Social > Phone (Other) if the Use alternate patient views checkbox is checked in Organisation > Preferences > Organisation > Preferences.

Version information

Added in v7.8.0