Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invert filter selection #1

Open
stefaneng opened this issue Aug 29, 2019 · 0 comments
Open

Invert filter selection #1

stefaneng opened this issue Aug 29, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request SubpopulationModule Issues related to the Subpopulation Module

Comments

@stefaneng
Copy link
Member

As a user, I want an options to invert the filter that I have selected. That is, return the patients that do NOT have the current filter.

Example:

  • Categorical variable with values a,b,c,d
    • Select value a

    • Invert would select values b, c, d

  • Numeric variable in range 0,100
    • Select range [50,90]

    • Invert would select values [0, 50) and (90, 100]
      It should invert the missing value choices.

@stefaneng stefaneng self-assigned this Aug 29, 2019
@stefaneng stefaneng added SubpopulationModule Issues related to the Subpopulation Module enhancement New feature or request labels Aug 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request SubpopulationModule Issues related to the Subpopulation Module
Projects
None yet
Development

No branches or pull requests

1 participant