Index: MessagePayloads.h =================================================================== diff -u -rb218e277609255d214d95383f9de8eedb64af6c7 -rebd89d3bc9908d9fe46fa95d8deb400e82a62476 --- MessagePayloads.h (.../MessagePayloads.h) (revision b218e277609255d214d95383f9de8eedb64af6c7) +++ MessagePayloads.h (.../MessagePayloads.h) (revision ebd89d3bc9908d9fe46fa95d8deb400e82a62476) @@ -42,8 +42,9 @@ 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. + 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.