GNUmed client's main windows frame.
This is where it all happens. Avoid popping up any other windows. Most
user interaction should happen to and from widgets within this frame
|
__init__(self,
parent,
id,
title,
size=wx.DefaultSize)
You'll have to browse the source to understand what the constructor
does |
source code
|
|
|
|
|
|
|
OnExportEMR(self,
event)
Export selected patient EMR to a file |
source code
|
|
|
|
|
Lock(self)
Lock GNUmed client against unauthorized access |
source code
|
|
|
Unlock(self)
Unlock the main notebook widgets As long as we are not logged into
the database backend, all pages but the 'login' page of the main
notebook widget are locked; i.e. |
source code
|
|
|
|