-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified Compliance Overdue/Soon customized views.
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
...sources/queries/EHR_ComplianceDB/ComplianceProcedureRecentTests/SOP Delinquents.qview.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<customView xmlns="http://labkey.org/data/xml/queryCustomView"> | ||
<sorts> | ||
<sort column="lastname" descending="false"/> | ||
<sort column="firstName" descending="false"/> | ||
<sort column="requirementname" descending="false"/> | ||
</sorts> | ||
<filters> | ||
<filter column="months_until_renewal" operator="lte" value="2"/> | ||
<filter column="employeeid/isActive" operator="eq" value="true"/> | ||
<filter column="requirementname" operator="contains" value="sop review"/> | ||
</filters> | ||
</customView> |
22 changes: 22 additions & 0 deletions
22
...ceDB/resources/queries/EHR_ComplianceDB/ComplianceProcedureRecentTests/Training.qview.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<customView xmlns="http://labkey.org/data/xml/queryCustomView"> | ||
<columns> | ||
<column name="employeeid"/> | ||
<column name="email"/> | ||
<column name="lastName"/> | ||
<column name="firstName"/> | ||
<column name="employeeId/isActive"/> | ||
<column name="unit"/> | ||
<column name="requirementname"/> | ||
<column name="requirement_name_type"/> | ||
<column name="trackingflag"/> | ||
<column name="expired_period"/> | ||
<column name="mostrecentcompleted_date"/> | ||
<column name="months_until_renewal"/> | ||
</columns> | ||
<sorts> | ||
<sort column="lastName" descending="false"/> | ||
<sort column="firstName" descending="false"/> | ||
<sort column="requirement_name_type" descending="false"/> | ||
<sort column="requirementname" descending="false"/> | ||
</sorts> | ||
</customView> |