S tmp table: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
mNo edit summary
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
The '''S_Tmp''' table contains the possible values for the [[L_TmpV2]] in [[CCMDB.mdb]].  
{{DISPLAYTITLE:s_tmp table}}The '''s_Tmp''' table contains the possible values for the [[L_TmpV2]] in [[CCMDB.accdb]].  
 
then that row of data will get sent to the OUTPUT folder on the Regional Server TmpV2_1.mdb 


== Data Structure ==
== Data Structure ==
* Study - name of study for which this variable is relevant
* '''Study''' - name of study for which this variable is relevant
* Value - think of this as the "field name" for that study
* '''Value''' - think of this as the "field name" for that study
* Instruction - this gets displayed for how to collect the specific variable
* '''order''' - order in which the value entries will be listed after project/study is chosen
* int_var_label - shows up as label for the integer in the detail view; if not used, put "--"
* '''Instruction''' - this gets displayed for how to collect the specific variable
* float_var_label - shows up as label for the float in the detail view; if not used, put "--"
* '''int_var_label''' - shows up as label for the integer 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 "--"
* '''float_var_label''' - shows up as label for the float 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 "--"
* '''bool_var_label''' - shows up as label for the boolean/checkbox 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 "--"
* '''date_var_label''' - shows up as label for the date in the detail view; if not used, put "--"
* complete_send - determines when results will be sent
* '''time_var_label''' - shows up as label for the time in the detail view; if not used, put "--"
** if true/checked then record is sent only once final-check is true (ie when the patient is sent)
* '''active''' - only active lines show up in the dropdown
** 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.
* '''hosp'''
* active - only active lines show up in the dropdown
* location
** 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
** make several lines with locations if available only in some places
** make several lines with locations if available only in some places
* program
* '''program'''
** gives program for which dropdown should be available
** gives program for which dropdown should be available
** if not entered will be available for all programs
** if not entered will be available for all programs
* '''auto_add_at_patient_creation''' - see [[Automatic Generation of TMP entries]]
* '''auto_cant_add_manually''' - see [[Automatic Generation of TMP entries]]
* '''auto_cant_edit'''  - see [[Automatic Generation of TMP entries]]
* '''MCHP''' - True/False whether this study will be included in the [[Manitoba Centre for Health Policy export]]
== Maintenance ==
[[Query maintenance_s_tmp_deletables]] can be used to see if any values can be made inactive.
== Cross Checks ==
{{#ask: [[Category:Tmp check]]
|default=No corresponding old article found
|format=UL
|limit=100
|link=all
|headers=show
}}


== Related articles ==
{{Related Articles}}


[[Category: Data structure]]
[[Category: Data structure]]
[[Category: L_TmpV2 Data]]
[[Category: TmpV2]]

Latest revision as of 16:09, 2023 May 17

The s_Tmp table contains the possible values for the L_TmpV2 in CCMDB.accdb.

Data Structure

  • Study - name of study for which this variable is relevant
  • Value - think of this as the "field name" for that study
  • order - order in which the value entries will be listed after project/study is chosen
  • 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 "--"
  • 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
  • auto_add_at_patient_creation - see Automatic Generation of TMP entries
  • auto_cant_add_manually - see Automatic Generation of TMP entries
  • auto_cant_edit - see Automatic Generation of TMP entries
  • MCHP - True/False whether this study will be included in the Manitoba Centre for Health Policy export

Maintenance

Query maintenance_s_tmp_deletables can be used to see if any values can be made inactive.

Cross Checks

Related articles

Related articles: