forked from bimberlabinternal/BimberLabKeyModules
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstudyCohorts.query.xml
More file actions
21 lines (21 loc) · 953 Bytes
/
studyCohorts.query.xml
File metadata and controls
21 lines (21 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<query xmlns="http://labkey.org/data/xml/query">
<metadata>
<tables xmlns="http://labkey.org/data/xml">
<table tableName="studyCohorts" tableDbType="TABLE" useColumnOrder="false">
<columns>
<column columnName="cohortsSummary" wrappedColumnName="rowId">
<isUnselectable>true</isUnselectable>
<shownInInsertView>false</shownInInsertView>
<shownInUpdateView>false</shownInUpdateView>
<columnTitle>Summary Information</columnTitle>
<fk>
<fkDbSchema>studies</fkDbSchema>
<fkTable>studyCohortSummary</fkTable>
<fkColumnName>rowId</fkColumnName>
</fk>
</column>
</columns>
</table>
</tables>
</metadata>
</query>