Laboratory Batch Processing
Manage and process laboratory test batches efficiently
Batch Filters
Laboratory Batches
| Batch ID | Test Type | Sample Count | Priority | Status | Created By | Created Date | Progress | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ batch.batch_id }} | {{ batch.test_type|title }} | {{ batch.sample_count }} samples | {% if batch.priority == 'urgent' %} Urgent {% elif batch.priority == 'high' %} High {% elif batch.priority == 'normal' %} Normal {% else %} Low {% endif %} | {% if batch.status == 'pending' %} Pending {% elif batch.status == 'in_progress' %} In Progress {% elif batch.status == 'completed' %} Completed {% else %} Cancelled {% endif %} | {{ batch.created_by.get_full_name|default:batch.created_by.username }} | {{ batch.created_at|date:"M d, Y H:i" }} |
|
|
| No batches found | ||||||||
Processing Queue
{% for queue_item in processing_queue %}
{% empty %}
{% endfor %}
{{ queue_item.batch_id }}
{{ queue_item.test_type|title }}
{{ queue_item.sample_count }} samples
{{ queue_item.priority|title }}
ETA: {{ queue_item.estimated_completion }}
ETA: {{ queue_item.estimated_completion }}
No items in processing queue