Commits
Andrew Simon authored b2696f8eeb2
1 1 |  |
2 2 | |
3 3 | # Sentinel Routine Querying Reporting Tool |
4 4 | |
5 5 | ## GROUPSFILE Parameters |
6 6 | |
7 - | The Groups file tis required. This file defines the scenarios to include in the report, and to customize each scenario. Table 1 contains detailed specifications for this file. |
7 + | The Groups file is required. This file defines the cohort or analysis groups to include in the report and the order of analysis groups. Table 1 contains detailed specifications for this file. |
8 8 | |
9 9 | **Table 1. Groups File parameter values** |
10 10 | |
11 11 | | **Parameter** | **Field Name** | **Description** | |
12 12 | | --- | --- | --- | |
13 - | |GROUP/ANALYSISGRP|GROUP|Name of each cohort or analysis to include in report. <br> <br> **Note 1:** GROUP must correspond to values of GROUP/ANALYSISGRP included in file distributed input files. <br><br> **Note 2:** for Type 6 reports, include both COHORTGRP values for medical product utilization tables and ANALYSISGRP values for switching tables.<br><br> **Note 2:** GROUP cannot be left blank. <br><br> **Format:** SAS character $40; no special characters (e.g., commas, periods, hyphens, spaces, etc.) allowed, and underscores must be used to mark spaces. <br> **Example:** insulin| |
14 - | |Group display order|ORDER|Order to display groups in report. All groups should receive a unique order value. <br> <br> **Format:** Numeric <br> **Example:** 1| |
15 - | |RunID which contains group name from GROUP|RUNID|RunID assigned to the run that corresponds to the group name listed in GROUP <br> <br> **Format:** SAS character $10<br> **Example:** r01| |
13 + | |GROUP/ANALYSISGRP to include in report|GROUP|Name of each cohort or analysis to include in report. <br> <br> **Note 1:** GROUP must correspond to values of GROUP/ANALYSISGRP included in file distributed input files. <br><br> **Note 2:** for Type 6 reports, include both COHORTGRP values for medical product utilization tables and ANALYSISGRP values for switching tables.<br><br> **Note 2:** GROUP cannot be left blank. <br><br> **Format:** SAS character $40; no special characters (e.g., commas, periods, hyphens, spaces, etc.) allowed, and underscores must be used to mark spaces. <br> **Example:** insulin| |
14 + | |ANALYSISGRP Display Order|ORDER|Order to display ANALYSISGRPs in report. All groups should receive a unique order value. <br><br> **Note 1:** leave blank for rows where GROUP is not an ANALYSISGRP. <br> <br> **Format:** Numeric <br> **Example:** 1| |
15 + | |RunID which Contains Group Name from GROUP|RUNID|RunID assigned to the run that corresponds to the group name listed in GROUP <br> <br> **Format:** SAS character $10<br> **Example:** r01| |
16 16 | |
17 17 | |
18 18 | <br> |
19 19 | <br> |
20 20 | ________________________________________________________________ |
21 21 | |
22 22 | |
23 23 | <br> |