Index: suite_leahi/shared/scripts/configuration/config.py =================================================================== diff -u -r3077f8ad57d86a83814a8fe050182f82a61165a7 -r8534abdc1890b7d5c0ebbecd228ff0dd72982798 --- suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 3077f8ad57d86a83814a8fe050182f82a61165a7) +++ suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 8534abdc1890b7d5c0ebbecd228ff0dd72982798) @@ -167,42 +167,15 @@ "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.", -] +INSTALLATION_STEPPER_4_PAGE_TITLE = "Connect Saline Bag" 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.", @@ -211,6 +184,6 @@ INSTALLATION_PAGE_TITLE = "Install Concentrates and Blood Tubing Set" INSTALLATION_PAGE_CONTENTS = [ "Install acid and bicarbonate concentrates.", - "Install blood tubing set and dialyzer.", + "Install blood tubing set, dialyzer, and saline bag.", ] START_TREATMENT_REJECTION_NOTIFICATION = "[1] Request is not allowed in the current operating mode"