Changes between Version 2 and Version 3 of LEGACY - ProcessingPidSet


Ignore:
Timestamp:
12/30/11 16:41:17 (12 years ago)
Author:
jeff.lusted
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LEGACY - ProcessingPidSet

    v2 v3  
    1111}}}
    1212
     13
    1314This is acceptable:
    1415{{{
     
    1819</pid>
    1920}}}
     21
     22
     23The following example is also acceptable, but implies we know the participant is either:
     24 * already within the CRC (and that we know the internal identifier = 2) or:
     25 * this is a new participant and we are ourselves assigning a new i2b2 internal identifier (= 2) for them.
     26Both situations are ones we can avoid by adopting the approach of the example above, and omitting the HIVE as a source.
     27{{{
     28<pid>
     29   <patient_id source="HIVE">2</patient_id>
     30   <patient_map_id source="BRICCS">BPt00000040</patient_map_id>
     31   <patient_map_id source="UHLT">S0000040</patient_map_id>
     32</pid>
     33}}}