| | 25 | It also contains the following views |
| | 26 | |
| | 27 | ||= View =||= Description =|| |
| | 28 | || PathologyHierarchyRecursed || Recurses the PathologyHierarchy table to produce a tree structure || |
| | 29 | |
| | 30 | == i2b2BuildPathologyOntoloy SSIS Package |
| | 31 | |
| | 32 | The package contains the following steps: |
| | 33 | |
| | 34 | 1 Recreate Ontology in the i2b2 meta database. |
| | 35 | 1 Delete existing ontology records in the PATHOLOGY table. |
| | 36 | 1 Insert the new ontology hierarchy records created from the PathologyCodes table and PathologyHierarchyRecursed view in the i2b2ClinDataIntegration database into the PATHOLOGY table of the i2b2 meta database. |
| | 37 | 1 Recreate the concept codes in the i2b2 data database. |
| | 38 | 1 Delete existing concept records from the concept_dimension table in i2b2 data database. |
| | 39 | 1 Isert the new concept records created from the PathologyCodes table and PathologyHierarchyRecursed view in the i2b2ClinDataIntegration database into the concept_dimension table of the i2b2 meta database. |
| | 40 | |