ISPatient.HomeFax

Description

The patient's home fax number, if any.

Syntax

object.HomeFax

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

Return Value

string

Example

Display the patient's home fax number.

Dim aPatient  
Dim aHomeFax   

Set aPatient = Profile.SelectPatient 
aHomeFax = aPatient.HomeFax
Profile.MsgBox (aHomeFax)   
Note:

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

Version information

Added in v7.8.0