Changing cqm/amc reporting to a pure OO design.
[openemr.git] / library / classes / rulesets / Cqm / reports / common / ExclusionsNone.php
blob70c18857ab6fd5d8359a2379a751efb7dd5e8e2a
1 <?php
2 class ExclusionsNone implements CqmFilterIF
4 public function getTitle()
6 return "Exclusions: None";
9 public function test( CqmPatient $patient, $dateBegin, $dateEnd )
11 return false;