Centralized data.mdb: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
* [[Med Var 1 - Admit-from Ward]] you will be able to send without this, but Julie will not get all the data she needs to link patient stays together
* [[Med Var 1 - Admit-from Ward]] you will be able to send without this, but Julie will not get all the data she needs to link patient stays together
* [[Med Var 2 - Discharge-to Ward]] you will be able to send without this, but Julie will not get all the data she needs to link  
* [[Med Var 2 - Discharge-to Ward]] you will be able to send without this, but Julie will not get all the data she needs to link  
== Sending to ... ==
[[CCMDB.mdb_Change_Log_2012#ver_2012-12-21 | version 2012-12-21]] implemented sending of data to Centralized_data.mdb.
This is accomplished by queries
* "Send_Centralized_update" (update existing records to data currently in the collector's ccmdb_data.mdb)
* "Send_Centralized_append" (append new records from the collector's ccmdb_data.mdb)


== How to populate this ==
== How to populate this ==

Revision as of 16:00, 2013 April 8

Data Repository containing:

Sending to ...

version 2012-12-21 implemented sending of data to Centralized_data.mdb. This is accomplished by queries

  • "Send_Centralized_update" (update existing records to data currently in the collector's ccmdb_data.mdb)
  • "Send_Centralized_append" (append new records from the collector's ccmdb_data.mdb)

How to populate this

Template:Discussion We talked today at the ICU Task Meeting about whether or not to populate this table by push at every send. Julie was concerned that we would still not have as up-to-date data that way as we might be able to. One suggestion was to pull it from the backups instead. This could be done, but would need to happen very regularly to not miss patients who, e.g. arrive and get discharged on Wednesday morning, get entered by the collector, sent and deleted. Might need a multi-prong approach, where this table is push-populaetd when collectors send, and pull populated whenever Julie needs data. That way no patients would get missed and fresh data would be available when needed. I am planning to populate this table with a pair of queries: first one updating records that are already present, second one adding records that are new. Thoughts? Ttenbergen 17:09, 2012 December 21 (EST)

Dependencies

TISS28 Data.mdb pulls data from Centralized data.mdb.