ISProfile.PatientProblems

Description

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

Syntax

object.PatientProblems aPatient

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

Example

Display the patient's problems.

Dim aPatient

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

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

See also

Version information

Added in v7.8.0