{# clinician_form_all_text_from_pid.html #} {% extends "base.html" %} {% block content %}

Clinical view: Find text anywhere

1. BEWARE: you are searching the research database, which lags behind the original clinical records. The absence of information here does not imply its absence in recent clinical records.
2. You should only use this function for patients you are personally caring for.
Enter a fragment of text to find, across all text fields.
Database to be used to map patient/research IDs: {{ db_description }}
{% csrf_token %} {{ form.as_table }}
{% endblock %}