fix: set default x12 partner for item in billing manager (#7502)
[openemr.git] / library / classes / rulesets / Cqm / reports / common / DenominatorAllPatients.php
blob07e077cd37369b16f56e8a5343618dfa5b42c688
1 <?php
3 // Copyright (C) 2011 Ken Chapple <ken@mi-squared.com>
4 //
5 // This program is free software; you can redistribute it and/or
6 // modify it under the terms of the GNU General Public License
7 // as published by the Free Software Foundation; either version 2
8 // of the License, or (at your option) any later version.
9 //
10 class DenominatorAllPatients implements CqmFilterIF
12 public function getTitle()
14 return "Denominator: All patients in the initial patient population";
17 public function test(CqmPatient $patient, $beginDate, $endDate)
19 return true;