You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by bu...@apache.org on 2013/08/15 19:50:46 UTC

svn commit: r874788 - in /websites/staging/ctakes/trunk: cgi-bin/ content/ content/user-faqs.html

Author: buildbot
Date: Thu Aug 15 17:50:46 2013
New Revision: 874788

Log:
Staging update by buildbot for ctakes

Modified:
    websites/staging/ctakes/trunk/cgi-bin/   (props changed)
    websites/staging/ctakes/trunk/content/   (props changed)
    websites/staging/ctakes/trunk/content/user-faqs.html

Propchange: websites/staging/ctakes/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Aug 15 17:50:46 2013
@@ -1 +1 @@
-1514398
+1514403

Propchange: websites/staging/ctakes/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Aug 15 17:50:46 2013
@@ -1 +1 @@
-1514398
+1514403

Modified: websites/staging/ctakes/trunk/content/user-faqs.html
==============================================================================
--- websites/staging/ctakes/trunk/content/user-faqs.html (original)
+++ websites/staging/ctakes/trunk/content/user-faqs.html Thu Aug 15 17:50:46 2013
@@ -98,8 +98,10 @@
 <h3 id="why-doesnt-my-umls-term-get-indentified-by-the-system-but-it-exists-in-snomedctrxnorm">Why doesn't my UMLS term get indentified by the system but it exists in SNOMEDCT/RxNorm?</h3>
 <p>The Dictionary Lookup that you are using filters out terms that don't have tui codes registered in the <a href="http://svn.apache.org/repos/asf/ctakes/trunk/ctakes-dictionary-lookup-res/src/main/resources/org/apache/ctakes/dictionary/lookup/LookupDesc_Db.xml">resources/org/apache/ctakes/dictionary/lookup/LookupDesc_Db.xml</a> file.<br />
 Edit that file and add "{TUI}" to the value list for "{semanticGroup}Tuis" property as below:
-<property key="semanticGroupTuis" value="{TUIS}"/>
-For <lookupConsumer className="org.apache.ctakes.dictionary.lookup.ae.UmlsToSnomedDbConsumerImpl"></p>
+For Example:</p>
+<p><code>&lt; property key="semanticGroupTuis" value="{TUIS}" /&gt;</code></p>
+<p>within
+<code>&lt; lookupConsumer className="org.apache.ctakes.dictionary.lookup.ae.UmlsToSnomedDbConsumerImpl" &gt;<code></p>
 <h3 id="what-are-the-available-attributes-types-in-ctakes">What are the available attributes (Types) in cTAKES?</h3>
 <p>See the cTAKES Type System Diagram below:</p>
 <p><img alt="cTAKES Type System 1" src="images/cTAKES-Type-System-1.jpg" />