ISProfile.PatientDebitJournal

Description

This function opens the Debit Journal window for the selected patient.

Syntax

object.PatientDebitJournal aPatient

Part Attribute Type Description
object Required
The object always implements the ISProfile interface
aPatient In, Required
The patient whose debit journal is being opened

Example

Display the patient's debit journal.

Dim aPatient

Set aPatient = Profile.SelectPatient
Profile.PatientDebitJournal(aPatient)
Note:

In Profile Client v8 on User Interface Debit Journal can be found in Financial > Debit Journal.

See also

Version information

Added in v7.8.0