This repository was archived by the owner on Dec 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
1.2.0 SNAPSHOT Release
c-schuler edited this page Aug 16, 2018
·
38 revisions
The 1.2.0-SNAPSHOT Release (engine / engine-fhir) refers to the master branch of the engine.
- 1.2.1-SNAPSHOT - added weeks duration precision (to resolve issue #10), toString override for CQL types (to resolve CqlRunner issue), and bundle type checking (to resolve issue #9)
- 1.2.2-SNAPSHOT - Fixed issue #15
- 1.2.3-SNAPSHOT - Fixed issue #11
- 1.2.4-SNAPSHOT - Updating to HAPI version 2.4 (FHIR 3.0.1)
- 1.2.5-SNAPSHOT - Implemented CodeRefEvaluator - fixed issue #14
- 1.2.6-SNAPSHOT - Removed terminology service requirement from CodeRefEvaluator
- 1.2.7-SNAPSHOT - Implemented naive version of Multi-source Queries
- 1.2.8-SNAPSHOT - Implemented naive version of Multi-source Queries with Let Clause - Fixed AddEvaluator to include String args for concatentation
- 1.2.9-SNAPSHOT - Implemented DSTU2 Fhir Data Provider
- 1.2.10-SNAPSHOT - Fixed DSTU3 data provider type mapping
- 1.2.11-SNAPSHOT - Fixed issue with SimpleQuantity and misc mapping issues in DSTU3 data provider
- 1.2.12-SNAPSHOT - Choice type resolution for DSTU3 data provider - Fixing issue with Enumerations from HAPI
- 1.2.13-SNAPSHOT - Implemented Type resolution for DSTU2 data provider
- 1.2.14-SNAPSHOT - Implemented property based sorting - refactored comparison logic
- 1.2.15-SNAPSHOT - Implemented Filter operator evaluation - fixed issue #19
- 1.2.16-SNAPSHOT - Implemented new CQL version 1.2 Operators - Added trace logging - Fixed issue #20
- 1.2.17-SNAPSHOT - Refactored Data Providers - Added DSTU2 HL7 provider and tests - Example syntax for declaration of data providers:
BaseFhirDataProvider provider = new FhirDataProviderStu3().setEndpoint("http://fhirtest.uhn.ca/baseDstu3");
- 1.2.18-SNAPSHOT - Added new CQL 1.2 string operators - cleaned up tests
- 1.2.19-SNAPSHOT - Updated to 1.2.6-SNAPSHOT translator - fixed sort logic to exclude the use of aliases
- 1.2.20-SNAPSHOT - Fixed DateTime duration and difference between precision issues (throwing errors when 2 operands have different precision even if both have the precision specified in the operation)
- 1.2.21-SNAPSHOT - Fixed DateTime arithmetic duration precision to include both singular and plural precisions (i.e. day and days) - Removed the JpaFhirDataProvider and JpaFhirTerminologyProvider (moved to the cqf-ruler project)
- 1.2.22-SNAPSHOT - Added missing null check to QueryEvaluator (causing issue with non-iterable values accessing empty List). Fixed issue #24
- 1.2.23-SNAPSHOT - Fixed issues with DSTU2 data provider type/choicetype resolution
- 1.2.24-SNAPSHOT - Fixed issue with NoSuchMethodError when calling getPrecision() on DateType
- 1.2.25-SNAPSHOT - Update to HAPI 3.0.0-SNAPSHOT and translator 1.2.14-SNAPSHOT - additional tests for new 1.2 operators - setting Coverage search param to beneficiary
- 1.2.26-SNAPSHOT - Reverting back to HAPI 2.4 due to build and search param issues
- 1.2.27-SNAPSHOT - Expanding FHIRMeasureEvaluator functionality to include population evaluation (untested)
- 1.2.28-SNAPSHOT - Fix to choice type resolution and other fixes for San Diego connectathon
- 1.2.30-SNAPSHOT - Added equality for generic structures ... Changed parameter setting from MeasurementPeriod to Measurement Period in FHIRMeasureEvaluator
- 1.2.31-SNAPSHOT - CqlLibraryReader enhancements
- 1.2.32-SNAPSHOT - Bump to Hapi 3.1.0
- 1.2.33-SNAPSHOT - Fixed uncertainty comparison bug
- 1.2.34-SNAPSHOT - Moved the FhirMeasureEvaluator logic to the Ruler
- 1.2.35-SNAPSHOT - Bumped translator to 1.2.16 release ... added null check before quantity value comparison
- 1.2.36-SNAPSHOT - Fixed difference from operator to take timezone offset into account during execution - fix for issue #29
- 1.2.37-SNAPSHOT - Added Message operator - added min/max check for predecessor/successor operators - added boundary validation for Interval types
- 1.2.38-SNAPSHOT - Added min/max check for predecessor and successor - Added check for valid Interval boundaries - Fixed Quantity equal - Fixed DateTime operators to account for timezone offset - Fixes for issues #31, #32, #33, and #34
- 1.2.39-SNAPSHOT - includes the changes from the 1.2.20 release ... fixes for issues #107, #109, and #112
- 1.2.40-SNAPSHOT - Fix for issue #115
- 1.2.41-SNAPSHOT - Used to test new Population caching mechanism
- 1.2.42-SNAPSHOT - Fix for issue #125
- 1.2.43-SNAPSHOT - Used to test integration with OpenCDS
- 1.2.44-SNAPSHOT - Fix for issue #127
- 1.2.45-SNAPSHOT - Enhancement for issue #131
- 1.2.46-SNAPSHOT - Fix for issue #133
- 1.2.47-SNAPSHOT - Fix for issue #136
- 1.2.48-SNAPSHOT - Fix for issue #105
- 1.2.49-SNAPSHOT - Enhancement for issue #142
- 1.2.50-SNAPSHOT - Fix for issues #121 and #122