Highway to PSR2
[openemr.git] / library / classes / rulesets / Amc / reports / AMC_304h / Denominator.php
blob90646e3d8b4ab185287273eed797063389b3f9c2
1 <?php
2 // Copyright (C) 2011 Brady Miller <brady.g.miller@gmail.com>
3 //
4 // This program is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU General Public License
6 // as published by the Free Software Foundation; either version 2
7 // of the License, or (at your option) any later version.
8 //
9 //
10 // This file contains a function to keep track of which issues
11 // types get modified.
14 class AMC_304h_Denominator implements AmcFilterIF
16 public function getTitle()
18 return "AMC_304h Denominator";
21 public function test(AmcPatient $patient, $beginDate, $endDate)
23 // (basically needs a encounter within the report dates,
24 // which are already filtered for, so all the objects are a positive)
25 return true;