leahi-dialin

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- added pre-treatment and pos-treatment modules - Updated priming enum

    • -0
    • +86
    /leahi_dialin/td/modules/post_treatment.py
    • -16
    • +98
    /leahi_dialin/td/modules/pre_treatment.py
- Added pre treatment states

    • -0
    • +102
    /leahi_dialin/td/modules/pre_treatment.py
    • -22
    • +13
    /leahi_dialin/td/modules/treatment.py
indent

indent

A bit more detailed descriptions, these are the ones that will show up in documentation, and a variable name is not really helpful for knowing what it should represent. Also move the description to...

A bit more detailed descriptions, these are the ones that will show up in documentation, and a variable name is not really helpful for knowing what it should represent.
Also move the description to the property

LDT-4024 initial implementation for heat disinfect

    • -1
    • +2
    /leahi_dialin/dd/dialysate_delivery.py
    • -0
    • +181
    /leahi_dialin/dd/modules/heatdisinfect.py
Revert "LDT-4024 heat disinfect implementation"

This reverts commit e9ec8f58857765ba4e5d1e49680ccdbc7895029f.

  1. … 144 more files in changeset.
LEAHI-DIALIN-LDT-4024_Disinfection (DD heat, heat+descale) - FW Implementation - 3/4:
LEAHI-DIALIN-LDT-4024_Disinfection (DD heat, heat+descale) - FW Implementation - 3/4:
LDT-4024 heat disinfect implementation

  1. … 144 more files in changeset.
LEAHI-DIALIN-LDT-5615_[Dialin] Update Priming related data for auto-priming service
LEAHI-DIALIN-LDT-5615_[Dialin] Update Priming related data for auto-priming service
Merge branch 'staging' into LDT-5615-priming

    • -28
    • +31
    /leahi_dialin/common/alarm_defs.py
    • -207
    • +213
    /leahi_dialin/common/msg_ids.py
    • -496
    • +648
    /leahi_dialin/common/td_defs.py
    • -7
    • +7
    /leahi_dialin/dd/dialysate_delivery.py
    • -9
    • +9
    /leahi_dialin/fp/filtration_purification.py
    • -10
    • +10
    /leahi_dialin/td/treatment_delivery.py
Merge branch 'LDT-5630-fix_valves' into develop

    • -39
    • +34
    /leahi_dialin/dd/modules/valves.py
Valve fixes

    • -38
    • +34
    /leahi_dialin/dd/modules/valves.py
LEAHI-DIALIN-LDT-5630_Fix valve broadcast handling
LEAHI-DIALIN-LDT-5630_Fix valve broadcast handling
Merge branch 'LDT-5205-dd_nvm_update' into staging

    • -553
    • +598
    /leahi_dialin/common/msg_ids.py
    • -76
    • +75
    /leahi_dialin/common/td_defs_proxy.py
    • -1
    • +1
    /leahi_dialin/td/modules/syringe_pump.py
    • -0
    • +300
    /leahi_dialin/utils/enum_updater.py
No, it won't cause an error. The execute() function checks for the leahi-common folder existence first, if it does not exists, it returns, skipping the whole update process. Not everyone have acces...

No, it won't cause an error. The execute() function checks for the leahi-common folder existence first, if it does not exists, it returns, skipping the whole update process.
Not everyone have access to that folder and a whl file don't need to run the update every time, it's more like for those who develop the code.

Also if it's not at the very beginning, the enums will be processed in the next imports, and updating them afterwards is meaningless as it won't reflect in the running code. The files needs to be updated before any other object tries to call them to make an instance.

This will be called when a user imports leahi-dialin, right? ( import leahi-dialin ) and thus cause a traceback cause the user wont have the path to the header files required for this execute call....

This will be called when a user imports leahi-dialin, right? ( import leahi-dialin ) and thus cause a traceback cause the user wont have the path to the header files required for this execute call.

suggest keeping the call in if _name_ == '_main_': of enum_update and running that

Updates

    • -210
    • +306
    /leahi_dialin/common/alarm_defs.py
    • -53
    • +79
    /leahi_dialin/common/msg_defs.py
    • -346
    • +387
    /leahi_dialin/common/msg_ids.py
    • -0
    • +677
    /leahi_dialin/dd/modules/records_get_responses.py
    • -0
    • +751
    /leahi_dialin/dd/modules/records_set_requests.py
    • -0
    • +300
    /leahi_dialin/utils/enum_updater.py
Updated alarm ids, reject reasons, msg ids from Leahi-common staging

    • -27
    • +27
    /leahi_dialin/common/alarm_defs.py
Merge branch 'LDT-5482-dry_self_test_update' into develop

    • -497
    • +539
    /leahi_dialin/common/td_defs.py
    • -1
    • +1
    /leahi_dialin/dd/modules/blood_leak.py
    • -10
    • +23
    /leahi_dialin/dd/modules/events.py
    • -10
    • +23
    /leahi_dialin/fp/modules/events.py
    • -41
    • +56
    /leahi_dialin/td/modules/events.py
    • -109
    • +110
    /leahi_dialin/td/modules/syringe_pump.py
    • -6
    • +22
    /leahi_dialin/td/proxies/ui_proxy.py
Merge branch 'LDT-5205-dd_nvm_update' into develop

    • -553
    • +587
    /leahi_dialin/common/msg_ids.py
    • -73
    • +72
    /leahi_dialin/common/td_defs_proxy.py
    • -1
    • +4
    /leahi_dialin/common/test_config_defs.py
    • -13
    • +14
    /leahi_dialin/dd/modules/blood_leak.py
    • -9
    • +9
    /leahi_dialin/fp/filtration_purification.py
    • -1
    • +1
    /leahi_dialin/td/modules/syringe_pump.py
Keep the original format, string input is not supported by the processor

Keep the original format, string input is not supported by the processor

Make them into properties just like the others

Make them into properties just like the others

Updated initiate treatment