feat(MED-105): update order details redirect and shown page

This commit is contained in:
2025-08-11 09:21:40 +03:00
parent 556d7bd321
commit d582e222ce
19 changed files with 185 additions and 105 deletions

View File

@@ -4,6 +4,15 @@
"table": {
"analysisPackage": "Analysis package",
"otherOrders": "Order",
"createdAt": "Ordered at"
"createdAt": "Ordered at",
"status": "Status"
},
"status": {
"QUEUED": "Waiting to send to lab",
"ON_HOLD": "Waiting for analysis results",
"PROCESSING": "In progress",
"COMPLETED": "Completed",
"REJECTED": "Rejected",
"CANCELLED": "Cancelled"
}
}