Class PatientLabOrdersAddView
- Azalea\Selenium\Core\WebDriver
-
Azalea\Selenium\Core\View
-
Azalea\Selenium\EHR\UI\Patients\PatientSection
-
Azalea\Selenium\EHR\UI\Patients\PatientLabOrdersAddView
Namespace: Azalea\Selenium\EHR\UI\Patients
Author: vmoore
Located at lib/src/Azalea/Selenium/EHR/UI/Patients/PatientLabOrdersAddView.php
Author: vmoore
Located at lib/src/Azalea/Selenium/EHR/UI/Patients/PatientLabOrdersAddView.php
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
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}/orders/0/edit"
|
protected static
string
|
$selectorSection
|
#
".cpoe-LabOrderEditView"
|
protected static
string
|
$BUTTON_SAVE
|
#
'button[data-events="click:onSave"]'
|
protected static
string
|
$BUTTON_CANCEL
|
#
'button[data-events="click:onCancel"]'
|
protected static
string
|
$BUTTON_SAVE_NO_SEND
|
#
'button[data-events="click:onSaveNoSend"]'
|
protected static
string
|
$BUTTON_COLLECTED_DATE_NOW
|
#
'.now_ts_btn'
|
protected static
string
|
$TEXT_INITIALS
|
#
'input[name="ord_collectors_initials"]'
|
protected static
string
|
$TEXT_ORDER_NOTES
|
#
'textarea[name="ord_notes"]'
|
protected static
string
|
$TEXT_ROOM_NUMBER
|
#
'input[name="ord_room_num"]'
|
protected static
string
|
$TEXT_PATIENT_NOTES
|
#
'textarea[name="ord_pat_notes"]'
|
protected static
string
|
$TEXT_INTERVAL_START_DATE
|
#
'#ost input[data-model-attr-target="ost_start_date"]'
|
protected static
string
|
$TEXT_INTERVAL_END_DATE
|
#
'#ost input[data-model-attr-target="ost_end_date"]'
|
protected static
string
|
$SELECT_LAB
|
#
'div[data-model-attr-field="ord_lab_combo_id"]'
|
protected static
string
|
$SELECT_INTERVAL
|
#
'div[data-model-attr-field="ost_repeats"]'
|
protected static
string
|
$SELECT_BILL_TYPE
|
#
'div[data-model-attr-field="ord_bill_type"]'
|
protected static
string
|
$SELECT_ORDER_STATUS
|
#
'div[data-model-attr-field="ord_status"]'
|
protected static
string
|
$SELECT_PRIMARY_INSURANCE
|
#
'div[data-model-attr-field="ord_ins1_id"]'
|
protected static
string
|
$SELECT_RENDERING_PROVIDER
|
#
'div[data-model-attr-field="ord_phy_id"]'
|
protected static
string
|
$CHECK_SEND_PATIENT_PSC
|
#
'input[name="ord_psc"]'
|
protected static
string
|
$BUTTON_ADD_DIAGNOSES
|
#
'.add_icd9'
|
protected static
string
|
$BUTTON_ADD_TEST_CODE
|
#
'.add_test_code'
|
protected static
string
|
$TEST_CODE_VOLUME
|
#
'input[name="ord_volume"]'
|
protected static
string
|
$TEST_CODE_FASTING
|
#
'input[name="ord_fasting"]'
|
protected static
string
|
$TEST_CODE_DURATION
|
#
'input[name="ord_duration"]'
|
protected static
string
|
$TEST_CODE_SOURCE
|
#
'input[name="ord_source"]'
|
protected static
string
|
$TEST_CODE_GRID
|
#
'#ord_test_codes #codes_grid'
|
protected static
string
|
$DIAGNOSES_GRID
|
#
'#ord_icd9s #codes_grid'
|
$selector,
$selectorControls
|
$driver,
$timeout
|