MED-198: add notification for new analysis result
This commit is contained in:
@@ -21,5 +21,8 @@
|
||||
}
|
||||
},
|
||||
"orderTitle": "Order number {{orderNumber}}",
|
||||
"view": "View results"
|
||||
"view": "View results",
|
||||
"notification": {
|
||||
"body": "You have new analysis results"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,6 +17,15 @@
|
||||
"REJECTED": "Rejected",
|
||||
"CANCELLED": "Cancelled",
|
||||
"analysisOrder": {
|
||||
"QUEUED": "Queued",
|
||||
"PROCESSING": "Sent to Synlab",
|
||||
"PARTIAL_ANALYSIS_RESPONSE": "Partial results",
|
||||
"FULL_ANALYSIS_RESPONSE": "All results received",
|
||||
"COMPLETED": "Confirmed",
|
||||
"REJECTED": "Rejected",
|
||||
"CANCELLED": "Cancelled"
|
||||
},
|
||||
"analysisPackageOrder": {
|
||||
"QUEUED": "Queued",
|
||||
"PROCESSING": "Sent to Synlab",
|
||||
"PARTIAL_ANALYSIS_RESPONSE": "Partial results",
|
||||
|
||||
Reference in New Issue
Block a user