NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Wiki Markup
{scrollbar:icons=false}
h1. {
Scrollbar
iconsfalse
page-info

...

:title}

package org.LexGrid.LexBIG.Utility;

...



/**

...


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

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

   {code} public static enum KnownTags {
        PRODUCTION
    };

...

{code}

\}