MED-88: add doctor email notifications (#65)
* MED-88: add doctor email notifications * add logging, send open jobs notification on partial analysis response * update permissions * fix import, permissions * casing, let email be null * unused import
This commit is contained in:
@@ -116,5 +116,6 @@
|
||||
"confirm": "Confirm",
|
||||
"previous": "Previous",
|
||||
"next": "Next",
|
||||
"invalidDataError": "Invalid data submitted"
|
||||
"invalidDataError": "Invalid data submitted",
|
||||
"language": "Language"
|
||||
}
|
||||
@@ -17,6 +17,7 @@
|
||||
"assignedTo": "Doctor",
|
||||
"resultsStatus": "Analysis results",
|
||||
"waitingForNr": "Waiting for {{nr}}",
|
||||
"language": "Preferred language",
|
||||
"responsesReceived": "Results complete"
|
||||
},
|
||||
"otherPatients": "Other patients",
|
||||
|
||||
@@ -136,5 +136,6 @@
|
||||
"confirm": "Kinnita",
|
||||
"previous": "Eelmine",
|
||||
"next": "Järgmine",
|
||||
"invalidDataError": "Vigased andmed"
|
||||
"invalidDataError": "Vigased andmed",
|
||||
"language": "Keel"
|
||||
}
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"assignedTo": "Arst",
|
||||
"resultsStatus": "Analüüsitulemused",
|
||||
"waitingForNr": "Ootel {{nr}}",
|
||||
"language": "Patsiendi keel",
|
||||
"responsesReceived": "Tulemused koos"
|
||||
},
|
||||
"otherPatients": "Muud patsiendid",
|
||||
|
||||
@@ -13,11 +13,12 @@
|
||||
"patientName": "Имя пациента",
|
||||
"serviceName": "Услуга",
|
||||
"orderNr": "Номер заказа",
|
||||
"time": "Сдача пробы",
|
||||
"time": "Время",
|
||||
"assignedTo": "Врач",
|
||||
"resultsStatus": "Результаты анализов",
|
||||
"waitingForNr": "В ожидании {{nr}}",
|
||||
"responsesReceived": "Результаты получены"
|
||||
"language": "Предпочтительный язык",
|
||||
"responsesReceived": "Результаты готовы"
|
||||
},
|
||||
"otherPatients": "Другие пациенты",
|
||||
"analyses": "Анализы",
|
||||
|
||||
Reference in New Issue
Block a user