quality-measure-engine 2.4.0 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Gemfile.lock +1 -1
- data/lib/qme/map/map_reduce_executor.rb +1 -1
- data/lib/qme/version.rb +1 -1
- data/test/test_helper.rb +2 -1
- metadata +2 -2
data/Gemfile.lock
CHANGED
@@ -10,7 +10,7 @@ module QME
|
|
10
10
|
SUPPLEMENTAL_DATA_ELEMENTS = {QME::QualityReport::RACE => "$value.race.code",
|
11
11
|
QME::QualityReport::ETHNICITY => "$value.ethnicity.code",
|
12
12
|
QME::QualityReport::SEX => "$value.gender",
|
13
|
-
QME::QualityReport::PAYER => "$value.payer"}
|
13
|
+
QME::QualityReport::PAYER => "$value.payer.code"}
|
14
14
|
# Create a new Executor for a specific measure, effective date and patient population.
|
15
15
|
# @param [String] measure_id the measure identifier
|
16
16
|
# @param [String] sub_id the measure sub-identifier or null if the measure is single numerator
|
data/lib/qme/version.rb
CHANGED
data/test/test_helper.rb
CHANGED
@@ -11,7 +11,8 @@ end
|
|
11
11
|
class MiniTest::Unit::TestCase
|
12
12
|
|
13
13
|
def load_system_js
|
14
|
-
|
14
|
+
|
15
|
+
Mongoid.default_session['system.js'].where({}).remove
|
15
16
|
Dir.glob(File.join(File.dirname(__FILE__), 'fixtures', "library_functions", '*.js')).each do |json_fixture_file|
|
16
17
|
name = File.basename(json_fixture_file,".*")
|
17
18
|
fn = "function () {\n #{File.read(json_fixture_file)} \n }"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: quality-measure-engine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.5.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ authors:
|
|
13
13
|
autorequire:
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
|
-
date: 2013-
|
16
|
+
date: 2013-06-24 00:00:00.000000000 Z
|
17
17
|
dependencies:
|
18
18
|
- !ruby/object:Gem::Dependency
|
19
19
|
name: moped
|