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