•  

Comment Results

Review Name Created Custom Fields Content
RO-LDT-566-2 30 Jul 2025

agreed. I dont think the driver is necessary any more

TD-LDT-802-1 01 Aug 2025

Done

RO-LDT-566-2 24 Jul 2025

genPermeateState is an input.

TD-LDT-802-1 31 Jul 2025

This should not be necessary. Already included by AlarmMgmt.h which includes TDCommon.h which includes Common.h which includes AlarmMgmtTD.h.

RO-LDT-566-2 01 Aug 2025

Add blank line between declarations and code.

LEAHI-APPLICATION-LDT-1788-1 01 Aug 2025

updated

RO-LDT-566-2 23 Jul 2025

Remove extra blank line.

LEAHI-APPLICATION-LDT-1788-1 01 Aug 2025

RESOLVED

DD-LEAH-230-3 02 Apr 2025

Done.

HD-DEN-14980-1 21 Apr 2023

AlarmMgmt.h reverted. The timer moved to static AlarmMgnt local.

HD-DEN-16693-1 07 Mar 2024

dialVolume is a volume (not a flow). Use constant (as before) for dialVolume check.

LEAHI-TESTSUITES-LDT-3014-1 02 Mar 2026

changed the code to check the heparinsyringepump value

HD-DEN-14980-1 21 Apr 2023

Comment corrected.

HD-DEN-16693-2 14 Mar 2024

RESOLVED IN CODEWALKTHROUGH

LEAHI-TD-FIRMWARE-LDT-1903-8 02 Mar 2026

removed from here

LEAHI-DIALIN-LDT-261-1 27 May 2025

To be consistent better to change the name to:
td_serial

HD-DEN-16773-1 19 Mar 2024

It's 1 line of code either way. Just on top or below in an else. Vectorcast will see as a branch you need to test either way.
If you put it in an else, the processor does less work and I think it's a lot easier to read.

TD-LDT-94-3 21 Apr 2025

DD. also remove dialysate pumps reference below.

TD-LDT-94-3 21 Apr 2025

Do you want to move these initializations as part of Init routine?

DD-LDT-319-1 21 Apr 2025

Add new @param.

TD-LDT-94-3 21 Apr 2025

Move to Init routine.

TD-LDT-94-3 22 Apr 2025

OperationModes.c init function is only at power up. This call to init treatment mode is intended to re-init treatment mode before each treatment starts.

DD-LDT-319-1 22 Apr 2025

Done

RO-LDT-332-1 24 Apr 2025

Fixed. Thanks!

RO-LDT-332-1 24 Apr 2025

Fixed. Thanks!

RO-LDT-332-1 21 Apr 2025

Add a condition that we not have a Dialin user logged into FP. If FP Dialin tester is logged in, we don't want to enforce legal mode transitions because we want to allow the set mode command to take us anywhere from any mode.

RO-LDT-332-1 24 Apr 2025

If not aligning "=", don't add extra spacing.

RO-LDT-332-1 24 Apr 2025

Add a blank line between declarations and code.

TD-LDT-469-1 20 May 2025

Fixed.

LEAHI-DIALIN-LDT-261-1 27 May 2025

Fixed!

LEAHI-DIALIN-LDT-261-1 27 May 2025

Fixed!

LEAHI-DIALIN-LDT-566-1 23 May 2025

I think the proxy cmd to start pre gen should be sufficient to support this.
We do not typically allow Dialin to set internal variables that are not sensor readings.
Consider removing this override (and any others like it).

LEAHI-SW-LDT-261-2 30 May 2025

RESOLVED

DIALIN-DENBUG-318-1 20 May 2025

Should there be a Dialin command to send (proxy) an HD response?

LEAHI-DIALIN-LDT-261-1 27 May 2025

This message is currently not implemented in the fw message list. Sean Nash

Have made a temporary enum in dialin if its sufficient.

LEAHI-SW-LDT-261-2 29 May 2025

TD

LEAHI-SW-LDT-261-2 29 May 2025

Out of curiosity, did you test the U32 to bool without any direct conversion during your development testing?

LEAHI-SW-LDT-261-2 30 May 2025

RESOLVED

LEAHI-APPLICATION-LDT-713-1 13 Jun 2025

fix spelling of "Location"

LEAHI-DIALIN-LDT-566-1 23 Jun 2025

Restore this override function. I added msg 8034 for this.

LEAHI-DIALIN-LDT-566-1 23 May 2025

Recommend swapping order of parameters (ID first, then value).

LEAHI-APPLICATION-LDT-1021-1 24 Jun 2025

move this to the private function wifiInfoRequest
and call wifiInfoRequest here

RO-LDT-566-1 23 Jun 2025

Remove extra line.

LEAHI-APPLICATION-LDT-627-1 16 Jun 2025

Please align the length's comma.

LEAHI-DIALIN-LDT-566-1 22 May 2025

Michael, are you sure you want to organize the proxies this way (i.e. putting TD proxy commands in the TD class instead of the DD class)?
Downside for me is that, as a tester, I have to create a TD class to get TD proxy functionality when I may only want to work with DD class to test the DD.
What is the upside to doing it this way?

RO-LDT-566-2 23 Jul 2025

Update inputs and outputs.

RO-LDT-566-2 24 Jul 2025

Remove extra blank line.

RO-LDT-566-2 24 Jul 2025

25.0F

LEAHI-APPLICATION-LDT-1042-1 22 Jul 2025

This is great,
Please add the status of buttons, such as the eject and export buttons, which are disabled during export.
Additionally, note the notification messages during the process.

LEAHI-APPLICATION-LDT-1730-1 24 Jul 2025

'maximum' is also referenced in:
SDDs/Main_Treatment/FinalDiagram.dot
sources/gui/qml/pages/treatment/TreatmentUltrafiltrationItem.qml
sources/gui/qml/pages/treatment/TreatmentStack.qml
sources/gui/qml/pages/pretreatment/connection/PreTreatmentConnectionStack.qml