Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./posttreatment/MPostTreatmentStatesData.cpp
    • -1
    • +1
    ./posttreatment/MPostTreatmentStatesData.h
    • -1
    • +1
    ./pretreatment/MPreTreatmentStatesData.h
    • -1
    • +1
    ./treatment/MTreatmentBloodPrimeData.h
    • -1
    • +1
    ./treatment/MTreatmentOutletFlowData.cpp
    • -1
    • +1
    ./treatment/MTreatmentOutletFlowData.h
    • -1
    • +1
    ./treatment/MTreatmentPressureOcclusionData.cpp
    • -1
    • +1
    ./treatment/MTreatmentPressureOcclusionData.h
    • -1
    • +1
    ./treatmentlog/MTreatmentLogAlarmData.h
    • -1
    • +1
    ./treatmentlog/MTreatmentLogEventData.h
  1. … 45 more files in changeset.
CR: Addressing Code Review comment UI-DEN-14936-1#c16985

http://devapps.diality.us:8060/cru/UI-DEN-14936-1#c16985

    • -1
    • +1
    ./posttreatment/MPostTreatmentStatesData.h
DEN-14853 UI Out Of Sync With Firmware On Handled Messages

    • -1
    • +1
    ./treatmentlog/MTreatmentLogEventData.h
  1. … 8 more files in changeset.
DEN-14853 UI Out Of Sync With Firmware On Handled Messages

- Added the Dialysis subState to TreatmentStates, message 0x0F

    • -1
    • +1
    ./pretreatment/MPreTreatmentStatesData.h
  1. … 5 more files in changeset.
DEN-14853 UI Out Of Sync With Firmware On Handled Messages

- MSG_ID 0x0B

- Added the keepAlive/UI-CheckIn to the list of AckRequired so if HD won't ack UI, the Alarm, "HD Communication Failure" will be displayed.

    • -1
    • +13
    ./treatment/MTreatmentOutletFlowData.cpp
    • -0
    • +9
    ./treatment/MTreatmentOutletFlowData.h
  1. … 5 more files in changeset.
DEN-14853 UI Out Of Sync With Firmware On Handled Messages

    • -4
    • +8
    ./posttreatment/MPostTreatmentStatesData.cpp
    • -4
    • +7
    ./posttreatment/MPostTreatmentStatesData.h
    • -1
    • +0
    ./treatment/MTreatmentBloodPrimeData.h
    • -8
    • +0
    ./treatment/MTreatmentPressureOcclusionData.cpp
    • -6
    • +0
    ./treatment/MTreatmentPressureOcclusionData.h
    • -1
    • +1
    ./treatmentlog/MTreatmentLogAlarmData.h
    • -1
    • +1
    ./treatmentlog/MTreatmentLogEventData.h
  1. … 11 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -2
    • +2
    ./treatment/MTreatmentBloodFlowData.cpp
    • -2
    • +2
    ./treatment/MTreatmentDialysateFlowData.cpp
    • -2
    • +2
    ./treatment/MTreatmentDialysateFlowData.h
  1. … 11 more files in changeset.
DEN-13152 : Flow Rate Settings Display "--" or "0" When Treatment is Paused

- Messages 0x0500 and 0x0800 has been updated and the Prescribed Flow Rate is being used.

- The diagnostics screen updated.

- The treatment main screen updated.

- The treatment flow adjustment screen updated.

- the Flows on the commit has 10f39b63ce8a992280ab123f05a5eb44a27c121b has been separated which has to be reverted back since these two messages almost all the time have the same payloads.

    • -0
    • +4
    ./treatment/MTreatmentBloodFlowData.cpp
    • -1
    • +8
    ./treatment/MTreatmentDialysateFlowData.cpp
    • -0
    • +7
    ./treatment/MTreatmentDialysateFlowData.h
  1. … 8 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./pretreatment/MPreTreatmentStatesData.cpp
    • -1
    • +1
    ./pretreatment/MPreTreatmentStatesData.h
  1. … 49 more files in changeset.
Merge branch 'DEN-14733-UI-BN-S90-2' into staging

    • -0
    • +8
    ./pretreatment/MPreTreatmentStatesData.cpp
    • -29
    • +35
    ./pretreatment/MPreTreatmentStatesData.h
  1. … 42 more files in changeset.
DEN-14736 : IMP: Updated MsgID 0x5C00

/*!

* \brief The MTreatmentStates class

* \details The treatment states data model

* These are states of the current treatment.

* It also includes the ultrafiltration states, saline bolus states.

*

* | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description |

* |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |

* |0x5C00| 0x040 | 7 | 1 Hz | N | HD | All | Pre-Treatment States Data |

*

* | Payload ||

* | ||

* | #1:(U32) | \ref Data::mSubMode |

* | #2:(U32) | \ref Data::mWaterSampleState |

* | #3:(U32) | \ref Data::mSelfTestConsumablesState |

* | #4:(U32) | \ref Data::mSelfTestNoCartridgeState |

* | #5:(U32) | \ref Data::mInstallationState |

* | #6:(U32) | \ref Data::mSelfTestDryState |

* | #7:(U32) | \ref Data::mPrimeState |

* | #8:(U32) | \ref Data::mRecirculateState |

* | #9:(U32) | \ref Data::mPatientConnectionState |

* | #9:(U32) | \ref Data::mWetSelfTestsState |

* | #9:(U32) | \ref Data::mPreTreatmentRsrvrState |

*

* \sa Data

* \sa HD_Pre_Treatment_Mode_States

* \sa HD_Pre_Treatment_Sample_Water_States

* \sa HD_Pre_Treatment_Consumable_Self_Test_States

* \sa HD_Pre_Treatment_No_Cart_Self_Tests_States

* \sa HD_Pre_Treatment_Dry_Self_Tests_States

* \sa HD_Pre_Treatment_Prime_States

* \sa HD_Pre_Treatment_Recirc_States

*

* <h2 class="groupheader">Logging info</h2>

* | ||

* | ||

* | typeText | Datum |

* | unitText | HD |

* | infoText | PreTreatmentStates |

*

*/

    • -0
    • +8
    ./pretreatment/MPreTreatmentStatesData.cpp
    • -29
    • +35
    ./pretreatment/MPreTreatmentStatesData.h
  1. … 3 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 594 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 33 more files in changeset.
