ISProfile.OpenClinicalDetailsForm

Description

This function opens the selected tab in the clinical details window.

Syntax

object.OpenClinicalDetailsForm(aPatientID, aActivePage)

Part Attribute Type Description
object Required
The object always implements the ISProfile interface
aPatientID In, Required
int
ID of the patient whose clinical details are being opened
aActivePage In, Required
The active page that is being opened in Clinical Details Form

Return Value

bool

Returns True if the clinical details for the selected patient are being successfully opened.

Example

Display the clinical details for the selected patient.

Dim aPatient 
Dim aID
Dim aActivePage

Set aPatient = Profile.SelectPatient
aID = aPatient.ID 
aActivePage = 4 'Allergies
Profile.OpenClinicalDetailsForm aID, aActivePage
Note:

In Profile Client v8 on User Interface Clinical Details Form can be found in Clinical > Clinical Details.

Version information

Added in v7.8.0