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.
 * 
 */{code}

public

...

class

...

LBConstants {

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

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

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

\}


}