Sending Patients: Difference between revisions
Ttenbergen (talk | contribs) |
Ttenbergen (talk | contribs) →What happens when patients are sent: details of send process to help while troubleshooting |
||
| Line 51: | Line 51: | ||
== What happens when patients are sent == | == What happens when patients are sent == | ||
See the "Sending" module in [[CCMDB.mdb]] itself for info on what happens when data is sent. | See the "Sending" module in [[CCMDB.mdb]] itself for info on what happens when data is sent. | ||
As of 10:49, 2014 September 4 (CDT) the order of steps inside the process is as follows. Listed here to help in troubleshooting. | |||
* check for previously completed (ie no longer incomplete) records, quit if any found | |||
* check for .csv file, quit if found | |||
* export [[PDA_Pending.mdb]] | |||
* if med, send [[Tasks.mdb]] | |||
* if cc, send [[imaging.mdb]] and [[pharmacy.mdb]] | |||
* send [[Tasks.mdb]] | |||
* send [[centralized_data.mdb]] | |||
** Log, then como, dxs, (if cc: lab, pharm), tmp | |||
* send phi xls | |||
* generate Ed's .csvs | |||
* set record_status fields to sent in l_log local | |||
* set record status fields to sent in centralized | |||
== see also == | == see also == | ||