Changing cqm/amc reporting to a pure OO design.
[openemr.git] / library / classes / rulesets / Amc / reports / ProblemList / Numerator.php
blob27a192736068056fdbf7f58ce2990cc7743e15ce
1 <?php
2 class ProblemList_Numerator implements AmcFilterIF
4 public function getTitle()
6 return "Problem List Numerator";
9 public function test( AmcPatient $patient, $dateBegin, $dateEnd )
11 // TODO have at least one entry or an indication that no problems are known for the
12 // patient recorded as structured data
13 return false;