ISPatient.PreferredNotificationMethod

Description

The method of notification, preferred by the patient.

Syntax

object.PreferredNotificationMethod

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

Return Value

TSPatientNotificationMethod

Example

Display the patient's preferred notification method.

Dim aPatient  
Dim aPreferredNotificationMethod

Set aPatient = Profile.SelectPatient 
aPreferredNotificationMethod = aPatient.PreferredNotificationMethod
Profile.MsgBox (aPreferredNotificationMethod)  
Note:

In Profile Client v8 on User Interface Preferred Notification Method can be found in Patient > Alter Patient > Internet > Preferred Method field.

Version information

Added in v7.8.0