Changes between Version 14 and Version 15 of SchedTechManual/ServerChanges1_7
- Timestamp:
- Jul 11, 2012, 1:40:15 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SchedTechManual/ServerChanges1_7
v14 v15 52 52 If 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: 53 53 {{{ 54 ; TODO: If Patient Appointment previously existed as cancelled, it's removed.54 ; NB: If Patient Appointment previously existed as cancelled, it's removed. 55 55 ; How can I tell if one previously existed when data is in an intermediate 56 56 ; State? Can I restore it if the other file failed? Restoration can cause … … 68 68 * Call event driver (point of no return) 69 69 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.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. 71 71 72 72 M Error Handling: Same as rollback.