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

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

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