ISProfile.OpenEMRForPatient

Description

This function opens the selected view in Medical Record for the patient.

Syntax

object.OpenEMRForPatient aPatient, aView

Part Attribute Type Description
object Required
The object always implements the ISProfile interface
aPatient In, Required
The patient whose medical record is opened
aView In, Required
The selected view in Medical Record to be opened

Example

Open medical record for the selected patient

Dim aPatient
Dim aView

Set aPatient = Profile.SelectPatient
aView = 10 'Problems

Profile.OpenEMRForPatient aPatient, aView
Note:

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

See also

Version information

Added in v7.8.0