| 8 | |
| 9 | == Processing |
| 10 | |
| 11 | The processing occurs in 2 stages: |
| 12 | |
| 13 | 1. Send |
| 14 | 2. Reeceive |
| 15 | |
| 16 | === Send Process |
| 17 | |
| 18 | Main database is the DWPATMATCH database on the data warehouse server. |
| 19 | |
| 20 | 1. Copy values from the CSV file in the !\\uhldwh\BRICCS_DBS_IN directory to the DBS_TRACING table with a batch ID |
| 21 | |
| 22 | '''The two following steps take place ''concurrently''. I think this is an error, but it may only be the case in my (RaB) copy and not the live copy''' |
| 23 | |
| 24 | 2. Patient matching |
| 25 | 3. Export patient details to the file to be sent to the Spine |
| 26 | |