Index: shared/scripts/configuration/strings.py =================================================================== diff -u -r7883bcc9c71da71d09d48d8998a99a9b8ad0640a -r6008f9330e1369fc6389162dabaf752b4ca704f8 --- shared/scripts/configuration/strings.py (.../strings.py) (revision 7883bcc9c71da71d09d48d8998a99a9b8ad0640a) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision 6008f9330e1369fc6389162dabaf752b4ca704f8) @@ -41,7 +41,6 @@ #main_treatment_ultrafilteration ULTRAFILTRATION_PAUSED_TEXT = "Ultrafiltration Paused" INCREASE_UF_RATE_TEXT = "Increase UF Rate" -INCREASE_TREATMENT_DURATION_TEXT = "Increase Treatment Duration" RESUME_TEXT = "RESUME ULTRAFILTRATION" EDIT_TEXT = "EDIT ULTRAFILTRATION VOLUME" TITLE_TEXT = "ULTRAFILTRATION VOLUME (L)" @@ -146,16 +145,16 @@ 16: "REQUEST_REJECT_REASON_SALINE_BOLUS_IN_PROGRESS", # A saline bolus is in progress 17: "REQUEST_REJECT_REASON_PARAM_OUT_OF_RANGE", # A treatment parameter is out of range 18: "REQUEST_REJECT_REASON_HEPARIN_PRESTOP_EXCEEDS_DURATION", # The Heparin pre-stop setting is greater than the treatment duration - 19: "REQUEST_REJECT_REASON_ARTERIAL_PRESSURE_LOW_VS_HIGH", # Arterial pressure low and high alarm limits are not inconsistent - 20: "REQUEST_REJECT_REASON_VENOUS_PRESSURE_LOW_VS_HIGH", # Venous pressure low and high alarm limits are inconsistent + 19: "REQUEST_REJECT_REASON_AVAILABLE_1", # available reason slot + 20: "REQUEST_REJECT_REASON_AVAILABLE_2", # available reason slot 21: "REQUEST_REJECT_REASON_SALINE_MAX_VOLUME_REACHED", # Saline bolus volume maximum has been reached - no more saline allowed 22: "REQUEST_REJECT_REASON_SALINE_BOLUS_NOT_IN_PROGRESS", # A saline bolus is not in progress 23: "REQUEST_REJECT_REASON_ACTION_DISABLED_IN_CURRENT_STATE", # Requested user action is disabled in current state 24: "REQUEST_REJECT_REASON_ALARM_IS_ACTIVE", # Requested user action not allowed while alarm is active 25: "REQUEST_REJECT_REASON_INVALID_COMMAND", # Requested user action invalid 26: "REQUEST_REJECT_REASON_TREATMENT_IS_COMPLETED", # The treatment has been completed 27: "REQUEST_REJECT_REASON_ADDL_RINSEBACK_MAX_VOLUME_REACHED", # Rinseback additional volume maximum has been reached - no more additional rinsebacks allowed - 28: "REQUEST_REJECT_REASON_UF_VOLUME_NOT_SET", # Ultrafiltration volume is not set yet + 28: "REQUEST_REJECT_REASON_DIALYZER_NOT_INVERTED", # Dialyzer not inverted yet 29: "REQUEST_REJECT_REASON_NO_PATIENT_CONNECTION_CONFIRM", # The user has not confirmed patient connection 30: "REQUEST_REJECT_REASON_HEPARIN_PAUSE_INVALID_IN_THIS_STATE", # Heparin cannot be paused if not currently deliverying Heparin 31: "REQUEST_REJECT_REASON_HEPARIN_NOT_PAUSED", # Heparin cannot be resumed if not paused