Skip to content

Commit 50d375f

Browse files
committed
Add SIV view
1 parent eef6673 commit 50d375f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<customView xmlns="http://labkey.org/data/xml/queryCustomView" hidden="false" canOverride="false">
2+
<columns>
3+
<column name="Id"/>
4+
<column name="sex"/>
5+
<column name="projects/allStudies"/>
6+
<column name="projects/studyDescription"/>
7+
<column name="projects/subgroups"/>
8+
<column name="projects/analysisGroups"/>
9+
<column name="immunizations/immunizations"/>
10+
<column name="sivART/allInfections"/>
11+
<column name="sivART/infectionDate"/>
12+
<column name="sivART/ageAtInfection"/>
13+
<column name="sivART/allART"/>
14+
<column name="interventions/allInterventions"/>
15+
<column name="interventions/firstInterventionDPI"/>
16+
<column name="pvlInfo/numPVL"/>
17+
</columns>
18+
<sorts>
19+
<sort column="Id" descending="false"/>
20+
</sorts>
21+
</customView>

0 commit comments

Comments
 (0)