-
Notifications
You must be signed in to change notification settings - Fork 0
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
Procedure Expansion Patch #199
Conversation
As a start for this new feature, we will assume a selection of overlap, for example:
the query logic for the cases would be: (CABG and TAVR) or (CABG and ECMO) or (Heart Transplant) a patient's case would have to fulfill the requirement above to be selected as part of the query result. |
Also Can we rename it :) |
Changed to |
…the back end to fix when no procedure is selected
…e into procedure-expansion
Goal: Show the overlapping procedure with a list expansion on selection
@JackWilb I got most of the front end stuff finished. We will need to have the backend to provide the lists and work with new filters.