ISProfile.PatientInvoice

Description

This function opens the Invoice window of the patient.

Syntax

object.PatientInvoice aPatient

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

Example

Display the patient's invoice window.

Dim aPatient

Set aPatient = Profile.SelectPatient

Profile.PatientInvoice(aPatient)
Note:

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

See also

Version information

Added in v7.8.0