Overview

Namespaces

  • Azalea
    • Selenium
      • App
        • Charts
        • Components
        • Encounters
        • Home
        • Login
        • Main
        • Messages
        • Patients
        • Scheduler
      • Core
      • EHR
        • UI
          • Charts
          • Documents
          • Encounters
          • Home
          • Messaging
            • Folders
          • Patients
          • Payments
          • Precerts
          • Reports
          • Scheduler
          • Settings
            • General
              • Locations
              • Roles
              • Users
        • User
      • Login
        • UI
      • PHR
        • UI
        • User
      • Toolkit
        • Exception
        • Validation
    • Util
  • None
  • tests
    • integration
      • barebones
        • controllers
          • charts
          • patients
          • system
        • models
          • billing
          • encounters
          • examples
          • messaging
          • rcm
          • system
    • unit
      • barebones
        • lib
        • utilities
          • calculations

Classes

  • ChartsListRow
  • ChartsTab
  • PatientAllergies
  • PatientAllergyEditPopup
  • PatientAllergySearchPopup
  • PatientAppointments
  • PatientAssembly
  • PatientCharts
  • PatientChartsList
  • PatientComments
  • PatientDashboard
  • PatientDemographics
  • PatientDemographicsPopup
  • PatientDocuments
  • PatientDocumentsList
  • PatientEncounters
  • PatientEncountersAddPopup
  • PatientHandouts
  • PatientInsurance
  • PatientLabOrders
  • PatientLabOrdersAddView
  • PatientMedications
  • PatientPortal
  • PatientRecalls
  • Patients
  • PatientSearchPopup
  • PatientSection
  • PatientSidebar
  • PatientsList
  • PatientsListRow
  • PatientsListTab
  • PatientsTab
  • PatientTab
  • PatientTasks
  • PatientVitals
  • PatientVitalsAddPopup
  • Overview
  • Namespace
  • Class

Class PatientAllergyEditPopup

Azalea\Selenium\EHR\UI\Popup
Extended by Azalea\Selenium\EHR\UI\Patients\PatientAllergyEditPopup
Namespace: Azalea\Selenium\EHR\UI\Patients
Located at lib/src/Azalea/Selenium/EHR/UI/Patients/PatientAllergyEditPopup.php
Methods summary
public
# clickAllergyTypeSelect( )
public
# selectAllergyType( )
public
# clickReactionSelect( )
public
# selectReaction( )
public
# clickSeveritySelect( )
public
# selectSeverity( )
public
# clickSaveButton( )
public
# clickCancelButton( )
public
# clickReferredAllergy( )
public
# clickActiveAllergy( )
public
# setTextComments( $text = '' )
public
# clickOnsetNowButton( )
public
# clickInactiveNowButton( )
public boolean
# verify( $args = array() )

Returns

boolean

Override

Properties summary
protected static string $selector
# "#pat_allergy_popup"
protected static string $ALLERGY_TYPE
# '#palg_allergy_type'
protected static string $REACTION
# '#allergy_reaction_picklist'
protected static string $SEVERITY
# '#palg_severity'
protected static string $REFERRED
# '#palg_historical'
protected static string $ONSET_BUTTON
# '.now_ts_btn'
protected static string $INACTIVE_BUTTON
# '#pat_allergy_popup div:nth-child(4) tr + tr + tr .now_ts_btn'
protected static string $ACTIVE_CHECKBOX
# '#palg_active'
protected static string $COMMENTS
# '#palg_comments'
protected static string $SAVE_BUTTON
# '.popup_buttons > button.red'
protected static string $CANCEL_BUTTON
# '.popup_buttons > button.normal'
API documentation generated by ApiGen