The patient's home telephone number.
object.HomePhone
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the patient's home telephone number.
Dim aPatient
Dim aHomePhone
Set aPatient = Profile.SelectPatient
aHomePhone = aPatient.HomePhone
Profile.MsgBox (aHomePhone)
In Profile Client v8 on User Interface Home Phone can be found in
.