Changes between Version 19 and Version 20 of i2b2 HowTo Create an Ontology
- Timestamp:
- 04/25/18 15:42:24 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
i2b2 HowTo Create an Ontology
v19 v20 6 6 7 7 1. Log into the server `UHLSQLBRICCSDB\UHLBRICCSDB` and database `i2b2ClinDataIntegration` 8 2. Execute the stored procedure `[dbo].[Create EmptyOntology] @OntologyName, @Prefix, @SourceSystem, @OntologyBaseNode, @OntologyDescription`8 2. Execute the stored procedure `[dbo].[Create_Ontology] @OntologyName, @Prefix, @SourceSystem, @OntologyBaseNode, @OntologyDescription` 9 9 - Where: 10 10 - `@OntologyName` is the name of the ontology and must not contain spaces, e.g., 'EMISPrimaryCareData'