- enhance v_vacc_regimes -> add "shots" field holding number of shots for regime
| Newsgroups | gmane.comp.gnu.medical.update |
|---|---|
| Message-ID | <[email protected]> |
Commit from ncq (2004-10-12 05:50 EDT) --------------- - enhance v_vacc_regimes -> add "shots" field holding number of shots for regime gnumed gnumed/server/sql/gmClinicalViews.sql 1.109 Commit from ncq (2004-10-12 06:52 EDT) --------------- - improve vaccinations handling gnumed gnumed/client/exporters/gmPatientExporter.py 1.33 Commit from ncq (2004-10-12 07:14 EDT) --------------- - improve get_scheduled_vaccination_regimes/get_vaccinations, mostly by Carlos gnumed gnumed/client/business/gmClinicalRecord.py 1.142 Commit from ncq (2004-10-12 07:16 EDT) --------------- - robustify cVaccination.set_seq_no/set_booster_status - Carlos added cVaccinationRegime/put_patient_on_schedule - some test code gnumed gnumed/client/business/gmVaccination.py 1.12 Commit from ncq (2004-10-12 07:23 EDT) --------------- - fix Polio regime being wrongly linked to HepB indication gnumed gnumed/server/sql/country.specific/de/STIKO-Impfkalender.sql 1.14 Commit from ncq (2004-10-12 14:32 EDT) --------------- - allow cLabRequest and cTestType to be filled from bulk fetch row data - cLabResult not adapted yet gnumed gnumed/client/business/gmPathLab.py 1.38 Commit from ncq (2004-10-12 14:37 EDT) --------------- - Carlos added passing in possibly bulk-fetched row data w/o touching the database in __init__() - note that some higher level things will be broken until all affected child classes are fixed - however, note that child classes that don't overload __init__() are NOT affected and support no-DB init transparently - changed docs accordingly - this is the initial bulk-loader work that is hoped to gain quite some performance in some areas (think lab results) gnumed gnumed/client/pycommon/gmBusinessDBObject.py 1.2 Commit from ncq (2004-10-12 14:39 EDT) --------------- - first cut at using Carlos' bulk fetcher in get_vaccinations(), seems to work fine so far ... please test and report lossage ... gnumed gnumed/client/business/gmClinicalRecord.py 1.143