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

  • ChartsList
  • ChartsListRow
  • ChartsListTab
  • Overview
  • Namespace
  • Class

Class ChartsListRow

Base class which represents an entire page request.

Azalea\Selenium\Core\WebDriver
Extended by Azalea\Selenium\Core\View
Extended by Azalea\Selenium\EHR\UI\Charts\ChartsListRow
Namespace: Azalea\Selenium\EHR\UI\Charts
Located at lib/src/Azalea/Selenium/EHR/UI/Charts/ChartsListRow.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 Azalea\Selenium\EHR\UI\Patients\PatientTab
# clickView( )

Execute a click on this row's view button.

Execute a click on this row's view button.

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
# getEncounterId( )

Get the Encounter ID for this patient row.

Get the Encounter ID for this patient row.

Returns

integer
public boolean
# isUnsigned( )

Returns true if this is an unsigned chart.

Returns true if this is an unsigned chart.

Returns

boolean
public boolean
# toBeReviewed( )

Returns true if this chart needs to be reviewed.

Returns true if this chart needs to be reviewed.

Returns

boolean
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
# "#chart-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