Changes between Version 5 and Version 6 of i2b2 - UHL clinical informatics system integration PATS v2


Ignore:
Timestamp:
09/29/16 10:50:08 (8 years ago)
Author:
dan.lawday
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • i2b2 - UHL clinical informatics system integration PATS v2

    v5 v6  
    4343\\ \\**Step 3.**
    4444\\Find the @OntologyID using SELECT * FROM [i2b2ClinDataIntegration].[dbo].[Ontology]
    45 \\ Find @ParentID using SELECT *  FROM [i2b2ClinDataIntegration].[dbo].[OntologyCode]
    46   where OntologyID = ## and [OntologyNodeTypeCode] = 'c'
    47   order by [Name]
     45\\ Find @ParentID using
     46\\
     47  SELECT *  FROM [i2b2ClinDataIntegration].[dbo].[!OntologyCode] \\where OntologyID = ## and [!OntologyNodeTypeCode] = 'c' \\ order by [Name]
    4848\\@Name, what ever you think is a better, more obvious name than the one given
    4949\\@!SourceSystem, you'll find this in the proc [CBRU_ETL_CreateObservations_DWPATS_XXXXXXX] that you have just created.
    50 \\and the @!SourceCode is the FieldName again found in the proc you have just created.
     50\\ and finally the @!SourceCode is the !FieldName again found in the proc you have just created.
    5151
    5252\\ \\**Step 4.** As per summary.