Index: shared/scripts/configuration/strings.py =================================================================== diff -u -rc5fa7d0843882d5d33083b4938614907ec141b49 -re60ec6f6cfbc6bff6164d02e760a70a43775fe95 --- shared/scripts/configuration/strings.py (.../strings.py) (revision c5fa7d0843882d5d33083b4938614907ec141b49) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision e60ec6f6cfbc6bff6164d02e760a70a43775fe95) @@ -46,7 +46,6 @@ UF_VOLUME_TEXT = "Ultrafiltration Volume (L)" UF_TITLE_TEXT = "Ultrafiltration Setup" BP_HR_TEXT = "BP/HR" -SKIP_TEXT = "SKIP" TUTORIAL_TEXT = { 0 : "Wash your hands and establish vascular access per your clinic's instructions.", 1 : "Pinch arterial clamp and venous clamp on located on the cartridge patient lines.", @@ -211,6 +210,8 @@ "Heparin Bolus Volume","Heparin Stop Time", "Saline Bolus", "Dialysate Temperature", "Blood Pressure Measurement Interval", "Rinseback Flow Rate"] +SKIP_TEXT = "SKIP" +ON_TEXT = "ON" OFF_TEXT = "OFF" CONTINUE_TEXT = "CONTINUE" @@ -358,7 +359,6 @@ NOTIFICATION_MESSAGE_TEXT = "The response value is incorrect. [1007]" CONFIRM_TEXT = "CONFIRM" SERVICE_BACK_BTN = "BACK" -BACK_TEXT = "BACK" UNIT_OF_VOLUME_AND_BRIGHTNESS = "%" #services @@ -371,7 +371,6 @@ UF_VOLUME_TEXT = "Ultrafiltration Volume (L)" UF_TITLE_TEXT = "Ultrafiltration Setup" BP_HR_TEXT = "BP/HR" -SKIP_TEXT = "SKIP" TUTORIAL_TEXT = { 0 : "Wash your hands and establish vascular access per your clinic's instructions.", 1 : "Pinch arterial clamp and venous clamp on located on the cartridge patient lines.", @@ -1312,6 +1311,9 @@ SCAN_TEXT = "SCAN" SCAN_FINISHED_TEXT = "Scan Finished" +#Bluetooth cuff +BLUETOOTH_CUFF_TITLE_TEXT = "Bluetooth Cuff" +DEVICES_TEXT = "Devices" OPERATIONAL_PARAMETERS = {"Heparin Type": HEPARIN_TYPE, "Acid Concentrate": "Fres. Naturalyte", "Bicarbonate Concentrate": BICARBONATE_CONCENTRATE, "Dialyzer Type": "BB Diacap Pro 16H"} @@ -1322,5 +1324,14 @@ BLOOD_PRIMING_TEXT = "Blood Priming" SALINE_UNIT = "mL" +#DG Cleaning +DG_CLEANING_TITLE_TEXT = "DG Cleaning" +WATER_FLUSH_TEXT = "Water Flush" +HEAT_DISINFECTION_TEXT = "Heat Disinfection" +WATER_FLUSH_TIME_TEXT = "Time (HH:MM)" +WATER_FLUSH_CYCLE_TEXT = "Cycle (Days)" +HEAT_DISINFECTION_TIME_TEXT = "Time (HH:MM)" +HEAT_DISINFECTION_CYCLE_TEXT = "Cycle (Days)" +