ISProfile.PatientReviewForms

Description

This function opens the Review Forms window for the selected patient.

Syntax

object.PatientReviewForms aPatient

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

Example

Display the patient's forms.

Dim aPatient

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

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

See also

Version information

Added in v7.8.0