ISPatient.MentalLocationId

Description

Identifier of the patient's mental location.

Syntax

object.MentalLocationId

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

Return Value

int

Example

Display ID of the patient's mental location.

Dim aPatient  
Dim aMentalLocationId

Set aPatient = Profile.SelectPatient
aMentalLocationId = aPatient.MentalLocationId
Profile.MsgBox (aMentalLocationId)   
Note:

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

Version information

Added in v7.8.0