JP

Results 101 comments of JP

Just to clarify, are you saying that we should always do pushdown as post-processing? Including for Ids?

Hi @csandersdev . There are actually two JSON serialization formats supported by the CQL translator one for Jaxb (JSON) and one for Jackson (JXSON). The CQL Engine supports the Jackson...

We initially introduced the use of Jackson because of lack of JAXB support on Android. At the time we did the merge we thought it was likely backwards compatible though...

I've dug into this enough to confirm that the JAXB and Jackson formats can't be fully reconciled at this time. I did a fair amount of investigating on getting JAXB...

So are the next steps here to shoot an e-mail to the Bonnie team to discuss the possibility of annotations as HTML?

What are the next steps on this? Does the XML structure Bryn posted above work for your use case @mgramigna ?

So, I understand the resolution to be that we're phasing out JAXB in favor of Jackson with a transition period. Post transition period it'll all be Jackson, and it'll include...

There are some pending updates to the cql-translator that supersede some of this discussion: cqframework/clinical_quality_language/pull/752

There's been some effort in this direction since this issue was opened. The data provider in the engine now has some limited ability to customize the queries based on the...

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