Changes between Version 8 and Version 9 of SchedTechManual/ServerChanges1_7
- Timestamp:
- Jul 10, 2012, 8:14:58 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SchedTechManual/ServerChanges1_7
v8 v9 108 108 === BSDX29 (Copying appointments from PIMS to BSDX APPOINTMENT) === 109 109 Transaction processing was removed from this routine; it shouldn't have been there in the first place. 110 A lock is made for before each file into BSDX APPOINTMENT forcoordination.110 A lock is made for before each data filing set for job coordination. 111 111 112 === BSDX31 (No-show and Undo No-show) === 113 * Lock appointment 114 * Ask PIMS if it is okay to (un)no-show this patient. (Doesn't do anything currently; see TODO below) 115 * (un)No-show in BSDX APPOINTMENT (rollback: none needed on failure) 116 * (un)No-show in File 2 (rollback: reverse no-show) 117 * Run event driver 118 119 Rollback strategy: Reverse No-show, which is a boolean variable in ^BSDXTMP. 120 121 M Error Handling: none, except as a side effect of failure from BSDXAPI, while will trigger the PIMS failure rollback. 112 122 == Unit Test Routines == 113 123