Index: shared/scripts/configuration/strings.py =================================================================== diff -u -r6f233592334983db7867dc20e067cc55d528c2cd -rde4dd0bb518628a7cdb691f5af71f8d2ffa02d52 --- shared/scripts/configuration/strings.py (.../strings.py) (revision 6f233592334983db7867dc20e067cc55d528c2cd) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision de4dd0bb518628a7cdb691f5af71f8d2ffa02d52) @@ -23,6 +23,11 @@ PRE_TREATMENT_SCREENS = ["Create" , "Sample" , "Consumables" , "Disposables" , "Prime" , "Ultrafiltration" , "BP/HR" , "Connection" , "Start"] POST_TREATMENT_SCREENS = ["Disconnection", "Review", "Disposables", "Disinfection"] +BLOOD_PRIMING_UNIT = "mL" +BLOOD_PRIMING_VALUE_0 = "0" +BLOOD_PRIMING_DEFAULT_VALUE = BLOOD_PRIMING_VALUE_0 + " " + BLOOD_PRIMING_UNIT + + SALINE_UNIT = "mL" BLOOD_PRIMING_UNIT = "mL" BLOOD_PRIMING_VALUE_0 = "0" @@ -297,10 +302,21 @@ #post treatment review TREATMENT_REVIEW_TITLE_TEXT = "Treatment Review" +HEPARIN_TYPE = "UFH 1,000 IU/mL" +ACID_CONCENTRATE = ["08-1251-1", "08-2251-0", "08-3251-9", "08-3251-9"] +BICARBONATE_CONCENTRATE = "Fres. Centrisol" +DIALYZER_TYPE = ["BB Diacap Pro 13H", "BB Diacap Pro 16H", "BB Diacap Pro 19H", "F Optiflux F160NRe", "F Optiflux F180NRe"] +TREATMENT_REVIEW_TITLE_TEXT = "Treatment Review" +EXPORT_TEXT = "Export" +CODE_TEXT = "Code: " +CODE_TEXT_AFTER_LOGGING = "Code: ..." + POST_TREATMENT_REVIEW_SCREEN_UNITS = { "Patient ID" : "", + "Heparin Bolus Volume": "mL", "Heparin Stop" : "min", - "Device ID" : "", + "Heparin Dispense Rate" : "mL/hr", + "Heparin Bolus Volume" : "mL", "Heparin Delivered Volume": "mL", "Blood Flow Rate" : "mL/min", "Treatment Start DateTime" : "", @@ -322,18 +338,11 @@ "Target UF Rate": "mL/min", "Sodium Concentration" : "mEg/L", "Actual UF Rate": "mL/min", - "Dialysate Temperature" :"°C", + "Dialysate Temperature" :"C", "Saline Bolus Volume" : "mL", "Dialyzer Type" : "", - "Average Blood Flow" : "mL/min", - "Heparin Type" : "IU/mL", - "Average Dialysate Flow" : "mL/min", - "Heparin Concentration" : "IU/mL", - "Average Dialysate Temp" : "°C", - "Heparin Bolus Volume": "mL", - "Average Arterial Pressure" : "mmHg", - "Heparin Dispense Rate" : "mL/hr", - "Average Venous Pressure" : "mmHg", + "Heparin Type" : "", + "Heparin Concentration" : "IU/mL", } #Information @@ -342,7 +351,6 @@ SERIVCES_TITLE = "Service" SERVICES_PARAMETERS = ["HD Last Service Date", "HD Next Service Date", "DG Last Service Date", "DG Next Service Date"] - #volume and brightness VOLUME_AND_BRIGHTNESS_TEXT = "Volume And Brightness" BRIGHTNESS_TEXT = "Brightness" @@ -769,3 +777,4 @@ DIALYSATE_TEMPERATURE = "Dialysate Temperature" BLOOD_PRESSURE_MEASUREMENT_INTERVAL = "Blood Pressure Measurement Interval" RINSEBACK_FLOW_RATE = "Rinseback Flow Rate" +