AMC Reporting Module: Allow counting of other objects (ie. labs, rx, etc.) besides...
[openemr.git] / library / classes / rulesets / Amc / reports / AMC_302g.php
blobf440cf0203e6e6d27a3add8da70ae98a53fba0cc
1 <?php
2 // Copyright (C) 2011 Brady Miller <brady@sparmy.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_302g extends AbstractAmcReport
13 public function getTitle()
15 return "AMC_302g";
18 public function getObjectToCount()
20 return "patients";
23 public function createDenominator()
25 return new AMC_302g_Denominator();
28 public function createNumerator()
30 return new AMC_302g_Numerator();