I am logging 9 patient IDs which fail validation but appear similar to valid IDs which makes me suspect these are the result of manual input errors when setting up a patient on the CANTAB and/or ThinkFast platforms. The IDs are shared in MS Teams.
I have setup a dictionary so that once we identify the typos/errors we can replace the invalid IDs during the validation process. Thus far we are confident making two corrections:
known_incorrect_ids = {'WRONG01':R-IGHT01', 'WRONG02': R-IGHT02'}
We need to investigate the remaining 7 invalid IDs and then think about how we share this information.
I am logging 9 patient IDs which fail validation but appear similar to valid IDs which makes me suspect these are the result of manual input errors when setting up a patient on the CANTAB and/or ThinkFast platforms. The IDs are shared in MS Teams.
I have setup a dictionary so that once we identify the typos/errors we can replace the invalid IDs during the validation process. Thus far we are confident making two corrections:
We need to investigate the remaining 7 invalid IDs and then think about how we share this information.