ISPatient.Email

Description

The patient's email address, if it was specified.

Syntax

object.Email

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

Return Value

string

Example

Display the patient's email address.

Dim aPatient  
Dim aEmail   

Set aPatient = Profile.SelectPatient 
aEmail = aPatient.Email
Profile.MsgBox (aEmail)   
Note:

In Profile Client v8 on User Interface Email can be found in Patient > Alter Patient > General > Email field or in Patient > Alter Patient > Internet > Email field.

Version information

Added in v7.8.0