{% extends 'base/base.html' %} {% load static %} {% block title %} {% if object %}Edit Laboratory Test{% else %}Add Laboratory Test{% endif %} {% endblock %} {% block content %}
Use a unique, standardized code for this test. Common formats include LOINC codes or internal lab codes.
Select the appropriate category to help organize and filter tests.
Expected time from specimen collection to result availability in hours.
Check if this test requires the patient to fast before specimen collection.
Created: {{ object.created_at|date:"M d, Y H:i" }}
Last Updated: {{ object.updated_at|date:"M d, Y H:i" }}
Reference Ranges: {{ object.reference_ranges.count }}
{% endif %}