The status of the patient under the Mental Health Act.
object.MentalHealthLegalStatus
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
Display the mental health legal status of the patient.
Dim aPatient
Dim aMentalHealthLegalStatus
Set aPatient = Profile.SelectPatient
set aMentalHealthLegalStatus = aPatient.MentalHealthLegalStatus
aMessage = "Legal Status Count = " & aMentalHealthLegalStatus.Count
for i = 0 to aMentalHealthLegalStatus.Count - 1
set aLegalStatus = aMentalHealthLegalStatus.Items(i)
aMessage = aMessage & vbNewLine
aMessage = aMessage & aLegalStatus.Description
next
Profile.MsgBox(aMessage)
In Profile Client v8 on User Interface Mental Legal Status can be found in
or in .