ISProfile.PatientCreditJournal

Description

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

Syntax

object.PatientCreditJournal aPatient

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

Example

Display the patient's credit journal.

Dim aPatient

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

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

See also

Version information

Added in v7.8.0