Changes between Version 4 and Version 5 of i2b2 HowTo Create Concept Codes in an Ontology


Ignore:
Timestamp:
09/14/16 14:47:51 (8 years ago)
Author:
dan.lawday
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • i2b2 HowTo Create Concept Codes in an Ontology

    v4 v5  
    4949\\ \\ **  update [i2b2ClinDataIntegration].[dbo].!OntologyCode
    5050set !OntologyNodeTypeCode = 'C'
    51 where Ontologyid = 50
    52 and Name in ('Your','list','of','names')  ** \\ \\
     51where Ontologyid = 99
     52and Name in ('
     53[[span(style=color: #FF0000, Your)]]'
     54,'[[span(style=color: #FF0000, list)]]'
     55,'[[span(style=color: #FF0000, of)]]'
     56,'[[span(style=color: #FF0000, Names)]]')  ** \\ \\
     57Where 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)).
    5358
    5459
     60