Uses of Class
com.mays.umls.MrConcept

Packages that use MrConcept
com.mays.umls Loads the UMLS into an Apache Derby db, using the distribution files to define the schema. 
 

Uses of MrConcept in com.mays.umls
 

Methods in com.mays.umls that return types with arguments of type MrConcept
 ArrayList<MrConcept> TestLoader.getConceptsByCode(String code)
           
 ArrayList<MrConcept> TestLoader.getConceptsByCui(String code)
           
 

Method parameters in com.mays.umls with type arguments of type MrConcept
 void TestLoader.printConcepts(ArrayList<MrConcept> concepts)