{% extends "edc_dashboard/base.html" %} {% load static %} {% block main %}
Transcribe imported results onto the corresponding Blood Results CRF for this order.
| Investigation | UTEST ID | Result | Units | Flag | Reference Range |
|---|---|---|---|---|---|
| {{ result.investigation }} | {{ result.utest_id|default:"-" }} | {{ result.result_value|default:"-" }} | {{ result.units|default:"-" }} | {{ result.flag|default:"" }} | {% if result.reference_range_lower is not None and result.reference_range_upper is not None %} {{ result.reference_range_lower }} - {{ result.reference_range_upper }} {% else %} - {% endif %} |