Refactor previous name into dedicated service (#7571)
[openemr.git] / library / classes / rulesets / Cqm / library / NFQ_Unimplemented.php
blobfe8e5b888175b88753105de06b44ac6656c72081
1 <?php
3 // Copyright (C) 2011 Ken Chapple <ken@mi-squared.com>
4 //
5 // This program is free software; you can redistribute it and/or
6 // modify it under the terms of the GNU General Public License
7 // as published by the Free Software Foundation; either version 2
8 // of the License, or (at your option) any later version.
9 //
10 require_once('AbstractCqmReport.php');
12 class NQF_Unimplemented extends AbstractCqmReport implements RsUnimplementedIF
14 public function __construct()
16 parent::__construct(array(), array(), null);
19 public function createPopulationCriteria()
21 return null;