DatatoIMP.bat: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
TOstryzniuk (talk | contribs)
mNo edit summary
TOstryzniuk (talk | contribs)
mNo edit summary
Line 1: Line 1:
This is a batch file that '''automates''' the process of '''moving''' "batch sent" CSV files from the [[Regional Server]] to [[Data Processor]]s computers' local hard drive in preparation for uploading files into the master Critical Care [[TMSX]] or Medicine [[MedTMS]] data repository.  
This is a batch file that '''automates''' the process of '''moving''' "batch sent" CSV files from the [[Regional Server]] to [[Data Processor]]s computers' local hard drive in preparation in preparation for [[Data Appending Process|appending]] or uploading files into the master Critical Care [[TMSX]] or Medicine [[MedTMS]] data repository.  
Create by Tina Tenbergen


FROM:  
FROM:  
Line 5: Line 6:


TO:
TO:
*C:\CritPDAdnld\ImportReady
*C:\MedPDAdnld\ImportReady
*Weekly processing.
{{Discussion}}
**see [[UpdataTOTMP.bat]] (duplicate article but updataTOTMP.bat is not the correct name)--.[[User:TOstryzniuk|TOstryzniuk]] 13:30, 15 February 2009 (CST)
UpdataTOTMP.bat is a batch file program created by [[Tina Tenbergen]]. It copies data files [[Sending Patients|sent]] to the [[Regional Server]] to a folder on the [[Data Processor]]s PC in preparation for [[Data Appending Process|appending]] to the [[TMSX | Master Database]].
Using the program prefixes set out in [[Sent files naming conventions]] the batch file copies all data output files according to their '''prefix''':
*"'''M'''" to: C:/[[MedPDAdnld/Import Ready | MedPDAdnld/Import Ready]]
*"'''M'''" to: C:/[[MedPDAdnld/Import Ready | MedPDAdnld/Import Ready]]
*"'''C'''" to: C:/[[CritPDAAdnld/Import Ready | CritPDAdnld/Import Ready]]
*"'''C'''" to: C:/[[CritPDAAdnld/Import Ready | CritPDAdnld/Import Ready]]
**Uses the program prefixes set out in [[Sent files naming conventions]] the batch file copies all data output files according to their '''prefix''':


*Weekly processing.


{{Discussion}}


*see [[DatatoIMP.bat]].  I believe that this is a mislabeled article.[[User:TOstryzniuk|TOstryzniuk]] 13:23, 15 February 2009 (CST)
Pagasa, can you have a look at this WIKI link.
*We have 2 articles about the batch file that copies CSV's from output on server to Import Ready on your C drive.
*I think the correct one is DatatoIMP.bat and NOT UpdataTOTMP.bat.
*Let me know.  I will get rid of one article and merge the information.


thanks
Trish
{{Stub}}
[[Category: Batch Files]]
[[Category: Batch Files]]
[[Category: Data Processing]]
[[Category: Data Processing]]
[[Category: IT Instructions]]
[[Category: IT Instructions]]

Revision as of 19:14, 9 March 2009

This is a batch file that automates the process of moving "batch sent" CSV files from the Regional Server to Data Processors computers' local hard drive in preparation in preparation for appending or uploading files into the master Critical Care TMSX or Medicine MedTMS data repository. Create by Tina Tenbergen

FROM:

TO:

  • Weekly processing.