Index: sources/gui/qml/dialogs/DiagnosticsDialog.qml =================================================================== diff -u -rf0f5a1a28a8ff55672f10b5c50c6c406f6c72c2d -r43ae56f762e6f3e1416d39e3d16f9103fc597e41 --- sources/gui/qml/dialogs/DiagnosticsDialog.qml (.../DiagnosticsDialog.qml) (revision f0f5a1a28a8ff55672f10b5c50c6c406f6c72c2d) +++ sources/gui/qml/dialogs/DiagnosticsDialog.qml (.../DiagnosticsDialog.qml) (revision 43ae56f762e6f3e1416d39e3d16f9103fc597e41) @@ -230,6 +230,29 @@ ] } + + DebugDataColumn { id: _TDTXStatesColumn + textObjectName :"_TDTxStatesData" + title : "" + horizontalAlignmentText: Text.AlignLeft + fontPixelSizeText: Fonts.fontPixelDebugTitle + x: col(0) + y: row(7) + model: [ "TX States: %1 %2 %3 %4 %5 %6 %7 %8 %9 %10" + .arg(vTDTreatmentStates.subMode ) + .arg(vTDTreatmentStates.txBloodPrime ) + .arg(vTDTreatmentStates.txDialysis ) + .arg(vTDTreatmentStates.ufState ) + .arg(vTDTreatmentStates.txStop ) + .arg(vTDTreatmentStates.txRinseback ) + .arg(vTDTreatmentStates.txRecirculate ) + .arg(vTDTreatmentStates.txEnd ) + .arg(vTDTreatmentStates.salineState ) + .arg(vTDTreatmentStates.heparin ) + ] + } + + // TODO: The TouchRect should be unnecessary since the first communication message with UI/HD is the version. TouchRect { x : col(6.0)