ISPatient.MentalLegalStatus

Description

The status of the patient under the Mental Health Act.

Syntax

object.MentalLegalStatus

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

Return Value

string

Example

Display the mental legal status of the patient.

Dim aPatient  
Dim aMentalLegalStatus

Set aPatient = Profile.SelectPatient
aMentalLegalStatus = aPatient.MentalLegalStatus
Profile.MsgBox (aMentalLegalStatus)  
Note:

In Profile Client v8 on User Interface Mental Legal Status can be found in Patient > Alter Patient > Social > Legal Status field or in Clinical > Medical Record > Mental Health > Legal Status field.

Version information

Added in v7.8.0