ISProfile.HidePatientPhotoPanel

Description

This functions hides the patient photo panel. This panel can be found in the Profile main window.

Syntax

object.HidePatientPhotoPanel

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

Example

Hide the patient photo panel.

Dim aPatient

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

Version information

Added in v8.3.0