WorldVistA / popHealth

popHealth - An open source clinical quality measure reporting and visualization tool. For announcements and information on current state of popHealth, please visit -
http://osehra.org/popHealth
Apache License 2.0
46 stars 45 forks source link

Update queries_controller.rb #208

Closed adrianlfns closed 1 year ago

adrianlfns commented 1 year ago

Some measure executions were failing on Line 244 with a NULL exception when getting the property status on the qc variable. I changed: CQM::QualityReport.where('measure_id' => measure.id ..... for CQM::QualityReport.where('measure_id' => params[:measure_id] ....