Changes between Version 5 and Version 6 of i2b2 HowTo Create Concept Codes in an Ontology
- Timestamp:
- 09/19/16 11:20:59 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
i2b2 HowTo Create Concept Codes in an Ontology
v5 v6 57 57 Where 99 would be the Ontologyid you are using (49 for example is Dream) and you would list the Names you added (which default to 'L' (leaf node)). 58 58 59 Once this is done you will need to run the following to update the Concept code in the database the example is SCAD database below which has an ID of 50:\\ \\ 60 **USE [i2b2ClinDataIntegration] \\ 61 GO \\ 62 exec [dbo].[!UpdateOntologyConceptCodesInStudy] @!StudyName = 'SCAD', @OntologyID = 50 **}}} 63 \\ 64 \\ 65 [[BackLinks]] 59 66 60