-
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.
- Loading branch information
Showing
3 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
ONPRC_EHR_ComplianceDB/resources/queries/EHR_ComplianceDB/SciShield_Data.query.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,11 @@ | ||
<query xmlns="http://labkey.org/data/xml/query"> | ||
<metadata> | ||
<tables xmlns="http://labkey.org/data/xml"> | ||
<table tableName="SciShield_Data" tableDbType="TABLE"> | ||
<tableTitle>SciShield Data</tableTitle> | ||
<columns> | ||
</columns> | ||
</table> | ||
</tables> | ||
</metadata> | ||
</query> |
16 changes: 16 additions & 0 deletions
16
ONPRC_EHR_ComplianceDB/resources/queries/EHR_ComplianceDB/SciShield_Data/.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,16 @@ | ||
<customView xmlns="http://labkey.org/data/xml/queryCustomView"> | ||
<columns> | ||
<column name="employeeid"/> | ||
|
||
<column name="requirementname"/> | ||
<column name="date"/> | ||
<column name="processed"/> | ||
<column name="comment"/> | ||
|
||
</columns> | ||
<sorts> | ||
<sort column="employeeid" descending="false"/> | ||
<sort column="requirementname" descending="false"/> | ||
<sort column="date" descending="true"/> | ||
</sorts> | ||
</customView> |
40 changes: 40 additions & 0 deletions
40
ONPRC_EHR_ComplianceDB/resources/queries/EHR_ComplianceDB/SciShield_Reference_Data.query.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,40 @@ | ||
<query xmlns="http://labkey.org/data/xml/query"> | ||
<metadata> | ||
<tables xmlns="http://labkey.org/data/xml"> | ||
<table tableName="SciShield_Reference_Data" tableDbType="NOT_IN_DB"> | ||
<tableTitle>SciShield Reference Data</tableTitle> | ||
|
||
<columns> | ||
<column columnName ="rowId"> | ||
<isHidden>true</isHidden> | ||
</column> | ||
<column columnName="value"> | ||
<columnTitle>Host Name</columnTitle> | ||
</column> | ||
<column columnName="endDate"> | ||
<columnTitle>End Date</columnTitle> | ||
</column> | ||
<column columnName="objectid"> | ||
<isHidden>true</isHidden> | ||
</column> | ||
<column columnName="columnName"> | ||
<fk> | ||
<fkTable>ComplianceHostIdentifier</fkTable> | ||
<fkColumnName>value</fkColumnName> | ||
<columnTitle>Column Name</columnTitle> | ||
</fk> | ||
</column> | ||
|
||
<column columnName="Label"> | ||
<isHidden>true</isHidden> | ||
</column> | ||
|
||
<column columnName="sort_order"> | ||
<isHidden>true</isHidden> | ||
</column> | ||
</columns> | ||
</table> | ||
</tables> | ||
</metadata> | ||
</query> | ||
|