Package Gnumed :: Package wxpython :: Module gmGuiMain
[frames] | no frames]

Module gmGuiMain

source code


Author: H. Herb <hherb@gnumed.net>, K. Hilbert <Karsten.Hilbert@gmx.net>, I. Haywood <i.haywood@ugrad.unimelb.edu.au>

License: GPL v2 or later (details at http://www.gnu.org)

Classes
  cLog_wx2gm
  gmTopLevelFrame
GNUmed client's main windows frame.
  gmApp
Functions
 
setup_safe_wxEndBusyCursor() source code
 
setup_callbacks() source code
 
main() source code
Variables
  __doc__ = """GNUmed GUI clie...
  version = int('%s%s' %(wx.MAJOR_VERSION, wx.MINOR_VERSION))

Imports: sys, time, os, pyDT, shutil, logging, urllib, subprocess, glob, io, gmCfg2, wx, gmCfg, gmPG2, gmDispatcher, gmGuiBroker, gmI18N, gmExceptions, gmShellAPI, gmTools, gmDateTime, gmHooks, gmBackendListener, gmLog2, gmNetworkTools, gmMimeLib, gmPerson, gmClinicalRecord, gmPraxis, gmEMRStructItems, gmArriba, gmStaff, gmPatientExporter, gmGuiHelpers, gmHorstSpace, gmDemographicsWidgets, gmPersonCreationWidgets, gmEMRStructWidgets, gmPatSearchWidgets, gmAllergyWidgets, gmListWidgets, gmProviderInboxWidgets, gmCfgWidgets, gmExceptionHandlingWidgets, gmNarrativeWorkflows, gmPhraseWheel, gmMedicationWidgets, gmStaffWidgets, gmDocumentWidgets, gmTimer, gmMeasurementWidgets, gmFormWidgets, gmSnellen, gmVaccWidgets, gmPersonContactWidgets, gmI18nWidgets, gmCodingWidgets, gmOrganizationWidgets, gmAuthWidgets, gmFamilyHistoryWidgets, gmDataPackWidgets, gmContactWidgets, gmAddressWidgets, gmBillingWidgets, gmKeywordExpansionWidgets, gmAccessPermissionWidgets, gmPraxisWidgets, gmEncounterWidgets, gmAutoHintWidgets, gmPregWidgets, gmExternalCareWidgets, gmHabitWidgets, gmSubstanceMgmtWidgets, gmATCWidgets, gmLOINCWidgets, gmVisualProgressNoteWidgets, gmHospitalStayWidgets, gmProcedureWidgets


Variables Details

__doc__

Value:
"""GNUmed GUI client.

This contains the GUI application framework and main window
of the all signing all dancing GNUmed Python Reference
client. It relies on the <gnumed.py> launcher having set up
the non-GUI-related runtime environment.

copyright: authors
...