Changes between Version 14 and Version 15 of SchedTechManual/ServerChanges1_7


Ignore:
Timestamp:
Jul 11, 2012, 1:40:15 PM (12 years ago)
Author:
Sam Habiel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SchedTechManual/ServerChanges1_7

    v14 v15  
    5252If the patient has a previous canceled appointment in 2 at the same time and an error happens in storing the new appointments, the old appointment is deleted. From $$UNMAKE!^BSDXAPI:
    5353{{{
    54     ; TODO: If Patient Appointment previously existed as cancelled, it's removed.
     54    ; NB: If Patient Appointment previously existed as cancelled, it's removed.
    5555    ; How can I tell if one previously existed when data is in an intermediate 
    5656    ; State? Can I restore it if the other file failed? Restoration can cause   
     
    6868 * Call event driver (point of no return)
    6969
    70 Rollback strategy: it's easier than BSDX07 because there is only one point at which we can fail after we put data into the system. Rollback removes cancellation data from ^BSDXAPPT.
     70Rollback strategy: it's easier than BSDX07 because there is only one point at which we can fail after we put data into the system. Rollback removes cancellation data from !^BSDXAPPT.
    7171
    7272M Error Handling: Same as rollback.