This property is True if the patient is resident.
object.IsResident
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
bool
Display IsResident for the patient.
Dim aPatient
Dim aIsResident
Set aPatient = Profile.SelectPatient
aIsResident = aPatient.IsResident
Profile.MsgBox (aIsResident) In Profile Client v8 on User Interface the Resident checkbox can be checked in .