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 PatientSection

Base class which represents an entire page request.

Azalea\Selenium\Core\WebDriver
Extended by Azalea\Selenium\Core\View
Extended by Azalea\Selenium\EHR\UI\Patients\PatientSection

Direct known subclasses

Azalea\Selenium\EHR\UI\Patients\PatientAllergies, Azalea\Selenium\EHR\UI\Patients\PatientAppointments, Azalea\Selenium\EHR\UI\Patients\PatientInsurance, Azalea\Selenium\EHR\UI\Patients\PatientLabOrders, Azalea\Selenium\EHR\UI\Patients\PatientLabOrdersAddView, Azalea\Selenium\EHR\UI\Patients\PatientMedications, Azalea\Selenium\EHR\UI\Patients\PatientPortal, Azalea\Selenium\EHR\UI\Patients\PatientRecalls, Azalea\Selenium\EHR\UI\Patients\PatientTasks, Azalea\Selenium\EHR\UI\Patients\PatientVitals, Azalea\Selenium\EHR\UI\Patients\PatientAssembly, Azalea\Selenium\EHR\UI\Patients\PatientCharts, Azalea\Selenium\EHR\UI\Patients\PatientComments, Azalea\Selenium\EHR\UI\Patients\PatientDashboard, Azalea\Selenium\EHR\UI\Patients\PatientDemographics, Azalea\Selenium\EHR\UI\Patients\PatientDocuments, Azalea\Selenium\EHR\UI\Patients\PatientEncounters, Azalea\Selenium\EHR\UI\Patients\PatientHandouts
Namespace: Azalea\Selenium\EHR\UI\Patients
Located at lib/src/Azalea/Selenium/EHR/UI/Patients/PatientSection.php
Methods summary
public
# __construct( Azalea\Test\TestCase\BaseTestCase $driver, array $args )

Parameters

$driver
$args

Throws

InvalidArgumentException

Override

Overrides

Azalea\Selenium\Core\View::__construct()
public string
# getSelector( array $args = array() )

Parameters

$args

Returns

string

Override

Overrides

Azalea\Selenium\Core\View::getSelector()
public
# getPatientId( )
public string
# getSelectorControls( )

Returns the selector required to select the controls container for the section.

Returns the selector required to select the controls container for the section.

Returns

string
public string
# getSelectorSection( )

Returns the selector required to select the section container.

Returns the selector required to select the section container.

Returns

string
public boolean
# verify( $args = array() )

Returns

boolean

Override

Overrides

Azalea\Selenium\Core\View::verify()
Methods inherited from Azalea\Selenium\Core\View
get(), getHash(), 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

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

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

# "#patient{pat_id}"
protected static string $selectorControls
# ".awa-mvc-StructuredView-controls"
protected static string $selectorSection
# ""
Properties inherited from Azalea\Selenium\Core\View
$hash
Properties inherited from Azalea\Selenium\Core\WebDriver
$driver, $timeout
API documentation generated by ApiGen