•  

Comment Results

Review Name Created Custom Fields Content
LEAHI-APPLICATION-LDT-2686-1 28 Oct 2025

RESOLVED

LEAHI-APPLICATION-LDT-2686-1 28 Oct 2025

RESOLVED

LEAHI-APPLICATION-LDT-2686-1 28 Oct 2025

RESOLVED

LEAHI-APPLICATION-LDT-2686-1 28 Oct 2025

RESOLVED

LEAHI-APPLICATION-LDT-2666-1 28 Oct 2025

Add to Variables.qml.

LEAHI-APPLICATION-LDT-2707-1 15 Apr 2026

Remove if not necessary.

LEAHI-TESTSUITES-LDT-1057-1 29 Oct 2025

removed the "text" as suggested.

LEAHI-APPLICATION-LDT-2707-1 17 Apr 2026

RESOLVED.

LEAHI-TESTSUITES-LDT-1057-1 29 Oct 2025

updated all objects names started with o_.

LEAHI-APPLICATION-LDT-2666-1 30 Oct 2025

Updated.

LEAHI-APPLICATION-LDT-3757-1 17 Apr 2026

RESOLVED.

LEAHI-APPLICATION-LDT-2666-1 30 Oct 2025

Updated.

LEAHI-APPLICATION-LDT-3757-1 15 Apr 2026

remove bold and move NOT inside

LEAHI-APPLICATION-LDT-2666-1 28 Oct 2025

Wrap in expanded block.

LEAHI-APPLICATION-LDT-2666-1 28 Oct 2025

Remove function(vValue)

LEAHI-APPLICATION-LDT-2666-1 28 Oct 2025

Same as above.
Update text only.

LEAHI-APPLICATION-LDT-3656-1 15 Apr 2026

Names swapped should be Treatmentsettings and vice versa

LEAHI-RO-FIRMWARE-LDT-2116-1 03 Nov 2025

set to 750 for all controlled flows.

LEAHI-APPLICATION-LDT-3800-1 17 Apr 2026

move all onVisibleCHanged into their own screen

LEAHI-TESTSUITES-LDT-2741-1 21 Apr 2026

RESOLVED.

LEAHI-DD-FIRMWARE-LDT-2004-1 04 Nov 2025

Remove extra blank line.

LEAHI-DD-FIRMWARE-LDT-3978-1 23 Apr 2026

space inside array index.

LEAHI-TD-FIRMWARE-LDT-1886-2 22 Apr 2026

Declare locals at top of scope (so before memcpy).
Also, when assigning to a BOOL, be explicit (i.e. TRUE or FALSE).
You can use a ternary operation for this (e.g. BOOL b = <bool expr> ? TRUE : FALSE

LEAHI-DD-FIRMWARE-LDT-3735-1 26 Apr 2026

Add a blank line before group end marker.

LEAHI-TD-FIRMWARE-LDT-1886-2 04 May 2026

check alarm status instead of switch state.

LEAHI-DD-FIRMWARE-LDT-3963-1 11 May 2026

Why did we remove this? This is needed for BC Switch only condition.

LEAHI-TD-FIRMWARE-LDT-4040-1 23 Jul 2026

break into two lines

LEAHI-TD-FIRMWARE-LDT-4040-1 23 Jul 2026

Add @Alarm ALARM_ID_TD_SALINE_BAG_VOLUME_LOW_ALARM

LEAHI-TD-FIRMWARE-LDT-4040-1 23 Jul 2026

fluidType is an input

LEAHI-APPLICATION-LDT-5074-3 28 Jul 2026

remove from here and ask fw

LEAHI-TESTSUITES-LDT-3588-1 29 Apr 2026

For LDT-3588 Misc SW Enhancements - SW  - 02 - General Aesthetics - 02-S24 - Q&R
I have added code to respective branch and its test script as below

1. Test vitals dialog numpad value is colored red when value is out of range

  • Added code to patient Vitals script


 

2. Update to treatment time confirmation dialog

  • update the test case for treatment adjustments just the treatment time confirm test case
    Added code to main treatment script isolate uf branch


 

3. Saline delivery test change to fluid delivery
– check main treatment test case if any changes need to be done
Added code to solution infusion script isolate uf branch

 

4. on UF Paused the new tag on the main treatment screen showing the status.
--add test in main treatmetn test case to cover when paused and complete
Added code to ultrafiltration script isolate uf branch

 

5. On End of Treatment. UF edit button is now disabled.
– Update end of treatment test case and update to only test the button is Disabled"
No change done because UF edit button is now disabled test case already handled in  end of treatment test script

LEAHI-TESTSUITES-LDT-3153-1 28 Apr 2026

RESOLVED.

LEAHI-TD-FIRMWARE-LDT-2240-1 26 Apr 2026

prime state not yet implemented. comment this out w/ TODO comment and add an assignemtn to Rx state here for now.

LEAHI-TD-FIRMWARE-LDT-2240-1 04 May 2026

Uncommented

LEAHI-TESTSUITES-LDT-3208-1 28 Apr 2026

It seems to be too specific for a global function.
Please take a deeper look.

LEAHI-DIALIN-LDT-3984-1 28 Apr 2026

This should be LAST_DD_LEVL not NUM_OF_LEVELS if DD and FP levels are in same enum

LEAHI-APPLICATION-LDT-3932-1 06 May 2026

renamed

LEAHI-APPLICATION-LDT-3932-1 06 May 2026

updated

LEAHI-TD-FIRMWARE-LDT-2240-1 07 May 2026

Changed

LEAHI-TD-FIRMWARE-LDT-2240-1 07 May 2026

updated

LEAHI-TD-FIRMWARE-LDT-2240-1 26 Apr 2026

Don't we need to check this too still?

LEAHI-APPLICATION-LDT-4161-1 05 May 2026

call the vPostTreatmentAdjustmentTreatmentLog.doRequest() here above the page

LEAHI-APPLICATION-LDT-4213-1 07 May 2026

added in another branch

LEAHI-TESTSUITES-LDT-3208-1 28 Apr 2026

was it not working before adding squish?
why we had to add it?

LEAHI-TD-FIRMWARE-LDT-2240-1 26 Apr 2026

Change to initDrySelfTests() and move to top (should be first function).

LEAHI-TD-FIRMWARE-LDT-4063-1 24 Jul 2026

Remove else and reject command in it and re-test.

LEAHI-TD-FIRMWARE-LDT-4149-1 27 Jul 2026

Remove test code.

LEAHI-DD-FIRMWARE-LDT-3735-1 23 Jul 2026

Any fault alarm here?

LEAHI-APPLICATION-LDT-2686-1 28 Oct 2025

RESOLVED

LEAHI-TESTSUITES-LDT-1057-1 27 Oct 2025

1) Always call this like in the def main() function, to make it obvious.
2) Please do not use the "-l" option, which is only for debugging and should not be used as a reliable option; it can be removed at any point in time.