•  

Comment Results

Review Name Created Custom Fields Content
LEAHI-DD-FIRMWARE-LDT-2030-2 07 Jan 2026

Should only have one exit for a function at end of function (per our coding standards).

LEAHI-DD-FIRMWARE-LDT-2185-1 13 Jan 2026

Updated

LEAHI-DD-FIRMWARE-LDT-2185-1 09 Jan 2026

This has to be updated or removed

LEAHI-DD-FIRMWARE-LDT-2185-1 14 Jan 2026

Missing message param.

LEAHI-DD-FIRMWARE-LDT-2185-1 15 Jan 2026

added param and output

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

Yes. will tune them based on the test results.

LEAHI-APPLICATION-LDT-2805-1 05 Jan 2026

Add comments why computation is being done.

LEAHI-APPLICATION-LDT-2805-1 15 Jan 2026

Update to TD.

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

Align comment.

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

Is currentPumpSpeed actually a rate?

LEAHI-APPLICATION-LDT-4561-1 09 Jun 2026

ask sean why a fluid bolus has been added to each state

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

Move this function to OperationModes.c.

LEAHI-TESTSUITES-LDT-2278-1 14 Jan 2026

this should be removed. We need to wait for UI to send the request. Here you are manually sending the request where the timer does not countdown to 0 to send it.

LEAHI-TD-FIRMWARE-LDT-3126-1 15 Jan 2026

Removed and updated

LEAHI-TD-FIRMWARE-LDT-4013-1 28 May 2026

I think these remaining 4 else ifs need to have another && condition that your service is in idle state so that we don't change back into one of these 4 states while a bolus is in progress.

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

Updated

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

fixed

LEAHI-TD-FIRMWARE-LDT-3126-1 09 Jan 2026

I don't see these override message handler functions being added to table in Messages.c. And I don't see new Dialin message IDs added to enum in MsgDefs.h.

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

D99 has been updated using the same approach applied to the D4 temperature.

LEAHI-DD-FIRMWARE-LDT-4001-1 29 May 2026

blank line after the banner and maintain alphabetical order of include files.

LEAHI-APPLICATION-LDT-2805-1 06 Jan 2026

Updated.

LEAHI-APPLICATION-LDT-2805-1 08 Jan 2026

Updated.

LEAHI-APPLICATION-LDT-2805-1 05 Jan 2026

Use new standalone component taken from Confirm.

LEAHI-TD-FIRMWARE-LDT-4009-1 01 Jun 2026

Eliza says we do allow multiple iso UF sessions in a treatment. So do we still need this else if, but looking at <= iso UF elapsed session time?

LEAHI-DIALIN-LDT-4001-1 09 Jun 2026

fixed. thanks!

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

Can we use one macro (instead of three) for the D66 persistence?

LEAHI-APPLICATION-LDT-3139-1 08 Jan 2026

make a Variable for this

LEAHI-TD-FIRMWARE-LDT-3126-1 09 Jan 2026

Updated

LEAHI-DD-FIRMWARE-LDT-2030-2 07 Jan 2026

Add blank line between declaration and code.

LEAHI-DD-FIRMWARE-LDT-2030-2 07 Jan 2026

Keep 2 blank lines around test support banner.

LEAHI-DD-FIRMWARE-LDT-2030-2 07 Jan 2026

Not a fan of statements in declarations section.

LEAHI-TESTSUITES-LDT-1454-1 06 Jan 2026

Ultrafiltration is one work same as in lines 127 and 133

LEAHI-TD-FIRMWARE-LDT-3126-1 14 Jan 2026

Changed

LEAHI-DD-FIRMWARE-LDT-2185-1 14 Jan 2026

Remove extra blank line.

LEAHI-APPLICATION-LDT-2805-1 06 Jan 2026

Fix numbering.

LEAHI-APPLICATION-LDT-3139-1 08 Jan 2026

comment explaining margin

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

How about instead of taking U32 minValue and U32 maxValue as input, we take SYS_CONFIG_TREATMENT_PARAM_T minValue and SYS_CONFIG_TREATMENT_PARAM_T maxValue as input.
Then you will not need all these repetitive functions:
isSystolicBpLowAlarmLimitValid
isSystolicBpHighAlarmLimitValid
isHeartRateLowAlarmLimitValid
isHeartRateHighAlarmLimitValid

Similarly, you can create another function with input as TREATMENT_PARAM_T minValue and TREATMENT_PARAM_T maxValue for isVitalsMeasurementIntervalValid()

LEAHI-TESTSUITES-LDT-2174-1 13 Jan 2026

Update for all the combo boxes to just select one

LEAHI-TESTSUITES-LDT-1454-1 06 Jan 2026

For rejection text when/if we do test with translations I do not think we should hard code the rejection in English. We can read the Rejections.conf and store the data in some sort of map to get the correct rejection string... In the config repository configurationjs > Alarms > Rejections.conf is the file we can read and store for later use for all other test cases as well.

LEAHI-APPLICATION-LDT-2805-1 05 Jan 2026

Use "-- --" from Variables.

LEAHI-DD-FIRMWARE-LDT-2185-1 13 Jan 2026

can we remove it ?

LEAHI-TD-FIRMWARE-LDT-3970-1 29 May 2026

Please add the min and max for tmp as well in the outputs.

LEAHI-TESTSUITES-LDT-2174-1 09 Jan 2026

Removed the min and max values and kept only Heparin Dispensing Rate

LEAHI-DD-FIRMWARE-LDT-2185-1 09 Jan 2026

fixed it

LEAHI-TD-FIRMWARE-LDT-3126-1 09 Jan 2026

Updated

LEAHI-TD-FIRMWARE-LDT-3126-1 09 Jan 2026

Removed

LEAHI-DD-FIRMWARE-LDT-2030-2 07 Jan 2026

Remove extra blank line.

LEAHI-TD-FIRMWARE-LDT-3126-1 14 Jan 2026

Updated

LEAHI-TD-FIRMWARE-LDT-3126-1 14 Jan 2026

Updated

LEAHI-TD-FIRMWARE-LDT-3126-1 14 Jan 2026

Added