forked from bimberlabinternal/BimberLabKeyModules
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathExpanded.qview.xml
More file actions
22 lines (22 loc) · 842 Bytes
/
Expanded.qview.xml
File metadata and controls
22 lines (22 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<customView xmlns="http://labkey.org/data/xml/queryCustomView" hidden="false" canOverride="false">
<columns>
<column name="Id"/>
<column name="sex"/>
<column name="species"/>
<column name="calculated_status"/>
<column name="birth"/>
<column name="death"/>
<column name="sivART/ageAtInfection"/>
<column name="projects/allStudies"/>
<column name="projects/studyDescription"/>
<column name="projects/subgroups"/>
<column name="immunizations/immunizations"/>
<column name="sivART/allInfections"/>
<column name="sivART/artInitiationDPI"/>
<column name="interventions/allInterventions"/>
<column name="outcomes/outcomes"/>
</columns>
<sorts>
<sort column="Id" descending="false"/>
</sorts>
</customView>