NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Scrollbar
iconsfalse

Page info
title
title

package

...

org.LexGrid.LexBIG.Utility;

...

/**

Code Block

 * Constants for use in the LexBIG API.
 * 
 */

public

...

class

...

LBConstants {

Code Block
 \{
    public static enum SortableProperties \{
        matchToQuery, code, codeSystem, entityDescription, conceptStatus, isActive
    \};

    
Code Block
public static enum MatchAlgorithms \{
        exactMatch, startsWith, LuceneQuery, NormalizedLuceneQuery, DoubleMetaphoneLuceneQuery, contains, RegExp
    \};

    
Code Block
 public static enum KnownTags \{
        PRODUCTION
    \};

\}


}