simulator

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.

    • -3
    • +0
    ./plugins/inlinebloodpressures/loader.py
DEN-5833: Implementation

- reversed the alarm status flags bits order.

DEN-5754: Implementation

- The last piece of making the Simulator plugin base.

- Improvement : separator.

    • -2
    • +2
    ./plugins/createtreatment/interface.ui
    • -3
    • +3
    ./plugins/treatmentranges/interface.ui
    • -3
    • +3
    ./plugins/treatmentstates/interface.ui
    • -3
    • +3
    ./plugins/ultrafiltration/interface.ui
DEN-5754: Implementation

- Changed the RealTimeWidget parent name to DynamicLoader.

- Made DynamicLoader abstract class.

- Added Create Treatment plugin.

    • -0
    • +165
    ./plugins/createtreatment/interface.ui
    • -0
    • +84
    ./plugins/createtreatment/loader.py
    • -8
    • +8
    ./plugins/inlinebloodpressures/loader.py
    • -0
    • +172
    ./simulator/dynamicloader.py
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
    ./plugins/alarms/interface.ui
    • -0
    • +306
    ./plugins/alarms/loader.py
    • -5
    • +5
    ./plugins/inlinebloodpressures/loader.py
    • -0
    • +149
    ./simulator/interface.ui
    • -0
    • +129
    ./simulator/loader.py
    • -0
    • +145
    ./simulator/runtimewidget.py
DEN-5742: Code Coverage [100%]

  1. … 3 more files in changeset.
DEN-5638: Continued refactoring

  1. … 26 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
    ./plugins/heparin/interface.ui
    • -0
    • +97
    ./plugins/heparin/loader.py
    • -0
    • +684
    ./plugins/inlinebloodpressures/interface.ui
    • -0
    • +164
    ./plugins/inlinebloodpressures/loader.py
    • -0
    • +650
    ./plugins/salinebolus/interface.ui
    • -0
    • +106
    ./plugins/salinebolus/loader.py
    • -106
    • +0
    ./plugins/salinebolus/salinebolus.py
    • -650
    • +0
    ./plugins/salinebolus/salinebolus.ui
    • -0
    • +727
    ./plugins/treatmentranges/interface.ui
    • -0
    • +90
    ./plugins/treatmentranges/loader.py
  1. … 11 more files in changeset.
DEN-5741: Integration Testing

- Added Heparin plugin

    • -0
    • +97
    ./plugins/heparin/heparin.py
    • -0
    • +383
    ./plugins/heparin/heparin.ui
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
    • +106
    ./plugins/salinebolus/salinebolus.py
    • -0
    • +650
    ./plugins/salinebolus/salinebolus.ui
    • -0
    • +91
    ./plugins/treatmentranges/treatmentranges.py
    • -0
    • +727
    ./plugins/treatmentranges/treatmentranges.ui
    • -0
    • +69
    ./plugins/treatmentstates/treatmentstates.py
    • -0
    • +464
    ./plugins/treatmentstates/treatmentstates.ui
    • -0
    • +148
    ./plugins/ultrafiltration/ultrafiltration.py
    • -0
    • +748
    ./plugins/ultrafiltration/ultrafiltration.ui
    • -0
    • +117
    ./runtimewidget.py
DEN-5741 Integration Testing

- Made the simulator MDI layout

DEN-5739: Implementation

- made the Duration slider work.

  1. … 1 more file in changeset.
DEN-5638: Continued refactoring

  1. … 33 more files in changeset.
DEN-5638: Changes to support squish to ui folder migration in dialin

  1. … 38 more files in changeset.
DEN-4696: Code Coverage [99.722]

  1. … 4 more files in changeset.
DEN-4695: Integration Testing

- Completed the Simulator to the adjustment request/response

- Added more info for the ranges/limits min/max

DEN-4695: Integration Testing

- Simulator implementation for Arterial/Venous pressure values.

DEN-4695: Integration Testing

- Updating Simulator for later Integration Tests.[Only the UI]

DEN-5340 Code Coverage [100%]

testsuites:

- Coverage to 100%

- Modified the Pressure/Occlusion message to have new structure (last 3 of 5 fields changed to U32 from F32)

Simulator:

- Improved Saline State request accept in Simulator

- Fixed a bug in edit label naming

  1. … 2 more files in changeset.
DEN-5339: Integration Testing

- First implementation, update simulator for ultrafiltration

DEN-5339: Integration Testing

  1. … 4 more files in changeset.
5352: Unit Testing, 5353: Integration Testing

Story fixes:

- Unit testing and integration testing for the sub-task

DEN-5284: Implementation

- modified the HDOutletFlow test for the 3 decimals.

Extra fixes:

- Modified the Simulator to be OO designed.

- Removed backward compatibility with the old squish codes out of Dialin.

  1. … 36 more files in changeset.
Code Review

DEN-4690: Doxygenization

- Added code comments for the Simulator methods.

DEN-4690: Doxygenization

DEN-4443: Integration Testing

- First implementation of some kind of simulator like UI to test the feature which has not implemented yet on FW.

- NOTE: It needs pyside2 5.12.5 to be installed in testsuites venv.

    • -0
    • +623
    ./SalineBolusSimulator.ui
  1. … 3 more files in changeset.