Changes between Version 17 and Version 18 of i2b2 HowTo Create an Ontology
- Timestamp:
- 09/19/16 11:24:07 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
i2b2 HowTo Create an Ontology
v17 v18 15 15 3. Create records in the table `OntologyUsage` in the `i2b2ClinDataIntegration` database for each study that will use the ontology. The `StudyName` is the unique portion of the i2b2 database names, for example `i2b2_app03_{studyName}_data`. 16 16 4. Run the command `EXECUTE [i2b2ClinDataIntegration].[dbo].[UpdateOntologyConceptCodes];` 17 5. and finally and very importantly add the ontology to the **!OntologyUsage** table 17 18 18 19 [[BackLinks]]