dialin

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-6372: Added override for treatment time remaining.

DEN-5980 modified the DG record modules

    • -97
    • +87
    /dialin/dg/calibration_record.py
Merge branch 'DEN-6631_UI_DEV_Post-Treatment_Rinseback' into staging

DEN-6372: Addressed code review feedback.

DEN-6372: Fixed bug in treatment recirc progress message handler.

DEN-6638: ptTx-RB: Code Review 0

- removed extra empty line.

DEN-6638: ptTx-RB: Code Review 0

- made the console out of the received can messages optional in the HDSimulator class constructor.

DEN-6402: Added enum for conductivity sensors and update alarm id

DEN-5980 added hd system record module

DEN-5980 initial commit of the HD NV records modules

    • -61
    • +58
    /dialin/dg/calibration_record.py
    • -0
    • +361
    /dialin/hd/calibration_record.py
    • -13
    • +19
    /dialin/hd/hemodialysis_device.py
    • -0
    • +59
    /dialin/hd/service_record.py
    • -0
    • +39
    /dialin/hd/system_record.py
  1. … 3 more files in changeset.
DEN-5980 worked on utils module

    • -289
    • +91
    /dialin/dg/calibration_record.py
DEN-6869: Added Version Dialin API and a Simulator plugin

- Added two more conversion functions to convert 2 and 1 byte values to byte array.

- used byte_to_bytearray (1 byte value conversion) and short_to_bytearray (2 bytes value conversion) in versions messages.

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

- Added version API

- Added signal strength parameters to the blood/dialysate flow rate APIs

DEN-5980 initial commit of the utils class

    • -0
    • +215
    /dialin/utils/utils.py
DEN-6372: added more data to UF script.

DEN-5980 initial commit scheduled runs record module

    • -0
    • +720
    /dialin/dg/calibration_record.py
    • -0
    • +426
    /dialin/dg/scheduled_runs_record.py
    • -0
    • +28
    /tests/test_dg_scheduled_runs.py
DEN-6372: updated UF test script.

Merge branch 'DEN-6593_Sprint_37' into develop

Merge branch 'DEN-6363_Sprint_36' into develop

DEN-5980 initial commit of the dg service record module

    • -0
    • +406
    /dialin/dg/service_record.py
    • -0
    • +32
    /tests/test_dg_service_record.py
DEN-6869: ptTx-RB: Implementation [Simulator/Testing] (2/2)

- Added Treatment End API to be used in the Simulator.

DEN-6372: added handling for treatmen sub-mode user commad response messages.

DEN-6868: ptTx-RB: Implementation [Simulator/Testing] (1/2)

- Completed the Treatment States (SubMode) enums

- Added "Blood Prime", "Treatment End". "Treatment Stop" states enums

- Added 3 parameter of "Blood Prime", "Treatment End". "Treatment Stop" to the cmd_set_treatment_states_data method.

- Added rinseback timeout parameter to cmd_send_treatment_rinseback_data

- Added recirculate timeout data message as cmd_send_treatment_recirculate_data method.

DEN-6372: Updated messages and alarms lists. Added treatment sub-mode progress message handlers and commands.

DEN-5980 initial commit of the systems record

    • -0
    • +312
    /dialin/dg/system_record.py
    • -0
    • +21
    /tests/test_dg_system_record.py
DEN-6838: Ensure dialin has ability to keep track of can faults (service app feature)

DEN-6868: Blood Prime Simulation

- Added Blood Prime Dialin API

DEN-6868: ptTx-RB: Implementation [Simulator/Testing] (1/2)

- Added an instance counter for HDSimulator to be used in Simulator.

- Added Rinseback and Recirculate states in HDSimulator

- Updated cmd_set_treatment_states_data for Rinseback and Recirculate.

- Added Rinseback Rsp/Data messages

- Added Recirculate Rsp

- Added a print so HDSimulator will print out the received messages in console.

DEN-6402: Converted alarm index to integer type

DEN-5980 added more calibration parameters