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

  • CheckboxGrid
  • Grid
  • GridRow
  • Heading
  • LockScreen
  • MainMenu
  • MainSearch
  • Module
  • Notifications
  • Popup
  • PopupConfirm
  • PopupError
  • SelectDropdown
  • TabContainer
  • TabPanel
  • UserAccountMenu
  • Overview
  • Namespace
  • Class

Class Notifications

Base class which represents an entire page request.

Azalea\Selenium\Core\WebDriver
Extended by Azalea\Selenium\Core\View
Extended by Azalea\Selenium\EHR\UI\Notifications
Namespace: Azalea\Selenium\EHR\UI
Located at lib/src/Azalea/Selenium/EHR/UI/Notifications.php
Methods summary
public
# clickMessages( )
public
# hasMessages( )
public
# clickTasks( )
public
# hasTasks( )
public
# clickErx( )
public
# hasErx( )
public
# clickLabs( )
public
# hasLabs( )
public
# clickFaxes( )
public
# hasFaxes( )
public
# clickAppointmentRequests( )
public
# hasAppointmentRequests( )
public boolean
# verify( )

Returns

boolean

Override

Overrides

Azalea\Selenium\Core\View::verify()
Methods inherited from Azalea\Selenium\Core\View
__construct(), get(), getHash(), getSelector(), setHash(), updateHash()
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
# "#title_notifications"
protected static string $MESSAGES_CSS
# "#btn_messages"
protected static string $TASKS_CSS
# "#btn_tasks"
protected static string $ERX_CSS
# "#btn_erx"
protected static string $LABS_CSS
# "#btn_labs"
protected static string $FAXES_CSS
# "#btn_fax"
protected static string $APPT_REQS_CSS
# "#btn_apt_reqs"
Properties inherited from Azalea\Selenium\Core\View
$hash, $selector
Properties inherited from Azalea\Selenium\Core\WebDriver
$driver, $timeout
API documentation generated by ApiGen