ISProfile.PatientPreviousScripts

Description

This function opens previous scripts for the selected patient.

Syntax

object.PatientPreviousScripts aPatient

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

Example

Display the patient's previous scripts.

Dim aPatient

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

In Profile Client v8 on User Interface Previous Scripts can be found in Clinical > Medical Record > Prescriptions > PreviousScripts.

See also

Version information

Added in v7.8.0