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

  • Chart
  • ChartAssessment
  • ChartDiagnosisCodes
  • ChartListControls
  • ChartObjective
  • ChartProcedureCodes
  • Charts
  • ChartSubjective
  • Overview
  • Namespace
  • Class

Class Charts

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

Waits for a chart hash to appear in the location for $timeout seconds. Returns the enc_id from the hash.

Waits for a chart hash to appear in the location for $timeout seconds. Returns the enc_id from the hash.

Parameters

$timeout

Returns

integer
public
# open( integer $pat_id, integer $enc_id, boolean $edit = false )

Open this chart and returns the Chart view. By default the chart is opened in view mode.

Open this chart and returns the Chart view. By default the chart is opened in view mode.

Parameters

$pat_id
$enc_id
$edit

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