Index: shared/scripts/configuration/config.py =================================================================== diff -u -r84c1284ecff1f30169d50afb688be18934eb8506 -r6008f9330e1369fc6389162dabaf752b4ca704f8 --- shared/scripts/configuration/config.py (.../config.py) (revision 84c1284ecff1f30169d50afb688be18934eb8506) +++ shared/scripts/configuration/config.py (.../config.py) (revision 6008f9330e1369fc6389162dabaf752b4ca704f8) @@ -464,4 +464,5 @@ HEAT_DISINFECTION_CYCLE = {"valid" : "7", "invalid" : "61"} #heparin cumualtive values -HEPARIN_VALUES = {"Cumulative Value": [0.0, 0.1, 0.2, 0.3, 0.4, 0.5, 1.0, 15.0, 17.8, 20.0]} +HEPARIN_VALUES = {"Cumulative Value": [0.0, 0.1, 0.2, 0.3, 0.4, 0.5, 1.0, 15.0, 17.8, 20.0], + "Required Value": [0.0, 0.1, 0.2, 0.3, 0.4, 0.5, 1.0, 15.0, 17.8, 20.0],}