Home | Trees | Indices | Help |
|
---|
|
1 # -*- coding: utf-8 -*- 2 #===================================================== 3 # GNUmed waiting list 4 #===================================================== 5 __author__ = "Karsten Hilbert <Karsten.Hilbert@gmx.net>" 6 __license__ = "GPL" 7 8 from Gnumed.wxpython import gmPlugin, gmWaitingListWidgets 9 from Gnumed.wxpython import gmAccessPermissionWidgets10 11 #====================================================================== 12 -class gmWaitingListPlugin(gmPlugin.cNotebookPlugin):13 """Plugin to encapsulate the waiting list.""" 14 15 tab_name = _('Waiting list') 16 required_minimum_role = 'non-clinical access' 17 18 @gmAccessPermissionWidgets.verify_minimum_required_role ( 19 required_minimum_role, 20 activity = _('loading plugin <%s>') % tab_name, 21 return_value_on_failure = False, 22 fail_silently = False 23 ) 26 #-------------------------------------------------------- 29 #-------------------------------------------------------- 32 #-------------------------------------------------------- 36 #-------------------------------------------------------- 39 #--------------------------------------------------------42 #====================================================================== 43
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Dec 19 02:55:28 2018 | http://epydoc.sourceforge.net |