cqm-validators 4.0.2 → 4.0.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aba5de67708f22d92bb0f20c31d7173bfc0e8382bd8e536ac571d8fde83116d2
|
4
|
+
data.tar.gz: 339ba96bb7af5bf2b6b9e2ddb8ff448bc1a0456443273083de3fd014fe0d3f13
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 187eb234fd776e9935809d756ee9fcf3f258d30bf6cfbe07d4f0a4cd7bf5fad3ef18ce00a0b1e06b02f70b825b14794322b25c7f1a6f0d3c7fc75a8d49c9ac42
|
7
|
+
data.tar.gz: a276379056beb2530eafaea43df030a0fbaff0a52384ab2c4c7d609c91d9a06e08283dff40a51fc8140d97888033abd4e34a27c5533f65348c31a952ed934652
|
@@ -17,6 +17,8 @@ module CqmValidators
|
|
17
17
|
measure_ids = document.xpath(measure_selector).map(&:value).map(&:upcase)
|
18
18
|
measure_ids.each do |measure_id|
|
19
19
|
measure = CQM::Measure.where(hqmf_id: measure_id).first
|
20
|
+
next unless measure
|
21
|
+
|
20
22
|
measure.population_sets.each do |population_set|
|
21
23
|
reported_result, = extract_results_by_ids(measure, population_set.population_set_id, document)
|
22
24
|
# only check performace rate when there is one
|