AMC Report Module: fixed some comments
[openemr.git] / library / classes / rulesets / Amc / reports / AMC_302c.php
blob31a1dfc426c858cc10d9d168435b882d0749ada0
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_302c extends AbstractAmcReport
13 public function getTitle()
15 return "AMC_302c";
18 public function createDenominator()
20 return new AMC_302c_Denominator();
23 public function createNumerator()
25 return new AMC_302c_Numerator();