quality-measure-engine 3.1.1 → 3.1.2
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 +2 -2
- data/lib/qme/version.rb +1 -1
- metadata +2 -2
data/Gemfile.lock
CHANGED
|
@@ -96,7 +96,7 @@ module QME
|
|
|
96
96
|
group1 = {"$group" => { "_id" => { "id" => "$_id", "val" => location}}}
|
|
97
97
|
group2 = {"$group" => {"_id" => "$_id.val", "val" =>{"$sum" => 1} }}
|
|
98
98
|
pipeline = [{"$match" =>_match},group1,group2]
|
|
99
|
-
aggregate = get_db.command(:aggregate => 'patient_cache', :pipeline => pipeline
|
|
99
|
+
aggregate = get_db.command(:aggregate => 'patient_cache', :pipeline => pipeline)
|
|
100
100
|
|
|
101
101
|
v = {}
|
|
102
102
|
(aggregate["result"] || []).each do |entry|
|
|
@@ -162,7 +162,7 @@ module QME
|
|
|
162
162
|
agg_result.each_pair do |k,v|
|
|
163
163
|
result[k]=v
|
|
164
164
|
end
|
|
165
|
-
|
|
165
|
+
result.supplemental_data = self.calculate_supplemental_data_elements
|
|
166
166
|
result
|
|
167
167
|
|
|
168
168
|
end
|
data/lib/qme/version.rb
CHANGED
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: 3.1.
|
|
4
|
+
version: 3.1.2
|
|
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: 2014-
|
|
16
|
+
date: 2014-10-13 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: moped
|