[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gnumed-update] - id_patient -> pk_patient [...]
From: |
ihaywood |
Subject: |
[Gnumed-update] - id_patient -> pk_patient [...] |
Date: |
Tue, 15 Mar 2005 00:01:11 -0500 |
Commit from ncq (2005-03-14 09:27 EST)
---------------
- id_patient -> pk_patient
- rewrite add_episode() work with simplified episode naming
gnumed gnumed/client/business/gmClinicalRecord.py 1.164
Commit from ncq (2005-03-14 09:28 EST)
---------------
- id_patient -> pk_patient
- properly handle simplified episode naming in create_episode()
gnumed gnumed/client/business/gmEMRStructItems.py 1.39
Commit from ncq (2005-03-14 09:31 EST)
---------------
- add support for self.original_payload such that we can make
available all the information to the user when concurrency
conflicts are detected
- init _subtables so child classes don't HAVE to have it
gnumed gnumed/client/pycommon/gmBusinessDBObject.py 1.17
Commit from ncq (2005-03-14 09:35 EST)
---------------
- add match provider class cMatchProvider_Func which pulls
match candidates through a function
gnumed gnumed/client/pycommon/gmMatchProvider.py 1.6
Commit from ncq (2005-03-14 09:36 EST)
---------------
- use simplified episode naming
gnumed gnumed/client/wxpython/gmEMRStructWidgets.py 1.3
Commit from ncq (2005-03-14 09:37 EST)
---------------
- attempt to log display settings
gnumed gnumed/client/wxpython/gmGuiMain.py 1.183
Commit from ncq (2005-03-14 09:37 EST)
---------------
- only disable timer if slave mode is really active
gnumed gnumed/client/wxpython/gmPhraseWheel.py 1.43
Commit from ncq (2005-03-14 09:39 EST)
---------------
- somewhat improve Carlos' support for unassociated progress notes
gnumed gnumed/client/wxpython/gmSOAPWidgets.py 1.17
Commit from ncq (2005-03-14 09:39 EST)
---------------
- id_patient -> pk_patient
gnumed gnumed/server/bootstrap/gmNotificationSchemaGenerator.py 1.11
Commit from ncq (2005-03-14 09:40 EST)
---------------
- improved comments on name fields
gnumed gnumed/server/sql/gmDemographics.sql 1.44
Commit from ncq (2005-03-14 09:42 EST)
---------------
- simplified episode naming
- add clin_hx_family but not entirely happy with it yet
gnumed gnumed/server/sql/gmclinical.sql 1.153
Commit from ncq (2005-03-14 09:45 EST)
---------------
- episode naming much simplified hence simplified views
- add episode name into v_compl_narrative
- some id_patient -> pk_patient
- v_hx_family and grants
- apparently lnk_type2item cannot foreign key its fk_item to
clin_root_item and expect to work with *child* tables of
clin_root_item :-( so add custom referential integrity trigger,
this lacks on update/delete support, though, naturally
gnumed gnumed/server/sql/gmClinicalViews.sql 1.131
Commit from ncq (2005-03-14 09:47 EST)
---------------
- adjust to id_patient -> pk_patient
- add family history on Kirk's brother
gnumed gnumed/server/sql/test-data/test_data-James_Kirk.sql 1.50
gnumed gnumed/server/sql/test-data/test_data-lab_regression.sql 1.15
Commit from ncq (2005-03-14 09:49 EST)
---------------
- ongoing work/cleanup
- self.__emr is dangerous, use self.__pat.get_clinical_record()
gnumed gnumed/test-area/cfmoro/soap_input/gmSoapPlugins.py 1.27
Commit from ncq (2005-03-14 10:16 EST)
---------------
- missing variable declaration in f_rfi_type2item
gnumed gnumed/server/sql/gmClinicalViews.sql 1.132
Commit from cfmoro (2005-03-14 12:36 EST)
------------------
Added unit test for unassociated progress note
gnumed gnumed/client/wxpython/gmSOAPWidgets.py 1.18
Commit from ncq (2005-03-14 12:47 EST)
---------------
- store time zone of insert into clin_encounter as a
reasonable approximation for other timestamp time zones
gnumed gnumed/server/sql/gmClinicalViews.sql 1.133
Commit from cfmoro (2005-03-14 13:16 EST)
------------------
Create episode according to only_standalone_epi_has_patient backend constraint
gnumed gnumed/client/business/gmClinicalRecord.py 1.165
Commit from cfmoro (2005-03-14 13:22 EST)
------------------
Passing episodes instead of problems to soap editor. Clean ups
gnumed gnumed/test-area/cfmoro/soap_input/gmSoapPlugins.py 1.28
Commit from cfmoro (2005-03-14 13:39 EST)
------------------
Clear phrasewheel on saving unassociated note
gnumed gnumed/client/wxpython/gmSOAPWidgets.py 1.19
Commit from cfmoro (2005-03-14 13:41 EST)
------------------
Indent fix
gnumed gnumed/client/wxpython/gmSOAPWidgets.py 1.20
Commit from cfmoro (2005-03-14 15:55 EST)
------------------
Let saved unassociated note be reused on new problem activation. Minot clean ups
gnumed gnumed/test-area/cfmoro/soap_input/gmSoapPlugins.py 1.29
Commit from cfmoro (2005-03-14 16:02 EST)
------------------
Handle changing text in unassociated notes
gnumed gnumed/client/wxpython/gmSOAPWidgets.py 1.21
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gnumed-update] - id_patient -> pk_patient [...],
ihaywood <=