org.lexgrid.loader.rrf.staging
Interface MrconsoStagingDao

All Known Subinterfaces:
MetaMrconsoStagingDao
All Known Implementing Classes:
JdbcMrconsoStagingDao, MetaJdbcMrconsoStagingDao

public interface MrconsoStagingDao

The Interface MrconsoStagingDao.

Author:
Kevin Peterson

Method Summary
 CodeCodingSchemePair getCodeAndCodingScheme(java.lang.String cui, java.lang.String aui)
          Gets the code and coding scheme.
 CodeSabPair getCodeAndSab(java.lang.String cui, java.lang.String aui)
          Gets the code and sab.
 java.lang.String getCodeFromAui(java.lang.String aui)
          Gets the code from aui.
 java.util.List<java.lang.String> getCodes(java.lang.String cui, java.lang.String sab)
          Gets the codes.
 java.util.List<java.lang.String> getCodesFromCui(java.lang.String cui)
           
 java.lang.String getCuiFromAui(java.lang.String aui)
           
 java.lang.String getCuiFromAuiAndSab(java.lang.String aui, java.lang.String sab)
          Gets the cui from aui and sab.
 java.util.List<java.lang.String> getCuisFromCode(java.lang.String code)
           
 

Method Detail

getCodeAndSab

CodeSabPair getCodeAndSab(java.lang.String cui,
                          java.lang.String aui)
Gets the code and sab.

Parameters:
cui - the cui
aui - the aui
Returns:
the code and sab

getCodeAndCodingScheme

CodeCodingSchemePair getCodeAndCodingScheme(java.lang.String cui,
                                            java.lang.String aui)
Gets the code and coding scheme.

Parameters:
cui - the cui
aui - the aui
Returns:
the code and coding scheme

getCodes

java.util.List<java.lang.String> getCodes(java.lang.String cui,
                                          java.lang.String sab)
Gets the codes.

Parameters:
cui - the cui
sab - the sab
Returns:
the codes

getCodeFromAui

java.lang.String getCodeFromAui(java.lang.String aui)
Gets the code from aui.

Parameters:
aui - the aui
Returns:
the code from aui

getCuiFromAuiAndSab

java.lang.String getCuiFromAuiAndSab(java.lang.String aui,
                                     java.lang.String sab)
Gets the cui from aui and sab.

Parameters:
aui - the aui
sab - the sab
Returns:
the cui from aui and sab

getCuiFromAui

java.lang.String getCuiFromAui(java.lang.String aui)

getCuisFromCode

java.util.List<java.lang.String> getCuisFromCode(java.lang.String code)

getCodesFromCui

java.util.List<java.lang.String> getCodesFromCui(java.lang.String cui)

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.