Skip to content

CQL 1.2

Compare
Choose a tag to compare
@brynrhodes brynrhodes released this 23 Mar 21:36
· 1129 commits to master since this release

This is a maintenance release that addresses the following issues:

#195: Added UCUM unit validation to the translator. Enable on the command-line with the --validate-units switch. To enable in the translator component, pass a valid UcumService to the CqlTranslator, which can be constructed with the default packaged Ucum content using new UcumEssenceService("/ucum-essence.xml").
#196: Added parsing test for empty tuple selector
#243: Added indentSize and useSpaces to the Formatter, and changed the default to use two (2) spaces
#245: Updated translator switch documentation
#246: Added case expression formatting
#282: Fixed the DefaultLibrarySourceProvider loading incorrect source version when requested version is not available
#284: Fixed LibraryManager not returning cached libraries
#286: Added hasValue() translation for FHIRPath support
#294: Updated example in CQL Execution Framework Readme
#296: Fixed primary code path in FHIR 1.0.2 MedicationStatement