Releases: cqframework/cql-execution
Releases · cqframework/cql-execution
1.2.1
Version 1.2.1 adds a number of bug fixes and enhancements to align better w/ the CQL 1.2 specification. These include:
- ability to reference codes from other libraries
- indexer (e.g,
[n]
) should returnnull
when out of bounds (previously threw an error) - better handling of equivalence operation and operations that use equivalence (e.g.,
indexOf
) - adjusted implementation of in/contains based on errata 2
- fixes to min / max values
- union shouldn't remove all nulls
- fixed DateTime parsing and
toString
bugs - implemented
Starts
andEnds
interval operators - implemented
StartsWith
andEndsWith
string operators - implemented support for passing in an execution datetime
- removed reliance on
constructor.name
to improve support when minified - changed API to
PatientSource
data elements to prefergetId()
function overid()