•  

Comment Results

Review Name Created Custom Fields Content
LEAHI-TD-FIRMWARE-LDT-1415-1 26 Jan 2026

Why do I not see a similar variable for arterial and venous pressures?

LEAHI-TD-FIRMWARE-LDT-4033-1 11 Jun 2026

Added

LEAHI-DD-FIRMWARE-LDT-4011-1 12 Jun 2026

Consider moving this validity check into the setTDRequestedGenDState function.
And what should we do if it's not valid?

LEAHI-TD-FIRMWARE-LDT-4329-1 08 Jun 2026

These should be moved down to an "else" in the if statement below (payload length check).

LEAHI-TD-FIRMWARE-LDT-4013-2 12 Jun 2026

Change // to ///<

LEAHI-DIALIN-LDT-4612-1 11 Jun 2026

2 empty lines please

LEAHI-APPLICATION-LDT-2937-1 21 Jan 2026

Updated.

LEAHI-APPLICATION-LDT-2937-1 21 Jan 2026

Updated.

LEAHI-DIALIN-LDT-2937-1 21 Jan 2026

Updated.

LEAHI-APPLICATION-LDT-2937-1 22 Jan 2026

Updated.

LEAHI-APPLICATION-LDT-3174-1 23 Jan 2026

removed

LEAHI-APPLICATION-LDT-3174-1 23 Jan 2026

updated

LEAHI-DD-FIRMWARE-LDT-4001-1 09 Jun 2026

leave blank after

LEAHI-DD-FIRMWARE-LDT-2004-3 23 Jan 2026

Fixed it

LEAHI-DD-FIRMWARE-LDT-2004-3 23 Jan 2026

Fixed it

LEAHI-DD-FIRMWARE-LDT-2004-1 26 Jan 2026

fixed.

LEAHI-APPLICATION-LDT-3174-1 22 Jan 2026

Change HD to TD.

LEAHI-TD-FIRMWARE-LDT-1415-1 26 Jan 2026

Add the word "pressure" after TMP in comments.

LEAHI-DD-FIRMWARE-LDT-2004-3 23 Jan 2026

Complex conditional expressions can be avoided. Introduce
temporary boolean variables instead.

for example
if ((elementNo < 0) || (elementNo > maxElement)||
elementNo == lastElement)

Unknown macro: { … }


should be replaced by:
isFinished = (elementNo < 0) || (elementNo > maxElement);
isRepeatedEntry = elementNo == lastElement;
if ((isFinished == TRUE) || (isRepeatedEntry == TRUE))

LEAHI-APPLICATION-LDT-4511-1 10 Jun 2026

updated

LEAHI-TD-FIRMWARE-LDT-4033-1 10 Jun 2026

Fixed

LEAHI-TD-FIRMWARE-LDT-4027-1 09 Jun 2026

Just curious, at what condition we leave this state?
It looks like, once we enter this state, we stay.

LEAHI-TD-FIRMWARE-LDT-4063-1 11 Jun 2026

please add blank space between ( (int)postState ), TRUE );

LEAHI-DD-FIRMWARE-LDT-3103-1 21 Jan 2026

We will have to look at it as well. But for now, we are just monitoring the fresh side pressure variation.

LEAHI-APPLICATION-LDT-2937-1 21 Jan 2026

Please add that to be reflected in the Sequence Diagram.

LEAHI-DD-FIRMWARE-LDT-2004-1 26 Jan 2026

function has been renamed and re-purposed. Documentation has been updated.

LEAHI-TESTSUITES-LDT-2741-1 22 Jan 2026

Updated as per comment and Named as o_SettingsBase_backButton_AdvancedMode as per New Leahi UI change from UserMode

LEAHI-DD-FIRMWARE-LDT-2004-3 22 Jan 2026

Done

LEAHI-DD-FIRMWARE-LDT-4001-1 09 Jun 2026

Put TRUE on left side of ==

LEAHI-APPLICATION-LDT-3174-1 23 Jan 2026

updated

LEAHI-APPLICATION-LDT-3174-1 23 Jan 2026

added

LEAHI-DD-FIRMWARE-LDT-2004-3 23 Jan 2026

fixed it

LEAHI-TESTSUITES-LDT-2741-1 19 Jan 2026

I am encountering an issue when running the first time I can change the manufacturing password but a consecutive time I need to reset the password manually. Can we reset the password programmatically?

Example after the test is over to revert the password you can copy the contents of the default settings.. e.q. System.dflt and overwrite the System.conf file to reset everything for future test cases that do use the service password.

LEAHI-DD-FIRMWARE-LDT-4001-1 11 Jun 2026

this is a set speed in rpm

LEAHI-DD-FIRMWARE-LDT-4001-1 11 Jun 2026

Change speed to rate.

LEAHI-TD-FIRMWARE-LDT-4027-1 09 Jun 2026

Remove from input: preTxRecircStartTime, recircMediumAlarmGiven and recircResumeRequested
Remove from output: recircMediumAlarmGiven and recircResumeRequested

LEAHI-APPLICATION-LDT-3174-1 22 Jan 2026

remove DEMO code and enable next buttons

LEAHI-DD-FIRMWARE-LDT-2004-1 26 Jan 2026

If we're not using filtered values, why filter them at all?

LEAHI-TD-FIRMWARE-LDT-4033-1 11 Jun 2026

Added

LEAHI-TESTSUITES-LDT-2971-1 26 Jan 2026

I am able to click on Heparin button

LEAHI-TD-FIRMWARE-LDT-1415-1 26 Jan 2026

Why are we keeping any code where the STABILIZATION_2 state used to be? Shouldn't the entire case be deleted?

LEAHI-TESTSUITES-LDT-2971-1 26 Jan 2026

this may not work all the time the number of pre treatment steps are not a exact number of steps the steps are created dyniamically.

Steps depend on:

  • advanced / standard mode
  • water sample featured/defreatured


Keep this in mind and let come up with a way to navigate through the steps.

Something like getting the "StepNavitgationTitleBar" componenet and accessing the "stepNames" property will give you a string list of the pre treatment steps. This is generating every time we enter pretreatment upon the conditions the test steps are made dynamically.

LEAHI-TD-FIRMWARE-LDT-4033-1 11 Jun 2026

fixed

LEAHI-DD-FIRMWARE-LDT-4409-2 09 Jun 2026

why TODO?

LEAHI-TD-FIRMWARE-LDT-4013-2 12 Jun 2026

Use /// when above, use ///< when to the right.
Also remove extra space before Tube

LEAHI-TD-FIRMWARE-LDT-4013-2 12 Jun 2026

Should we be looking at tubing set type instead of modality here?

LEAHI-TD-FIRMWARE-LDT-4033-1 11 Jun 2026

getNIBPControlStatus is a function, not a variable. Inputs should be "none". Fix these throughout this unit.

LEAHI-DD-FIRMWARE-LDT-2998-1 21 Jan 2026

Added

LEAHI-DIALIN-LDT-2937-1 21 Jan 2026

Doesn't seem to be the updated IDs.

LEAHI-APPLICATION-LDT-3174-1 23 Jan 2026

updated