Source
3
3
# Sentinel Routine Querying Reporting Tool
4
4
5
5
## Technical specifications
6
6
7
7
## Requirements
8
8
9
9
1. UNIX/Linux or Windows environment
10
10
2. SAS version 9.4 or higher
11
11
3. Ability to open files in .xlsx or .pdf formats
12
12
4. Sentinel Routine Querying Reporting Tool package
13
-
5. Completed run of a CIDA module, specifically the following items:
13
+
5. Completed run of a Cohort Identification and Descriptive Analysis (CIDA) module, specifically the following items:
14
14
1. Parameter values - values specified in CIDA module that need to be defined the same or are related to parameters in the Sentinel Routine Querying Reporting Tool. See Table 1 for details.
15
15
2. Input files - datasets used as lookups in the CIDA module, also required and referenced by the Sentinel Routine Querying Reporting Tool. See Table 2 for details.
16
16
3. MSOC files - Datasets output by the CIDA module that are returned to Sentinel Operating Center and serve as source analytic datasets for the Sentinel Routine Querying Reporting Tool. See Table 3 for details.
17
17
18
18
<br>
19
19
20
-
Table 1: Parameters in Sentinel Sentinel Routine Querying Reporting Tool that must correspond to parameters from the distributed CIDA module
20
+
**Table 1: Parameters in Sentinel Sentinel Routine Querying Reporting Tool that must correspond to parameters from the distributed CIDA module**
21
21
22
22
| **Name** | **Requirement** |
23
23
| --- | --- |
24
24
| RUNID | Must match value of same parameter in distributed request |
25
25
| DATALEVEL | Must coincide with the level of data (risk-set versus patient level) output by the distributed request |
26
26
27
27
<br>
28
28
29
29
Table 2: Input files for Sentinel PSA/CS Reporting Tool that must be the same as those used in the distributed Type 2 CIDA module and PSA or CS Analytic Module
30
30
40
40
| --- | --- |
41
41
| [runid]\_adjusted\_[periodid].sas7bdat | Input analytic dataset for effect estimate analysis and Kaplan-Meier if patient level|
42
42
| [runid]\_riskset\_[periodid].sas7bdat | Input analytic dataset for effect estimate analysis if risk-set level |
43
43
| [runid]\_riskdiff\_[periodid].sas7bdat | Input analytic dataset for effect estimate analysis if risk-set level |
44
44
| [runid]\_adjusted\_tables\_[periodid].sas7bdat | Input analytic dataset for Table 1 estimate|
45
45
| [runid]\_survivaldata\_[periodid].sas7bdat | Input analytic dataset for Kaplan-Meier if risk-set|
46
46
| [runid]\_psdistribution\_[period].sas7bdat | Input analytic dataset for propensity score distribution |
47
47
*Note strings within brackets designate content that is defined by user parameters within the Sentinel Routine Querying Reporting Tool. Descriptions of each of the distributed request output files listed above can be found [here](https://dev.sentinelsystem.org/projects/SENTINEL/repos/sentinel-routine-querying-tool-documentation/browse/files/atoc-type2.md).*
48
48
49
49
<br>
50
-
<br>
50
+
<br>