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


Ignore:
Timestamp:
09/19/16 11:20:59 (8 years ago)
Author:
dan.lawday
Comment:

--

Legend:

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

    v5 v6  
    5757Where 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)).
    5858
     59Once 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] \\
     61GO \\
     62exec [dbo].[!UpdateOntologyConceptCodesInStudy] @!StudyName = 'SCAD', @OntologyID = 50 **}}}
     63\\
     64\\
     65[[BackLinks]]
    5966
    60