Highway to PSR2
[openemr.git] / library / classes / rulesets / Amc / reports / AMC_314g_1_2_20 / Denominator.php
blobb557957cc3b27fa1ac889765e1a0007007936079
1 <?php
2 /**
4 * AMC 314g_1_2_20 STAGE1 Denominator
6 * Copyright (C) 2015 Ensoftek, Inc
8 * LICENSE: This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program. If not, see <http://opensource.org/licenses/gpl-license.php>;.
19 * @package OpenEMR
20 * @author Ensoftek
21 * @link http://www.open-emr.org
24 class AMC_314g_1_2_20_Denominator implements AmcFilterIF
27 // Still TODO
28 // AMC MU2 TODO :
29 // In this case want a counter that lists the orders.
30 // Likely best to use labs-radiology counter or could do:
31 // Then can screen for the imaging orders in the denominator screening.
33 public function getTitle()
35 return "AMC_314g_1_2_20 Denominator";
38 public function test(AmcPatient $patient, $beginDate, $endDate)
40 return true;