{% extends "base.html" %} {% set active_nav = "trfs" %} {% block title %}TRFs - LSMC Atlas{% endblock %} {% block content %}
Manage test requisition forms (TRFs)
| TRF EUID | Patients | Clinician | Tests | Status | Created | |
|---|---|---|---|---|---|---|
| {{ order.order_number }} | {{ order.patient_name or "—" }} | {{ order.clinician_name or "—" }} | {{ order.test_order_count }} test{{ 's' if order.test_order_count != 1 }} | {{ order.status|replace('_', ' ') }} | {{ order.created_at | format_dt(user_preferences) }} | View |
No TRFs found
{% if user.can_write %} Create TRF {% endif %}