DEN-14147: Add Required Heparin Volume for Treatment to Syringe Installation Screen

- The replacement finder is implemented

- The instruction updater is changed to meed the needs of the replacement finder.

- Next needs to update the instructions regarding the received message.

  1. … 9 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -3
    • +3
    ./post/MUIPostFinalResultHDRequest.cpp
    • -1
    • +1
    ./treatment/MTreatmentBloodPrimeData.cpp
    • -1
    • +1
    ./treatment/MTreatmentBloodPrimeData.h
  1. … 92 more files in changeset.
DEN-13645: IMP: Updated the Blood Prime message [0x5900]

- It has 3 parameters (UI expected) but recently changed on the FW and sending only 2 which then UI rejects it. now updated to have only 3.

    • -4
    • +0
    ./treatment/MTreatmentBloodPrimeData.cpp
    • -2
    • +0
    ./treatment/MTreatmentBloodPrimeData.h
  1. … 4 more files in changeset.
DEN-13645: IMP: General Implementation

DEN-13447: UI able to send its final POST result to HD by request

    • -0
    • +38
    ./post/MUIPostFinalResultHDRequest.cpp
    • -0
    • +78
    ./post/MUIPostFinalResultHDRequest.h
  1. … 10 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./treatment/MTreatmentBloodPrimeData.h
    • -1
    • +1
    ./treatment/MTreatmentRecirculateData.h
    • -2
    • +2
    ./treatment/MTreatmentRinsebackData.cpp
  1. … 145 more files in changeset.
DEN-12597 Code Review

http://dvm-linux02:8060/cru/UI-DEN-12258-1#c12773

Disabled the coco end as well, which caused the coco to log a lot of warnings.

  1. … 79 more files in changeset.
DEN-12426: LTS: Bug / CR / Develop Coco / Manual

- removed the "// coco begin validated" to disable the manually validated coverage.

  1. … 80 more files in changeset.
DEN-12262: INT: Log Dialin Messages

- Log Dialin messages as part of the unhandled messages.

  1. … 8 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -2
    • +2
    ./treatment/MTreatmentRinsebackData.cpp
  1. … 68 more files in changeset.
DEN-12262: INT: Code reviews wrap up & support

- Addressed all the code review comments in another branch in here to facilitate the code review process and make the code ready while the actual code owner were busy supporting system for demo.

- Added another condition to the Alarm top/right countdown to hide the timer when FW is not even in the Treatment mode by the HDOpMode.

    • -6
    • +6
    ./treatment/MTreatmentBloodPrimeData.h
    • -6
    • +6
    ./treatment/MTreatmentRecirculateData.h
    • -18
    • +18
    ./treatment/MTreatmentRinsebackData.cpp
    • -12
    • +12
    ./treatment/MTreatmentRinsebackData.h
  1. … 21 more files in changeset.
DEN-12262: INT: Code reviews wrap up & support

- Addressed all the code review comments in another branch in here to facilitate the code review process and make the code ready while the actual code owner were busy supporting system for demo.

- Added another condition to the Alarm top/right countdown to hide the timer when FW is not even in the Treatment mode by the HDOpMode.

    • -6
    • +6
    ./treatment/MTreatmentBloodPrimeData.h
    • -6
    • +6
    ./treatment/MTreatmentRecirculateData.h
    • -18
    • +18
    ./treatment/MTreatmentRinsebackData.cpp
    • -12
    • +12
    ./treatment/MTreatmentRinsebackData.h
  1. … 22 more files in changeset.
DEN-12262: INT: Log Dialin Messages

- Log Dialin messages as part of the unhandled messages.

  1. … 9 more files in changeset.
DEN-12121: Updates per code review

  1. … 6 more files in changeset.
DEN-12121: Updated Models and views to latest messaging protocol. Fixed BLD to show detect counter. Updated get version to display compatibility revision.

  1. … 7 more files in changeset.
Merge branch 'staging' into DEN-12121-sw_dev-sprint-65

    • -3
    • +3
    ./treatment/MTreatmentRinsebackData.cpp
  1. … 8 more files in changeset.
DEN-12121: Implemented Model and Views for BloodLeak, AirBubble, AirTrap and DG Conductvity for DEN-12118. Removed ODi and ODo in diagnostic dialog. Added isCompleted field in Rinseback Model for DEN-9932.

    • -0
    • +45
    ./MHDAirBubbleData.cpp
    • -0
    • +84
    ./MHDAirBubbleData.h
    • -0
    • +45
    ./MHDAirTrapData.cpp
    • -0
    • +78
    ./MHDBloodLeakData.cpp
    • -3
    • +3
    ./treatment/MTreatmentRinsebackData.cpp
  1. … 19 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -6
    • +6
    ./treatment/MTreatmentBloodFlowData.cpp
    • -6
    • +6
    ./treatment/MTreatmentDialysateFlowData.cpp
    • -6
    • +6
    ./treatment/MTreatmentDialysateFlowData.h
  1. … 8 more files in changeset.