Stream: cql
Topic: Fluent functions
Paul Denning (Nov 04 2021 at 14:49):
Bryn provided a good overview of CQL fluent function at the last Cooking with CQL.
A nice example is
https://github.com/cqframework/CQL-Formatting-and-Usage-Wiki/blob/master/Source/Cooking%20With%20CQL/58/FluentFunctions.cql#L112-L135
showing a definition without using fluent functions, and the same definition re-written to leverage fluent functions.
Last updated: Apr 12 2022 at 19:14 UTC