{# home.html #} {% extends "base.html" %} {% block content %} {% if safety_catch_on and user.is_superuser %}
Get results of active query: {% if query_selected %} table | recordwise | Excel {% else %} table | recordwise | Excel [no query selected] {% endif %}
Choose output columns and patient selection citeria to generate results for those patients.
Get results from active Patient Explorer: {% if pe_selected %} view | Excel {% else %} view | Excel [no PE selected] {% endif %}
PE data finder: {% if pe_selected %} view | Excel {% else %} view | Excel {% endif %}
See a count of all records in every patient table for the patients selected int he acitve PE.
{% if pe_selected %} PE table browser {% else %} PE table browser {% endif %}
Find PE results for particular tables, for the active PE.
{% if pe_selected %} PE Monster Data {% else %} PE Monster Data {% endif %}
See all data for the patients selected in the active PE.
SQL helpers:
View research database structure:
Developer admin: more detailed inspection of database objects
Generate random NHS numbers for testing
Test patient lookup without saving data
Test consent mode lookup without saving data
Test templates.