Class PatientDashboard
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\PatientDashboard
Namespace: Azalea\Selenium\EHR\UI\Patients
Located at lib/src/Azalea/Selenium/EHR/UI/Patients/PatientDashboard.php
Located at lib/src/Azalea/Selenium/EHR/UI/Patients/PatientDashboard.php
public
|
|
public
boolean
|
#
hasClinicalSummary( $opened = false )
Returns true if the Clinical Summary section is present on the screen. |
public
boolean
|
#
hasAccountSummary( $opened = false )
Returns true if the Account Summary section is present on the screen. |
public
boolean
|
#
hasAppointmentSummary( $opened = false )
Returns true if the Appointment Summary section is present on the screen. |
public
boolean
|
#
hasInsuranceSummary( $opened = false )
Returns true if the Insurance Summary section is present on the screen. |
public
boolean
|
#
hasLinkedPatients( $opened = false )
Returns true if the Linked Patients section is present on the screen. |
public
boolean
|
|
public
boolean
|
#
hasPopupComments( $opened = false )
Returns true if the Popup Comments section is present on the screen. |
public
boolean
|
|
public
boolean
|
|
protected
boolean
|
#
hasSection( string $label, boolean $opened = false )
Returns true if the given ui section is present on the screen. |
public
boolean
|
__construct(),
getPatientId(),
getSelector(),
getSelectorControls(),
getSelectorSection()
|
get(),
getHash(),
setHash(),
updateHash()
|
__call(),
clickAndWait(),
displayed(),
displayedById(),
exists(),
existsById(),
getCurrentHash(),
getDriver(),
getElementsByCss(),
setDriver(),
spinWait(),
wait()
|
protected static
string
|
$hash
$hash The hash fragment corresponding to this view, if any. |
#
"/patients/p/{pat_id}/dash"
|
protected static
string
|
$selectorSection
|
#
".patients-PatientDashboardView"
|
$selector,
$selectorControls
|
$driver,
$timeout
|