[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gnumed-update] - renamed constraint to better reflect it's implications
From: |
ihaywood |
Subject: |
[Gnumed-update] - renamed constraint to better reflect it's implications |
Date: |
Tue, 01 Feb 2005 00:01:06 -0500 |
Commit from ncq (2005-01-31 01:22 EST)
---------------
- renamed constraint to better reflect it's implications
gnumed gnumed/server/sql/gmclinical.sql 1.146
Commit from ncq (2005-01-31 01:25 EST)
---------------
- brown paper bag bug, I wonder how it ever worked:
connections are gotten from an instance of the pool
gnumed gnumed/client/pycommon/gmBusinessDBObject.py 1.10
Commit from ncq (2005-01-31 01:26 EST)
---------------
- several tidy-ups
gnumed gnumed/client/pycommon/gmPG.py 1.41
Commit from ncq (2005-01-31 01:27 EST)
---------------
- silly cleanup
gnumed gnumed/client/wxpython/gmEditArea.py 1.81
Commit from ncq (2005-01-31 04:21 EST)
---------------
- use commit2()
- add delete_clin_narrative()
gnumed gnumed/client/business/gmClinNarrative.py 1.12
Commit from ncq (2005-01-31 04:32 EST)
---------------
- improve error handling in commit2()
gnumed gnumed/client/pycommon/gmPG.py 1.42
Commit from ncq (2005-01-31 04:35 EST)
---------------
- add episode.get_description() to return clin_narrative row
- improve episode.rename() - works for adding new narrative now
- improve create_episode() - revise later
- improve unit testing
gnumed gnumed/client/business/gmEMRStructItems.py 1.34
Commit from ncq (2005-01-31 04:48 EST)
---------------
- cleanup
gnumed gnumed/Archive/index/gmIndexMedDocs.py 1.18
Commit from ncq (2005-01-31 04:50 EST)
---------------
- gmPatient -> gmPerson
gnumed gnumed/test-area/cfmoro/soap_input/gmEMRStructWidgets.py 1.8
gnumed gnumed/test-area/cfmoro/soap_input/gmSoapPlugins.py 1.10
gnumed gnumed/test-area/khilbert/ldt-anonymizer/make-anon-lab_reqs.py 1.5
gnumed gnumed/client/importers/gmLDTimporter.py 1.19
Commit from ncq (2005-01-31 05:18 EST)
---------------
- gmPatient -> gmPerson
gnumed gnumed/test-area/sjtan/emr_browser/gmEMRBrowser.py 1.2
gnumed gnumed/client/exporters/gmPatientExporter.py 1.37
Commit from ncq (2005-01-31 05:23 EST)
---------------
- renamed to gmPerson.py
- gnumed gnumed/client/business/gmPatient.py 1.57
Commit from ncq (2005-01-31 05:24 EST)
---------------
- renamed from gmPatient.py
+ gnumed gnumed/client/business/gmPerson.py 1.1
Commit from ncq (2005-01-31 05:37 EST)
---------------
- gmPatient.py -> gmPerson.py
gnumed gnumed/client/business/gmDemographicRecord.py 1.55
gnumed gnumed/client/business/gmForms.py 1.27
gnumed gnumed/client/business/gmOrganization.py 1.32
gnumed gnumed/client/business/gmSOAPimporter.py 1.4
gnumed gnumed/client/business/gmVaccination.py 1.19
gnumed gnumed/client/wxpython/gmAllergyWidgets.py 1.6
gnumed gnumed/client/wxpython/gmDemographics.py 1.50
gnumed gnumed/client/wxpython/gmEMRBrowser.py 1.7
gnumed gnumed/client/wxpython/gmEMRTextDump.py 1.12
gnumed gnumed/client/wxpython/gmEditArea.py 1.82
gnumed gnumed/client/wxpython/gmGuiMain.py 1.176
gnumed gnumed/client/wxpython/gmLabWidgets.py 1.8
gnumed gnumed/client/wxpython/gmMacro.py 1.16
gnumed gnumed/client/wxpython/gmMedDocWidgets.py 1.10
gnumed gnumed/client/wxpython/gmPatPicWidgets.py 1.7
gnumed gnumed/client/wxpython/gmPatSearchWidgets.py 1.11
gnumed gnumed/client/wxpython/gmPatientHolder.py 1.16
gnumed gnumed/client/wxpython/gmPlugin.py 1.39
gnumed gnumed/client/wxpython/gmPlugin_Patient.py 1.3
gnumed gnumed/client/wxpython/gmSOAPWidgets.py 1.10
gnumed gnumed/client/wxpython/gmSelectPerson.py 1.17
gnumed gnumed/client/wxpython/gmTopPanel.py 1.55
gnumed gnumed/client/wxpython/gmVaccWidgets.py 1.13
gnumed gnumed/client/wxpython/gui/gmShowLab.py 1.16
gnumed gnumed/client/wxpython/gui/gmShowMedDocs.py 1.59
Commit from ncq (2005-01-31 07:56 EST)
---------------
- properly update xmin in save_payload()
gnumed gnumed/client/pycommon/gmBusinessDBObject.py 1.11
Commit from ncq (2005-01-31 07:57 EST)
---------------
- get_col_indices() *before* curs.close()
gnumed gnumed/client/pycommon/gmPG.py 1.43
Commit from ncq (2005-01-31 07:58 EST)
---------------
- episode.rename() finally works
gnumed gnumed/client/business/gmEMRStructItems.py 1.35
Commit from ncq (2005-01-31 07:59 EST)
---------------
- cleanup, improved comments
- rename class gmPerson to cPerson
- add helpers prompted_input() and ask_for_patient()
gnumed gnumed/client/business/gmPerson.py 1.2
Commit from ncq (2005-01-31 08:00 EST)
---------------
- use ask_for_patient() in gmPerson
gnumed gnumed/client/business/gmSOAPimporter.py 1.5
gnumed gnumed/client/exporters/gmPatientExporter.py 1.38
Commit from ncq (2005-01-31 08:02 EST)
---------------
- use ask_for_patient() in gmPerson.py
gnumed gnumed/client/wxpython/gmEMRBrowser.py 1.8
Commit from ncq (2005-01-31 08:06 EST)
---------------
- use gmPerson.ask_for_patient()
gnumed gnumed/test-area/cfmoro/soap_input/gmEMRStructWidgets.py 1.9
gnumed gnumed/test-area/cfmoro/soap_input/gmSoapPlugins.py 1.11
gnumed gnumed/test-area/sjtan/emr_browser/gmEMRBrowser.py 1.3
Commit from ncq (2005-01-31 08:08 EST)
---------------
- I think we are cool here, move to main trunk
- gnumed gnumed/test-area/cfmoro/soap_input/gmEMRStructWidgets.py 1.10
Commit from ncq (2005-01-31 08:09 EST)
---------------
- this is OK to go in
+ gnumed gnumed/client/wxpython/gmEMRStructWidgets.py 1.1
Commit from ncq (2005-01-31 13:48 EST)
---------------
- self._patient -> self._person
- speedup
gnumed gnumed/client/business/gmPerson.py 1.3
Commit from ncq (2005-01-31 13:51 EST)
---------------
- caching emr = patient.get_clinical_record() locally is unsafe
because patient can change but emr will stay the same (it's a
local "pointer", after all, and not a singleton)
- adding episodes actually works now
gnumed gnumed/client/wxpython/gmEMRStructWidgets.py 1.2
Commit from ncq (2005-01-31 14:12 EST)
---------------
- add trigger to announce episode changes
gnumed gnumed/server/sql/gmClinicalViews.sql 1.122
Commit from ncq (2005-01-31 14:24 EST)
---------------
- missing double '
- internal_name -> template_placeholder
gnumed gnumed/server/sql/country.specific/au/gmReference.sql 1.9
Commit from ncq (2005-01-31 14:29 EST)
---------------
- wrong field used in form_defs
gnumed gnumed/server/sql/country.specific/au/gmReference.sql 1.10
Commit from ncq (2005-01-31 14:31 EST)
---------------
- put postcode import last so we find other errors earlier
gnumed gnumed/server/bootstrap/bootstrap-au.conf 1.13
Commit from ncq (2005-01-31 14:34 EST)
---------------
- hardcoded form_types pks are biting us - don't do that
gnumed gnumed/server/sql/country.specific/au/gmReference.sql 1.11
Commit from ncq (2005-01-31 14:39 EST)
---------------
- various smaller fixes
gnumed gnumed/server/sql/country.specific/au/gmReference.sql 1.12
Commit from ncq (2005-01-31 14:42 EST)
---------------
- add 2 missing "end if;"
gnumed gnumed/server/sql/gmClinicalViews.sql 1.123
Commit from ncq (2005-01-31 14:49 EST)
---------------
- clin_health_issue does not yet follow primary key == pk
gnumed gnumed/server/sql/gmClinicalViews.sql 1.124
Commit from ncq (2005-01-31 15:16 EST)
---------------
- clin_episode has fk_patient, not id_patient
gnumed gnumed/server/sql/gmClinicalViews.sql 1.125
Commit from ncq (2005-01-31 15:25 EST)
---------------
- listen on episode changes, too
gnumed gnumed/client/business/gmClinicalRecord.py 1.156
Commit from ncq (2005-01-31 15:25 EST)
---------------
- add episode change signals
gnumed gnumed/client/pycommon/gmSignals.py 1.6
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gnumed-update] - renamed constraint to better reflect it's implications,
ihaywood <=