L TmpV2 table: Difference between revisions
Ttenbergen (talk | contribs) m Ttenbergen moved page L TmpV2 to L TmpV2 table: consistency |
Ttenbergen (talk | contribs) m m |
||
Line 85: | Line 85: | ||
[[Category: TmpV2]] | [[Category: TmpV2]] | ||
[[Category: All Projects]] | [[Category: All Projects]] | ||
[[Category: L TmpV2 table]] |
Revision as of 13:26, 16 February 2017
L_TmpV2 table in CCMDB.mdb and Centralized_data.mdb contains data that is either intermittent or just not currently accommodated in the rest of the database. Collection projects that generate data for this table are categorized in Category:All Projects / Category:L TmpV2 Data.
The table has fields to accommodate dates, integers, reals/floating point variables, text or booleans. It can accommodate one of each of these per line, such that if two variables of the same data type are needed, two lines need to be entered. The table was set up this way to accommodate any possible combination of data, but this flexibility comes at the expense of some inefficiencies in data-entry.
Data Structure
To see the most up-to-date data structure of this table, see most up-to-date ccmdb_data.mdb in Regional Server\data\Master CCMDB.mdb.
Field Name | Data Type | Usage |
Serial | Number | unique identifier of patient |
Site | dropdown-limited text | Hospital where the patient was admitted |
Location | dropdown-limited text | Ward the patient was admitted to |
collected | Date/Time | date the variable was collected |
Project | dropdown-limited text | |
Item | Text | Project-Item identifier |
DtTm_var | Date/Time | date/time variable collected, if needed |
int_var | number | integer variable, if collected |
float_var | number | float/real variable, if collected |
bool_var | Yes/No | boolean variable, if collected |
comment_var | Text | comment variable, if collected |
Instruction | dropdown-limited text | Instruction as given in the dropdown S_Tmp |
data_sent | Date/Time | Date/Time the patient was sent |