File tree Expand file tree Collapse file tree 5 files changed +26
-5
lines changed
referenceStudy/study/datasets Expand file tree Collapse file tree 5 files changed +26
-5
lines changed Original file line number Diff line number Diff line change 22 <metadata >
33 <tables xmlns =" http://labkey.org/data/xml" >
44 <table tableName =" Demographics" tableDbType =" TABLE" useColumnOrder =" true" >
5+ <javaCustomizer class =" org.labkey.studies.query.StudiesCustomizer" />
56 <columns >
67 <column columnName =" Id" >
78 <url />
Original file line number Diff line number Diff line change 44 <table tableName =" " tableDbType =" TABLE" useColumnOrder =" true" >
55 <javaCustomizer class =" org.labkey.studies.query.StudiesCustomizer" />
66 <columns >
7- <column columnName =" Id" />
8- <column columnName =" date" />
7+ <column columnName =" Id" >
8+
9+ </column >
10+ <column columnName =" date" >
11+ <columnTitle >Date</columnTitle >
12+ </column >
13+ <column columnName =" enddate" >
14+ <columnTitle >End Date</columnTitle >
15+ </column >
16+ <column columnName =" objectid" >
17+ <columnTitle >Key</columnTitle >
18+ <isHidden >true</isHidden >
19+ </column >
920 </columns >
1021 </table >
1122 </tables >
Original file line number Diff line number Diff line change 44 <dataset name =" flags" category =" Research" type =" Standard" id =" 1" >
55 <tags />
66 </dataset >
7- <dataset name =" treatments" showByDefault =" false " category =" Research" type =" Standard" id =" 2" >
7+ <dataset name =" treatments" showByDefault =" true " category =" Research" type =" Standard" id =" 2" >
88 <tags />
99 </dataset >
1010 <dataset name =" weight" showByDefault =" true" category =" Research" type =" Standard" id =" 3" >
1111 <tags />
1212 </dataset >
13- <dataset name =" labwork" showByDefault =" false " category =" Research" type =" Standard" id =" 4" >
13+ <dataset name =" labwork" showByDefault =" true " category =" Research" type =" Standard" id =" 4" >
1414 <tags />
1515 </dataset >
1616 <dataset name =" demographics" category =" Research" demographicData =" true" type =" Standard" id =" 5" >
Original file line number Diff line number Diff line change 279279 <column columnName =" enddate" >
280280 <datatype >timestamp</datatype >
281281 </column >
282+ <column columnName =" category" >
283+ <datatype >varchar</datatype >
284+ </column >
282285 <column columnName =" study" >
283286 <datatype >varchar</datatype >
284287 </column >
288+ <column columnName =" subgroup" >
289+ <datatype >varchar</datatype >
290+ </column >
291+ <column columnName =" description" >
292+ <datatype >varchar</datatype >
293+ </column >
285294 </columns >
286295 <tableTitle >Project Assignment</tableTitle >
287296 </table >
Original file line number Diff line number Diff line change 2222 sections : [ {
2323 header : 'Configuration/Data Management' ,
2424 items : [ {
25- name : 'Import/Re-import MCC Study' ,
25+ name : 'Import/Re-import Study and Reference Data ' ,
2626 url : LABKEY . ActionURL . buildURL ( 'studies' , 'importStudy.view' )
2727 } ]
2828 } ]
You can’t perform that action at this time.
0 commit comments