ISPatient.PreferredEMailType

Description

Type of Email, preferred by the patient for communication.

Syntax

object.PreferredEMailType

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

TSPreferredEMailType

Example

Display the patient's preferred email type.

Dim aPatient  
Dim aPreferredEMailType

Set aPatient = Profile.SelectPatient
aPreferredEMailType = aPatient.PreferredEMailType
Profile.MsgBox (aPreferredEMailType)  
Note:

In Profile Client v8 on User Interface Preferred EMail Type can be found in Patient > Alter Patient > General > Preferred E-Mail field.

Version information

Added in v7.8.0