common

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added an event.

Added an event.

Done

Done

Removed the one in else.

Removed the one in else.

Is this necessary in else? If so, can move above or below the if so you just do it once.

Is this necessary in else? If so, can move above or below the if so you just do it once.

This flag is really indicating drain water is not too hot OR we are not doing a nocturnal heat disinfect. Flag name could be better.

This flag is really indicating drain water is not too hot OR we are not doing a nocturnal heat disinfect. Flag name could be better.

This could just be an event at start.

This could just be an event at start.

RESOLVED IN CODEWALKTHROUGH.

RESOLVED IN CODEWALKTHROUGH.

RESOLVED IN CODEWALKTHROUGH.

RESOLVED IN CODEWALKTHROUGH.

RESOLVED IN CODEWALKTHROUGH.

RESOLVED IN CODEWALKTHROUGH.

Thanks I meant medium priority. Changed the rank to 500.

Thanks I meant medium priority. Changed the rank to 500.

If it does not come down below 60 and in the cool idle cycle if any issue occurs, the DG Software transitions to the cancel basic path.

If it does not come down below 60 and in the cool idle cycle if any issue occurs, the DG Software transitions to the cancel basic path.

Removed \n

Removed \n

Will there be any worst-case scenario that the temperature never come down (say below 60) and get into a cyclic loop between cancel path and cool idle state?

Will there be any worst-case scenario that the temperature never come down (say below 60) and get into a cyclic loop between cancel path and cool idle state?

Looks ALARM_PRIORITY_LOW ranks are in 700 to 800 series range. Medium priority rank ranging 400 to 600. Do you want to consider this as low priority or medium priority? if medium priority rank, can...

Looks ALARM_PRIORITY_LOW ranks are in 700 to 800 series range. Medium priority rank ranging 400 to 600. Do you want to consider this as low priority or medium priority? if medium priority rank, can we get rank in to 400 to 600 series?

Do we need "\n" after the " Turn of Inlet water valves."?

Do we need "\n" after the " Turn of Inlet water valves."?

DG-DEN-16680_P1B Inlet Water Shutdown During Heat Disinfect Staging
DG-DEN-16680_P1B Inlet Water Shutdown During Heat Disinfect Staging
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Can we get by with just 1 msg? Add doxygen comments.

Can we get by with just 1 msg? Add doxygen comments.

HD-DENBUG-256_Alarms Table Ranking Discrepancies P1 Staging
HD-DENBUG-256_Alarms Table Ranking Discrepancies P1 Staging
HD-DEN-16923_Alarms Table Ranking Discrepancies With Prs Tracing IN A
HD-DEN-16923_Alarms Table Ranking Discrepancies With Prs Tracing IN A
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Once it goes into prime pause state -> say, user removes the clamping and resume the priming -> again this state executes to check the clamping condition. Now, venous pressure is in range and raw f...

Once it goes into prime pause state -> say, user removes the clamping and resume the priming -> again this state executes to check the clamping condition. Now, venous pressure is in range and raw flow rate more than minimum, we get into else state with last set flag ( primeDialysateOcclusionDetected) and change the priming state back to blood priming initial states.

Alarm above has stop property. So triggering alarm will take us out of this state and go to Prime Pause state. So this else will never happen I think.

Alarm above has stop property. So triggering alarm will take us out of this state and go to Prime Pause state. So this else will never happen I think.

This looks like a threshold. So name should start with MIN or MAX.

This looks like a threshold. So name should start with MIN or MAX.