ISPatient.HomePhone

Description

The patient's home telephone number.

Syntax

object.HomePhone

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

Return Value

string

Example

Display the patient's home telephone number.

Dim aPatient  
Dim aHomePhone   

Set aPatient = Profile.SelectPatient 
aHomePhone = aPatient.HomePhone
Profile.MsgBox (aHomePhone)   
Note:

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

Version information

Added in v7.8.0