-
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 Environmental Assessment reporting program specifically desi… (
#1008) * Modified Environmental Assessment reporting program specifically designed for Kati's editing process * Modified Environmental Assessment reporting program specifically designed for Kati's editing process * Modified Environmental Assessment reporting program specifically designed for Kati's editing process * Modified Environmental Assessment reporting program specifically designed for Kati's editing process * Modified Environmental Assessment reporting program specifically designed for Kati's editing process * Modified Environmental Assessment reporting program specifically designed for Kati's editing process * Modified Environmental Assessment reporting program specifically designed for Kati's editing process * Modified Environmental Assessment reporting program specifically designed for Kati's editing process * Modified Environmental Assessment reporting program specifically designed for Kati's editing process * Modified Environmental Assessment reporting program specifically designed for Kati's editing process * Modified Environmental Assessment reporting program specifically designed for Kati's editing process
- Loading branch information
Showing
14 changed files
with
114 additions
and
14 deletions.
There are no files selected for viewing
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
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
6 changes: 6 additions & 0 deletions
6
onprc_ehr/resources/queries/onprc_ehr/Env_ATPSurfaceTesting.sql
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,6 @@ | ||
|
||
Select value | ||
from onprc_ehr.Environmental_Reference_Data | ||
Where ColumnName in ('ATP_surfacetest') | ||
order by value | ||
|
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
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
4 changes: 4 additions & 0 deletions
4
onprc_ehr/resources/queries/onprc_ehr/Env_SurfaceTestingATP.sql
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,4 @@ | ||
Select value | ||
from onprc_ehr.Environmental_Reference_Data | ||
Where ColumnName in ('ATP_surfacetest') | ||
order by value |
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
4 changes: 4 additions & 0 deletions
4
onprc_ehr/resources/queries/onprc_ehr/Env_testingLocation.sql
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,4 @@ | ||
Select value | ||
from onprc_ehr.Environmental_Reference_Data | ||
Where ColumnName in ('testLocation', 'testAtpLocation') | ||
order by value |
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
21 changes: 21 additions & 0 deletions
21
onprc_ehr/resources/queries/onprc_ehr/Environmental_Assessment/.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,21 @@ | ||
<customView xmlns="http://labkey.org/data/xml/queryCustomView" > | ||
<columns> | ||
<column name="date"/> | ||
<column name="testing_location" /> | ||
<column name="test_method"/> | ||
<column name="surface_tested" /> | ||
<column name="action" /> | ||
<column name="test_results"/> | ||
<column name="pass_fail"/> | ||
<column name="performedby"/> | ||
<column name="qcstate"/> | ||
<column name="taskid"/> | ||
|
||
|
||
</columns> | ||
|
||
<sorts> | ||
<sort column="date" descending="true"/> | ||
<sort column="testing_location" descending="false"/> | ||
</sorts> | ||
</customView> |
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
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
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
Binary file added
BIN
+10.2 KB
onprc_ehr/resources/web/onprc_ehr/templates/BulkEnvironmental_ATP_Template.xlsx
Binary file not shown.