Index: sources/model/hd/data/treatmentlog/MTreatmentLogAvrgeData.h
===================================================================
diff -u -ra5be04172757fa469d85fb83a6998a4404214f19 -rb3eb8bc9696c4db9867ad1cf13b47c455a94e0fe
--- sources/model/hd/data/treatmentlog/MTreatmentLogAvrgeData.h (.../MTreatmentLogAvrgeData.h) (revision a5be04172757fa469d85fb83a6998a4404214f19)
+++ sources/model/hd/data/treatmentlog/MTreatmentLogAvrgeData.h (.../MTreatmentLogAvrgeData.h) (revision b3eb8bc9696c4db9867ad1cf13b47c455a94e0fe)
@@ -48,11 +48,11 @@
* \sa HD_Post_Treatment_Mode_States
*
*
- * | ||
- * | ||
- * | typeText | Datum |
- * | unitText | HD |
- * | infoText | TreatmentLogAvrge |
+ * | ||
+ * | ||
+ * | typeText | Datum |
+ * | unitText | HD |
+ * | infoText | TreatmentLogAvrge |
*
*/
class MTreatmentLogAvrgeData : public MAbstract {
@@ -84,6 +84,9 @@
float mUFRate ; ///< 4 - (F32) Ultrafiltration Rate (mmHg)
float mArterialPressure ; ///< 5 - (F32) Arterial Pressure (mmHg)
float mVenousPressure ; ///< 6 - (F32) Venous Pressure (mmHg)
+ quint32 mSystolic ; ///< Systolic Blood Pressure - This value is not coming from FW and will be get from UI and User.
+ quint32 mDiastolic ; ///< Diastolic Blood Pressure - This value is not coming from FW and will be get from UI and User.
+ quint32 mHeartRate ; ///< Heart Rate - This value is not coming from FW and will be get from UI and User.
};
MTreatmentLogAvrgeData() { }