ISPatient.IsResident

Description

This property is True if the patient is resident.

Syntax

object.IsResident

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

Return Value

bool

Example

Display IsResident for the patient.

Dim aPatient  
Dim aIsResident   

Set aPatient = Profile.SelectPatient 
aIsResident = aPatient.IsResident
Profile.MsgBox (aIsResident)    
Note:

In Profile Client v8 on User Interface the Resident checkbox can be checked in Patient > Alter Patient > Personal.

Version information

Added in v7.8.0