Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r1a36e9bd718b40ceaee21dd12eca2da353828e30 -rb15f0a054b8b0a315476ea5ea95869be5da00a59 --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 1a36e9bd718b40ceaee21dd12eca2da353828e30) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision b15f0a054b8b0a315476ea5ea95869be5da00a59) @@ -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 ];