forked from bimberlabinternal/BimberLabKeyModules
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdemographicsInterventions.query.xml
More file actions
33 lines (33 loc) · 1.67 KB
/
demographicsInterventions.query.xml
File metadata and controls
33 lines (33 loc) · 1.67 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
26
27
28
29
30
31
32
33
<query xmlns="http://labkey.org/data/xml/query">
<metadata>
<tables xmlns="http://labkey.org/data/xml">
<table tableName="" tableDbType="NOT_IN_DB">
<tableTitle>Interventions/Treatments Summary</tableTitle>
<columns>
<column columnName="Id">
<isKeyField>true</isKeyField>
<isHidden>true</isHidden>
</column>
<column columnName="allInterventions">
<columnTitle>Interventions/Treatments</columnTitle>
<url>/query/executeQuery.view?schemaName=study&query.queryName=treatments&query.Id~eq=${Id}&query.category~eq=Intervention</url>
<urlTarget>_blank</urlTarget>
</column>
<column columnName="firstInterventionDate">
<columnTitle>Date of First Intervention</columnTitle>
</column>
<column columnName="firstInterventionDPI">
<columnTitle>First Intervention (DPI)</columnTitle>
</column>
<column columnName="firstInterventionWPI">
<columnTitle>First Intervention (WPI)</columnTitle>
</column>
<column columnName="firstInterventionPostArtReleaseWeeks">
<columnTitle>First Intervention Relative to ART Release (Weeks)</columnTitle>
</column>
</columns>
<titleColumn>allInterventions</titleColumn>
</table>
</tables>
</metadata>
</query>