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 PatientsListRow

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\PatientsListRow
Namespace: Azalea\Selenium\EHR\UI\Patients
Located at lib/src/Azalea/Selenium/EHR/UI/Patients/PatientsListRow.php
Methods summary
public
# __construct( PHPUnit_Extensions_Selenium2TestCase_Element $driver, array $element )

Parameters

$driver
$element
$args

Throws

InvalidArgumentException

Overrides

Azalea\Selenium\Core\View::__construct()
public Azalea\Selenium\EHR\UI\Patients\PatientTab
# click( )

Execute a click on this row.

Execute a click on this row.

Returns

Azalea\Selenium\EHR\UI\Patients\PatientTab
public integer
# getIndex( )

Get the row index for this patient row.

Get the row index for this patient row.

Returns

integer
public integer
# getPatientId( )

Get the patient ID for this patient row.

Get the patient ID for this patient row.

Returns

integer
public boolean
# isIncomplete( )

Returns true if this is an incomplete patient.

Returns true if this is an incomplete patient.

Returns

boolean
public boolean
# isInactive( )

Returns true if this is an inactive patient.

Returns true if this is an inactive patient.

Returns

boolean
public
# clickInsuranceLink( )

Clicks the insurance name link in this row.

Clicks the insurance name link in this row.

Methods inherited from Azalea\Selenium\Core\View
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 $gridSelector
# "#patient-list-tab .awa-ui-grid"
Properties inherited from Azalea\Selenium\Core\View
$hash, $selector
Properties inherited from Azalea\Selenium\Core\WebDriver
$driver, $timeout
API documentation generated by ApiGen