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

  • AddPatientTest
  • Azalea_Sniffs_WhiteSpace_ScopeClosingBraceSniff
  • BaseModelTestCase
  • ChartAssessmentTest
  • ChartCustomFieldBehaviorsTest
  • ChartDiagnosisTest
  • ChartEncounterDiagnosisTest
  • ChartEncounterProceduresTest
  • ChartInventoryTest
  • ChartObjectiveTest
  • ChartProblemHistoryTest
  • ChartProceduresTest
  • ChartProviderAccessTest
  • ChartSigningTest
  • ChartsListProviderAccessTest
  • ChartSmokingStatusTest
  • ChartSubjectiveTest
  • ConfigTest
  • EncounterClaimsTest
  • EncounterDemographicsTest
  • EncounterDiagnosisTest
  • EncounterGuarantorTest
  • EncounterLedgerTest
  • EncounterProceduresTest
  • ExampleTestCase
  • MessagesLabelsTest
  • PageTest
  • PatentsListTest
  • PathManagerTest
  • PatientAccountSummaryTest
  • PatientBillingActionsTest
  • PatientCommentsTest
  • PatientDashboardAlertsTest
  • PatientDashboardLinkedPatientsTest
  • PatientDemographicsEditTest
  • PatientDocumentsTest
  • PatientPopupCommentsTest
  • PatientProviderAccessTest
  • PatientsListProviderAccessTest
  • PermissionsTest
  • PopupTest
  • SchedulerBlocksTest
  • SchedulerInsuranceBlocksTest
  • SimpePage
  • SimpleView
  • SimpleViewWithArgs
  • SimpleViewWithNoHash
  • TestCase
  • UrlManagerTest
  • VariantRulesTest
  • VariantsManagerTest
  • ViewTest
  • WebDriverMock
  • Overview
  • Namespace
  • Class

Class ChartInventoryTest

To enable Sauce Labs testing, extend SauceLabsTestCase To enable local testing, extend SeleniumTestCase

Sauce\Sausage\WebDriverTestCase
Extended by Azalea\Selenium\Toolkit\SauceLabsTestCase
Extended by Azalea\Selenium\Toolkit\TestCase
Extended by Azalea\Selenium\App\ApplicationTestCase
Extended by ChartInventoryTest
Located at selenium/Tests/Functional/Charts/ChartInventoryTest.php
Methods summary
public boolean
# supportsCustomer( integer $cus_id )

Override in child test suites to exclude some customers from every test case.

Override in child test suites to exclude some customers from every test case.

Parameters

$cus_id

Returns

boolean

Overrides

Azalea\Selenium\App\ApplicationTestCase::supportsCustomer()
public
# testAddRemoveSimpleImmunizationInventory( )

Summary: Add and remove a simple immunization inventory item. Adding an immuniation inventory inserts into the immunization history section.

Summary: Add and remove a simple immunization inventory item. Adding an immuniation inventory inserts into the immunization history section.

public
# testAddRemoveSimpleNonAdministeredInventory( )

Summary: Add and remove a simple non-administered inventory item.

Summary: Add and remove a simple non-administered inventory item.

public
# testAddRemoveSimpleAdministeredInventory( )

Summary: Add and remove a simple custom administered inventory item.

Summary: Add and remove a simple custom administered inventory item.

public
# testIncrementDecrementInventory( )

Summary: Tests the decrement of inventory item when added and increment when removed from a chart.

Summary: Tests the decrement of inventory item when added and increment when removed from a chart.

public
# testIncrementDecrementInventoryWithMultipleUnits( )

Summary: Tests the decrement of inventory item when added and increment when removed from a chart when multiple units are specified.

Summary: Tests the decrement of inventory item when added and increment when removed from a chart when multiple units are specified.

public
# testAddSingleAttachedCodesInventory( )

Summary: Add an inventory item with 1 CPT and 1 Dx code attached.

Summary: Add an inventory item with 1 CPT and 1 Dx code attached.

public
# testAddSingleAttachedCodesInventoryWithDefaultUnitCount( )

Summary: Add an inventory item with 1 CPT with no default unit count from the fee schedule. Unit count should default to 1.

Summary: Add an inventory item with 1 CPT with no default unit count from the fee schedule. Unit count should default to 1.

public
# testAddSingleAttachedCodesInventoryWithMultipleUnits( )

Summary: Add an inventory item with 1 CPT with a unit count. Assign multiple units to the inventory item.

Summary: Add an inventory item with 1 CPT with a unit count. Assign multiple units to the inventory item.

public
# testCanOverrideAttachedCptUnitCount( )

Summary: Add an inventory item with 1 CPT with a unit count. Override the unit count for the CPT code.

Summary: Add an inventory item with 1 CPT with a unit count. Override the unit count for the CPT code.

Methods inherited from Azalea\Selenium\App\ApplicationTestCase
assertErrorPopup(), assertNoErrorPopups(), assertPatientRecord(), assertView(), clearLocalStorage(), getApp(), getChartEncounterIdFromHash(), getCustomerId(), getEncounterIdFromHash(), login(), setUpPage(), skip(), waitForAjax(), waitForHaze()
Methods inherited from Azalea\Selenium\Toolkit\TestCase
__call(), clickAndWait(), getView(), spinWait(), wait(), waitForHash(), within()
Methods inherited from Azalea\Selenium\Toolkit\SauceLabsTestCase
browsers(), setMetaData(), setUp()
Properties inherited from Azalea\Selenium\Toolkit\TestCase
$dom, $nestedSelectors
Properties inherited from Azalea\Selenium\Toolkit\SauceLabsTestCase
$base_url, $browsers, $tags
API documentation generated by ApiGen