Class PatientsListRow
Base class which represents an entire page request.
-
Azalea\Selenium\Core\WebDriver
-
Azalea\Selenium\Core\View
-
Azalea\Selenium\EHR\UI\Patients\PatientsListRow
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
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\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"
|