1: <?php
2: namespace Azalea\Selenium\EHR\UI\Reports;
3:
4: class ClinicalQualityMeasuresTab extends \Azalea\Selenium\EHR\UI\TabPanel
5: {
6: /** @var string $hash The hash fragment corresponding to this view, if any. */
7: protected static $hash = "/reports/cqm";
8:
9: protected static $selector = "#cqm_tab";
10: protected static $title = "";
11: protected static $title_selector = "";
12: }