{# crate_anon/crateweb/templates/home.html #} {% extends "base.html" %} {% block content %} {% if safety_catch_on and user.is_superuser %}
Safety catch on: routing e-mails to {{ developer_email }}
{% endif %} {% if is_clinician %}

Privileged operations for clinicians

{% endif %}

Research database

Main query functions:

Query builder

---

Build a database query from components.

SQL

---

Write a query in raw SQL.

Highlighting

---

Set highlight colours for particular words.

Get results of active query: {% if query_selected %} table | recordwise | Excel {% else %} table | recordwise | Excel   [no query selected] {% endif %}

Build Patient Explorer (PE)

---

Choose output columns and patient selection citeria to generate results for those patients.

Choose PE

---

Choose a Patient Explorer from the ones you've built.

Highlighting

---

Set highlight colours for particular words.

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 in the 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.

More query functions:

SQL helpers:

Standard queries

Archive:

Database structure

View research database structure:

Help on local database structure

Contacting Patients

Researcher administration:

Submit a contact request

{% comment %}

Leaflets

{% endcomment %} {% if user.is_superuser %}

Administrative functions for Research Database manager

{% endif %} {% if is_developer %}

Extra functions for developers

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.

{% endif %}

Your settings

Change your settings

Change password

About

About CRATE

{% endblock %}