{% extends "base.html" %} {% set active_nav = "admin" %} {% block title %}Test Configuration - LSMC Hub{% endblock %} {% block content %}
{% if assays %} {% for assay in assays %} {% endfor %} {% else %} {% endif %}
Code Name EUID Category Technology Status Actions
{{ assay.code }} {{ assay.name }} {{ assay.euid }} {{ assay.category or '—' }} {% if assay.technology == 'hybrid_ilmn_ont' %}Hybrid (ILMN+ONT){% elif assay.technology == 'hybrid_ilmn_pacbio' %}Hybrid (ILMN+PacBio){% elif assay.technology == 'hybrid_ug_ont' %}Hybrid (UG+ONT){% elif assay.technology == 'hybrid_ug_pacbio' %}Hybrid (UG+PacBio){% elif assay.technology == 'informatics' %}Informatics Only{% elif assay.technology == 'long_read_ont' %}Long Read (ONT){% elif assay.technology == 'long_read_pacbio' %}Long Read (PacBio){% elif assay.technology == 'short_read_ilmn' or assay.technology == 'short_read' %}Short Read (Illumina){% elif assay.technology == 'short_read_roche' %}Short Read (Roche){% elif assay.technology == 'short_read_ultima' %}Short Read (Ultima){% elif assay.technology == 'long_read' %}Long Read (Legacy){% elif assay.technology == 'hybrid' %}Hybrid (Legacy){% else %}{{ assay.technology or '—' }}{% endif %} {{ 'Active' if assay.is_active else 'Inactive' }} Edit
No tests configured

About Tests

Tests define the available items that can be ordered. Each test has a unique code, name, and configuration for turnaround time and pricing.

Note: Modifying test configurations may affect existing orders. Changes are tracked in the audit log.

{% endblock %}