Files
medreport_mrb2b/public/locales/en/analysis-results.json
Helena b7926f79a9 MED-89: add analysis view with doctor summary (#68)
* add analysis view with doctor summary

* remove console.log, also return null if analysis data missing

* replace orders table eye with button
2025-09-02 12:18:18 +03:00

17 lines
629 B
JSON

{
"pageTitle": "My analysis results",
"description": "All analysis results will appear here within 1-3 business days after they have been done.",
"descriptionEmpty": "If you've already done your analysis, your results will appear here soon.",
"orderNewAnalysis": "Order new analyses",
"waitingForResults": "Waiting for results",
"noAnalysisElements": "No analysis orders found",
"noAnalysisOrders": "No analysis orders found",
"analysisDate": "Analysis result date",
"results": {
"range": {
"normal": "Normal range"
}
},
"orderTitle": "Order number {{orderNumber}}",
"view": "View results"
}