Skip to content

Commit

Permalink
updated inclusion rule events to reduce ambiguity
Browse files Browse the repository at this point in the history
  • Loading branch information
gowthamrao committed May 24, 2021
1 parent f265f55 commit f65edbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions inst/shiny/DiagnosticsExplorer/html/inclusionRuleStats.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ <h3>Description</h3>
<ul>
<li>Sequence: The order in which the inclusion rules are applied to the cohort.</li>
<li>Name: The name of the inclusion rule.</li>
<li>Meet: The number of cohort entries that meet the entry event definition and the specific inclusion rule indicated in the row.</li>
<li>Gain: The number of cohort entries that would be gained if this inclusion rule was dropped.</li>
<li>Total: The number of cohort entries meeting the entry event definition. In other words, the number of cohort entries before applying any of the inclusion rules.</li>
<li>Remain: The number of cohort entries remaining after applying the specific inclusion rule, and all preceding rules.</li>
<li>Meet: The number of cohort entries (records) that meet the entry event definition and the specific inclusion rule indicated in the row.</li>
<li>Gain: The number of cohort entries (records) that would be gained if this inclusion rule was dropped.</li>
<li>Total: The number of cohort entries (records) meeting the entry event definition. In other words, the number of cohort entries before applying any of the inclusion rules.</li>
<li>Remain: The number of cohort entries (records) remaining after applying the specific inclusion rule, and all preceding rules.</li>
</ul>
</p>

Expand Down
2 changes: 1 addition & 1 deletion inst/shiny/DiagnosticsExplorer/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ bodyTabItems <- shinydashboard::tabItems(
6,
shiny::radioButtons(
inputId = "inclusionRuleTableFilters",
label = "Display",
label = "Inclusion Rule Events",
choices = c("All", "Meet", "Gain", "Remain", "Totals"),
selected = "All",
inline = TRUE
Expand Down

0 comments on commit f65edbd

Please sign in to comment.