ISPatient.OtherPhone

Description

The patient's secondary telephone number, if any.

Syntax

object.OtherPhone

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

Return Value

string

Example

Display the patient's secondary telephone number.

Dim aPatient  
Dim aOtherPhone   

Set aPatient = Profile.SelectPatient
aOtherPhone = aPatient.OtherPhone
Profile.MsgBox (aOtherPhone)  
Note:

In Profile Client v8 on User Interface Other Phone can be found in Patient > Alter Patient > General > Other Phone field.

Version information

Added in v7.8.0