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

  • ChartsListRow
  • ChartsTab
  • PatientAllergies
  • PatientAllergyEditPopup
  • PatientAllergySearchPopup
  • PatientAppointments
  • PatientAssembly
  • PatientCharts
  • PatientChartsList
  • PatientComments
  • PatientDashboard
  • PatientDemographics
  • PatientDemographicsPopup
  • PatientDocuments
  • PatientDocumentsList
  • PatientEncounters
  • PatientEncountersAddPopup
  • PatientHandouts
  • PatientInsurance
  • PatientLabOrders
  • PatientLabOrdersAddView
  • PatientMedications
  • PatientPortal
  • PatientRecalls
  • Patients
  • PatientSearchPopup
  • PatientSection
  • PatientSidebar
  • PatientsList
  • PatientsListRow
  • PatientsListTab
  • PatientsTab
  • PatientTab
  • PatientTasks
  • PatientVitals
  • PatientVitalsAddPopup
  • Overview
  • Namespace
  • Class

Class Patients

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\Patients\Patients
Namespace: Azalea\Selenium\EHR\UI\Patients
Located at lib/src/Azalea/Selenium/EHR/UI/Patients/Patients.php
Methods summary
public
# openPatientsList( )
public
# getPatientsListTab( )
public
# getChartsTab( )
public
# openChartsList( )
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 $hash

$hash The hash fragment corresponding to this view, if any.

$hash The hash fragment corresponding to this view, if any.

# "\patients"
protected static string $selector

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

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

# "#patients_main"
protected static array $tabs
# array( "Patients" => "\Azalea\Selenium\EHR\UI\Patients\PatientsListTab", "Charts" => "\Azalea\Selenium\EHR\UI\Charts\ChartsListTab" )
public static string $PATIENTS_LIST_TAB
# "Patients"
public static string $CHARTS_LIST_TAB
# "Charts"
Properties inherited from Azalea\Selenium\Core\WebDriver
$driver, $timeout
API documentation generated by ApiGen