Class PatientDemographics
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\PatientDemographics
Namespace: Azalea\Selenium\EHR\UI\Patients
Located at lib/src/Azalea/Selenium/EHR/UI/Patients/PatientDemographics.php
Located at lib/src/Azalea/Selenium/EHR/UI/Patients/PatientDemographics.php
public
|
|
public
boolean
|
#
hasSystemInfo( $opened = false )
Returns true if the System Info section is present on the screen. |
public
boolean
|
#
hasGeneralInfo( $opened = false )
Returns true if the General Info section is present on the screen. |
public
boolean
|
#
hasContactInfo( $opened = false )
Returns true if the Contact Info section is present on the screen. |
public
boolean
|
#
hasEmploymentInfo( $opened = false )
Returns true if the Employment Info section is present on the screen. |
public
boolean
|
#
hasGaurantorInfo( $opened = false )
Returns true if the Guarantor Info section is present on the screen. |
public
boolean
|
#
hasPowerOfAttorney( $opened = false )
Returns true if the Power of Attorney section is present on the screen. |
public
boolean
|
#
hasPrimaryInsurance( $opened = false )
Returns true if the Primary Insurance section is present on the screen. |
public
boolean
|
#
hasMeaningfulUseMeasures( $opened = false )
Returns true if the Meaningful Use Measures section is present on the screen. |
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}/demog"
|
protected static
string
|
$selectorSection
|
#
".patients-PatientDemographicsDetailView"
|
$selector,
$selectorControls
|
$driver,
$timeout
|