ISProfile.PatientPriorApprovals

Description

This function opens the Approvals view in the Medical Record window for the selected patient.

Syntax

object.PatientPriorApprovals aPatient

Part Attribute Type Description
object Required
The object always implements the ISProfile interface
aPatient In, Required The patient whose prior approvals are being opened

Example

Display the patient's prior approvals.

Dim aPatient

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

In Profile Client v8 on User Interface Prior Approvals can be found in Clinical > Medical Record > Approvals.

See also

Version information

Added in v7.8.0