Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -re866cc8b2a410d05ef5ad0e7b0110f0cbbd1807c -r848e906d5aed70fec6844a2ab026070427572123 --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision e866cc8b2a410d05ef5ad0e7b0110f0cbbd1807c) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 848e906d5aed70fec6844a2ab026070427572123) @@ -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 ];