This function returns phone number, preferred by the patient for communication.
object.GetPreferredPhone()
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the patient's preferred phone number.
Dim aPatient
Dim aPreferredPhone
Dim aMessage
Set aPatient = Profile.SelectPatient
aPreferredPhone = aPatient.GetPreferredPhone
Profile.MsgBox (aPreferredPhone)
In Profile Client v8 on User Interface Preferred Phone can be found in
.