Index: shared/scripts/configuration/config.py =================================================================== diff -u -r1015d9a04c7fbe573de49af61f6b4fe81317b194 -r082dcf3879dd0e8e22386877ce7e2968e7d43026 --- shared/scripts/configuration/config.py (.../config.py) (revision 1015d9a04c7fbe573de49af61f6b4fe81317b194) +++ shared/scripts/configuration/config.py (.../config.py) (revision 082dcf3879dd0e8e22386877ce7e2968e7d43026) @@ -20,6 +20,20 @@ COMMON_PATH = os.environ['HOME']+"/Projects" +COLOR_CODES = {"Aqua": "#81ffff", "Blue": "#017dea", "Blue 2": "#1090d5", "Green": "#29fd2d", "Grey": "#d3d3d3", + "Lavender": "#db98f5", "Light Blue": "#acd7f1", "Light Teal": "#29f1da","Lime": "#b7fc36", + "Magenta":"#fd28fd", "Orange": "#f2721c", "Peach":"#f1979a", "Red": "#c53b33", "Rose":"#fc178d", + "Slate blue":"#7f7ffa", "Violet": "#6435c9", "White": "#ffffff", "Yellow": "#fcfc4d"} + +#standby mode +GOODMORNING_START_TIME_SEC = 0 +GOODEVENING_START_TIME_SEC = 43200 + +BLOOD_PRIMING_TEXT = "Blood Priming" +SALINE_UNIT = "mL" +BLOOD_PRIMING_DEFAULT_VALUE = "0 mL" + + #end-treatment states NUM_OF_REQUEST_REJECT_REASONS = 43