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

Cohort Explorer does not provide correct operators for some scores #351

Open
birgerhaarbrandt opened this issue Jul 7, 2022 · 1 comment

Comments

@birgerhaarbrandt
Copy link

Using the cohort explorer, it appears that some data types are not properly configured. Here is an example:

Bildschirmfoto 2022-07-07 um 08 18 32

The Apgar Score (and other criteria) uses data elements of type "DV_Ordinal", which contain a number and a label. Ordinal explicitly allows to order and compare numbers/scores, so that operators like ">, <, >=, <=" are needed and "=" and "!=" are still useful but not sufficient.

Bildschirmfoto 2022-07-07 um 08 19 49

I guess there is only a slight adjustment needed in the cohort explorer backend to push the right operator set to the frontend for this data type.

@mhenke-vg mhenke-vg removed their assignment Aug 9, 2022
@mhenke-vg
Copy link
Contributor

Ordinals show all operators on DEV. See comments on https://jira.vitagroup.ag/browse/NUM-1997

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

2 participants