ISPatient.MentalStateId

Description

Identifier of the patient's mental state.

Syntax

object.MentalStateId

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

Return Value

int

Example

Display ID of the patient's mental state.

Dim aPatient  
Dim aMentalStateId

Set aPatient = Profile.SelectPatient
aMentalStateId = aPatient.MentalStateId
Profile.MsgBox (aMentalStateId)   
Note:

In Profile Client v8 on User Interface Mental State ID cannot be found.

Version information

Added in v7.8.0