Email change of a developer (#503)
[openemr.git] / library / classes / rulesets / Amc / reports / AMC_304f.php
blob5348a0b702d9e3627d246cbf038f64645b626059
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 //
11 class AMC_304f extends AbstractAmcReport
13 public function getTitle()
15 return "AMC_304f";
18 public function getObjectToCount()
20 return "patients";
23 public function createDenominator()
25 return new AMC_304f_Denominator();
28 public function createNumerator()
30 return new AMC_304f_Numerator();