Index: sources/model/hd/adjustment/posttreatment/MPostTreatmentAdjustTreatmentLogResponse.h =================================================================== diff -u -r2216ac6ac7f77437a7c29ac8b4043be01bc4609e -r1c18f738693756ca1f0342c2cc158e32bc28f90b --- sources/model/hd/adjustment/posttreatment/MPostTreatmentAdjustTreatmentLogResponse.h (.../MPostTreatmentAdjustTreatmentLogResponse.h) (revision 2216ac6ac7f77437a7c29ac8b4043be01bc4609e) +++ sources/model/hd/adjustment/posttreatment/MPostTreatmentAdjustTreatmentLogResponse.h (.../MPostTreatmentAdjustTreatmentLogResponse.h) (revision 1c18f738693756ca1f0342c2cc158e32bc28f90b) @@ -36,41 +36,40 @@ * * | Payload || * | || - * | # 1:(U32) | \ref Data::mAccepted | | - * | # 2:(U32) | \ref Data::mReason | | - * | # 3:(U32) | \ref Data::mBloodFlowRate | (mL/min) | - * | # 4:(U32) | \ref Data::mDialysateFlowRate | (mL/min) | - * | # 5:(U32) | \ref Data::mTreatmentDuration | (min) | - * | # 6:(U32) | \ref Data::mActualTreatmentDuration | (min) | - * | # 7:(U32) | \ref Data::mAcidConcentrateType | | - * | # 8:(U32) | \ref Data::mBicarbonateConcentrateType | | - * | # 9:(U32) | \ref Data::mPotassiumConcentration | (mEq/L) | - * | #10:(U32) | \ref Data::mCalciumConcentration | (mEq/L) | - * | #11:(U32) | \ref Data::mBicarbonateConcentration | (mEq/L) | - * | #12:(U32) | \ref Data::mSodiumConcentration | (mEq/L) | - * | #13:(F32) | \ref Data::mDialysateTemperature | (Celsius) | - * | #14:(U32) | \ref Data::mDialyzerType | | - * | #15:(U32) | \ref Data::mTreatmentDateTime | | - * | #16:(F32) | \ref Data::mAverageBloodFlow | (mL/min) | - * | #17:(F32) | \ref Data::mAverageDialysateFlow | (mL/min) | - * | #18:(F32) | \ref Data::mDialysateVolumeUsed | (L) | - * | #19:(F32) | \ref Data::mAverageDialysateTemp | (Celsius) | - * | #20:(F32) | \ref Data::mTargetUFVolume | (L) | - * | #21:(F32) | \ref Data::mActualUFVolume | (L) | - * | #22:(F32) | \ref Data::mTargetUFRate | (mL/min) | - * | #23:(F32) | \ref Data::mActualUFRate | (mL/min) | - * | #24:(U32) | \ref Data::mSalineBolusVolume | (mL) | - * | #25:(U32) | \ref Data::mHeparinType | | - * | #26:(U32) | \ref Data::mHeparinConcentration | (IU/mL) | - * | #27:(F32) | \ref Data::mHeparinBolusVolume | (mL) | - * | #28:(F32) | \ref Data::mHeparinDispenseRate | (mL/hr) | - * | #29:(U32) | \ref Data::mHeparinStop | (min) | - * | #30:(F32) | \ref Data::mHeparinDeliveredVolume | (mL) | - * | #31:(F32) | \ref Data::mAverageArterialPressure | (mmHg) | - * | #32:(F32) | \ref Data::mAverageVenousPressure | (mmHg) | - * | #33:(U32) | \ref Data::mEndTreatmentEarlyAlarm | | - * | #34:(U32) | \ref Data::mDeviceID | | - * | #35:(U32) | \ref Data::mWaterSampleTestResult | | + * | 01 - (U32) | \ref Data::mAccepted | The accept or reject bool | | + * | 02 - (U32) | \ref Data::mReason | The rejection reason | | + * | 03 - (U32) | \ref Data::mBloodFlowRate | Blood Flow Rate | (mL/min) | + * | 04 - (U32) | \ref Data::mDialysateFlowRate | Dialysate Flow Rate | (mL/min) | + * | 05 - (U32) | \ref Data::mTreatmentDuration | Treatment Duration | (sec) | + * | 06 - (U32) | \ref Data::mActualTreatmentDuration | Actual Treatment Duration | (sec) | + * | 07 - (U32) | \ref Data::mAcidConcentrateType | Acid Concentrate Type | | + * | 08 - (U32) | \ref Data::mBicarbonateConcentrateType | Bicarbonate Concentrate Type | | + * | 09 - (U32) | \ref Data::mPotassiumConcentration | Potassium Concentration | (mEq/L) | + * | 10 - (U32) | \ref Data::mCalciumConcentration | Calcium Concentration | (mEq/L) | + * | 11 - (U32) | \ref Data::mBicarbonateConcentration | Bicarbonate Concentration | (mEq/L) | + * | 12 - (U32) | \ref Data::mSodiumConcentration | SodiumConcentration | (mEq/L) | + * | 13 - (F32) | \ref Data::mDialysateTemperature | Dialysate Temperature | (Celsius) | + * | 14 - (U32) | \ref Data::mDialyzerType | Dialyzer Type | | + * | 15 - (U32) | \ref Data::mTreatmentStartEpoch | Treatment Start Date and Time | (epoch) | + * | 16 - (U32) | \ref Data::mTreatmentEndEpoch | Treatment End Date and Time | (epoch) | + * | 17 - (F32) | \ref Data::mAverageBloodFlow | Average Blood Flow | (mL/min) | + * | 18 - (F32) | \ref Data::mAverageDialysateFlow | Average Dialysate Flow | (mL/min) | + * | 19 - (F32) | \ref Data::mDialysateVolumeUsed | Dialysate Volume Used | (L) | + * | 20 - (F32) | \ref Data::mAverageDialysateTemp | Average Dialysate Temp | (Celsius) | + * | 21 - (F32) | \ref Data::mTargetUFVolume | Target UF Volume | (L) | + * | 22 - (F32) | \ref Data::mActualUFVolume | Actual UF Volume | (L) | + * | 23 - (F32) | \ref Data::mTargetUFRate | Target UF Rate | (mL/min) | + * | 24 - (F32) | \ref Data::mActualUFRate | Actual UF Rate | (mL/min) | + * | 25 - (U32) | \ref Data::mSalineBolusVolume | Saline Bolus Volume | (mL) | + * | 26 - (F32) | \ref Data::mHeparinBolusVolume | Heparin Bolus Volume | (mL) | + * | 27 - (F32) | \ref Data::mHeparinDispenseRate | Heparin Dispense Rate | (mL/hr) | + * | 28 - (U32) | \ref Data::mHeparinStop | Heparin Pre-Stop | (min) | + * | 29 - (F32) | \ref Data::mHeparinDeliveredVolume | Heparin Delivered Volume | (mL) | + * | 30 - (F32) | \ref Data::mAverageArterialPressure | Average Arterial Pressure | (mmHg) | + * | 31 - (F32) | \ref Data::mAverageVenousPressure | Average Venous Pressure | (mmHg) | + * | 32 - (U32) | \ref Data::mDeviceID | Device ID | | + * | 33 - (U32) | \ref Data::mWaterSampleTestResult | Water Sample Test Result | | + * * \sa Data * \sa MAdjustTreatmentLogReq : TreatmentLog Request * \sa MTreatmentTreatmentLog : TreatmentLog Data @@ -91,41 +90,41 @@ QVariantList parameters() const override; struct { - Types::U32 mAccepted ; - Types::U32 mReason ; - Types::U32 mBloodFlowRate ; - Types::U32 mDialysateFlowRate ; - Types::U32 mTreatmentDuration ; - Types::U32 mActualTreatmentDuration ; - Types::U32 mAcidConcentrateType ; - Types::U32 mBicarbonateConcentrateType ; - Types::U32 mPotassiumConcentration ; - Types::U32 mCalciumConcentration ; - Types::U32 mBicarbonateConcentration ; - Types::U32 mSodiumConcentration ; - Types::F32 mDialysateTemperature ; - Types::U32 mDialyzerType ; - Types::U32 mTreatmentDateTime ; - Types::F32 mAverageBloodFlow ; - Types::F32 mAverageDialysateFlow ; - Types::F32 mDialysateVolumeUsed ; - Types::F32 mAverageDialysateTemp ; - Types::F32 mTargetUFVolume ; - Types::F32 mActualUFVolume ; - Types::F32 mTargetUFRate ; - Types::F32 mActualUFRate ; - Types::U32 mSalineBolusVolume ; - Types::U32 mHeparinType ; - Types::U32 mHeparinConcentration ; - Types::F32 mHeparinBolusVolume ; - Types::F32 mHeparinDispenseRate ; - Types::U32 mHeparinStop ; - Types::F32 mHeparinDeliveredVolume ; - Types::F32 mAverageArterialPressure ; - Types::F32 mAverageVenousPressure ; - Types::U32 mEndTreatmentEarlyAlarm ; - Types::U32 mDeviceID ; - Types::U32 mWaterSampleTestResult ; + Types::U32 mAccepted ; ///< 01 - (U32) The accept or reject bool flag + Types::U32 mReason ; ///< 02 - (U32) The rejection reason + Types::U32 mBloodFlowRate ; ///< 03 - (U32) Blood Flow Rate (mL/min) + Types::U32 mDialysateFlowRate ; ///< 04 - (U32) Dialysate Flow Rate (mL/min) + Types::U32 mTreatmentDuration ; ///< 05 - (U32) Treatment Duration (sec) + Types::U32 mActualTreatmentDuration ; ///< 06 - (U32) Actual Treatment Duration (sec) + Types::U32 mAcidConcentrateType ; ///< 07 - (U32) Acid Concentrate Type + Types::U32 mBicarbonateConcentrateType ; ///< 08 - (U32) Bicarbonate Concentrate Type + Types::U32 mPotassiumConcentration ; ///< 09 - (U32) Potassium Concentration (mEq/L) + Types::U32 mCalciumConcentration ; ///< 10 - (U32) Calcium Concentration (mEq/L) + Types::U32 mBicarbonateConcentration ; ///< 11 - (U32) Bicarbonate Concentration (mEq/L) + Types::U32 mSodiumConcentration ; ///< 12 - (U32) SodiumConcentration (mEq/L) + Types::F32 mDialysateTemperature ; ///< 13 - (F32) Dialysate Temperature (Celsius) + Types::U32 mDialyzerType ; ///< 14 - (U32) Dialyzer Type + Types::U32 mTreatmentStartEpoch ; ///< 15 - (U32) Treatment Start Date and Time (epoch) + Types::U32 mTreatmentEndEpoch ; ///< 16 - (U32) Treatment End Date and Time (epoch) + Types::F32 mAverageBloodFlow ; ///< 17 - (F32) Average Blood Flow (mL/min) + Types::F32 mAverageDialysateFlow ; ///< 18 - (F32) Average Dialysate Flow (mL/min) + Types::F32 mDialysateVolumeUsed ; ///< 19 - (F32) Dialysate Volume Used (L) + Types::F32 mAverageDialysateTemp ; ///< 20 - (F32) Average Dialysate Temp (Celsius) + Types::F32 mTargetUFVolume ; ///< 21 - (F32) Target UF Volume (L) + Types::F32 mActualUFVolume ; ///< 22 - (F32) Actual UF Volume (L) + Types::F32 mTargetUFRate ; ///< 23 - (F32) Target UF Rate (mL/min) + Types::F32 mActualUFRate ; ///< 24 - (F32) Actual UF Rate (mL/min) + Types::U32 mSalineBolusVolume ; ///< 25 - (U32) Saline Bolus Volume (mL) + Types::F32 mHeparinBolusVolume ; ///< 26 - (F32) Heparin Bolus Volume (mL) + Types::F32 mHeparinDispenseRate ; ///< 27 - (F32) Heparin Dispense Rate (mL/hr) + Types::U32 mHeparinStop ; ///< 28 - (U32) Heparin Stop (min) + Types::F32 mHeparinDeliveredVolume ; ///< 29 - (F32) Heparin Delivered Volume (mL) + Types::F32 mAverageArterialPressure ; ///< 30 - (F32) Average Arterial Pressure (mmHg) + Types::F32 mAverageVenousPressure ; ///< 31 - (F32) Average Venous Pressure (mmHg) + Types::U32 mDeviceID ; ///< 32 - (U32) Device ID + Types::U32 mWaterSampleTestResult ; ///< 33 - (U32) Water Sample Test Result + Types::U32 mHeparinType ; ///< Heparin Type // is filled by UI, for now + Types::U32 mHeparinConcentration ; ///< Heparin Concentration (IU/mL) // is filled by UI, for now } _data; public: @@ -135,41 +134,41 @@ QString infoText () const override { return QString("AdjustTreatmentLog") ; } struct Data { - bool mAccepted = 0; /*!< Accepted value of type quint32 extracted out */ - quint32 mReason = 0; /*!< Reason value of type quint32 extracted out */ - quint32 mBloodFlowRate = 0; /*!< Blood Flow Rate (mL/min) */ - quint32 mDialysateFlowRate = 0; /*!< Dialysate Flow Rate (mL/min) */ - quint32 mTreatmentDuration = 0; /*!< Treatment Duration (min) */ - quint32 mActualTreatmentDuration = 0; /*!< Actual Treatment Duration (min) */ - quint32 mAcidConcentrateType = 0; /*!< Acid Concentrate Type */ - quint32 mBicarbonateConcentrateType = 0; /*!< Bicarbonate Concentrate Type */ - quint32 mPotassiumConcentration = 0; /*!< Potassium Concentration (mEq/L) */ - quint32 mCalciumConcentration = 0; /*!< Calcium Concentration (mEq/L) */ - quint32 mBicarbonateConcentration = 0; /*!< Bicarbonate Concentration (mEq/L) */ - quint32 mSodiumConcentration = 0; /*!< SodiumConcentration (mEq/L) */ - float mDialysateTemperature = 0; /*!< Dialysate Temperature (Celsius) */ - quint32 mDialyzerType = 0; /*!< Dialyzer Type */ - quint32 mTreatmentDateTime = 0; /*!< Treatment Date and Time */ - float mAverageBloodFlow = 0; /*!< Average Blood Flow (mL/min) */ - float mAverageDialysateFlow = 0; /*!< Average Dialysate Flow (mL/min) */ - float mDialysateVolumeUsed = 0; /*!< Dialysate Volume Used (L) */ - float mAverageDialysateTemp = 0; /*!< Average Dialysate Temp (Celsius) */ - float mTargetUFVolume = 0; /*!< Target UF Volume (L) */ - float mActualUFVolume = 0; /*!< Actual UF Volume (L) */ - float mTargetUFRate = 0; /*!< Target UF Rate (mL/min) */ - float mActualUFRate = 0; /*!< Actual UF Rate (mL/min) */ - quint32 mSalineBolusVolume = 0; /*!< Saline Bolus Volume (mL) */ - quint32 mHeparinType = 0; /*!< Heparin Type */ - quint32 mHeparinConcentration = 0; /*!< Heparin Concentration (IU/mL) */ - float mHeparinBolusVolume = 0; /*!< Heparin Bolus Volume (mL) */ - float mHeparinDispenseRate = 0; /*!< Heparin Dispense Rate (mL/hr) */ - quint32 mHeparinStop = 0; /*!< Heparin Stop (min) */ - float mHeparinDeliveredVolume = 0; /*!< Heparin Delivered Volume (mL) */ - float mAverageArterialPressure = 0; /*!< Average Arterial Pressure (mmHg) */ - float mAverageVenousPressure = 0; /*!< Average Venous Pressure (mmHg) */ - quint32 mEndTreatmentEarlyAlarm = 0; /*!< End Treatment Early Alarm */ - quint32 mDeviceID = 0; /*!< Device ID */ - quint32 mWaterSampleTestResult = 0; /*!< Water Sample Test Result */ + bool mAccepted = 0; ///< 01 - (U32) The accept or reject bool flag + quint32 mReason = 0; ///< 02 - (U32) The rejection reason + quint32 mBloodFlowRate = 0; ///< 03 - (U32) Blood Flow Rate (mL/min) + quint32 mDialysateFlowRate = 0; ///< 04 - (U32) Dialysate Flow Rate (mL/min) + quint32 mTreatmentDuration = 0; ///< 05 - (U32) Treatment Duration (sec) + quint32 mActualTreatmentDuration = 0; ///< 06 - (U32) Actual Treatment Duration (sec) + quint32 mAcidConcentrateType = 0; ///< 07 - (U32) Acid Concentrate Type + quint32 mBicarbonateConcentrateType = 0; ///< 08 - (U32) Bicarbonate Concentrate Type + quint32 mPotassiumConcentration = 0; ///< 09 - (U32) Potassium Concentration (mEq/L) + quint32 mCalciumConcentration = 0; ///< 10 - (U32) Calcium Concentration (mEq/L) + quint32 mBicarbonateConcentration = 0; ///< 11 - (U32) Bicarbonate Concentration (mEq/L) + quint32 mSodiumConcentration = 0; ///< 12 - (U32) SodiumConcentration (mEq/L) + float mDialysateTemperature = 0; ///< 13 - (F32) Dialysate Temperature (Celsius) + quint32 mDialyzerType = 0; ///< 14 - (U32) Dialyzer Type + quint32 mTreatmentStartEpoch = 0; ///< 15 - (U32) Treatment Start Date and Time (epoch) + quint32 mTreatmentEndEpoch = 0; ///< 16 - (U32) Treatment End Date and Time (epoch) + float mAverageBloodFlow = 0; ///< 17 - (F32) Average Blood Flow (mL/min) + float mAverageDialysateFlow = 0; ///< 18 - (F32) Average Dialysate Flow (mL/min) + float mDialysateVolumeUsed = 0; ///< 19 - (F32) Dialysate Volume Used (L) + float mAverageDialysateTemp = 0; ///< 20 - (F32) Average Dialysate Temp (Celsius) + float mTargetUFVolume = 0; ///< 21 - (F32) Target UF Volume (L) + float mActualUFVolume = 0; ///< 22 - (F32) Actual UF Volume (L) + float mTargetUFRate = 0; ///< 23 - (F32) Target UF Rate (mL/min) + float mActualUFRate = 0; ///< 24 - (F32) Actual UF Rate (mL/min) + quint32 mSalineBolusVolume = 0; ///< 25 - (U32) Saline Bolus Volume (mL) + float mHeparinBolusVolume = 0; ///< 26 - (F32) Heparin Bolus Volume (mL) + float mHeparinDispenseRate = 0; ///< 27 - (F32) Heparin Dispense Rate (mL/hr) + quint32 mHeparinStop = 0; ///< 28 - (U32) Heparin Stop (min) + float mHeparinDeliveredVolume = 0; ///< 29 - (F32) Heparin Delivered Volume (mL) + float mAverageArterialPressure = 0; ///< 30 - (F32) Average Arterial Pressure (mmHg) + float mAverageVenousPressure = 0; ///< 31 - (F32) Average Venous Pressure (mmHg) + quint32 mDeviceID = 0; ///< 32 - (U32) Device ID + quint32 mWaterSampleTestResult = 0; ///< 33 - (U32) Water Sample Test Result + quint32 mHeparinType = 0; ///< Heparin Type // is filled by UI, for now + quint32 mHeparinConcentration = 0; ///< Heparin Concentration (IU/mL) // is filled by UI, for now }; MAdjustTreatmentLogResponse () { }