diff data_manager_conf.xml @ 1:da7f50809820 draft default tip

Uploaded
author trinity_ctat
date Sun, 11 Nov 2018 21:02:34 -0500
parents ea7bc21cbb7a
children
line wrap: on
line diff
--- a/data_manager_conf.xml	Mon Jul 16 19:56:38 2018 -0400
+++ b/data_manager_conf.xml	Sun Nov 11 21:02:34 2018 -0500
@@ -34,5 +34,21 @@
                 <!--</column> -->
             </output>
         </data_table>
+        <data_table name="ctat_cravat_tissues">
+            <output>
+                <column name="value" />
+                    <!-- value is used to uniquely identify this entry in the table.
+                    -->
+                <column name="name" />
+                    <!-- name is used as the selector in the pull down lists for items in this table.
+                    -->
+                <column name="code" />
+                    <!-- .
+                    -->
+                <column name="date" />
+                    <!-- .
+                    -->
+            </output>
+        </data_table>
     </data_manager>
 </data_managers>