ISPatient.EligibleForFunding

Description

This property is True if the patient is eligible for funding.

Syntax

object.EligibleForFunding

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

Return Value

bool

Example

Display EligibleForFunding for the patient.

Dim aPatient  
Dim aEligibleForFunding

Set aPatient = Profile.SelectPatient
aEligibleForFunding = aPatient.EligibleForFunding
Profile.MsgBox (aEligibleForFunding)    
Note:

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

Version information

Added in v8.3.10