21 lines
613 B
JSON
21 lines
613 B
JSON
{
|
|
"title": "Orders",
|
|
"description": "View your orders",
|
|
"table": {
|
|
"analysisPackage": "Analysis package",
|
|
"otherOrders": "Order",
|
|
"createdAt": "Ordered at",
|
|
"status": "Status"
|
|
},
|
|
"status": {
|
|
"QUEUED": "Waiting to send to lab",
|
|
"ON_HOLD": "Waiting for analysis results",
|
|
"PROCESSING": "In progress",
|
|
"PARTIAL_ANALYSIS_RESPONSE": "Partial analysis response",
|
|
"FULL_ANALYSIS_RESPONSE": "All analysis responses",
|
|
"WAITING_FOR_DOCTOR_RESPONSE": "Waiting for doctor response",
|
|
"COMPLETED": "Completed",
|
|
"REJECTED": "Rejected",
|
|
"CANCELLED": "Cancelled"
|
|
}
|
|
} |