plugins

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'DEN-5751_Pre-TreatmentUltrafiltration' into DEN-5830_AlarmDesign

DEN-5754: Implementation

- Create a single object of the HD_Simulator and setting it in the DynamicLoader parent class of the plugins.

  1. … 2 more files in changeset.
DEN-5833: Implementation

- reversed the alarm status flags bits order.

DEN-5754: Implementation

- The last piece of making the Simulator plugin base.

- Improvement : separator.

  1. … 2 more files in changeset.
DEN-5754: Implementation

- Changed the RealTimeWidget parent name to DynamicLoader.

- Made DynamicLoader abstract class.

- Added Create Treatment plugin.

    • -0
    • +165
    ./createtreatment/interface.ui
    • -0
    • +84
    ./createtreatment/loader.py
  1. … 4 more files in changeset.
DEN-5833: Implementation

- Added the Alarm plugin

- modified the plugins to use a unique Loader class name and then define the unique name int the __init__.py file.

- using the os lib to get the current plugin path and load the unique interface.ui in the RealTmeWidget parent class.

- Added check CANBus in the simulator.

    • -0
    • +626
    ./alarms/interface.ui
    • -0
    • +306
    ./alarms/loader.py
  1. … 6 more files in changeset.
DEN-5742: Code Coverage [100%]

  1. … 3 more files in changeset.
DEN-5741: Integration Testing

- Added Heparin Data test

- Added Heparin State test

  1. … 6 more files in changeset.
DEN-5739: Implementation

- Fixed the API bug when implementing the request.

DEN-5741: Integration Testing

- renamed all the py and ui to loader.py and interface.ui to be one step closer to load dynamically

    • -0
    • +383
    ./heparin/interface.ui
    • -164
    • +0
    ./inlinebloodpressures/inlinebloodpressures.py
    • -684
    • +0
    ./inlinebloodpressures/inlinebloodpressures.ui
    • -0
    • +684
    ./inlinebloodpressures/interface.ui
    • -0
    • +164
    ./inlinebloodpressures/loader.py
    • -0
    • +650
    ./salinebolus/interface.ui
    • -0
    • +106
    ./salinebolus/loader.py
    • -0
    • +727
    ./treatmentranges/interface.ui
    • -0
    • +90
    ./treatmentranges/loader.py
  1. … 11 more files in changeset.
DEN-5741: Integration Testing

- Added Heparin plugin

    • -0
    • +97
    ./heparin/heparin.py
    • -0
    • +383
    ./heparin/heparin.ui
  1. … 3 more files in changeset.
DEN-5741: Integration Testing

- Make the simulator a little bit more plugin based to be able to add more sections easier.

- It still needs work to load/register the plugins automatically.

    • -0
    • +164
    ./inlinebloodpressures/inlinebloodpressures.py
    • -0
    • +684
    ./inlinebloodpressures/inlinebloodpressures.ui
    • -0
    • +106
    ./salinebolus/salinebolus.py
    • -0
    • +650
    ./salinebolus/salinebolus.ui
    • -0
    • +91
    ./treatmentranges/treatmentranges.py
    • -0
    • +727
    ./treatmentranges/treatmentranges.ui
    • -0
    • +69
    ./treatmentstates/treatmentstates.py
    • -0
    • +464
    ./treatmentstates/treatmentstates.ui
    • -0
    • +148
    ./ultrafiltration/ultrafiltration.py
    • -0
    • +748
    ./ultrafiltration/ultrafiltration.ui
  1. … 4 more files in changeset.