ISProfile.PatientReviewContacts

Description

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

Syntax

object.PatientReviewContacts aPatient

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

Example

Display the patient's contacts.

Dim aPatient

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

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

See also

Version information

Added in v7.8.0