Dashboard

LDT-3103 special build changes

    • -4
    • +4
    /firmware/App/Modes/ModeGenDialysate.c
may need to update the test.compares.

may need to update the test.compares.

This can be updated to     def verify_automatic_vitals_noRejection_Reason(): MAX_WAIT = 5 * 60 * 1000 # 5 minutes in seconds test.verify(waitFor( lambda: vitalsrequest == True, M...

This can be updated to

    def verify_automatic_vitals_noRejection_Reason():  

    MAX_WAIT = 5 * 60 * 1000  # 5 minutes in seconds
    
    test.verify(waitFor( lambda: vitalsrequest == True, MAX_WAIT), "UI Sending the request to FW")
    td.td_vitals_adjustment_response(vRejectionReason=0)
    td.td_vitals(systolic = 80, 
        diastolic   = 60, 
        heartRate   = 140 )

            
    blood_pressure  = waitForObjectExists(names.o_treatmentHome_bloodPressure_LabelValue).topText
    test.compare("70"+"/"+"50", blood_pressure,"Blood pressure value should be ->"+str("80"+"/"+"60"))
    heart_rate = waitForObjectExists(names.o_treatmentHome_heartBeat_LabelValue).topText
    test.compare("120", heart_rate,"Heart Rate value should be ->"+str(120))
update method to     # handler for messages from UI to FW def handle_patient_vitals_request( message, timestamp = 0.0): """ Called when the user requests to firmware from UI @return: No...

update method to

    # handler for messages from UI to FW
def handle_patient_vitals_request( message, timestamp = 0.0):
    """
    Called when the user requests to firmware from UI
    @return: None
    """
    global vitalsrequest
    vitalsrequest = True
initialize request variable vitalsrequest = None

initialize request variable

vitalsrequest = None

this test is not added to test the measure button i do not see qhewre o_measureVitalsButton_TouchRect is pressed other than the place its not needed

this test is not added to test the measure button i do not see qhewre o_measureVitalsButton_TouchRect is pressed other than the place its not needed

Merge branch 'LDT-3557-doc_header_for_vars' into staging

    • -2
    • +2
    /leahi_dialin/common/test_config_defs.py
    • -35
    • +35
    /leahi_dialin/td/treatment_delivery.py
Merge branch 'LDT-3557-doc_header_for_vars' into develop

    • -2
    • +2
    /leahi_dialin/common/test_config_defs.py
    • -6
    • +6
    /leahi_dialin/dd/modules/gen_dialysate.py
    • -9
    • +11
    /leahi_dialin/dd/modules/temperature_sensors.py
    • -38
    • +39
    /leahi_dialin/fp/filtration_purification.py
    • -2
    • +6
    /leahi_dialin/fp/modules/temperatures.py
    • -32
    • +15
    /leahi_dialin/fp/modules/valves.py
    • -1
    • +1
    /leahi_dialin/fp/modules/water_pumps.py
    • -35
    • +35
    /leahi_dialin/td/treatment_delivery.py
updated newCondModel to be a U32 before check then casted to enum after. Note: Calculate conductivity has a default statement that will catch any value that is outside of the model enum ( and execu...

updated newCondModel to be a U32 before check then casted to enum after. Note: Calculate conductivity has a default statement that will catch any value that is outside of the model enum ( and execute standard conductivity model )

please also removet his file as well

please also removet his file as well

Merge branch 'staging' into LDT-3372-v1-conductivity-fixes

LDT-3372: fixes set conductivity model per code review

I will remove this file we are trying to format the names.py file by using the python code instead of doing it manual it is still inprogress

I will remove this file we are trying to format the names.py file by using the python code instead of doing it manual it is still inprogress

Added the comment line in names.py file

Added the comment line in names.py file

LDT -3016 End of Treatment - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

LDT - 2821 Edit Treatment Parameters During Treatment - SW - 02 - Edit Treatment Parameters During Treatment - Q&R - 15: SIT - Software Integration Tests - Squish Qt

One issue encountered is the if BP Cuff is disabled then teh measure button will also be disabled. So as prep one thing to do before running the tests is to verify the bp cuff is enabled or change ...

One issue encountered is the if BP Cuff is disabled then teh measure button will also be disabled. So as prep one thing to do before running the tests is to verify the bp cuff is enabled or change the variable in teh system.conf

Bamboo Commit: Updated Branch develop For Project TD

    • binary
    /TD/BETA/TD_Debug_Beta_v0.0.0-53.out
    • binary
    /TD/BETA/TD_Debug_Beta_v0.0.0-54.out
Bamboo Commit: Updated TDCommon.h with build versions from Bamboo.

Merge branch 'LDT-3126-blood-prime-td' into develop

Merge branch 'LDT-3126-blood-prime-td' into develop

    • -15
    • +231
    /firmware/App/Modes/StateTxBloodPrime.c
LEAHI-DD-FIRMWARE-LDT-3603_Ability to set operation sub mode on IOFP sub system
LEAHI-DD-FIRMWARE-LDT-3603_Ability to set operation sub mode on IOFP sub system
LDT - 2821 Edit Treatment Parameters During Treatment - SW - 02 - Edit Treatment Parameters During Treatment - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -1
    • +1
    /suite_leahi/tst_edit_parameters/test.py
LDT-2953 Rinseback - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -0
    • +10
    /suite_leahi/shared/scripts/names.py
Merge branch 'LDT-2759-software_reset' into staging

Merge branch 'LDT-2759-software_reset' into develop