ISPatient.InterpreterRequired

Description

Returns "Yes" if an interpreter is required to communicate with the patient.

Syntax

object.InterpreterRequired

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

Return Value

string

Example

Display InterpreterRequired for the patient.

Dim aPatient  
Dim aInterpreterRequired

Set aPatient = Profile.SelectPatient 
aInterpreterRequired = aPatient.InterpreterRequired
Profile.MsgBox (aInterpreterRequired)  
Note:

In Profile Client v8 on User Interface the Interpreter Required checkbox can be checked in Patient > Alter Patient > Social.

Version information

Added in v7.8.0