ISPatient.PreferredPhoneType

Description

Type of phone, preferred by the patient for communication.

Syntax

object.PreferredPhoneType

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

Return Value

TSPreferredPhoneType

Example

Display the patient's preferred phone type.

Dim aPatient  
Dim aPreferredPhoneType

Set aPatient = Profile.SelectPatient
aPreferredPhoneType = aPatient.PreferredPhoneType
Profile.MsgBox (aPreferredPhoneType)     
Note:

In Profile Client v8 on User Interface Preferred Phone Type can be found in Patient > Alter Patient > General > Preferred Phone field.

Version information

Added in v7.8.0