Changes between Version 16 and Version 17 of LEGACY - i2b2 - The algorithms applied to importing a PDO
- Timestamp:
- 12/29/11 21:22:01 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LEGACY - i2b2 - The algorithms applied to importing a PDO
v16 v17 91 91 92 92 Remember that each of the above is a separate transaction. Each step cannot be undone once committed, although presumably step/txn 4 is the most critical. 93 If anything goes wrong and a transaction has begun but has not been committed, then it is rolled back .93 If anything goes wrong and a transaction has begun but has not been committed, then it is rolled back and the remaining steps passed over. 94 94 95 The controlling process controls whether the temporary table is deleted or not. If the appropriate flag is set in the web service message that triggers the loader, then the temporary tables can be left in place. A good debugging feature. 96