dialin

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-11750 worked on the software configurations

DEN-11750 work in progress

    • -0
    • +299
    /dialin/hd/sw_config.py
Mode 4 for the HD is Treatment parameters. Every time this is called the UI will flicker to the Patient ID screen then back to Home. Is that what we want?

Mode 4 for the HD is Treatment parameters. Every time this is called the UI will flicker to the Patient ID screen then back to Home. Is that what we want?

Merge branch 'DEN-11750-dg_dev-dg-dialysate-temperature-control-tune-up' into develop

DEN-11750 updated the NV ops

DEN-11750 added DG/HD fans duty cycle override

DEN-11750 worked on the sw configurations feature

Merge branch 'UI_S63' into develop

DEN-11821: Failed to get UI version from HDSimulator class, it returns None

- Changed the UI version format

- added console_out condition for printing the version.

Merge branch 'develop' of ssh://dvm-linux02:7999/vv/dialin into develop

Merge branch 'DEN-11750-dg_dev-dg-dialysate-temperature-control-tune-up' into develop

DEN-11750 fixed the DG fans duty cycle variable

I don't think we should have a default for the packing in this case. I think the packing type should be provided, like I need 'i' I will provide 'i' and if someone else wants 'I' then it should be ...

I don't think we should have a default for the packing in this case. I think the packing type should be provided, like I need 'i' I will provide 'i' and if someone else wants 'I' then it should be provided. Although the number of bytes of b and B are the same, but it should be up to the developer to provide which of they want. Also, for safety we should add the '<' to make sure the little endianness is definitely enforced. For instance it is '<i" and not just 'i'.

For this kind of logging, I think we should use the logger class.

For this kind of logging, I think we should use the logger class.

DIALIN-BUG-S63
DIALIN-BUG-S63
Merge branch 'UI_S63' into develop

DEN-11821: Failed to get UI version from HDSimulator class, it returns None

- fixed the version response parser

- Added some other conversion functions to ease the conversion and make it error free.

Merge branch 'DEN-11750-dg_dev-dg-dialysate-temperature-control-tune-up' into develop

DEN-11750, DEN-11364 updated the DG alarms and DG software configurations

Merge branch 'DEN-11750-dg_dev-dg-dialysate-temperature-control-tune-up' into develop

DEN-11750, DEN-11364 updated the alarms module to clear the dialing alarms per request

Merged DEN-11750 and resolved the merge conflicts

DEN-11750, DEN-11364 updated the scripts

DEN-11750 initial commit of the software configurations module, DEN-11364 created a script to reproduce the error

    • -0
    • +246
    /dialin/dg/sw_config.py
    • -659
    • +0
    /tests/dg_heat_and_chemical_disinfect_test.py
    • -0
    • +503
    /tests/dg_tests.py
Merge branch 'DEN-11750-dg_dev-dg-dialysate-temperature-control-tune-up' into develop

    • -1
    • +4
    /tests/dg_heat_and_chemical_disinfect_test.py
Merge branch 'DEN-11750-dg_dev-dg-dialysate-temperature-control-tune-up' of ssh://dvm-linux02:7999/vv/dialin into DEN-11750-dg_dev-dg-dialysate-temperature-control-tune-up

DEN-11750 worked on the DG calibration records.

    • -12
    • +30
    /dialin/dg/calibration_record.py
    • -1
    • +4
    /tests/dg_heat_and_chemical_disinfect_test.py
Merge branch 'DEN-11750-dg_dev-dg-dialysate-temperature-control-tune-up' into develop

Merge branch 'DEN-11750-dg_dev-dg-dialysate-temperature-control-tune-up' of ssh://dvm-linux02:7999/vv/dialin into DEN-11750-dg_dev-dg-dialysate-temperature-control-tune-up

DEN-11750: Added heparin type to enum list in hd treatment class.