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 PatientVitalsAddPopup

Azalea\Selenium\EHR\UI\Popup
Extended by Azalea\Selenium\EHR\UI\Patients\PatientVitalsAddPopup
Namespace: Azalea\Selenium\EHR\UI\Patients
Located at lib/src/Azalea/Selenium/EHR/UI/Patients/PatientVitalsAddPopup.php
Methods summary
public
# clickSaveButton( )
public
# clickCancelButton( )
public
# setTextHeightFeet( $text = '' )
public
# setTextHeightInches( $text = '' )
public
# setTextWeightPounds( $text = '' )
public
# setTextWeightOunces( $text = '' )
public
# setTextBloodPressureMM( $text = '' )
public
# setTextBloodPressureHG( $text = '' )
public
# setTextTemperature( $text = '' )
public
# setTextPulse( $text = '' )
public
# setTextRespRate( $text = '' )
public
# setTextPulseOX( $text = '' )
public
# setTextNotes( $text = '' )
public boolean
# verify( $args = array() )

Returns

boolean

Override

Properties summary
protected static string $selector
# "#pat_vit_form"
protected static string $BMI_TEXT_BOX
# '#espv_bmi'
protected static string $NOTES_TEXT_BOX
# '#espv_notes'
protected static string $PULSE_TEXT_BOX
# '#espv_pulse'
protected static string $PULSE_OX_TEXT_BOX
# '#espv_pulse_oximetry'
protected static string $RESP_RATE_TEXT_BOX
# '#espv_resp_rate'
protected static string $TEMPERATURE_TEXT_BOX
# '#espv_temp'
protected static string $HEIGHT_FEET_TEXT_BOX
# '#espv_height_ft'
protected static string $HEIGHT_INCHES_TEXT_BOX
# '#espv_height_in'
protected static string $WEIGHT_POUNDS_TEXT_BOX
# '#espv_weight_lbs'
protected static string $WEIGHT_OUNCES_TEXT_BOX
# '#espv_weight_ozs'
protected static string $BLOOD_PRESSURE_NOMINATOR_TEXT_BOX
# '#espv_blood_pressure_mm'
protected static string $BLOOD_PRESSURE_DENOMINATOR_TEXT_BOX
# '#espv_blood_pressure_hg'
protected static string $HEIGHT_SELECT
# '#espv_height_ft_in'
protected static string $WEIGHT_SELECT
# '#espv_weight_lbs_ozs'
protected static string $TEMPERATURE_SELECT
# '#espv_location'
protected static string $BLOOD_PRESSURE_SELECT
# '#espv_position'
protected static string $BUTTON_SAVE
# 'button[data-events="click:save"]'
protected static string $BUTTON_CANCEL
# 'button[data-events="click:onCancel"]'
API documentation generated by ApiGen