Index: shared/scripts/configuration/strings.py =================================================================== diff -u -rc99951f0aa8f348dbc5e72d47ab30443b47c5415 -r8977e6f10ea8a1b5807f963a1b98dc11ea2d181f --- shared/scripts/configuration/strings.py (.../strings.py) (revision c99951f0aa8f348dbc5e72d47ab30443b47c5415) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision 8977e6f10ea8a1b5807f963a1b98dc11ea2d181f) @@ -35,66 +35,43 @@ TREATMENT_REVIEW_TITLE_TEXT = "Treatment Review" - -POST_TREATMENT_REVIEW_SCREEN_PARAMETERS = ["Patient ID", "Heparin Stop", - "Device ID", "Heparin Delivered Volume", - "Blood Flow Rate", "Treatment Start DateTime", - "Dialysate Flow Rate", "Treatment End DateTime", - "Treatment Duration", "Water Sample Test Result", - "Actual Treatment Duration", "Dialysate Volume Used", - "Acid ConcentrateType", "Prescribed UF Volume", - "Bicarbonate Concentrate Type", "Target UF Volume", - "Potassium Concentration", "Actual UF Volume", - "Calcium Concentration", "Prescribed UF Rate", - "Bicarbonate Concentration", "Target UF Rate", - "Sodium Concentration", "Actual UF Rate", - "Dialysate Temperature", "Saline Bolus Volume", - "Dialyzer Type", "Average Blood Flow", - "Heparin Type", "Average Dialysate Flow", - "Heparin Concentration", "Average Dialysate Temp", - "Heparin Bolus Volume", "Average Arterial Pressure", - "Heparin Dispense Rate", "Average Venous Pressure"] - - POST_TREATMENT_REVIEW_SCREEN_UNITS = { "Patient ID" : "", + "Heparin Stop" : "min", "Device ID" : "", + "Heparin Delivered Volume": "mL", "Blood Flow Rate" : "mL/min", + "Treatment Start DateTime" : "", "Dialysate Flow Rate" : "mL/min", + "Treatment End DateTime" : "", "Treatment Duration" : "min", + "Water Sample Test Result": "", "Actual Treatment Duration":"min", + "Dialysate Volume Used" : "L", "Acid ConcentrateType" : "", + "Prescribed UF Volume" : "L", "Bicarbonate Concentrate Type" : "", - "Heparin Stop" : "min", - "Heparin Bolus Volume": "mL", - "Heparin Delivered Volume": "mL", - "Treatment Start DateTime" : "", - "Treatment End DateTime" : "", - "Water Sample Test Result": "", - "Dialysate Volume Used" : "L", - "Prescribed UF Volume" : "L", - "Target UF Volume" : "L", - "Potassium Concentration" : "mEg/L", - "Calcium Concentration" :"mEg/L", + "Target UF Volume" : "L", + "Potassium Concentration" : "mEg/L", + "Actual UF Volume" : "L", + "Calcium Concentration" :"mEg/L", + "Prescribed UF Rate" : "mL/min", "Bicarbonate Concentration" : "mEg/L", + "Target UF Rate": "mL/min", "Sodium Concentration" : "mEg/L", - "Average Blood Flow" : "mL/min", - "Saline Bolus Volume" : "mL", - "Average Dialysate Flow" : "mL/min", - "Average Arterial Pressure" : "mmHg", - "Average Venous Pressure" : "mmHg", + "Actual UF Rate": "mL/min", "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", - "Actual UF Volume" : "L", - "Prescribed UF Rate" : "mL/min", - "Target UF Rate": "mL/min", - "Actual UF Rate": "mL/min", + "Average Dialysate Temp" : "°C", + "Heparin Bolus Volume": "mL", + "Average Arterial Pressure" : "mmHg", "Heparin Dispense Rate" : "mL/hr", - "Average Dialysate Flow" : "mL/min", - "Average Dialysate Temp" : "°C", - + "Average Venous Pressure" : "mmHg", }