Add UMLS 2012AA
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 20 Sep 2012 16:32:12 +0000 (10:32 -0600)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 20 Sep 2012 16:32:12 +0000 (10:32 -0600)
sql.lisp

index b53d2cb553e5bd4606adeba6d3040a37ca0aeae7..32cc98d55c5c2bbdec776000392fb1962ba9d063 100644 (file)
--- a/sql.lisp
+++ b/sql.lisp
@@ -8,7 +8,7 @@
 ;;;; Created:  Apr 2000
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;; Created:  Apr 2000
 ;;;;
 ;;;; This file, part of UMLisp, is
-;;;;    Copyright (c) 2000-2010 by Kevin M. Rosenberg, M.D.
+;;;;    Copyright (c) 2000-2012 by Kevin M. Rosenberg, M.D.
 ;;;;
 ;;;; UMLisp users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the GNU General Public License.
 ;;;;
 ;;;; UMLisp users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the GNU General Public License.
@@ -22,8 +22,9 @@
       (:2006ad . "MTS2006AD")
       (:2009ab . "MTS2009AB")
       (:2010aa . "MTS2010AA_ALL")
       (:2006ad . "MTS2006AD")
       (:2009ab . "MTS2009AB")
       (:2010aa . "MTS2010AA_ALL")
-      (:2011aa . "UMLS2011AA")))
-(defvar +default-umls-db+ "MTS2010AA_ALL")
+      (:2011aa . "UMLS2011AA")
+      (:2012aa . "MTS2012AA_ALL")))
+(defvar +default-umls-db+ "MTS2012AA_ALL")
 
 (defun lookup-db-name (db)
   (cdr (assoc (ensure-keyword db) +umls-sql-map+)))
 
 (defun lookup-db-name (db)
   (cdr (assoc (ensure-keyword db) +umls-sql-map+)))