Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -raddd69fc864448c17a4a68b2bfa466af5483f987 -r8d3dbd25627fb7e993409eb47b2575e0430afddd --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision addd69fc864448c17a4a68b2bfa466af5483f987) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 8d3dbd25627fb7e993409eb47b2575e0430afddd) @@ -66,6 +66,7 @@ } BLOCKED_MSGS_DATA_T; #pragma pack(pop) +/// Institutional record payload structure typedef struct { U32 minBloodFlowMLPM; ///< Min blood flow in mL/min. @@ -96,8 +97,10 @@ U32 minRORejectionRatioPCT; ///< Min RO rejection ratio in percent. F32 minInletWaterCondAlarmLimitUSPCM; ///< Min inlet water conductivity alarm limit in uS/cm. S32 minVenPressWideLimitWindowMMHG; ///< Min venous pressure wide window limit in mmHg. + U32 txEndBloodFlowMLPM; ///< Treatment end blood flow in mL/min. } HD_INSTITUTIONAL_LOCAL_RECORD_T; +/// Local serial number typedef struct { U08 topLevelSN[ MAX_TOP_LEVEL_SN_CHARS ];