Index: suite_leahi/shared/scripts/configuration/config.py =================================================================== diff -u -r1d0e60a5615bf3ee78da8ff25c7c15a78a2049a3 -r7fd6ffc903ecfb127ebdf81efdd1527d7031f706 --- suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 1d0e60a5615bf3ee78da8ff25c7c15a78a2049a3) +++ suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 7fd6ffc903ecfb127ebdf81efdd1527d7031f706) @@ -154,66 +154,12 @@ SETTINGS = "Settings" # Pre-Treatment Foundation -CONCENTRATES_PAGE_TITLE = "Connect Acid and Bicarbonate Concentrates" -CONCENTRATES_PAGE_CONTENTS = [ - "Remove acid connector and connect to acid concentrate.", - "Connect dry bicarbonate.", -] -INSTALLATION_STEPPER_1_PAGE_TITLE = "Install Blood Tubing Set" -INSTALL_BLOOD_TUBING_SET_CONTENTS = [ - "Open the blood pump door.", - "Insert blood tubing set and ensure it is secure.", - "Push the blood tube into the blood pump.", - "Close the blood pump door.", -] -INSTALLATION_STEPPER_2_PAGE_TITLE = "Install Bloodlines" -INSTALL_BLOODLINES_CONTENTS = [ - "Insert saline line into the first slot.", - "Insert arterial line into the second slot.", - "Ensure the venous line is placed in the bubble detector.", - "Insert the venous line into the third slot.", - "Connect the arterial and venous bloodlines using the recirculation connector.", -] -INSTALLATION_STEPPER_3_PAGE_TITLE = "Install Pressure Lines and Dialyzer" -INSTALL_PRESSURE_LINES_CONTENTS = [ - "Connect the arterial pressure line to the arterial pressure transducer port.", - "Connect the venous pressure line to the venous pressure transducer port.", - "Insert dialyzer into the holder and connect the dialysate lines.", - "Connect the bloodlines to the dialyzer.", - "Clamp the venous chamber line.", - "Clamp the heparin line.", -] SELF_TESTS_PAGE_CONTENTS = [ - "Auto-Load Blood Tubing", - "Cartridge Install Checks", + "Auto-Load Blood Tube Set", + "Blood Tube Set Verification", "Pressure Leak Check", ] -SALINE_PAGE_TITLE = "Connect Saline Bag" -SALINE_PAGE_CONTENTS = [ - "Hang saline bag on the hook.", - "Clamp saline line.", - "Use the saline line to spike saline bag.", - "Unclamp saline line.", -] PRIME_PAGE_CONTENTS = ["Blood Tubing Circuit Priming", "Dialysate Circuit Priming"] -CONNECT_PAGE_TITLE = "Connect Bloodlines to the Patient" -CONNECT_PAGE_CONTENTS = [ - "Clamp arterial and venous bloodlines (2 clamps).", - "Remove recirculation connector from the bloodlines.", - "Connect bloodlines to patient access lines.", - "Unclamp arterial and venous bloodlines (2 clamps).", -] -DISCONNECT_PAGE_TITLE = "Remove Concentrates and Blood Tubing Set" -DISCONNECT_PAGE_CONTENTS = [ - "Remove blood tubing set and dialyzer.", - "Remove acid and bicarbonate concentrates.", -] -INSTALLATION_PAGE_TITLE = "Install Concentrates and Blood Tubing Set" -INSTALLATION_PAGE_CONTENTS = [ - "Install acid and bicarbonate concentrates.", - "Install blood tubing set and dialyzer.", -] -START_TREATMENT_REJECTION_NOTIFICATION = "[1] Request is not allowed in the current operating mode" #Recirculate RECIRCULATE_SET_UP = "Recirculate Set Up"