S tmp table: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
Line 16: Line 16:
** if false/not checked then record will be sent each time any data is sent to the Regional Server even if patient file is not complete. Tmpv2 will fill up with repeated data for the same patient but with a different sending date. The newest sent record is what will be looked at.
** if false/not checked then record will be sent each time any data is sent to the Regional Server even if patient file is not complete. Tmpv2 will fill up with repeated data for the same patient but with a different sending date. The newest sent record is what will be looked at.
* active - only active lines show up in the dropdown
* active - only active lines show up in the dropdown
* location
* hosp
** gives location where dropdown should be available
** gives location where dropdown should be available
** if not entered, will be available for all locations
** if not entered, will be available for all locations

Revision as of 12:52, 2011 February 25

The S_Tmp table contains the possible values for the L_TmpV2 in CCMDB.mdb.

then that row of data will get sent to the OUTPUT folder on the Regional Server TmpV2_1.mdb

Data Structure

  • Study - name of study for which this variable is relevant
  • Value - think of this as the "field name" for that study
  • Instruction - this gets displayed for how to collect the specific variable
  • int_var_label - shows up as label for the integer in the detail view; if not used, put "--"
  • float_var_label - shows up as label for the float in the detail view; if not used, put "--"
  • bool_var_label - shows up as label for the boolean/checkbox in the detail view; if not used, put "--"
  • date_var_label - shows up as label for the date in the detail view; if not used, put "--"
  • time_var_label - shows up as label for the time in the detail view; if not used, put "--"
  • complete_send - determines when results will be sent
    • if true/checked then record is sent only once final-check is true (ie when the patient is sent)
    • if false/not checked then record will be sent each time any data is sent to the Regional Server even if patient file is not complete. Tmpv2 will fill up with repeated data for the same patient but with a different sending date. The newest sent record is what will be looked at.
  • active - only active lines show up in the dropdown
  • hosp
    • gives location where dropdown should be available
    • if not entered, will be available for all locations
    • make several lines with locations if available only in some places
  • program
    • gives program for which dropdown should be available
    • if not entered will be available for all programs