Source
1
1

2
2
# Sentinel Query Request Package (QRP) Reporting Tool
3
3
4
4
## How to execute an analytic request package using the query request package (QRP) reporting tool
5
5
6
6
### Overview
7
-
The Sentinel Routine Querying System Reporting Tool is a SAS® program that is designed to run against the output of the <u>[Sentinel routine querying tools](https://dev.sentinelsystem.org/projects/AD/repos/qrp/browse)</u>. The QRP Reporting Tool is made up of SAS macros that allow users to aggregate results across multiple Data Partner sites in the Sentinel Distributed Database (SDD) and create formatted reports. For inferential analyses, users are able to adjust for confounders and generate effect estimates, utilizing various methods based upon the study design and balancing technique requested in the Sentinel routine querying tools. Note that data must be in the form of SAS datasets in order to use this analytic program.
7
+
The Sentinel QRP Reporting Tool is a SAS® program that is designed to run against the output of the <u>[Sentinel routine querying tools](https://dev.sentinelsystem.org/projects/AD/repos/qrp/browse)</u>. The QRP Reporting Tool is made up of SAS macros that allow users to aggregate results across multiple Data Partner sites in the Sentinel Distributed Database (SDD) and create formatted reports. For inferential analyses, users are able to adjust for confounders and generate effect estimates, utilizing various methods based upon the study design and balancing technique requested in the Sentinel routine querying tools. Note that data must be in the form of SAS datasets in order to use this analytic program.
8
8
9
9
### Analytic Request Package Folder Structure
10
10
* <b> inputfiles:</b> contains SAS datasets specific to the given report
11
11
* <b> output:</b> is where reports and output datasets are saved
12
12
* <b> resources:</b> contains resource file(s)
13
13
* <b> sasprograms:</b> contains the file(s) to be executed
14
14
* <b> templatefiles:</b> contains the template lookup files
15
15
16
16
17
17
### Requirements