ISPatient.ShouldAlwaysReconcile

Description

This property is True if any unmatched invoices or payments of the patient automatically appear when the Payment window is opened.

Syntax

object.ShouldAlwaysReconcile

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

Return Value

bool

Example

Display ShouldAlwaysReconcile for the patient.

Dim aPatient  
Dim aShouldAlwaysReconcile

Set aPatient = Profile.SelectPatient
aShouldAlwaysReconcile = aPatient.ShouldAlwaysReconcile
Profile.MsgBox (aShouldAlwaysReconcile)    
Note:

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

Version information

Added in v7.8.0