Changes between Version 8 and Version 9 of SchedTechManual/ServerChanges1_7


Ignore:
Timestamp:
Jul 10, 2012, 8:14:58 PM (12 years ago)
Author:
Sam Habiel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SchedTechManual/ServerChanges1_7

    v8 v9  
    108108=== BSDX29 (Copying appointments from PIMS to BSDX APPOINTMENT) ===
    109109Transaction 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 for coordination.
     110A lock is made for before each data filing set for job coordination.
    111111
     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
     119Rollback strategy: Reverse No-show, which is a boolean variable in ^BSDXTMP.
     120
     121M Error Handling: none, except as a side effect of failure from BSDXAPI, while will trigger the PIMS failure rollback.
    112122== Unit Test Routines ==
    113123