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