ISPatient.CellPhone

Description

The patient's mobile phone number, if any.

Syntax

object.CellPhone

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

Return Value

string

Example

Display the patient's mobile phone number.

Dim aPatient  
Dim aCellPhone

Set aPatient = Profile.SelectPatient 
aCellPhone = aPatient.CellPhone
Profile.MsgBox (aCellPhone)  
Note:

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

Version information

Added in v7.8.0