Changes between Version 17 and Version 18 of LEGACY - i2b2 - The algorithms applied to importing a PDO


Ignore:
Timestamp:
12/29/11 21:24:56 (13 years ago)
Author:
jeff.lusted
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LEGACY - i2b2 - The algorithms applied to importing a PDO

    v17 v18  
    9191
    9292Remember 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 and the remaining steps passed over.
     93If anything goes wrong and a transaction has begun but has not been committed, then it is rolled back, the remaining steps passed over and another status message is raised ("ERROR").
    9494
    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.
     95The controlling process decides 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.
    9696
     97If an error does occur, the overall loading process is terminated, so the situation can be one of uncertainty. For example, the process could be terminated after three of the seven sub-sets had been processed.
     98