Modifier and Type | Field and Description |
---|---|
static String[] |
EXCLUDE_RELA |
static String[] |
INCLUDE_REL |
cuiPattern
Constructor and Description |
---|
UMLSDaoImpl() |
Modifier and Type | Method and Description |
---|---|
void |
deleteAuiFirstWord() |
List<Object[]> |
getAllAuiStr(String lastAui)
sets up the umls_aui_fword table.
|
DataSource |
getDataSource() |
String |
getLastAui()
Get the 'last' UmlsAuiFirstWord.
|
Map<String,String> |
getNames(List<String> subList) |
HashSet<Integer> |
getRXNORMCuis()
get a set of all cuis in RXNORM.
|
org.hibernate.SessionFactory |
getSessionFactory() |
void |
insertAuiFirstWord(List<UmlsAuiFirstWord> listAuiFirstWord) |
boolean |
isRXNORMCui(String cui) |
void |
setDataSource(DataSource ds) |
void |
setSessionFactory(org.hibernate.SessionFactory sessionFactory) |
public static final String[] INCLUDE_REL
public static final String[] EXCLUDE_RELA
public org.hibernate.SessionFactory getSessionFactory()
public void setSessionFactory(org.hibernate.SessionFactory sessionFactory)
public void setDataSource(DataSource ds)
public DataSource getDataSource()
public List<Object[]> getAllAuiStr(String lastAui)
getAllAuiStr
in interface UMLSDao
public void deleteAuiFirstWord()
deleteAuiFirstWord
in interface UMLSDao
public void insertAuiFirstWord(List<UmlsAuiFirstWord> listAuiFirstWord)
insertAuiFirstWord
in interface UMLSDao
public String getLastAui()
UMLSDao
getLastAui
in interface UMLSDao
public HashSet<Integer> getRXNORMCuis()
UMLSDao
getRXNORMCuis
in interface UMLSDao
public boolean isRXNORMCui(String cui)
isRXNORMCui
in interface UMLSDao
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.