We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Select value a
Invert would select values b, c, d
Select range [50,90]
Invert would select values [0, 50) and (90, 100] It should invert the missing value choices.
The text was updated successfully, but these errors were encountered:
stefaneng
No branches or pull requests
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:
Select value a
Invert would select values b, c, d
Select range [50,90]
Invert would select values [0, 50) and (90, 100]
It should invert the missing value choices.
The text was updated successfully, but these errors were encountered: