ISProfile.PatientInvestigations

Description

This function opens Other Ix in the Medical Record window for the selected patient.

Syntax

object.PatientInvestigations aPatient

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

Example

Display the investigations of the patient.

Dim aPatient

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

In Profile Client v8 on User Interface Investigations can be found in Clinical > Medical Record > New Encounter > Actions > Other Ix.

See also

Version information

Added in v7.8.0