Index: suite_leahi/shared/scripts/configuration/config.py =================================================================== diff -u -r2807dd5593235d0424ec9ba288bfc56f7e5c1226 -r7fa3503b0eeaf8e05f4f885d7af4ea2947d90e0a --- suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 2807dd5593235d0424ec9ba288bfc56f7e5c1226) +++ suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 7fa3503b0eeaf8e05f4f885d7af4ea2947d90e0a) @@ -82,8 +82,8 @@ "Stop Time" :"OFF"} heparin_values = { "Heparin Type" :"Unfractionated 1,000", - "Dispensing Rate" :"0.5", - "Bolus Volume" :"0.4", + "Dispensing Rate" :"0.3", + "Bolus Volume" :"0.2", "Stop Time" :"60"} PAUSE = 'Pause' @@ -198,6 +198,10 @@ MID_UF_RATE = 5.00 MID_VOLUME_DELIVERED = 4.00 +MIN_UF_VOLUME = 0.35 +MIN_UF_RATE = 0.22 +MIN_VOLUME_DELIVERED = 0.09 + ULTRAFILTRATION_VOLUME = "Ultrafiltration Volume (L)" UF_VOLUME_REMOVED = "UF Volume Removed" UF_VOLUME_GOAL = "UF Volume Goal" @@ -207,12 +211,23 @@ MAX_NEW_UF_VOLUME = 8.0 MAX_NEW_UF_RATE = 2.0 +ULTRAFILTRATION_PAUSED_STATE = "Ultrafiltration Paused" +ULTRAFILTRATION_COMPLETE_STATE = "Ultrafiltration Complete" + #Rinseback BLOOD_RETURN_SETUP = "Blood Return Setup" RINSEBACK_PAUSED = "Rinseback Paused" BLOOD_RETURN_COUNTDOWN_DESCRIPTION_TEXT = "Blood return will NOT be allowed in:" BLOOD_RETURN_COMPLETE = "Blood Return Complete!" TEST_PRIMARY ="Test the primary carbon filter and enter the result below" TEST_SECONDARY ="Test the secondary carbon filter and enter the result below" +ISOLATED_UF_VOLUME_REMOVED = "Isolated UF Volume Removed" +ISOLATED_UF_VOLUME_GOAL ="Isolated UF Volume Goal" +PRESSURE_TREATMENT_PARAMETERS = ["Arterial Pressure", "Venous High Pressure", "Venous Low Pressure","TMP Pressure"] +COLOR_CODES = "#ffa500" +PRESCRIPTION_SETTINGS_PARAMETERS = ["Blood Flow Rate", "Dialysate Flow Rate" ,"Dialysate Temperature"] +RED_COLOR = "#c53b33" +WHITE_COLOR = "#fefefe" +