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