Requested CCMDB changes for the next version: Difference between revisions
Ttenbergen (talk | contribs) |
Ttenbergen (talk | contribs) |
||
| Line 25: | Line 25: | ||
=== Changing the local data structure automatically === | === Changing the local data structure automatically === | ||
Need a | Need a way to make changes to data that is stored in \ccmdb_data\ccmdb.mdb, such as adding room numbers. By Access design, \ccmdb_program\ccmdb.mdb can not touch a linked table's structure. Will need to copy down new data structure and transfer existing data into that. This gives the opportunity to rename the data version into something less ambiguous. | ||
If it is renamed, I'll also need to change news and backup file. | If it is renamed, I'll also need to change news and backup file. | ||
==== | ==== Specific changes to make to the data file ==== | ||
* un-default DOB | |||
* | * add a field for room number to L_Log (update [[Patient List]] when done) | ||
* add a field for room number to | * move over sL_AaDO2, call L_AaDO2 and add to automatic linking | ||
* | * make Final_check into dropdown, add s_FinalChecks, fix all spots that use FinalCheck (or make a function to check it) | ||
** "CollectComplete" | |||
* | |||
==Changes Under Discussion== | ==Changes Under Discussion== | ||