File tree Expand file tree Collapse file tree 3 files changed +49
-1
lines changed
referenceStudy/study/datasets Expand file tree Collapse file tree 3 files changed +49
-1
lines changed Original file line number Diff line number Diff line change 1+ <query xmlns =" http://labkey.org/data/xml/query" >
2+ <metadata >
3+ <tables xmlns =" http://labkey.org/data/xml" >
4+ <table tableName =" procedures" tableDbType =" TABLE" >
5+ <columns >
6+ <column columnName =" Id" >
7+ <url />
8+ </column >
9+ <column columnName =" date" >
10+ <isHidden >true</isHidden >
11+ </column >
12+ <column columnName =" category" >
13+ <columnTitle >Category</columnTitle >
14+ </column >
15+ <column columnName =" procedure" >
16+ <columnTitle >Procedure</columnTitle >
17+ </column >
18+ </columns >
19+ </table >
20+ </tables >
21+ </metadata >
22+ </query >
Original file line number Diff line number Diff line change 3131 <dataset name =" immunizations" showByDefault =" true" category =" Research" type =" Standard" id =" 10" >
3232 <tags />
3333 </dataset >
34- <dataset name =" genetics" showByDefault =" true" category =" Research" type =" Standard" id =" 10" >
34+ <dataset name =" genetics" showByDefault =" true" category =" Research" type =" Standard" id =" 11" >
35+ <tags />
36+ </dataset >
37+ <dataset name =" procedures" showByDefault =" true" category =" Research" type =" Standard" id =" 12" >
3538 <tags />
3639 </dataset >
3740 </datasets >
Original file line number Diff line number Diff line change 366366 </columns >
367367 <tableTitle >Genetic Data</tableTitle >
368368 </table >
369+ <table tableName =" procedures" tableDbType =" TABLE" >
370+ <columns >
371+ <column columnName =" Id" >
372+ <datatype >varchar</datatype >
373+ <conceptURI >http://cpas.labkey.com/Study#ParticipantId</conceptURI >
374+ </column >
375+ <column columnName =" date" >
376+ <datatype >timestamp</datatype >
377+ <conceptURI >http://cpas.labkey.com/laboratory#sampleDate</conceptURI >
378+ </column >
379+ <column columnName =" objectid" >
380+ <datatype >entityid</datatype >
381+ <isKeyField >true</isKeyField >
382+ </column >
383+ <column columnName =" category" >
384+ <datatype >varchar</datatype >
385+ </column >
386+ <column columnName =" procedure" >
387+ <datatype >varchar</datatype >
388+ </column >
389+ </columns >
390+ <tableTitle >Procedures</tableTitle >
391+ </table >
369392</tables >
You can’t perform that action at this time.
0 commit comments