The patient's home fax number, if any.
object.HomeFax
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the patient's home fax number.
Dim aPatient
Dim aHomeFax
Set aPatient = Profile.SelectPatient
aHomeFax = aPatient.HomeFax
Profile.MsgBox (aHomeFax)
In Profile Client v8 on User Interface Home Fax can be found in
.