forked from bimberlabinternal/BimberLabKeyModules
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprocedures.query.xml
More file actions
25 lines (23 loc) · 881 Bytes
/
procedures.query.xml
File metadata and controls
25 lines (23 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<query xmlns="http://labkey.org/data/xml/query">
<metadata>
<tables xmlns="http://labkey.org/data/xml">
<table tableName="procedures" tableDbType="TABLE">
<columns>
<column columnName="Id">
</column>
<column columnName="date">
</column>
<column columnName="category">
<columnTitle>Category</columnTitle>
</column>
<column columnName="procedure">
<columnTitle>Procedure</columnTitle>
</column>
<column columnName="dataSource">
<columnTitle>Data Source</columnTitle>
</column>
</columns>
</table>
</tables>
</metadata>
</query>