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

Procedure Expansion Patch #199

Merged
merged 24 commits into from
Jan 31, 2022
Merged

Procedure Expansion Patch #199

merged 24 commits into from
Jan 31, 2022

Conversation

haihan-lin
Copy link
Collaborator

@haihan-lin haihan-lin commented Jan 11, 2022

Goal: Show the overlapping procedure with a list expansion on selection

  • Change the procedure component, expand with overlapping procedures when selected
  • the interaction can handle select/deselect overlapped procedure
  • a new data type to handle procedure + overlap list
  • Update backend on procedure retrieval and case retrieval so that 1. it provides the overlap list 2. when calling to get cases, it has the proper filters

@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.

@haihan-lin haihan-lin closed this Jan 12, 2022
@haihan-lin haihan-lin reopened this Jan 12, 2022
@haihan-lin haihan-lin marked this pull request as ready for review January 12, 2022 22:42
@haihan-lin
Copy link
Collaborator Author

haihan-lin commented Jan 27, 2022

As a start for this new feature, we will assume a selection of overlap, for example:

  1. under CABG, user selected TAVR and ECMO
  2. then under all procedures, the user selected another procedure Heart Transplant

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.

@haihan-lin
Copy link
Collaborator Author

Also get_attributes sounds like a bad name for a query that only gets procedures.

Can we rename it :)

@JackWilb
Copy link
Member

Also get_attributes sounds like a bad name for a query that only gets procedures.

Can we rename it :)

Changed to get_procedure_counts

@haihan-lin haihan-lin merged commit 1835522 into main Jan 31, 2022
@haihan-lin haihan-lin deleted the procedure-expansion branch January 31, 2022 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants