Index: shared/scripts/configuration/config.py =================================================================== diff -u -r9b83f12cc68db53745c55d7317a6b364a00241d1 -r409d5e9c1e1ad2e07bcfc46ace6cf3a48c3a7f39 --- shared/scripts/configuration/config.py (.../config.py) (revision 9b83f12cc68db53745c55d7317a6b364a00241d1) +++ shared/scripts/configuration/config.py (.../config.py) (revision 409d5e9c1e1ad2e07bcfc46ace6cf3a48c3a7f39) @@ -25,3 +25,11 @@ "Magenta":"#fd28fd", "Orange": "#f2721c", "Peach":"#f1979a", "Red": "#c53b33", "Rose":"#fc178d", "Slate blue":"#7f7ffa", "Violet": "#6435c9", "White": "#ffffff", "Yellow": "#fcfc4d"} + +#patient id +CHARACTER_PATIENT_ID = ["qwerty","sampleid","abcdefghijklmnop","patientid", "username"] +ALPHANUMERIC_PATIENT_ID = ["sA@MpLE#123", "A@BH&321","5432@qwerty"] +KEYBOARD_SWITCH = ["ABC", "&123"] + + +