Changes between Version 5 and Version 6 of i2b2 - UHL clinical informatics system integration PATS v2
- Timestamp:
- 09/29/16 10:50:08 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
i2b2 - UHL clinical informatics system integration PATS v2
v5 v6 43 43 \\ \\**Step 3.** 44 44 \\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] 48 48 \\@Name, what ever you think is a better, more obvious name than the one given 49 49 \\@!SourceSystem, you'll find this in the proc [CBRU_ETL_CreateObservations_DWPATS_XXXXXXX] that you have just created. 50 \\ and the @!SourceCode is theFieldName 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. 51 51 52 52 \\ \\**Step 4.** As per summary.