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;

/**

Panelcode
* Constants for use in the LexBIG API.

 * 
 */

public class LBConstants {

Panelcode
public static enum SortableProperties
{
 {
        matchToQuery, code, codeSystem, entityDescription, conceptStatus, isActive


    };
Code Block
public static enum MatchAlgorithms

...

Panel
 {
        exactMatch, startsWith, LuceneQuery, NormalizedLuceneQuery, DoubleMetaphoneLuceneQuery, contains, RegExp


    };
Code Block
 public static enum KnownTags

...

Panel
PRODUCTION
 {
        PRODUCTION
    };

}