Index: shared/scripts/configuration/strings.py =================================================================== diff -u -r3e7df722f0aeb4c461675de10a95ff4950f5d9c9 -rfaca8d2a832136a7c7d1345ddd7153c560173319 --- shared/scripts/configuration/strings.py (.../strings.py) (revision 3e7df722f0aeb4c461675de10a95ff4950f5d9c9) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision faca8d2a832136a7c7d1345ddd7153c560173319) @@ -80,10 +80,6 @@ ACK_REQ_STATUS = 'Ack Req' ACK_BAK_STATUS = 'Ack Bak' -#standby mode -LIQUID_UNIT = "mL" - - #main treatment pressure PRESSURE_TITLE = "PRESSURES" ARTERIAL_TITLE = "Arterial" @@ -177,11 +173,11 @@ #Setting DEVICE_SETTINGS_TEXT = "Device Settings" -DEVICE_SETTINGS_SCREEN_PARAMETER = ["Information", "Volume And Brightness", "Wi-Fi", "Bluetooth Cuff", "Dialysate Generator Settings", "Services"] +DEVICE_SETTINGS_SCREEN_PARAMETER = ["Information", "Volume And Brightness", "Wi-Fi", "Bluetooth Cuff", "DG Cleaning", "Service", "Export Logs"] +SettingsHome_Treatment_Text = "Treatment" +SettingsHome_Manager_Text = "Manager" +SettingsHome_Settings_Text = "Settings" -#UF treatment -LIQUID_UNIT = "mL" - #create custom treatment TREATMENT_TITLE = "Create a Custom Treatment" CONFIRM_TREATMENT_TITLE = "Confirm Treatment" @@ -213,11 +209,7 @@ OFF_TEXT = "OFF" CONTINUE_TEXT = "CONTINUE" -CREATE_TREATMENT_PARAMETERS = ["Blood Flow Rate", "Dialysate Flow Rate", "Duration","Heparin Dispensing Rate", - "Heparin Bolus Volume","Heparin Stop Time", "Saline Bolus", "Dialysate Temperature", - "Blood Pressure Measurement Interval", "Rinseback Flow Rate"] - PRESCRIPTION_DETAILS = { "Blood Flow Rate": "mL/min", "Dialysate Flow Rate": "mL/min", "Duration": "min", "Heparin Dispensing Rate": "mL/hr", @@ -345,7 +337,7 @@ #Information INFORMATION_TITLES = ["Information", "Versions"] INFORMATION_PARAMETERS = ["Information", "UI Version", "HD Version", "HD FPGA Version", "HD Serial Number", "DG Version", "DG FPGA Version", "DG Serial Number"] -SERIVCES_TITLE = "Services" +SERIVCES_TITLE = "Service" SERVICES_PARAMETERS = ["HD Last Service Date", "HD Next Service Date", "DG Last Service Date", "DG Next Service Date"] @@ -711,13 +703,3 @@ BLOOD_FLOW_TEXT = "blood" DIALYSATE_FLOW_TEXT = "dialysate" - -#Time_Duration -CREATE_TREATMENT_PARAMETERS = ["Blood Flow Rate", "Dialysate Flow Rate", "Duration","Heparin Dispensing Rate", - "Heparin Bolus Volume","Heparin Stop Time", "Saline Bolus","Dialysate Temperature","Blood Pressure Measurement Interval", - "Rinseback Flow Rate"] -TREATMENT_PAUSED_TEXT = "Treatment Paused" - -PRE_TREATMENT_SCREENS = ["Create" , "Sample" , "Consumables" , "Disposables" , "Prime" , "Ultrafiltration" , "BP/HR" , "Connection" , "Start"] - -