CCMDB data.mdb Change Log: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
Line 7: Line 7:


== Versions ==
== Versions ==
Note for Tina: The current version of the updater requires laptop
to be on network first time CCMDB is opened. Need to ensure this
happens next time.


=== 2013-03-11 ===
=== 2013-03-11 ===

Revision as of 14:58, 2013 March 11

see the Development Documentation Category for other development logs

The CCMDB_data.mdb Change Log logs changes made to the Ccmdb_data\ccmdb_data.mdb, including lock-downs when one person is making changes so that no one else makes changes at the same time. New entries should be made at the top to be immediately apparent. Discussions should be added at the level of individual changes if they correspond to a change, and at the end of the article if they relate to the change process in general; make sure you mark any discussion with {{discussion}} so it doesn't get lost in the fray. When a change is tested and rolled out it is also documented here.

Bugs & Requested Changes

Bug reports and requested changes have been popping up in different places. Please post article-specific things under the article (e.g. a tmp study's consistency check is broken). Please put general concerns under Requested_CCMDB_changes_for_the_next_version#Next_Round_of_Data_Changes. Thanks, Ttenbergen 12:58, 29 October 2009 (CDT)

Versions

2013-03-11

not rolled out yet

  • upgrading the database file to 2002-3
  • change L_Log to
    • change options for GCS to options actually available in the form Ttenbergen 15:04, 2013 March 11 (EDT)
    • implement changes in Drugs Collected, i.e. add:
      • pharm_PPI, pharm_H2_blockers, pharm_furosemide, pharm_heparin_sq, pharm_LMWH, pharm_benzodiazepines, pharm_opioids, pharm_propofol, pharm_insulin

2012-06-07

Rolled outTtenbergen 15:57, 2012 June 29 (CDT)

This also applies to [CCMDB.mdb_Change_Log_2012#ver_2012-06-07] Ttenbergen 17:32, 2012 June 7 (CDT)

  • removed the old import module, was from when we first moved to two separate .mdbs, no longer relevant Ttenbergen 16:11, 2012 June 7 (CDT)
  • added relationship between L_Log and L_Pharm_Flow; table had been added in last version but relationship not been added, leading to orphans from deletions, and to lost or mis-assigned records if a Patient_ID is reassigned Ttenbergen 16:11, 2012 June 7 (CDT)

2011-12-11

2011-05-13

Set CCMDB.mdb_Change_Log_2011#ver_2011-05-04 to download this upon first opening. Ttenbergen 17:04, 13 May 2011 (CDT) To fix some problems in the BP Calculator the following changes were also made to the data:

  • sL_BPs.MBP changed to data type single from long integer to accomodate a decimal digit from calculation/division
  • added sL_BPs.ApPts field

2011-02-23

was rolled out, not sure when. Ttenbergen 15:54, 13 May 2011 (CDT)

Must be rolled out before ccmdb.mdb ver 2011-02-16 Ttenbergen 16:00, 24 February 2011 (CST)

  • default lab date to today Ttenbergen 13:40, 23 February 2011 (CST)
  • changed table level validation rules for L_BPs DBP and SBP to allow 0, as in not entered. Ttenbergen 16:00, 24 February 2011 (CST)
  • removed priority and rank fields from L_Como Ttenbergen 13:13, 25 February 2011 (CST)
  • removed TISSComplete and LaborPharmMissing from L_Log Ttenbergen 13:13, 25 February 2011 (CST)
  • fixed field names in L_Log that had names that cause errors (e.g. reserved words, spaces in names, etc)
    • L_Log.chart# to L_Log.chart Ttenbergen 16:10, 25 February 2011 (CST)
    • L_Log.R_dc_ treat (with space) to R_dc_treatTtenbergen 16:35, 25 February 2011 (CST)
    • time to start_time Ttenbergen 16:38, 25 February 2011 (CST)
    • date to start_date Ttenbergen 16:38, 25 February 2011 (CST)
  • changed table names to be consistent between ccmdb_data.mdb and ccmdb.mdb
    • L_AaDO2 to sL_AaDO2
    • L_BPs to sL_BPs
    • A_Records to sL_Records

V2

rolled out yesterday but not tied in yet. tie-in will happen with a change in Log. Ttenbergen 14:36, 26 October 2010 (CDT)

  • changed title to "CCMDB Data V2" Ttenbergen 10:16, 25 October 2010 (CDT)
  • deleted L_Green table Ttenbergen 10:16, 25 October 2010 (CDT)
  • un-defaulted DOB so it no longer enters Date() Ttenbergen 16:17, 25 October 2010 (CDT)
  • add a field for room number to L_Log Ttenbergen 16:17, 25 October 2010 (CDT)
  • added RecordStatus to L_Log; field to track whether the record is ready to send or rejected or similar; will replace FinalCheck; to be used with future functionality if we go to a new repository where a simple yes/no would not cover all possibilities Ttenbergen 16:17, 25 October 2010 (CDT)
  • sL_AaDO2 imported empty as L_AaDO2 Ttenbergen 16:17, 25 October 2010 (CDT)
  • sL_Record imported empty as L_Record Ttenbergen 16:17, 25 October 2010 (CDT)
  • added L_Errors table with
    • Date/time of error
    • patient ID (Hosp Loc Serial)
    • Field Identifier
    • error descriptor (text)
    • erroneous value
  • made a L_BPs to help with the BP chooser functionality