Index: shared/scripts/configuration/strings.py =================================================================== diff -u -r79c10476a6ccb22f3faf9b37be90463c8e28fe46 -r262a6e86e0b93d26294acc0ad7ddefbf448d1e9a --- shared/scripts/configuration/strings.py (.../strings.py) (revision 79c10476a6ccb22f3faf9b37be90463c8e28fe46) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision 262a6e86e0b93d26294acc0ad7ddefbf448d1e9a) @@ -39,8 +39,10 @@ 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" : "", @@ -62,18 +64,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", }