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

  • Encounter
  • EncounterDiagnosisCodes
  • EncounterLedger
  • EncounterProcedureCodes
  • Encounters
  • Overview
  • Namespace
  • Class

Class Encounters

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

Waits for an encounter hash to appear in the location for $timeout seconds. Returns the enc_id from the hash.

Waits for an encounter hash to appear in the location for $timeout seconds. Returns the enc_id from the hash.

Parameters

$timeout

Returns

integer
public
# open( integer $enc_id, string $section = "billing" )

Open this encounter to the given hash, or the details view if none provided.

Open this encounter to the given hash, or the details view if none provided.

Parameters

$enc_id
$pat_id
$section

Retrun

\Azalea\Selenium\App\Encounters\Encounters
public
# get( integer $enc_id )

Get an encounter view object for the given enc_id without navigating to the encounter.

Get an encounter view object for the given enc_id without navigating to the encounter.

Parameters

$enc_id

Retrun

\Azalea\Selenium\App\Encounters\Encounter
public
# getFromHash( )

Get an encounter view object for the encounter represented by the current hash.

Get an encounter view object for the encounter represented by the current hash.

Retrun

\Azalea\Selenium\App\Encounters\Encounter
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