Class PatientCharts
Base class which represents an entire page request.
-
Azalea\Selenium\Core\WebDriver
-
Azalea\Selenium\Core\View
-
Azalea\Selenium\EHR\UI\Patients\PatientSection
-
Azalea\Selenium\EHR\UI\Patients\PatientCharts
Methods summary
public
Azalea\Selenium\EHR\UI\Patients\PatientDocumentsList
|
#
getChartList( )
Get the patient documents list grid object.
Get the patient documents list grid object.
Returns
|
public
|
#
clickCheckAll( )
Clicks the check all checkbox.
Clicks the check all checkbox.
|
public
boolean
|
#
isPrintButtonVisible( )
Returns true if the print button is visible.
Returns true if the print button is visible.
Returns
boolean
|
public
boolean
|
#
isAssembleButtonVisible( )
Returns true if the assemble button is visible.
Returns true if the assemble button is visible.
Returns
boolean
|
public
boolean
|
#
verify( $args = array() )
Returns
boolean
Override
Overrides
|
Methods inherited from Azalea\Selenium\Core\WebDriver
__call(),
clickAndWait(),
displayed(),
displayedById(),
exists(),
existsById(),
getCurrentHash(),
getDriver(),
getElementsByCss(),
setDriver(),
spinWait(),
wait()
|
Properties summary
protected static
string
|
$hash
$hash The hash fragment corresponding to this view, if any.
$hash The hash fragment corresponding to this view, if any.
Override
|
#
"/patients/p/{pat_id}/chart_list"
|
protected static
string
|
$selectorSection
|
#
".patient-PatientChartsView"
|