Stream: cql
Topic: cqf-ruler & Library/$evaluate
Richard Stanley (Nov 24 2021 at 17:30):
I'd like to experiment with Library/$evaluate. I clone cqf-ruler and switch to the feature_library_evaluate
branch. I then run it with mvn jetty:run -am --projects cqf-ruler-r4
but cqf-ruler-common builds fails. Thoughts?
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project common: Compilation failure: Compilation failure:
[ERROR] /Users/richard/src/github.com/DBCG/cqf-ruler/common/src/main/java/org/opencds/cqf/common/providers/CommonDataRequirementsProvider.java:[12,48] cannot find symbol
[ERROR] symbol: class R4FhirQueryGenerator
[ERROR] location: package org.opencds.cqf.cql.engine.fhir.retrieve
[ERROR] /Users/richard/src/github.com/DBCG/cqf-ruler/common/src/main/java/org/opencds/cqf/common/providers/CommonDataRequirementsProvider.java:[86,9] cannot find symbol
[ERROR] symbol: class R4FhirQueryGenerator
[ERROR] location: class org.opencds.cqf.common.providers.CommonDataRequirementsProvider
[ERROR] /Users/richard/src/github.com/DBCG/cqf-ruler/common/src/main/java/org/opencds/cqf/common/providers/CommonDataRequirementsProvider.java:[86,51] cannot find symbol
[ERROR] symbol: class R4FhirQueryGenerator
[ERROR] location: class org.opencds.cqf.common.providers.CommonDataRequirementsProvider
JP (Nov 24 2021 at 19:32):
That branch is currently under active development for some client deliverables, so it's probably not stable. There's an implementation of Library $evaluate on master if you want to try that.
Richard Stanley (Feb 17 2022 at 14:34):
Is there a hosted cqf-ruler instance with support for the Library $evaluate operation? I don't see the operation support in metadata on the alphora hosted instance.
Bryn Rhodes (Feb 17 2022 at 18:22):
cds-sandbox.alphora.com should support it, though it might not be declared in the metadata.
Andrea Olianti (Feb 22 2022 at 18:13):
Hi, I am a beginner to CQL and I' m looking to use the cqf-ruler project. I have compiled the project and am running it following these instructions: https://github.com/DBCG/cqf-ruler
I was expecting to find the $cql operation deployed in the base context, but I find the $evaluate-measure operation on the resource measure.
It's correct? On which context should I find the $ CQL operation?
Many thanks in advance for your help.
Andrea
Last updated: Apr 12 2022 at 19:14 UTC