ISProfile.PatientClinicalSummary

Description

This function opens the Clinical Summary window for the selected patient.

Syntax

object.PatientClinicalSummary aPatient

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

Example

Display the patient's clinical summary.

Dim aPatient

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

In Profile Client v8 on User Interface Patient Clinical Summary can be found in ClinicalSummary.

See also

Version information

Added in v7.8.0