This functions hides the patient photo panel. This panel can be found in the Profile main window.
object.HidePatientPhotoPanel
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISProfile interface |
Hide the patient photo panel.
Dim aPatient
Set aPatient = Profile.SelectPatient
Profile.HidePatientPhotoPanel
Profile.MsgBox("The photo panel was successfully deactivated")