feat(MED-105): update order details redirect and shown page
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user