ISPatient.IsSmsCellPhone

Description

This property is True if the messages are allowed to be sent to the patient via a pager service or SMS (mobile telephone) text messages.

Syntax

object.IsSmsCellPhone

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

Return Value

bool

Example

Display IsSmsCellPhone for the patient.

Dim aPatient  
Dim aIsSmsCellPhone

Set aPatient = Profile.SelectPatient 
aIsSmsCellPhone = aPatient.IsSmsCellPhone
Profile.MsgBox (aIsSmsCellPhone)  
Note:

In Profile Client v8 on User Interface the Cell TXT Message checkbox can be checked in Patient > Alter Patient > Generalor Allow notification with SMS messages checkbox can be checked in Patient > Alter Patient > Internet.

Version information

Added in v7.8.0