Index: shared/scripts/configuration/config.py =================================================================== diff -u -rd5d976dfec8c5324cd779fb192b1a3e36032547d -r7f5d92792f49814d405ae6266af82b19cd999d4b --- shared/scripts/configuration/config.py (.../config.py) (revision d5d976dfec8c5324cd779fb192b1a3e36032547d) +++ shared/scripts/configuration/config.py (.../config.py) (revision 7f5d92792f49814d405ae6266af82b19cd999d4b) @@ -67,7 +67,7 @@ "Heparin Bolus Volume": [0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 0], "Heparin Stop Time": [0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 0], "Saline Bolus Volume": [100, 200, 300], - "Dialysate Temperature": [35.0, 35.5, 36.0, 36.5, 37.0, 37.5, 38.0], + "Dialysate Temperature": [35.0, 35.5, 36.0, 36.5, 37.0], "Blood Pressure Measurement Interval": [0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 0], "Rinseback Flow Rate": [50, 75, 100, 125, 150], } @@ -82,7 +82,7 @@ "heparin_bolus_volume" : [0, 0.1, 37], "heparin_stop_time" : [0, 10, 15.9], "saline_bolus" : [100, 100, 375], - "dialysate_temperature" : [35, 0.5, 125], + "dialysate_temperature" : [35, 0.5, 187.5], "arterial_pressure_limit_high" : [20, 10, 11.931], "blood_pressure_measurement_interval" : [0, 5, 62], "rinseback_flow_rate" : [50, 25, 187],