ISPatient.HoldAccount

Description

This property is True if the Hold Account checkbox is checked.

Syntax

object.HoldAccount

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

Return Value

bool

Example

Display HoldAccount for the patient.

Dim aPatient  
Dim aHoldAccount

Set aPatient = Profile.SelectPatient
aHoldAccount = aPatient.HoldAccount
Profile.MsgBox(aHoldAccount)  
Note:

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

Version information

Added in v7.8.0