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