Returns "Yes" if an interpreter is required to communicate with the patient.
object.InterpreterRequired
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display InterpreterRequired for the patient.
Dim aPatient
Dim aInterpreterRequired
Set aPatient = Profile.SelectPatient
aInterpreterRequired = aPatient.InterpreterRequired
Profile.MsgBox (aInterpreterRequired)
In Profile Client v8 on User Interface the Interpreter Required checkbox can be checked in
.