Highway to PSR2
[openemr.git] / library / classes / rulesets / Cqm / reports / NFQ_0028a / PopulationCriteria.php
blob2098e0e8a6b431083244f673ebe10e63d1c8a8e0
1 <?php
2 // Copyright (C) 2011 Ken Chapple <ken@mi-squared.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 //
9 class NFQ_0028a_PopulationCriteria implements CqmPopulationCrtiteriaFactory
11 public function getTitle()
13 return "Population Criteria";
16 public function createInitialPatientPopulation()
18 return new NFQ_0028a_InitialPatientPopulation();
21 public function createNumerators()
23 return new NFQ_0028a_Numerator();
26 public function createDenominator()
28 return new DenominatorAllPatients();
31 public function createExclusion()
33 return new ExclusionsNone();
36 public function createDenominatorException()
38 return new ExceptionsNone();