Thanks to visit codestin.com
Credit goes to github.com

Skip to content

August 2016 Release

Choose a tag to compare

@notpace notpace released this 11 Aug 12:59
· 33 commits to master since this release

New Functionality

  • Add the ability to upload multiple measure bundles for multiple reporting years
  • Add docker configuration files and some setup instructions
  • Add v1 of the Cedar API
  • Add several invalidators and their respective unit tests
    • Invalid Code
    • Invalid Measure Identifier
    • Inconsistent Time Formats
    • Missing Population ID
    • Performance Rate Divide by Zero
    • Performance Rate Out of Range
  • Add configuration pages for measures and validations
  • Add the ability for users to tag and filter measures and validations so they can be more quickly accessed and used during test executions
  • Add an index number for each of the documents created in a test execution
  • Improve randomization of patient information in QRDA I files
  • Improve the random names given to documents created in a test execution - they now pull from a list of actual hospitals in the United States

Bug Fixes

  • Extra database cache records no longer created on test execution process runs
  • Incorporate error checking to prevent invalid reporting year/measure/validation combinations
  • Hardcode some constants to speed up server startup
  • Fix rails pipeline errors