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

  • Patient
  • PatientCharts
  • PatientEditDemographicsForm
  • PatientEncounters
  • PatientFaker
  • PatientList
  • PatientListFilters
  • Patients
  • Overview
  • Namespace
  • Class

Class Patients

Azalea\Selenium\Toolkit\View
Extended by Azalea\Selenium\App\Patients\Patients
Namespace: Azalea\Selenium\App\Patients
Located at selenium/App/Patients/Patients.php
Methods summary
public integer
# getIdFromHash( integer $timeout = 30 )

Waits for a patient hash to appear in the location for $timeout seconds. Returns the pat_id from the hash.

Waits for a patient hash to appear in the location for $timeout seconds. Returns the pat_id from the hash.

Parameters

$timeout

Returns

integer
public
# open( integer $pat_id, string $section = "dash" )

Open this patient record to the given hash, or the patient dashboard if none provided.

Open this patient record to the given hash, or the patient dashboard if none provided.

Parameters

$pat_id
$section

Retrun

\Azalea\Selenium\App\Patients\Patient
public
# get( integer $pat_id )

Get a patient view object for the given pat_id without navigating to the patient record.

Get a patient view object for the given pat_id without navigating to the patient record.

Parameters

$pat_id

Retrun

\Azalea\Selenium\App\Patients\Patient
Methods inherited from Azalea\Selenium\Toolkit\View
__call(), __construct(), __get(), clearCache(), extend(), getArgs(), getHash(), getName(), getParent(), getScope(), getUrl(), isVisible(), navigate(), parseViewConfig(), setArgs(), setScope(), verify(), verifyAndWait(), within()
Properties inherited from Azalea\Selenium\Toolkit\View
$cachedProperties, $dom, $el, $parent, $view
API documentation generated by ApiGen