Class PatientAllergies
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\PatientAllergies
Namespace: Azalea\Selenium\EHR\UI\Patients
Located at lib/src/Azalea/Selenium/EHR/UI/Patients/PatientAllergies.php
Located at lib/src/Azalea/Selenium/EHR/UI/Patients/PatientAllergies.php
public
|
|
public
|
|
public
|
|
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}/allergy_list'
|
protected static
string
|
$selectorSection
|
#
'.medical-PatientsAllergiesListView'
|
protected static
string
|
$ALLERGY_BUTTON_NEW
|
#
'button[data-events="click:onNewAllergy"]'
|
protected static
string
|
$ALLERGY_SEARCH
|
#
'.medical-PatientsAllergiesListView .search'
|
protected static
string
|
$ALLERGY_GRID
|
#
'.medical-PatientsAllergiesListView .gridHolder'
|
$selector,
$selectorControls
|
$driver,
$timeout
|