Clone
Behrouz NematiPour
committed
on 09 Feb 23
DEN-14736 : IMP: Updated MsgID 0x5C00
/*!
* \brief The MTreatmentStates class
* \details The treatment states data model
* The… Show more
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 |

*

*/ Show less