You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by se...@apache.org on 2014/12/08 23:36:34 UTC

svn commit: r1643945 - /ctakes/trunk/ctakes-dictionary-lookup-fast-res/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/cTakesHsql.xml

Author: seanfinan
Date: Mon Dec  8 22:36:34 2014
New Revision: 1643945

URL: http://svn.apache.org/r1643945
Log:
Enabling snomedct and rxnorm mapping by default

Modified:
    ctakes/trunk/ctakes-dictionary-lookup-fast-res/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/cTakesHsql.xml

Modified: ctakes/trunk/ctakes-dictionary-lookup-fast-res/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/cTakesHsql.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-dictionary-lookup-fast-res/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/cTakesHsql.xml?rev=1643945&r1=1643944&r2=1643945&view=diff
==============================================================================
--- ctakes/trunk/ctakes-dictionary-lookup-fast-res/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/cTakesHsql.xml (original)
+++ ctakes/trunk/ctakes-dictionary-lookup-fast-res/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/cTakesHsql.xml Mon Dec  8 22:36:34 2014
@@ -61,8 +61,8 @@
             <!-- Optional tables for optional term info.
             Uncommenting these lines alone may not persist term information;
             persistence depends upon the TermConsumer.  -->
-            <!--<property key="snomedTable" value="snomedct"/>-->
-            <!--<property key="rxNormTable" value="rxnorm"/>-->
+            <property key="snomedTable" value="snomedct"/>
+            <property key="rxnormTable" value="rxnorm"/>
             <!--<property key="icd9Table" value="icd9cm"/>-->
             <!--<property key="icd10Table" value="icd10pcs"/>-->
             <property key="umlsUrl" value="https://uts-ws.nlm.nih.gov/restful/isValidUMLSUser"/>
@@ -92,6 +92,8 @@
       <!--<implementationName>org.apache.ctakes.dictionary.lookup2.consumer.PrecisionTermConsumer</implementationName>-->
       <!--<implementationName>org.apache.ctakes.dictionary.lookup2.consumer.SemanticCleanupTermConsumer</implementationName>-->
       <properties>
+          <!-- Depending upon the consumer, the value of codingScheme may or may not be used.  With the packaged consumers,
+          codingScheme is a default value used only for cuis that do not have secondary codes (snomed, rxnorm, etc.)  -->
          <property key="codingScheme" value="CTAKES"/>
       </properties>
    </rareWordConsumer>