Index: MessagePayloads.h =================================================================== diff -u -rb218e277609255d214d95383f9de8eedb64af6c7 -r4f6fdfe324a5e07bde422fd1bb2a38526c502536 --- MessagePayloads.h (.../MessagePayloads.h) (revision b218e277609255d214d95383f9de8eedb64af6c7) +++ MessagePayloads.h (.../MessagePayloads.h) (revision 4f6fdfe324a5e07bde422fd1bb2a38526c502536) @@ -42,8 +42,10 @@ F32 ufRate; ///< Set ultrafiltration rate (mL/min). F32 dialTemp; ///< Set dialysate temperature (deg C). BOOL bypassDialyzer; ///< Flag indicating whether bypass of dialyzer is requested. - U32 acidType; ///< Type of acid being used to make dialysate. - U32 bicarbType; ///< Type of bicarb being used to make dialysate. + F32 acidConvFactor; ///< Conversion factor of acid type selected. + F32 bicarbConvFactor; ///< Conversion factor of bicarbonate. + U32 sodium; ///< Set sodium being used to make dialysate. + U32 bicarbonate; ///< Set bicarbonate being used to make dialysate. } DIALYSATE_DELIVERY_REQ_PAYLOAD_T; /// Payload record structure for requesting pre generate dialysate.