testsuites

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-7147: preTx: Code Review 0

- Added syringe pump state

DEN-7377: preTx: Implementation [Dynamic Instruction Loading] ( 2 )

- Added General progress and acknowledge message simulator.

DEN-7461: Meetings & Support - Pre-Treatment Integration

- Integration modifications

- UF Modifications request

- Saline Modification request

- Updated the validation mAccepted to be 1=true and 0=false.

- Heparin Stopped stated modification request

DEN-7139: preTx: Implementation [Screens] ( 2 )

DEN-7145: preTx: Implementation [Simulator/Testing] ( 2 )

- The Simulator was acting odd and found out an enum was added to the FwCommon which needs to be affected in simulator.

DEN-7145: PreTx Consumables States

DEN-7145: preTx: Implementation [Simulator/Testing] ( 2 )

- Made menus index based.

- Added Self Test Dry

- Added Self Test No Cartridge

- Added Filter flush

- Added Disposable Prime

    • -1
    • +1
    /simulator/plugins/HDOpMode/interface.ui
    • -0
    • +63
    /simulator/plugins/disposablesPrime/loader.py
    • -0
    • +274
    /simulator/plugins/filterFlush/interface.ui
    • -0
    • +63
    /simulator/plugins/filterFlush/loader.py
    • -1
    • +1
    /simulator/plugins/heparin/interface.ui
    • -1
    • +1
    /simulator/plugins/rinseback/interface.ui
    • -0
    • +274
    /simulator/plugins/selftestDry/interface.ui
  1. … 9 more files in changeset.
DEN-7144: preTx: Implementation [Simulator/Testing] ( 1 )

    • -0
    • +93
    /simulator/plugins/__poweroff/interface.ui
    • -0
    • +101
    /simulator/plugins/__poweroff/loader.py
    • -1
    • +0
    /simulator/plugins/bloodPrime/loader.py
    • -1
    • +0
    /simulator/plugins/recirculate/loader.py
    • -1
    • +0
    /simulator/plugins/rinseback/loader.py
  1. … 7 more files in changeset.
DEN-7142: preTx: Implementation [Navigation] ( 1 )

- As part of the navigation for the HD_Op_Mode a plugin for that has been added into the simulator.

- Pretreatmentstate plugin incomplete.

    • -0
    • +274
    /simulator/plugins/HDOpMode/interface.ui
    • -0
    • +62
    /simulator/plugins/HDOpMode/loader.py
DEN-7144: Dynamic sub-menu creation for plugins [General improvement]

- The plugin windowtitle will be used for sub-menus by the format blow:

<top_menu_name>/<plugin-menu-name>

- the character '/' is the separator and only one menu level will be created.

- the names are non-case-sensitive

- the character '&' will be removed and will only used for menu shortcuts.

- names will be trimmed.

    • -1
    • +1
    /simulator/plugins/alarms/interface.ui
    • -1
    • +1
    /simulator/plugins/heparin/interface.ui
    • -1
    • +1
    /simulator/plugins/rinseback/interface.ui
    • -1
    • +1
    /simulator/plugins/version/interface.ui
DEN-7144: Fixing the Alarm plugin / adding instance count

- The Alarm plugin should use the HDAlarmSimulator

- Added a check for single instance of the Alarm Simulator class instance.

    • -12
    • +11
    /simulator/plugins/alarms/loader.py
DEN-7144: preTx: Implementation [Simulator/Testing] ( 1 )

- update the simulator with the latest Dialin staging

- Alarm has been disabled since it use another class.

Added a variable to be able to checkout dialin branches/tags

DEN-7041: Fixed failing tests. Renamed HDSimulator to hd_sim

  1. … 21 more files in changeset.
DEN-7041: Fixed heparin and uf tests

    • -0
    • +1
    /tst_Treatment_Adjustment_Heparin/test.py
    • -51
    • +61
    /tst_Treatment_Adjustment_Ultrafiltration/test.py
DEN-7041: Fixed tests that were failing

Merge branch 'DEN-6679_UI_DEV_ArterialandVenousRange' into staging

Merge branch 'DEN-6631_UI_DEV_Post-Treatment_Rinseback' into staging

DEN-6870: AV-Range: Implementation

- Updated the simulator plugin ranges

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-6638: ptTx-RB: Code Review 0

- after making the console out of the received can messages optional in the HDSimulator class constructor, made it enabled for the simulattor.

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

- Added the version plugin

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

    • -0
    • +1506
    /simulator/plugins/accelerometer/interface.ui
    • -0
    • +156
    /simulator/plugins/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

    • -4
    • +12
    /simulator/plugins/alarms/loader.py
    • -4
    • +8
    /simulator/plugins/bloodPrime/loader.py
    • -12
    • +16
    /simulator/plugins/heparin/loader.py
    • -7
    • +38
    /simulator/plugins/recirculate/loader.py
    • -16
    • +13
    /simulator/plugins/rinseback/loader.py
    • -15
    • +24
    /simulator/plugins/salinebolus/loader.py
    • -0
    • +152
    /simulator/plugins/treatmentend/interface.ui
    • -0
    • +73
    /simulator/plugins/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
    /simulator/plugins/recirculate/interface.ui
    • -0
    • +67
    /simulator/plugins/recirculate/loader.py
    • -33
    • +219
    /simulator/plugins/rinseback/interface.ui
    • -1
    • +10
    /simulator/plugins/rinseback/loader.py
DEN-6868: Blood Prime Simulation

- Added Blood Prime plugin

    • -0
    • +274
    /simulator/plugins/bloodPrime/interface.ui
    • -0
    • +60
    /simulator/plugins/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
    /simulator/plugins/rinseback/interface.ui
    • -0
    • +104
    /simulator/plugins/rinseback/loader.py
    • -2
    • +4
    /simulator/plugins/salinebolus/loader.py
    • binary
    /simulator/simulator/diality-logo.jpg
  1. … 3 more files in changeset.
DEN-6349: Addressed code review comments

DEN-6612 UI_DVT: Pre-Treatment Ultrafiltration

- This story wasn't part of the current sprint S37 but while I worked on it to be able to push it to master ASAP, so put the story as the commit comment.