Output for TMSX and MedTMS: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
m legacy
m legacy and link clean up
Line 1: Line 1:
  Legacy info only
  Legacy info only


When [[Sending Patients|sending patients]] from [[CCMDB.mdb]], among other things data is generated for import into [[TMSX]] via the [[PDA Uploader]].
When sending patients from CCMDB.mdb, among other things data is generated for import into [[TMSX]] via the [[PDA Uploader]].


== File name and location ==
== File name and location ==
For Medicine:  
For Medicine:  
* [[Regional Server]]\Output\<hosp>_<ward>\'''M'''_<batch#>_<hosp>_<ward>_<initials>.csv
* Regional Server\Output\<hosp>_<ward>\'''M'''_<batch#>_<hosp>_<ward>_<initials>.csv
** e.g. [[Regional Server]]\Output\HSC_B3\M_33_HSC_B3_PS.csv
** e.g. Regional Server\Output\HSC_B3\M_33_HSC_B3_PS.csv


For Critical Care:  
For Critical Care:  
* [[Regional Server]]\Output\<hosp>_<ward>\'''C'''_<batch#>_<hosp>_<ward>_<initials>.csv
* Regional Server\Output\<hosp>_<ward>\'''C'''_<batch#>_<hosp>_<ward>_<initials>.csv
** e.g. [[Regional Server]]\Output\HSC_SICU\C_1_HSC_SICU_tt.csv
** e.g. Regional Server\Output\HSC_SICU\C_1_HSC_SICU_tt.csv


== Data Format ==
== Data Format ==
The format of that data is defined by the queries '''EdsCC''' and '''EdsMed'''. This format is constrained by what the [[PDA Uploader]] expects. Even small changes such as the number of decimal digits can cause the uploader to fail. Great care must be taken with any changes.  
The format of that data is defined by the queries '''EdsCC''' and '''EdsMed'''. This format is constrained by what the [[PDA Uploader]] expects. Even small changes such as the number of decimal digits can cause the uploader to fail. Great care must be taken with any changes.  


== Test Data Convention ==
 
see [[Sending_Patients#Test_Data]]


[[Category: Legacy Data]]
[[Category: Legacy Data]]

Revision as of 15:50, 2015 May 13

Legacy info only

When sending patients from CCMDB.mdb, among other things data is generated for import into TMSX via the PDA Uploader.

File name and location

For Medicine:

  • Regional Server\Output\<hosp>_<ward>\M_<batch#>_<hosp>_<ward>_<initials>.csv
    • e.g. Regional Server\Output\HSC_B3\M_33_HSC_B3_PS.csv

For Critical Care:

  • Regional Server\Output\<hosp>_<ward>\C_<batch#>_<hosp>_<ward>_<initials>.csv
    • e.g. Regional Server\Output\HSC_SICU\C_1_HSC_SICU_tt.csv

Data Format

The format of that data is defined by the queries EdsCC and EdsMed. This format is constrained by what the PDA Uploader expects. Even small changes such as the number of decimal digits can cause the uploader to fail. Great care must be taken with any changes.