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

Unit convertion in comparison operation to be implemented, Similarity #298 #990

Open
mdnazmulkarim opened this issue Mar 11, 2020 · 1 comment

Comments

@mdnazmulkarim
Copy link
Contributor

Test names:
QuantityEqCM1M01 : 1'cm' = 0.01'm'
GreaterM1CM1 : 1'm' > 1'cm'
GreaterM1CM10 : 1'm' > 10'cm'
GreaterOrEqualM1CM1 : 1'm' >= 1'cm'
GreaterOrEqualM1CM10 : 1'm' >= 10'cm'
LessM1CM1 : 1'm' < 1'cm'
LessM1CM10 : 1'm' < 10'cm'
LessOrEqualM1CM1 : 1'm' <= 1'cm'
LessOrEqualM1CM10 : 1'm' <= 10'cm'
EquivEqCM1M01 : 1'cm' ~ 0.01'm'
QuantityNotEqCM1M01 : 1'cm' != 0.01'm'

@JPercival
Copy link
Contributor

This will addressed by #1071 . The current behavior is also wrong though, according to the spec. That's captured in cqframework/cql-engine#43

@JPercival JPercival transferred this issue from cqframework/cql-engine Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants