Index: sources/gui/GuiGlobals.h =================================================================== diff -u -rbdf090c85ac9b272d1c693025542e8a5fac5a7e5 -r8eee2f9b4de52348bdb7816bfefa9956f1042d94 --- sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision bdf090c85ac9b272d1c693025542e8a5fac5a7e5) +++ sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision 8eee2f9b4de52348bdb7816bfefa9956f1042d94) @@ -187,8 +187,8 @@ ID_AdjustUltrafiltrationInitReq = 0x4F0F, // 79 //// ----- @CRAPIZED: had to change to avoid duplication ID_AdjustUltrafiltrationInitRsp = 0x5000, // 80 // Pre-Treatment Patient Connection Confirm - ID_AdjustPatientConnectionConfirmReq = 0x660F, // 102 //// ----- @CRAPIZED: had to change to avoid duplication - ID_AdjustPatientConnectionConfirmRsp = 0x670F, // 103 //// ----- @CRAPIZED: had to change to avoid duplication + ID_AdjustPatientConnectionConfirmReq = 0xD600, // 214 //// ----- @LEAHIZED + ID_AdjustPatientConnectionConfirmRsp = 0xD700, // 215 //// ----- @LEAHIZED // Pre-Treatment Start Treatment ID_AdjustStartTreatmentReq = 0xA100, // 161 ID_AdjustStartTreatmentRsp = 0xA200, // 162 @@ -302,6 +302,9 @@ ID_AdjustIsolatedUFConfirmReq = 0x9F00, // 159 //// ----- @LEAHIZED ID_AdjustIsolatedUFConfirmRsp = 0xA000, // 160 //// ----- @LEAHIZED + ID_AdjustIsoUFStateReq = 0xBA00, // 186 //// ----- @LEAHIZED + ID_AdjustIsoUFStateRsp = 0xBB00, // 187 //// ----- @LEAHIZED + // End-Treatment // Rinseback ID_AdjustRinsebackReq = 0x9000, // 144 //// ----- @LEAHIZED @@ -482,6 +485,9 @@ // Ultrafiltration typedef GuiActions::UF_Commands GuiUFCommands; typedef GuiActions::UF_Adjustments GuiUFAdjustment; + // Isolated UF + typedef GuiActions::ISO_UF_Commands GuiIsoUFCommands; + typedef GuiActions::Isolated_UF_States GuiIsoUfState; // Saline typedef GuiActions::Fluid_Bolus_States GuiSalineStates; typedef GuiActions::Fluid_Bolus_Commands GuiSalineCommands;