[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gnumed-update] - fix existence check for config file (eg. test for Null
From: |
ihaywood |
Subject: |
[Gnumed-update] - fix existence check for config file (eg. test for Null instance, not None) |
Date: |
Tue, 17 Aug 2004 00:00:11 -0400 |
Commit from ncq (2004-08-16 07:59 EDT)
---------------
- fix existence check for config file (eg. test for Null instance, not None)
gnumed gnumed/client/wxpython/gnumed.py 1.67
Commit from ncq (2004-08-16 08:06 EDT)
---------------
- hopefully improve docstring by including import example
gnumed gnumed/client/pycommon/gmCfg.py 1.17
Commit from ncq (2004-08-16 08:15 EDT)
---------------
- don't hide module global gmDefCfgFile inside "if __name__ == '__main__'" so
that epydoc picks it up properly for documentation
gnumed gnumed/client/pycommon/gmCfg.py 1.18
Commit from ncq (2004-08-16 09:32 EDT)
---------------
- rework of GUI layout by R.Terry
- save patient list column width from right click popup menu
gnumed gnumed/client/wxpython/gmDemographics.py 1.36
Commit from ncq (2004-08-16 15:24 EDT)
---------------
- try to speed up __char2AsciiName()
gnumed gnumed/client/pycommon/gmLog.py 1.6
Commit from ncq (2004-08-16 15:26 EDT)
---------------
- add lnk_pat2vacc_reg so we can actually define which
patient is on which vaccination schedule
gnumed gnumed/server/sql/gmclinical.sql 1.119
Commit from ncq (2004-08-16 15:31 EDT)
---------------
- add comments to views
- rewrite v_vacc_regimes to be distinct on fk_regime
- add v_vacc_defs4reg to list vaccination events for all
known schedules, this used to be v_vacc_regimes
- add v_vacc_regs4pat to list schedules a given patient
is on
- add v_vaccs_scheduled4pat to list vaccination events
that are scheduled for a patient according to the
schedules that patient is on
- rewrite v_pat_missing_vaccs/boosters based on the above
- matching grants
gnumed gnumed/server/sql/gmClinicalViews.sql 1.96
Commit from ncq (2004-08-16 15:35 EDT)
---------------
- added idx_lnk_pers2rel based on ideas by Aldfaer (Anne v.d.Ploeg)
gnumed gnumed/server/sql/gmDemographics-Person-views.sql 1.22
Commit from ncq (2004-08-16 15:58 EDT)
---------------
- allow the same notification to be sent from different
tables (but not from the same one)
gnumed gnumed/server/sql/gmNotifications.sql 1.4
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gnumed-update] - fix existence check for config file (eg. test for Null instance, not None),
ihaywood <=