The patient's secondary telephone number, if any.
object.OtherPhone
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the patient's secondary telephone number.
Dim aPatient
Dim aOtherPhone
Set aPatient = Profile.SelectPatient
aOtherPhone = aPatient.OtherPhone
Profile.MsgBox (aOtherPhone)
In Profile Client v8 on User Interface Other Phone can be found in
.