{% extends "remapp/base.html" %} {% block confnav %}
Find QA and test studies in your anonymised data by matching against strings with wildcards when the study is imported into OpenREM
{% if not admin.admingroup %}Log in as an administrator to be able to modify the patterns.
{% endif %}On import, the patient name and patient ID are compared to the matching patterns in this list. The name and ID are compared in lower-case and make use of wildcards. If any of the patterns match the patient name or ID, then the following things happen:
ID matching pattern | *ph* |
---|---|
Name matching pattern | *QA* |
Study patient ID | PPH23148236 |
Study patient name | Srour^Saraqa |
Resultant not-patient indicator recorded: | IDs: *ph* | Names: *qa* |
Pattern | Meaning |
---|---|
* | matches everything |
? | matches any single character |
[seq] | matches any character in seq |
[!seq] | matches any character not in seq |
This is only applicable to users in the 'admingroup'
{% endif %} {% if admin.admingroup %}OpenREM releases before 0.8 had the not-patient identification patterns hard-coded. From release 0.8.0 the patterns are (admin) user configurable, but will start with no patterns in place. To add the patterns that would maintain the behaviour of previous releases, click here.
{% endif %}