Index: shared/scripts/configuration/strings.py =================================================================== diff -u -rb1f71b788540a259b19ed0ce19a2e8736be88b7a -re7f8ae16883b598da38add7ab5cd3bfa48ab408e --- shared/scripts/configuration/strings.py (.../strings.py) (revision b1f71b788540a259b19ed0ce19a2e8736be88b7a) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision e7f8ae16883b598da38add7ab5cd3bfa48ab408e) @@ -31,6 +31,8 @@ HEPARIN_PAUSE_DELIVERY_TEXT = "PAUSE DELIVERY" HEPARIN_MAXIMUM_VOLUME_DELIVERED_TEXT = "Maximum Cumulative Heparin Volume Delivered" HEPARIN_SYRINGE_EMPTY_TEXT = "Syringe Empty" +VOLUME_DELIVERED_TEXT = "Volume Delivered" +VOLUME_DELIVERED = "0.0" # dictionary of rejection reason from application source code. # message location -> denali-> Headers-> common-> MsgDefs.h @@ -83,6 +85,4 @@ 45: "REQUEST_REJECT_REASON_DG_CONCENTRATE_CAP_OPEN", # Concentrate cap open 46: "NUM_OF_REQUEST_REJECT_REASONS" # Number of settings change reject codes } - - \ No newline at end of file