Identifier of the patient's mental state.
object.MentalStateId
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display ID of the patient's mental state.
Dim aPatient
Dim aMentalStateId
Set aPatient = Profile.SelectPatient
aMentalStateId = aPatient.MentalStateId
Profile.MsgBox (aMentalStateId)
In Profile Client v8 on User Interface Mental State ID cannot be found.