ISProfile.ShowPatientPhotoPanel

Description

This functions allows to show the patient photo panel for the current patient from the active window.This panel is visible in the Profile main window.

Syntax

object.ShowPatientPhotoPanel

Part Attribute Type Description
object Required
The object always implements the ISProfile interface

Example

Returns the patient photo panel for the current patient from the active window.

Dim aPatient

Set aPatient = Profile.SelectPatient
Profile.ShowPatientPhotoPanel
Profile.MsgBox("The photo panel was successfully activated")
Note:

Version information

Added in v8.3.0