L TmpV2 table

From CCMDB Wiki
Revision as of 08:31, 22 August 2008 by Ttenbergen (talk | contribs)
Jump to navigation Jump to search

The L_TmpV2 table contains the data for Temporary Studies we collect on the PDA and in the CCMDB.mdb.

The table has fields to accomodate dates, integers, reals/floating point variables, text or booleans. It can accomodate 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 accomodate any possible combination of data, but this flexibility comes at the expense of some inefficiencies in data-entry.

Data Structure

  Field Name Data Type Usage
1 Serial Number unique identifier of patient
2 Site dropdown-limited text Hospital where the patient was admitted
3 Location dropdown-limited text Ward the patient was admitted to
4 collected Date/Time date the variable was collected
5 Project dropdown-limited text  
6 Item Text Project-Item identifier
7 DtTm_var Date/Time date/time variable collected, if needed
8 int_var number integer variable, if collected
9 float_var number float/real variable, if collected
10 bool_var Yes/No boolean variable, if collected
11 comment_var Text comment variable, if collected
12 Instruction dropdown-limited text Instruction as given in the dropdown s_tmp
13 data_sent Date/Time Date/Time the patient was sent


to do before de-stubbing

  • explain data structure


Template:Stub