{% extends "base.html" %} {% load static %} {% block title %}{{ lab_test.test_name }} - Lab Test Details - {{ block.super }}{% endblock %} {% block content %}
| Test Code: | {{ lab_test.test_code }} |
| Category: | {{ lab_test.get_category_display }} |
| Sample Type: | {{ lab_test.get_sample_type_display }} |
| Result Type: | {{ lab_test.get_result_type_display }} |
| Unit: | {{ lab_test.unit|default:"N/A" }} |
| TAT (Hours): | {{ lab_test.turnaround_time_hours }} |
| Price: | ${{ lab_test.price|floatformat:2 }} |
| Status: | {% if lab_test.is_active %} Active {% else %} Inactive {% endif %} |
| Critical Test: | {% if lab_test.is_critical %} Yes {% else %} No {% endif %} |
| Created: | {{ lab_test.created_at|date:"M d, Y" }} |
{{ lab_test.test_description }}
| Gender | Age Range | Normal Range | Critical Low | Critical High | Actions |
|---|---|---|---|---|---|
| {{ range.get_gender_display }} | {{ range.age_min }} - {{ range.age_max|default:"∞" }} years | {{ range.normal_min }} - {{ range.normal_max }} | {{ range.critical_low|default:"N/A" }} | {{ range.critical_high|default:"N/A" }} |
Orders for this test will appear here