-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDVMAlertforAlopeciaCases.query.xml
More file actions
41 lines (41 loc) · 1.88 KB
/
DVMAlertforAlopeciaCases.query.xml
File metadata and controls
41 lines (41 loc) · 1.88 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
34
35
36
37
38
39
40
41
<query xmlns="http://labkey.org/data/xml/query">
<metadata>
<tables xmlns="http://labkey.org/data/xml">
<table tableName="WeightMMA" tableDbType="NOT_IN_DB">
<tableTitle>DVM alert for new alopecia cases with a score of 4 or 5</tableTitle>
<columns>
<column columnName="Id">
<isHidden>false</isHidden>
<fk>
<fkDbSchema>study</fkDbSchema>
<fkTable>animal</fkTable>
<fkColumnName>id</fkColumnName>
</fk>
</column>
<column columnName="AlertObservationDate">
<isHidden>false</isHidden>
<columnTitle>Alert Observation Date</columnTitle>
</column>
<column columnName="AlopeciaScore">
<columnTitle>Alopecia Score</columnTitle>
</column>
<column columnName="performedby">
<columnTitle>Performed By</columnTitle>
</column>
<column columnName="enteredSincevetReview">
<columnTitle>Entered Since Last Vet Review?</columnTitle>
</column>
<column columnName="AssignedVet">
<columnTitle>Assigned Vet</columnTitle>
</column>
<column columnName="BehaviorCaseOpenDate">
<columnTitle>Behavior Case Open Date</columnTitle>
</column>
<column columnName="VetReviewDueDate">
<columnTitle>Vet Review Due Date</columnTitle>
</column>
</columns>
</table>
</tables>
</metadata>
</query>