templates/cat3/show.cat3.erb in health-data-standards-3.2.7 vs templates/cat3/show.cat3.erb in health-data-standards-3.2.8

- old
+ new

@@ -92,11 +92,11 @@ <!-- ******************************************************** QRDA Category III Reporting Parameters ******************************************************** --> -<%== cat1_renderer.render :partial => 'reporting_parameters', :locals => {:start_date => start_date, :end_date => end_date} %> +<%== render :partial => 'reporting_parameters', :locals => {:start_date => start_date, :end_date => end_date} %> <!-- ******************************************************** Measure Section ******************************************************** --> @@ -142,10 +142,12 @@ <%== render :partial => 'performance_rate', :locals => {:aggregate_count => result} %> </component> <% end -%> <% result.top_level_populations.each do |pop| unless pop.type == 'OBSERV' -%> + <component> <%== render :partial => 'measure_data', :locals => {:aggregate_count => result, :population_type => pop.type, :population_id => pop.id} %> + </component> <% end end -%> </organizer> </entry> <% end %>