We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The target library name and version are not being serialized and returned in response during cql-to-elm validation and conversion.
"library": { "annotation": [ { "startLine": 42, "startChar": 33, "endLine": 42, "endChar": 38, "message": "Could not resolve call to operator Before with signature (FHIR.dateTime,FHIR.Period).", "errorType": "semantic", "errorSeverity": "error", "type": "CqlToElmError" }, { "startLine": 41, "startChar": 17, "endLine": 42, "endChar": 57, "message": "Could not determine signature for invocation of operator System.And.", "errorType": "semantic", "errorSeverity": "error", "type": "CqlToElmError" },
The text was updated successfully, but these errors were encountered:
#487: Added library id and version to error annotations in the ELM an…
f489151
…d ensured they are successfully reported through the ELM
Merge pull request #488 from cqframework/fix-487-library-in-error-ann…
c5a2e95
…otations #487: Added library id and version to error annotations in the ELM an…
Addressed in 1.4.9-SNAPSHOT
Sorry, something went wrong.
Ooops, only meant to mark it as addressed.
Addressed in 1.4.9 release
brynrhodes
No branches or pull requests
The target library name and version are not being serialized and returned in response during cql-to-elm validation and conversion.
"library": {
"annotation": [
{
"startLine": 42,
"startChar": 33,
"endLine": 42,
"endChar": 38,
"message": "Could not resolve call to operator Before with signature (FHIR.dateTime,FHIR.Period).",
"errorType": "semantic",
"errorSeverity": "error",
"type": "CqlToElmError"
},
{
"startLine": 41,
"startChar": 17,
"endLine": 42,
"endChar": 57,
"message": "Could not determine signature for invocation of operator System.And.",
"errorType": "semantic",
"errorSeverity": "error",
"type": "CqlToElmError"
},
The text was updated successfully, but these errors were encountered: