Index: shared/scripts/configuration/config.py =================================================================== diff -u -re3f67a6e78d267bb99596ba1ce439c6fe7d89a25 -rb4d2f9ef205d7fb355ffd9cd4e5f647dd2c37e9b --- shared/scripts/configuration/config.py (.../config.py) (revision e3f67a6e78d267bb99596ba1ce439c6fe7d89a25) +++ shared/scripts/configuration/config.py (.../config.py) (revision b4d2f9ef205d7fb355ffd9cd4e5f647dd2c37e9b) @@ -130,7 +130,7 @@ "Heparin Stop Time": [0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480], "Saline Bolus Volume": [100, 200, 300], "Dialysate Temperature": [35.0, 35.5, 36.0, 36.5, 37.0], - "Blood Pressure Measurement Interval": [5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 0], + "Blood Pressure Measurement Interval": [5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60], "Rinseback Flow Rate": [50, 75, 100, 125, 150], } @@ -274,7 +274,7 @@ } #Random selection for operational parameter for custom dta -OPERATIONAL_PARAMETERS = {"Heparin Type": HEPARIN_TYPE, "Acid Concentrate": "08-1251-1", +OPERATIONAL_PARAMETERS = {"Heparin Type": HEPARIN_TYPE, "Acid Concentrate": "1.0 K 2.5 Ca", "Bicarbonate Concentrate": BICARBONATE_CONCENTRATE, "Dialyzer Type": "BB Diacap Pro 16H"} #ultrafilteration volume based on flow parameters. Python list contains Rotational speed, Motor speed, @@ -464,12 +464,14 @@ TREATMENT_ALARM_PARAMETER = { "Alarm Id" : [2, 4], + "Alarm Id String" : ["2-HD POST: FPGA Compatibility", 4], "Parameter1" : [2.3, 3.7], "Parameter2" : [3.4, 4.5], } TREATMENT_EVENT_PARAMETER = { "Event id" : [2, 3], + "Event id String" : ["2 - Treatment duration change event", 3], "Old Value" : [1.523, 1.945], "New Value" : [2.523, 3.567], }