health-data-standards 3.2.0 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -85,6 +85,10 @@ module HealthDataStandards
|
|
85
85
|
population_codes = []
|
86
86
|
if hqmf_measure.populations.length == 1
|
87
87
|
sub_ids = nil
|
88
|
+
population = hqmf_measure.populations[0]
|
89
|
+
HQMF::PopulationCriteria::ALL_POPULATION_CODES.each do |code|
|
90
|
+
population_codes << population[code] if population[code]
|
91
|
+
end
|
88
92
|
else
|
89
93
|
#Do not bother with populaions that contain stratifications
|
90
94
|
hqmf_measure.populations.each_with_index do |population,index|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: health-data-standards
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.1
|
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-06-
|
16
|
+
date: 2013-06-28 00:00:00.000000000 Z
|
17
17
|
dependencies:
|
18
18
|
- !ruby/object:Gem::Dependency
|
19
19
|
name: rest-client
|