1: <?php
2: namespace Azalea\Selenium\EHR\UI\Encounters;
3:
4: class EncountersTab extends \Azalea\Selenium\EHR\UI\TabPanel
5: {
6: /** @var string $hash The hash fragment corresponding to this view, if any. */
7: protected static $hash = "/encounters/billing";
8:
9: protected static $selector = "#encounters-list-tab";
10: protected static $title = "Encounter Billing";
11: protected static $title_selector = ".label-title";
12: }