20 lines
579 B
JSON
20 lines
579 B
JSON
{
|
|
"title": "Orders",
|
|
"description": "View your orders",
|
|
"noOrders": "No orders found",
|
|
"table": {
|
|
"analysisPackage": "Analysis package",
|
|
"otherOrders": "Order",
|
|
"createdAt": "Ordered at",
|
|
"status": "Status"
|
|
},
|
|
"status": {
|
|
"QUEUED": "Waiting to send to lab",
|
|
"PROCESSING": "Waiting for results",
|
|
"PARTIAL_ANALYSIS_RESPONSE": "Partial analysis response",
|
|
"FULL_ANALYSIS_RESPONSE": "All analysis responses received, waiting for doctor response",
|
|
"COMPLETED": "Completed",
|
|
"REJECTED": "Rejected",
|
|
"CANCELLED": "Cancelled"
|
|
}
|
|
} |