ISProfile.PatientPayment

Description

This function opens the Payment window for the selected patient.

Syntax

object.PatientPayment aPatient

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

Example

Display the patient's Payment window.

Dim aPatient

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

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

See also

Version information

Added in v7.8.0