Description:
The Batches page is designed to manage the batches of equipment that undergo sterilization processes within the Sterilization Management System. This page allows users to view, add, edit, or delete batches, keeping track of the sterilization operations associated with each batch.
Key Features:
Batch List: A table view that displays all registered batches. The columns include:
ID: Unique identifier for the batch (e.g., "BAT241017362").
Date Created: The date and time when the batch was created (e.g., "2024-10-17T14:41:44.680343Z").
Completed: A boolean indicating whether the sterilization process for the batch is completed (true/false).
Date Completed: The date and time when the batch was completed (if applicable).
Sterilization Method: The method used for sterilization (e.g., "SM2410172257").
Operator: The operator responsible for the batch, displaying their details like name, email, and phone number.
Batch Equipment: A nested view displaying all equipment associated with the batch. Each entry includes:
Equipment ID: Unique identifier for the equipment.
Equipment Name: Name of the equipment (e.g., "Scalpel").
Quantity: The number of items in the batch for that specific equipment.
Add New Batch: A form where users can input and save the following details for a new batch:
Date Created (auto-generated)
Sterilization Method (selected from a list)
Operator (selected from a list of employees)
Edit/Delete Batch: Options to modify or remove a batch’s information. Users can update fields like sterilization method or operator. Deleting will remove the batch from the database.
Search and Filter: A search bar and filters to find specific batches based on criteria such as date created, completion status, or operator.
View Batch Details: Clicking on a batch entry will show a detailed view with all available information, including associated equipment details.
Page: Batches
Description:
The Batches page is designed to manage the batches of equipment that undergo sterilization processes within the Sterilization Management System. This page allows users to view, add, edit, or delete batches, keeping track of the sterilization operations associated with each batch.
Key Features:
Batch List: A table view that displays all registered batches. The columns include:
Batch Equipment: A nested view displaying all equipment associated with the batch. Each entry includes:
Add New Batch: A form where users can input and save the following details for a new batch:
Edit/Delete Batch: Options to modify or remove a batch’s information. Users can update fields like sterilization method or operator. Deleting will remove the batch from the database.
Search and Filter: A search bar and filters to find specific batches based on criteria such as date created, completion status, or operator.
View Batch Details: Clicking on a batch entry will show a detailed view with all available information, including associated equipment details.