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.
object.ShowPatientPhotoPanel
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISProfile interface |
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")