Index: suite_leahi/shared/scripts/configuration/config.py =================================================================== diff -u -r5242b0f3bde261dff5670b39bdb263f084d237b6 -r5a26db0d36200dceb1667403c90d4c901f1a5a6b --- suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 5242b0f3bde261dff5670b39bdb263f084d237b6) +++ suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 5a26db0d36200dceb1667403c90d4c901f1a5a6b) @@ -174,6 +174,7 @@ INSTITUTIONAL_CONFIGURATIONS = "Institutional Configurations" DATE_AND_TIME = "Date and Time" LANGUAGE = "Language" + # Blood Prime TOTAL_FLUID_DELIVERED = "Total Fluid Delivered" DELIVERING_FLUID = "Delivering Fluid" @@ -213,6 +214,7 @@ NEW_UF_RATE = "New UF Rate" + MAX_NEW_UF_VOLUME = 8.0 MAX_NEW_UF_RATE = 2.0 @@ -222,4 +224,5 @@ BLOOD_RETURN_COUNTDOWN_DESCRIPTION_TEXT = "Blood return will NOT be allowed in:" BLOOD_RETURN_COMPLETE = "Blood Return Complete!" - +#Trends and Screensaver +TRENDS = "Trends"