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

Request: load existing cohort of patients #550

Open
am202 opened this issue Aug 8, 2022 · 0 comments
Open

Request: load existing cohort of patients #550

am202 opened this issue Aug 8, 2022 · 0 comments

Comments

@am202
Copy link

am202 commented Aug 8, 2022

We've had cases where users will already have a cohort of patients, and they want to view datasets for those patients. It would be helpful if there was a way to load that cohort into Leaf.

I could imagine different ways of implementing that. It could be a generalized mechanism for searching for possible string values of a variable concept, which might require adding an IsText column to the concept table (similar to IsNumeric, which would let the UI know to allow the user to enter string values to query) and also SqlFieldText (similar to SqlFieldNumeric, which Leaf could use when building the query, adding something like "where [value of SqlFieldText] in ( [list of values user entered into UI] )" to the query.

Or it could be a mechanism specific to this use case, maybe something that allows a user to enter values to search for in the MRN column from the basic demographics dataset. It could also allow a user to supply a file containing the values to query.

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

No branches or pull requests

1 participant