Changes between Version 5 and Version 6 of i2b2 HowTo Create an Ontology


Ignore:
Timestamp:
11/20/13 11:39:49 (11 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • i2b2 HowTo Create an Ontology

    v5 v6  
    119119
    120120DECLARE @OntologyName VARCHAR(50), -- The name of the ontology, e.g. 'Onyx'
    121                 @Prefix VARCHAR(10), -- The prefic for the concept code, e.g. 'ONX'
     121                @Prefix VARCHAR(10), -- The prefix for the concept code, e.g. 'ONX'
    122122                @OntologyDescription VARCHAR(100), -- A nice description, e.g. 'BRICCS Onyx Questionnaire'
    123123                @OntologyBaseNode VARCHAR(50), -- The name of the base node of the tree within i2b2, e.g. 'Onyx'