Stream: cql
Topic: cql - catch cds hook order-select context locally on Atom
Abdelali Boussadi (Mar 08 2022 at 08:37):
Hi all, is there any way to pass a Parameter object to cql engine locally on Atom to be able to test the catch and the processing of the order-select hook medicationrequest object? I mean before to deploy the code on the cqfRuler
Bryn Rhodes (Mar 08 2022 at 20:32):
We are working on extensions to the plugins to be able to provide values for parameters declared in the CQL, but until that is available, we usually either a) provide a default value for the parameter, or b) redefine the parameter name as an expression definition set to the expected value of the parameter.
Abdelali Boussadi (Mar 08 2022 at 20:42):
I was thinking to do same, thanks Bryn
Last updated: Apr 12 2022 at 19:14 UTC