You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
If an SQ is sent which does not include selectedConcepts in a value filter if the value filter is not of type "concept" flare should be able to process this and not throw an exception
If an SQ is sent which does not include selectedConcepts in a value filter if the value filter is not of type "concept" flare should be able to process this and not throw an exception
Example sq:
{
"termCodes": [
{
"code": "718-7",
"system": "http://loinc.org",
"display": "Hämoglobin"
}
],
"valueFilter": {
"type": "quantity-comparator",
"comparator": "gt",
"unit": {
"code": "mg/dL",
"display": "mg/dL"
},
"value": 0.0
}
}
where it brakes in the code:
https://github.com/rwth-imi/flare-query/blob/master/mapping/src/main/java/de/rwth/imi/flare/mapping/expansion/QueryExpander.java#L116
The text was updated successfully, but these errors were encountered: