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