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

Look up research ID (RID) from patient ID (PID)

{% include "include_clinician_warning_yours_only.html" %}
Using database: {{ db_description }}
You can enter one value or multiple values in each or several boxes.
{% csrf_token %} {{ form.as_table }}
{% include "pid_abbrev_explanation.html" %} {% endblock %}