Class ChartsListRow
Base class which represents an entire page request.
-
Azalea\Selenium\Core\WebDriver
-
Azalea\Selenium\Core\View
-
Azalea\Selenium\EHR\UI\Charts\ChartsListRow
Methods summary
public
|
#
__construct( PHPUnit_Extensions_Selenium2TestCase_Element $driver, array $element )
Parameters
Throws
InvalidArgumentException
Overrides
|
public
Azalea\Selenium\EHR\UI\Patients\PatientTab
|
#
click( )
Execute a click on this row.
Execute a click on this row.
Returns
|
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
|
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\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"
|