Eds and raw push to x manual.vbs: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
Bcloutier (talk | contribs)
mNo edit summary
m Text replacement - "[[Category: " to "[[Category:"
 
(24 intermediate revisions by 2 users not shown)
Line 1: Line 1:
X:\Eds_Master_data\Eds_push_to_x.vbs is a VBS script that copies specific DAT files and EXPORTED raw files  from local PC (usually the [[data processor]]'s) to X:
  Legacy
== Stop Date ==
June 2014


'''ICU''' files from [[Data Processor]]'s local C:
==What is it?==
# C:\[[TMSX]]\data - TO  X:\Eds_Master_data\ICU
Is a VBS script that copies specific DAT files and EXPORTED raw files from local PC (usually the [[data processor]]'s) to X:
 
==Location of vbs script==
{{S:\MED\MED_CCMED}}Eds_Master_data
 
==Location of Log file==
none exists yet.
==what does it do?==
==='''ICU''' files from [[Data Processor]]'s local C===
# C:\[[TMSX]]\data - TO  {{S:\MED\MED_CCMED}}Eds_Master_data\ICU
#*Specific files copied from this folder:
#*Specific files copied from this folder:
#**Apache.dat
#**Apache.dat
Line 9: Line 20:
#**Registryx.dat
#**Registryx.dat
#**TISS.dat
#**TISS.dat
#*special note: TISS.data is no longer updated to TMSX.  Only edits of older data may be done there.  TISS for ICU is now stored on X:\[[TISS28]]\Database\[[TISS28_Data.mdb]]
#*special note: TISS.data is no longer updated to TMSX.  Only edits of older data may be done there.  TISS for ICU is now stored on {{S:\MED\MED_CCMED}}[[TISS28]]\Database\[[TISS28_Data.mdb]].  The elements of TISS on X are different than the elements of TISS in TMSX.
#C:\CCData\rawdata - TO X:\PAGASA\CCData\rawdata  
#C:\CCData\rawdata - TO {{S:\MED\MED_CCMED}}PAGASA\CCData\rawdata  


'''MED''' files from [[Data Processor]]'s local C:
=='''MED''' files from [[Data Processor]]'s local C==
#C:\[[MEDTMS]]\data TO:  X:\Eds_Master_data\MED  
#C:\[[MEDTMS]]\data TO:  {{S:\MED\MED_CCMED}}Eds_Master_data\MED  
#*Specific files copied from this folder:
#*Specific files copied from this folder:
#**[[MedTMS]]\data\ADL.dat
#**[[MedTMS]]\data\ADL.dat
Line 21: Line 32:
#**Pharmacy.dat
#**Pharmacy.dat
#**REGISTRYX.dat
#**REGISTRYX.dat
#**SAPII.dat
#**SAPSII.dat
#**SapXtra.dat
#**SapXtra.dat
#*Special note: [[iTISS]] is not longer being collected in Medicine but master is still in [[MedTMS]]
#*Special note: [[iTISS]] is not longer being collected in Medicine but master is still in [[MedTMS]]
#C:\MedData\rawdata TO:  X:\PAGASA\MedData\rawdata  
#C:\MedData\rawdata TO:  {{S:\MED\MED_CCMED}}PAGASA\MedData\rawdata  
 
{{Discussion}}
*items number 2 above, if possible please.[[User:TOstryzniuk|Trish Ostryzniuk]] 18:21, 2014 April 25 (CDT)
 
 
 
Also see: [[Eds pull from x.vbs]]
 
 
==Future Plan==
Set up a automated ''Scheduled Task'' to do this.  This task will be stopped when we finally move to centralized database to stop Ed.  Target date end possible end May or June 2014
 


==Related Process==
*[[Eds_AND_raw_push_to_x_scheduled.vbs]]
*[[Eds_and_raw_pull_from_x_manual.vbs]]


{{discussion}} pls link to whichever processes use this...
==Scheduled Task==
This batch file script has also been set up as and automated ''Scheduled Task'' on [[Data Processor]]'s desktop. See: [[Eds_AND_raw_push_to_x_scheduled.vbs]]




[[Category: Data processing batch files]]
[[Category:Legacy Data processing batch files]]
[[Category: Batch Files]]
[[Category:Eds and raw push pull]]

Latest revision as of 11:32, 30 July 2025

 Legacy

Stop Date

June 2014

What is it?

Is a VBS script that copies specific DAT files and EXPORTED raw files from local PC (usually the data processor's) to X:

Location of vbs script

S:\MED\Med_CCMED\S:\MED\Med_CCMED\Eds_Master_data

Location of Log file

none exists yet.

what does it do?

ICU files from Data Processor's local C

  1. C:\TMSX\data - TO S:\MED\Med_CCMED\S:\MED\Med_CCMED\Eds_Master_data\ICU
    • Specific files copied from this folder:
      • Apache.dat
      • Lab.dat
      • pharmacy.dat
      • Registryx.dat
      • TISS.dat
    • special note: TISS.data is no longer updated to TMSX. Only edits of older data may be done there. TISS for ICU is now stored on S:\MED\Med_CCMED\S:\MED\Med_CCMED\TISS28\Database\TISS28_Data.mdb. The elements of TISS on X are different than the elements of TISS in TMSX.
  2. C:\CCData\rawdata - TO S:\MED\Med_CCMED\S:\MED\Med_CCMED\PAGASA\CCData\rawdata

MED files from Data Processor's local C

  1. C:\MEDTMS\data TO: S:\MED\Med_CCMED\S:\MED\Med_CCMED\Eds_Master_data\MED
    • Specific files copied from this folder:
      • MedTMS\data\ADL.dat
      • apache.dat
      • iTISS.dat
      • lab.dat
      • Pharmacy.dat
      • REGISTRYX.dat
      • SAPSII.dat
      • SapXtra.dat
    • Special note: iTISS is not longer being collected in Medicine but master is still in MedTMS
  2. C:\MedData\rawdata TO: S:\MED\Med_CCMED\S:\MED\Med_CCMED\PAGASA\MedData\rawdata

Related Process

Scheduled Task

This batch file script has also been set up as and automated Scheduled Task on Data Processor's desktop. See: Eds_AND_raw_push_to_x_scheduled.vbs