NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the lbConverter project  the edu.mayo.informatics.lexgrid.convert.directConversions.medDRA package contains the classes that do much of the work of the load.  edu.mayo.informatics.lexgrid.convert.directConversions.medDRA.MedDRA2LGMain provides central kickoff point with some methods that can be wrapped for load and validation responsibilities down further up the execution chain. This package also contains edu.mayo.informatics.lexgrid.convert.directConversions.medDRA.MedDRAMapToLexGrid which does the active mapping of data objects derived from the MedDRA source and in this case also provides pushes the completed LexGrid correlations to the database.  So this contains read, map and store functions all in one class.  

Notice the map method in MedDRAMapToLexGrid.  It calls three methods that separately load the coding scheme metadata, the entities and the relationships.   This level of granularity provides a guideline for what can safely be loaded into LexEVS separately and sometimes as parallel functions.