Overview

Namespaces

  • Azalea
    • Selenium
      • App
        • Charts
        • Components
        • Encounters
        • Home
        • Login
        • Main
        • Messages
        • Patients
        • Scheduler
      • Core
      • EHR
        • UI
          • Charts
          • Documents
          • Encounters
          • Home
          • Messaging
            • Folders
          • Patients
          • Payments
          • Precerts
          • Reports
          • Scheduler
          • Settings
            • General
              • Locations
              • Roles
              • Users
        • User
      • Login
        • UI
      • PHR
        • UI
        • User
      • Toolkit
        • Exception
        • Validation
    • Util
  • None
  • tests
    • integration
      • barebones
        • controllers
          • charts
          • patients
          • system
        • models
          • billing
          • encounters
          • examples
          • messaging
          • rcm
          • system
    • unit
      • barebones
        • lib
        • utilities
          • calculations

Classes

  • BillingTab
  • GeneralTab
  • InventoryTab
  • MedicalTab
  • PatientTab
  • SchedulerTab
  • Settings
  • Overview
  • Namespace
  • Class

Class Settings

Base class which represents an entire page request.

Azalea\Selenium\Core\WebDriver
Extended by Azalea\Selenium\Core\View
Extended by Azalea\Selenium\EHR\UI\TabContainer
Extended by Azalea\Selenium\EHR\UI\Settings\Settings
Namespace: Azalea\Selenium\EHR\UI\Settings
Located at lib/src/Azalea/Selenium/EHR/UI/Settings/Settings.php
Methods summary
public
# openGeneral( )
public
# openBilling( )
public
# openScheduler( )
public
# openMedical( )
public
# openPatient( )
public
# openInventory( )
Methods inherited from Azalea\Selenium\EHR\UI\TabContainer
closeAllTabs(), closeTab(), getTab(), hasTab(), openTab()
Methods inherited from Azalea\Selenium\Core\View
__construct(), get(), getHash(), getSelector(), setHash(), updateHash(), verify()
Methods inherited from Azalea\Selenium\Core\WebDriver
__call(), clickAndWait(), displayed(), displayedById(), exists(), existsById(), getCurrentHash(), getDriver(), getElementsByCss(), setDriver(), spinWait(), wait()
Properties summary
protected static string $selector

$selector Optional CSS selector for this view's element.

$selector Optional CSS selector for this view's element.

# "#settings_main"
protected static array $tabs
# array( "General" => "\Azalea\Selenium\EHR\UI\Settings\GeneralTab", "Billing" => "\Azalea\Selenium\EHR\UI\Settings\BillingTab", "Scheduler" => "\Azalea\Selenium\EHR\UI\Settings\SchedulerTab", "Medical" => "\Azalea\Selenium\EHR\UI\Settings\MedicalTab", "Patient" => "\Azalea\Selenium\EHR\UI\Settings\PatientTab", "Inventory" => "\Azalea\Selenium\EHR\UI\Settings\InventoryTab", )
public static string $GENERAL_TAB
# "General"
public static string $BILLING_TAB
# "Billing"
public static string $SCHEDULER_TAB
# "Scheduler"
public static string $MEDICAL_TAB
# "Medical"
public static string $PATIENT_TAB
# "Patient"
public static string $INVENTORY_TAB
# "Inventory"
Properties inherited from Azalea\Selenium\Core\View
$hash
Properties inherited from Azalea\Selenium\Core\WebDriver
$driver, $timeout
API documentation generated by ApiGen