HicServices / RDMP

Research Data Management Platform (RDMP) is an open source application for the loading,linking,anonymisation and extraction of datasets stored in relational databases.
https://github.com/HicServices/RDMP#research-data-management-platform
GNU General Public License v3.0
37 stars 16 forks source link

Show results panel in Cohort Builder Query #1013

Open RoyMudie opened 2 years ago

RoyMudie commented 2 years ago

Is your feature request related to a problem? Please describe. While building a Cohort it can be hard to see what the output of your query is without preforming another action (right click, view results etc etc)

Describe the solution you'd like A "results" panel at the bottom of the CIC that showed the results of the query when it had finished.

tznind commented 2 years ago

The results of a cic are always just a list of patient identifiers (no columns)... is that what you want shown in a data grid view? There is already a count column that shows how many identifiers there are (e.g. 5,400) so seeing the list of those identifiers doesn't seem that useful (or at least it is useful but having to right click to see it doesn't seem to onerous).

Or were you thinking more like the 'View Sample' command? Which returns a sample of records that are yielding the patient identifiers in the result set.