MU2 project work on the CQM rules
[openemr.git] / library / classes / rulesets / Cqm / reports / NFQ_0384.php
blob7f3f64043dc87b50da2bf3d8b658c7b9bcba5374
1 /**
3 * CQM NFQ 0384
5 * Copyright (C) 2016 Brady Miller <brady@sparmy.com>
7 * LICENSE: This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation; either version 2
10 * of the License, or (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://opensource.org/licenses/gpl-license.php>;.
18 * @package OpenEMR
19 * @author Brady Miller <brady@sparmy.com>
20 * @link http://www.open-emr.org
22 class NFQ_0384 extends AbstractCqmReport
24 public function createPopulationCriteria()
26 return new NFQ_0384_PopulationCriteria();