plugins

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-7144: preTx: Implementation [Simulator/Testing] ( 1 )

- update the simulator with the latest Dialin staging

- Alarm has been disabled since it use another class.

  1. … 2 more files in changeset.
DEN-6870: AV-Range: Implementation

- Updated the simulator plugin ranges

    • -0
    • +45
    ./inlinebloodpressures/interface.ui
DEN-6635: Update Design Documents

- During the document update figured the "end treatment" button link to the "treatment time" is missing and put that.

- Updated the Simulator for easier testing.

DEN-6869: Added Version Dialin API and a Simulator plugin

- Fixed a typo which was broken the accelerometer plugin.

DEN-6869: Added Version Dialin API and a Simulator plugin

- Added the version plugin

    • -0
    • +403
    ./version/interface.ui
    • -0
    • +148
    ./version/loader.py
DEN-6869: Added Accelerometer Dialin API and a Simulator plugin

    • -0
    • +1506
    ./accelerometer/interface.ui
    • -0
    • +156
    ./accelerometer/loader.py
DEN-6869: ptTx-RB: Implementation [Simulator/Testing] (2/2)

- Removed denaliMessging from all the plugins excluding alarms which is another class and needs more investigation.

- Added recirculate response message to the plugin.

- Added Treament End plugin

    • -10
    • +13
    ./inlinebloodpressures/loader.py
    • -0
    • +152
    ./treatmentend/interface.ui
    • -0
    • +73
    ./treatmentend/loader.py
DEN-6868: ptTx-RB: Implementation [Simulator/Testing] (1/2)

- Added a plugin for recirculate timeout

- Added timeout to rinseback plugin

- Added "blood prime". "Treatment End", "Treatment Stop" parameters to the Treatment States plugin.

    • -0
    • +235
    ./recirculate/interface.ui
    • -0
    • +67
    ./recirculate/loader.py
    • -601
    • +848
    ./treatmentstates/interface.ui
DEN-6868: Blood Prime Simulation

- Added Blood Prime plugin

    • -0
    • +274
    ./bloodPrime/interface.ui
    • -0
    • +60
    ./bloodPrime/loader.py
DEN-6868: ptTx-RB: Implementation [Simulator/Testing] (1/2)

- Updated Simulator to use the HDSimulator in a correct way as a single instance object, and has been checked to make sure all the plugins are using only a single instance.

- Added Rinseback UI to send Adjustment and Data messages.

- Disabled the treatment ranges auto send , which can still be enabled by selecting the combobox on the screen.

- Added Rinseback and Recirculate states of the Treatment States (15)

    • -0
    • +485
    ./rinseback/interface.ui
    • -0
    • +104
    ./rinseback/loader.py
    • -48
    • +241
    ./treatmentstates/interface.ui
  1. … 6 more files in changeset.
Merge master into DEN-6349_bp_hr_manual_entry

    • -0
    • +330
    ./alarms/loader.py
    • -0
    • +77
    ./createtreatment/loader.py
  1. … 9 more files in changeset.
DEN-4865: Ensure compatibility with latest dialin

  1. … 4 more files in changeset.
Merge master into DEN-5638-squish-migration

    • -0
    • +164
    ./inlinebloodpressures/loader.py
    • -0
    • +106
    ./salinebolus/loader.py
    • -0
    • +90
    ./treatmentranges/loader.py
    • -0
    • +69
    ./treatmentstates/loader.py
    • -0
    • +148
    ./ultrafiltration/loader.py
  1. … 8 more files in changeset.
DEN-5754: Implementation

- added the message id 80 for pTx uf adj rsp.

    • -55
    • +308
    ./createtreatment/interface.ui
DEN-5833: Implementation

- Added a Condition to test the message 63 Condition cleared

- Code Cleanup

DEN-5833: Implementation

- minor .ui changes

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.