The patient's living situation.
object.LivingSituation
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display the patient's living situation.
Dim aPatient
Dim aLivingSituation
Set aPatient = Profile.SelectPatient
aLivingSituation = aPatient.LivingSituation
Profile.MsgBox (aLivingSituation)
In Profile Client v8 on User Interface Living Situation can be found in
.Access changed to
read/write in v8.1.0