leahi_dialin

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'LDT-5205-dd_nvm_update' into staging

    • -0
    • +300
    ./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

    • -0
    • +677
    ./dd/modules/records_get_responses.py
    • -0
    • +751
    ./dd/modules/records_set_requests.py
    • -0
    • +300
    ./utils/enum_updater.py
Updated alarm ids, reject reasons, msg ids from Leahi-common staging

Merge branch 'LDT-5482-dry_self_test_update' into develop

    • -109
    • +110
    ./td/modules/syringe_pump.py
Merge branch 'LDT-5205-dd_nvm_update' into develop

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

Print login info

Added Blood Flow Motor Attribute

merged LDT-5409 into develop

    • -10
    • +34
    ./dd/modules/balancing_chamber.py
LDT-5409 made changes to bal chmaber debug variables

LDT-5166 SW Misc & Enhc - SW - 01 - SW Integration - Calibration - R&I - 08: DEV - Dialin Implementation

add remaining calibration items

LDT-5166 SW Misc & Enhc - SW - 01 - SW Integration - Calibration - R&I - 08: DEV - Dialin Implementation

Up to bicbarb

LDT-5166 SW Misc & Enhc - SW - 01 - SW Integration - Calibration - R&I - 08: DEV - Dialin Implementation

sim add up to D12

indent

indent

indent

indent

LEAHI-DIALIN-LDT-5409_(DD) Balancing Chamber stops during dialysate generation
LEAHI-DIALIN-LDT-5409_(DD) Balancing Chamber stops during dialysate generation
Updated comments

Added new enums to proxy