ISPatient.LivingSituation

Description

The patient's living situation.

Syntax

object.LivingSituation

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

Return Value

int

Returns ID of the short code of the Living Situation category.

Example

Display the patient's living situation.

Dim aPatient  
Dim aLivingSituation

Set aPatient = Profile.SelectPatient
aLivingSituation = aPatient.LivingSituation
Profile.MsgBox (aLivingSituation)     
Note:

In Profile Client v8 on User Interface Living Situation can be found in Patient > Alter Patient > Social > Living Situation field.

Version information

Added in v7.8.0
Access changed to read/write in v8.1.0