Index: sources/storage/TreatmentLog.h =================================================================== diff -u -r1f7b6bc9c38aa3bb35a8ce34e6c229f6b124b3df -rc4bd7072571428744e11dd24d5da1d1a3e1d1686 --- sources/storage/TreatmentLog.h (.../TreatmentLog.h) (revision 1f7b6bc9c38aa3bb35a8ce34e6c229f6b124b3df) +++ sources/storage/TreatmentLog.h (.../TreatmentLog.h) (revision c4bd7072571428744e11dd24d5da1d1a3e1d1686) @@ -69,6 +69,7 @@ }; enum TreatmentLogIndex { + ePatientID , eDeviceID , eBloodFlowRate , eDialysateFlowRate , @@ -107,6 +108,7 @@ }; const QStringList _titles { + tr("Patient ID" ), tr("Device ID" ), tr("Blood Flow Rate" ), tr("Dialysate Flow Rate" ), @@ -144,6 +146,7 @@ const QStringList _units { "" , + "" , _unitTextFlowRate , _unitTextFlowRate , _unitTextDurationMin , @@ -209,7 +212,7 @@ SINGLETON(TreatmentLog) public: - void initModel(const AdjustTreatmentLogResponseData &vData); + void initModel(const AdjustTreatmentLogResponseData &vData, const QString &vPatientID); const QStringList titles() const { return _titles; } const QStringList units () const { return _units ; }