Highway to PSR2
[openemr.git] / library / classes / rulesets / Cqm / reports / NFQ_0038 / PopulationCriteria.php
blob95429957c3dd5eccc07b40ef342e15731325fc53
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_0038_PopulationCriteria implements CqmPopulationCrtiteriaFactory
11 public function getTitle()
13 return "Population Criteria";
16 public function createInitialPatientPopulation()
18 return new NFQ_0038_InitialPatientPopulation();
21 public function createNumerators()
23 $numerators = array();
24 $numerators[]= new NFQ_0038_Numerator1();
25 $numerators[]= new NFQ_0038_Numerator2();
26 $numerators[]= new NFQ_0038_Numerator3();
27 $numerators[]= new NFQ_0038_Numerator4();
28 $numerators[]= new NFQ_0038_Numerator5();
29 $numerators[]= new NFQ_0038_Numerator6();
30 $numerators[]= new NFQ_0038_Numerator7();
31 $numerators[]= new NFQ_0038_Numerator8();
32 $numerators[]= new NFQ_0038_Numerator9();
33 $numerators[]= new NFQ_0038_Numerator10();
34 $numerators[]= new NFQ_0038_Numerator11();
35 $numerators[]= new NFQ_0038_Numerator12();
36 return $numerators;
39 public function createDenominator()
41 return new NFQ_0038_Denominator();
44 public function createExclusion()
46 return new ExclusionsNone();
49 public function createDenominatorException()
51 return new ExceptionsNone();