ISPatient.EMailType

Description

The type of EMail, chosen by the patient for communication with the organisation.

Syntax

object.EMailType

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

Return Value

TSEMailType

Example

Display the patient's email type.

Dim aPatient  
Dim aEMailType

Set aPatient = Profile.SelectPatient
aEMailType = aPatient.EMailType
Profile.MsgBox (aEMailType)  
Note:

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

Version information

Added in v7.11.0