@kenyaemr/esm-service-queues-app 7.0.2-pre.67 → 7.0.3-pre.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/.turbo/turbo-build.log +14 -13
  2. package/dist/130.js +1 -1
  3. package/dist/130.js.map +1 -1
  4. package/dist/199.js +1 -0
  5. package/dist/{738.js.map → 199.js.map} +1 -1
  6. package/dist/271.js +1 -1
  7. package/dist/276.js +1 -1
  8. package/dist/319.js +1 -1
  9. package/dist/401.js +1 -1
  10. package/dist/430.js +1 -2
  11. package/dist/430.js.map +1 -1
  12. package/dist/460.js +1 -1
  13. package/dist/490.js +2 -0
  14. package/dist/490.js.map +1 -0
  15. package/dist/574.js +1 -1
  16. package/dist/6.js +1 -0
  17. package/dist/6.js.map +1 -0
  18. package/dist/60.js +1 -0
  19. package/dist/60.js.map +1 -0
  20. package/dist/600.js +1 -0
  21. package/dist/600.js.map +1 -0
  22. package/dist/644.js +1 -1
  23. package/dist/647.js +1 -1
  24. package/dist/647.js.map +1 -1
  25. package/dist/650.js +1 -1
  26. package/dist/650.js.map +1 -1
  27. package/dist/669.js +1 -1
  28. package/dist/669.js.map +1 -1
  29. package/dist/{806.js → 752.js} +1 -1
  30. package/dist/{806.js.map → 752.js.map} +1 -1
  31. package/dist/757.js +1 -1
  32. package/dist/764.js +1 -1
  33. package/dist/764.js.map +1 -1
  34. package/dist/788.js +1 -1
  35. package/dist/{981.js → 800.js} +1 -1
  36. package/dist/{981.js.map → 800.js.map} +1 -1
  37. package/dist/807.js +1 -1
  38. package/dist/{696.js → 828.js} +1 -1
  39. package/dist/{696.js.map → 828.js.map} +1 -1
  40. package/dist/833.js +1 -1
  41. package/dist/877.js +1 -1
  42. package/dist/877.js.map +1 -1
  43. package/dist/917.js +1 -1
  44. package/dist/917.js.map +1 -1
  45. package/dist/kenyaemr-esm-service-queues-app.js +1 -1
  46. package/dist/kenyaemr-esm-service-queues-app.js.buildmanifest.json +193 -193
  47. package/dist/kenyaemr-esm-service-queues-app.js.map +1 -1
  48. package/dist/main.js +1 -1
  49. package/dist/main.js.map +1 -1
  50. package/dist/routes.json +1 -1
  51. package/package.json +3 -3
  52. package/src/add-patient-toqueue/add-patient-toqueue-dialog.component.tsx +4 -4
  53. package/src/add-provider-queue-room/add-provider-queue-room.component.tsx +12 -15
  54. package/src/config-schema.ts +20 -0
  55. package/src/helpers/helpers.ts +42 -32
  56. package/src/home.component.tsx +1 -1
  57. package/src/hooks/useQueueEntries.ts +1 -1
  58. package/src/hooks/useQueueService.ts +21 -0
  59. package/src/hooks/useQueueStatuses.ts +40 -0
  60. package/src/index.ts +5 -5
  61. package/src/patient-info/patient-info.component.tsx +9 -9
  62. package/src/patient-queue-header/patient-queue-header.component.tsx +30 -24
  63. package/src/patient-queue-header/patient-queue-header.scss +1 -2
  64. package/src/patient-queue-metrics/clinic-metrics.component.tsx +16 -27
  65. package/src/patient-queue-metrics/queue-metrics.resource.ts +1 -2
  66. package/src/patient-search/patient-scheduled-visits.scss +1 -1
  67. package/src/patient-search/patient-search.scss +6 -0
  68. package/src/patient-search/patient-search.workspace.tsx +30 -30
  69. package/src/patient-search/visit-form/visit-form.component.tsx +8 -8
  70. package/src/patient-search/visit-form/visit-form.scss +5 -3
  71. package/src/patient-search/visit-form-queue-fields/visit-form-queue-fields.component.tsx +14 -7
  72. package/src/queue-patient-linelists/queue-linelist-filter.scss +2 -12
  73. package/src/queue-rooms/queue-room-form.scss +1 -1
  74. package/src/queue-screen/queue-screen.component.tsx +1 -1
  75. package/src/queue-services/queue-service-form.scss +2 -2
  76. package/src/queue-table/cells/queue-table-action-cell.component.tsx +6 -4
  77. package/src/queue-table/cells/queue-table-action-cell.scss +7 -0
  78. package/src/queue-table/default-queue-table.component.tsx +69 -38
  79. package/src/queue-table/queue-entry-actions/{edit-queue-entry-modal.component.tsx → edit-queue-entry.modal.tsx} +1 -1
  80. package/src/queue-table/queue-entry-actions/{end-queue-entry-modal.component.tsx → end-queue-entry.modal.tsx} +1 -1
  81. package/src/queue-table/queue-entry-actions/{queue-entry-actions-modal.test.tsx → queue-entry-actions.test.tsx} +2 -2
  82. package/src/queue-table/queue-entry-actions/{queue-entry-confirm-action-modal.test.tsx → queue-entry-confirm-action.test.tsx} +3 -3
  83. package/src/queue-table/queue-entry-actions/{queue-entry-undo-actions-modal.test.tsx → queue-entry-undo-actions.test.tsx} +2 -2
  84. package/src/queue-table/queue-entry-actions/{transition-queue-entry-modal.component.tsx → transition-queue-entry.modal.tsx} +1 -1
  85. package/src/queue-table/queue-entry-actions/{undo-transition-queue-entry-modal.component.tsx → undo-transition-queue-entry.modal.tsx} +1 -1
  86. package/src/queue-table/queue-entry-actions/{void-queue-entry-modal.component.tsx → void-queue-entry.modal.tsx} +1 -1
  87. package/src/queue-table/queue-table-by-status-skeleton.component.tsx +18 -18
  88. package/src/queue-table/queue-table-metrics-card.scss +1 -1
  89. package/src/queue-table/queue-table-metrics.scss +1 -1
  90. package/src/queue-table/queue-table.component.tsx +35 -18
  91. package/src/queue-table/queue-table.scss +12 -4
  92. package/src/types/index.ts +3 -1
  93. package/src/views/queue-table-by-status-view.component.tsx +2 -14
  94. package/src/views/queue-tables-for-all-statuses.component.tsx +81 -43
  95. package/translations/am.json +29 -19
  96. package/translations/ar.json +33 -23
  97. package/translations/en.json +3 -2
  98. package/translations/es.json +29 -19
  99. package/translations/fr.json +29 -19
  100. package/translations/he.json +33 -23
  101. package/translations/km.json +31 -21
  102. package/translations/zh.json +39 -29
  103. package/translations/zh_CN.json +38 -28
  104. package/dist/185.js +0 -1
  105. package/dist/185.js.map +0 -1
  106. package/dist/233.js +0 -1
  107. package/dist/233.js.map +0 -1
  108. package/dist/237.js +0 -1
  109. package/dist/237.js.map +0 -1
  110. package/dist/703.js +0 -1
  111. package/dist/703.js.map +0 -1
  112. package/dist/738.js +0 -1
  113. /package/dist/{430.js.LICENSE.txt → 490.js.LICENSE.txt} +0 -0
  114. /package/src/queue-table/queue-entry-actions/{queue-entry-actions-modal.component.tsx → queue-entry-actions.modal.tsx} +0 -0
  115. /package/src/queue-table/queue-entry-actions/{queue-entry-confirm-action-modal.component.tsx → queue-entry-confirm-action.modal.tsx} +0 -0
@@ -2,15 +2,15 @@
2
2
  "actions": "الإجراءات",
3
3
  "activeVisits": "الزيارات النشطة",
4
4
  "activeVisitsNotInQueue": "الزيارات النشطة التي ليست في الطابور",
5
+ "addAProviderQueueRoom": "Add a provider queue room?",
5
6
  "addEntry": "أضف مدخل",
6
7
  "addisitToQueueTooltip": "أضف إلى الطابور",
7
- "addNewQueueService": "أضف خدمة طابور جديدة",
8
+ "addNewQueueService": "Add New Queue Service",
8
9
  "addNewQueueServiceRoom": "أضف غرفة خدمة طابور جديدة",
9
10
  "addNewService": "أضف خدمة جديدة",
10
11
  "addNewServiceRoom": "أضف غرفة خدمة جديدة",
11
- "addPatientToList": "أضف المريض إلى القائمة",
12
12
  "addPatientToQueue": "أضف المريض إلى الطابور",
13
- "addProviderQueueRoom": "أضف غرفة طابور المزود؟",
13
+ "addProviderQueueRoom": "Add provider queue room",
14
14
  "addQueue": "أضف طابور",
15
15
  "addQueueName": "يرجى إضافة اسم الطابور",
16
16
  "addQueueRoom": "أضف غرفة طابور",
@@ -26,9 +26,10 @@
26
26
  "and": "و",
27
27
  "anotherVisitType": "ابدأ نوع زيارة آخر",
28
28
  "any": "أي",
29
- "applyFilters": "تطبيق الفلاتر",
29
+ "applyFilters": "Apply filters",
30
30
  "averageWaitTime": "متوسط وقت الانتظار اليوم",
31
31
  "backToScheduledVisits": "العودة إلى الزيارات المجدولة",
32
+ "backToSearchResults": "Back to search results",
32
33
  "backToSimpleSearch": "العودة إلى البحث البسيط",
33
34
  "between": "بين",
34
35
  "bmi": "مؤشر كتلة الجسم",
@@ -39,7 +40,6 @@
39
40
  "checkFilters": "تحقق من الفلاتر أعلاه",
40
41
  "chooseRoom": "اختر غرفة",
41
42
  "chooseService": "اختر خدمة",
42
- "chooseStatus": "اختر الحالة",
43
43
  "clearAllQueueEntries": "مسح جميع مدخلات الطابور؟",
44
44
  "clearAllQueueEntriesWarningMessage": "Clearing all queue entries will remove all the patients from the queues",
45
45
  "clearQueue": "مسح الطابور",
@@ -50,6 +50,7 @@
50
50
  "confirmDeleteQueueEntry": "Are you sure you want to delete this queue entry?",
51
51
  "confirmMoveBackQueueAndStatus": "Are you sure you want to move patient back to queue \"{{queue}}\" with status \"{{status}}\"?",
52
52
  "confirmMoveBackStatus": "Are you sure you want to move patient back to status \"{{status}}\"?",
53
+ "confirmRemovePatientFromQueue": "Are you sure you want to remove this patient from this queue?",
53
54
  "currentValueFormatted": "{{value}} (Current)",
54
55
  "currentVisit": "الزيارة الحالية",
55
56
  "date": "التاريخ",
@@ -73,15 +74,15 @@
73
74
  "errorAddingQueue": "خطأ في إضافة الطابور",
74
75
  "errorAddingQueueRoom": "خطأ في إضافة غرفة الطابور",
75
76
  "errorClearingQueues": "خطأ في مسح الطوابير",
76
- "errorFetchingAppointments": "خطأ في جلب المواعيد",
77
+ "errorFetchingAppointments": "Error fetching appointments",
77
78
  "errorLoadingQueueEntries": "Error loading queue entries",
78
79
  "errorPostingToScreen": "خطأ في النشر على الشاشة",
79
80
  "facility": "المنشأة",
81
+ "failedToLoadRecommendedVisitTypes": "Failed to load recommended visit types",
80
82
  "female": "أنثى",
81
83
  "femaleLabelText": "أنثى",
82
84
  "fields": "من الحقول التالية",
83
85
  "filter": "تصفية (1)",
84
- "filters": "مرشحات",
85
86
  "filterTable": "جدول التصفية",
86
87
  "firstName": "الاسم الأول",
87
88
  "firstNameSort": "الاسم الأول (أ-ي)",
@@ -94,15 +95,15 @@
94
95
  "hourAndMinuteFormatted": "{{hours}} hour(s) and {{minutes}} minute(s)",
95
96
  "idNumber": "رقم الهوية",
96
97
  "indication": "الدلالة",
97
- "InQueue": "في الطابور",
98
98
  "invalidQueue": "Invalid Queue",
99
- "lastClinicalVisit": "آخر زيارة طبية",
99
+ "invalidtableConfig": "Invalid table configuration",
100
100
  "lastEncounter": "آخر مواجهة",
101
101
  "lastName": "اسم العائلة",
102
102
  "lastNameSort": "اسم العائلة (أ-ي)",
103
103
  "lastVisit": "آخر زيارة",
104
104
  "lastVisitDate": "التاريخ",
105
105
  "loading": "جار التحميل...",
106
+ "location": "Location",
106
107
  "male": "ذكر",
107
108
  "maleLabelText": "ذكر",
108
109
  "match": "مطابقة",
@@ -116,34 +117,37 @@
116
117
  "missingQueueRoom": "يرجى اختيار غرفة الطابور",
117
118
  "missingQueueRoomName": "اسم غرفة الطابور مفقود",
118
119
  "missingQueueRoomService": "خدمة غرفة الطابور مفقودة",
119
- "missingService": "الخدمة مفقودة",
120
+ "missingService": "Missing service",
120
121
  "missingVisitType": "نوع الزيارة مفقود",
122
+ "modifyDefaultValue": "Modify default value",
121
123
  "movePatientToNextService": "نقل المريض إلى الخدمة التالية؟",
122
124
  "moveToNextService": "الانتقال إلى الخدمة التالية",
123
125
  "name": "الاسم",
124
126
  "nextPage": "Next page",
125
127
  "noActiveVisitsForLocation": "لا توجد زيارات نشطة لعرضها لهذا الموقع.",
126
128
  "noAppointmentsFound": "لم يتم العثور على مواعيد",
129
+ "noColumnsDefined": "No table columns defined. Check Configuration",
127
130
  "noEncountersFound": "لم يتم العثور على مواجهات",
128
131
  "noLastEncounter": "لا توجد آخر مواجهة لعرضها لهذا المريض",
129
132
  "noLocationsAvailable": "لا توجد مواقع متاحة",
130
133
  "noMedicationsFound": "لم يتم العثور على أدوية",
131
- "none": "لا شيء",
132
134
  "noNotesFound": "لم يتم العثور على ملاحظات",
133
135
  "noPatientFoundMessage": "عذرًا، لم يتم العثور على المريض",
134
136
  "noPatientsToDisplay": "لا يوجد مرضى للعرض",
135
137
  "noPreviousVisitFound": "لم يتم العثور على زيارة سابقة",
136
138
  "noPrioritiesConfigured": "لم يتم تكوين أولويات",
139
+ "noPrioritiesForService": "The selected service does not have any allowed priorities. This is an error in configuration. Please contact your system administrator.",
140
+ "noPrioritiesForServiceTitle": "No priorities available",
137
141
  "noPriorityFound": "لم يتم العثور على الأولوية",
138
142
  "noResultsFound": "لم يتم العثور على نتائج",
139
143
  "noReturnDate": "لا يوجد تاريخ عودة لعرضه لهذا المريض",
140
144
  "noServicesAvailable": "لا توجد خدمات متاحة",
141
145
  "noServicesConfigured": "لم يتم تكوين الخدمات",
142
146
  "noStatusConfigured": "لم يتم تكوين الحالة",
147
+ "notableConfig": "No table configuration",
143
148
  "notes": "ملاحظات",
144
- "NotInQueue": "ليس في الطابور",
145
149
  "noVisitsNotInQueueFound": "لم يتم العثور على زيارات حالياً خارج الطابور",
146
- "noVisitTypes": "لا توجد أنواع زيارات لعرضها لهذا المريض",
150
+ "noVisitTypesMatchingSearch": "There are no visit types matching this search text",
147
151
  "noVitalsFound": "لم يتم العثور على العلامات الحيوية",
148
152
  "oldest": "الأقدم أولاً",
149
153
  "onTime": "في الوقت المحدد",
@@ -152,12 +156,16 @@
152
156
  "orderIndefiniteDuration": "مدة غير محددة",
153
157
  "orInProperFormat": "Or",
154
158
  "orPatientName": "أو اسم المريض/الأسماء",
159
+ "patientAge": "Age",
155
160
  "patientAlreadyInQueue": "Patient is already in the queue",
156
161
  "patientAttendingService": "المريض الذي يحضر الخدمة",
157
162
  "patientHasActiveVisit": "لدى المريض زيارة نشطة بالفعل",
158
163
  "patientList": "قائمة المرضى",
159
164
  "patientName": "اسم المريض",
160
165
  "patientNotInQueue": "المريض ليس في الطابور",
166
+ "patientRemoved": "Patient removed",
167
+ "patientRemovedFailed": "Error removing patient from queue",
168
+ "patientRemovedSuccessfully": "Paient removed from queue successfully",
161
169
  "patientRequeued": "تمت إعادة المريض إلى الطابور",
162
170
  "patients": "المرضى",
163
171
  "patientsCurrentlyInQueue": "المرضى الموجودين حاليًا في الطابور",
@@ -176,7 +184,6 @@
176
184
  "provider": "مقدم الخدمة",
177
185
  "quantity": "الكمية",
178
186
  "queueAddedSuccessfully": "Queue added successfully",
179
- "queueComingFrom": "قادم من",
180
187
  "queueEntryAddedSuccessfully": "Queue entry added successfully",
181
188
  "queueEntryAddFailed": "خطأ في إضافة حالة دخول الطابور",
182
189
  "queueEntryDeleteFailed": "Error deleting queue entry",
@@ -198,10 +205,9 @@
198
205
  "queueLocation": "موقع الطابور",
199
206
  "queueLocationRequired": "Queue location is required",
200
207
  "queueName": "اسم الطابور",
201
- "queueNumber": "Queue Number",
202
208
  "queuePriority": "أولوية الطابور",
203
209
  "queueRoom": "غرفة الانتظار",
204
- "queueRoomAddedSuccessfully": "تمت إضافة غرفة الانتظار بنجاح",
210
+ "queueRoomAddedSuccessfully": "Queue room added successfully",
205
211
  "queueRoomAddFailed": "خطأ في إضافة غرفة الانتظار",
206
212
  "queueRoomName": "اسم غرفة الانتظار",
207
213
  "queueRoomUpdatedSuccessfully": "تم تحديث غرفة الانتظار بنجاح",
@@ -214,6 +220,8 @@
214
220
  "recommended": "موصى به",
215
221
  "refills": "إعادة التعبئة",
216
222
  "removeFromQueueAndEndVisit": "هل تريد إزالة المريض من الطابور وإنهاء الزيارة النشطة؟",
223
+ "removePatient": "Remove patient",
224
+ "removePatientFromQueue": "Remove patient from queue",
217
225
  "removeQueueEntryError": "خطأ في إزالة دخول الطابور",
218
226
  "requeue": "إعادة الطابور",
219
227
  "retainLocation": "الاحتفاظ بالموقع",
@@ -227,11 +235,12 @@
227
235
  "searchboxPlaceholder": "ابحث عن اسم المريض أو رقم الهوية",
228
236
  "searchForAVisitType": "ابحث عن نوع الزيارة",
229
237
  "searchForPatient": "ابحث عن مريض",
238
+ "searchPatient": "Search Patient",
230
239
  "searchThisList": "ابحث في هذه القائمة",
231
240
  "secondaryHelperText": "اكتب اسم المريض أو رقم الهوية الفريد",
241
+ "selectALocation": "Select a location",
232
242
  "selectAVisitType": "اختر نوع الزيارة",
233
243
  "selectFacility": "اختر المنشأة",
234
- "selectLocation": "يرجى اختيار موقع",
235
244
  "selectOption": "اختر خيارًا",
236
245
  "selectProgramType": "اختر نوع البرنامج",
237
246
  "selectQueue": "Select a queue",
@@ -240,7 +249,6 @@
240
249
  "selectRoom": "اختر غرفة",
241
250
  "selectService": "اختر خدمة",
242
251
  "selectServiceType": "اختر نوع الخدمة",
243
- "selectStatus": "اختر الحالة",
244
252
  "selectVisitType": "يرجى اختيار نوع الزيارة",
245
253
  "serve": "خدمة",
246
254
  "servePatient": "خدمة المريض",
@@ -259,28 +267,31 @@
259
267
  "startVisitError": "خطأ أثناء بدء الزيارة",
260
268
  "startVisitQueueSuccessfully": "تمت إضافة المريض إلى قائمة الزيارات النشطة والطابور.",
261
269
  "status": "الحالة",
262
- "submitting": "Submitting...",
270
+ "statusIsRequired": "Status is required",
271
+ "submitting": "Submitting",
263
272
  "success": "نجاح",
264
- "tcaDate": "تاريخ Tca",
265
273
  "temperature": "درجة الحرارة",
266
274
  "ticketNumber": "رقم التذكرة",
267
275
  "time": "الوقت",
276
+ "timeCannotBeInFuture": "Time cannot be in the future",
277
+ "timeOfTransition": "Time of transition",
268
278
  "tirageNotYetCompleted": "لم يتم الانتهاء من الترياج بعد",
269
279
  "today": "اليوم",
270
- "transfer": "نقل",
280
+ "totalPatients": "Total Patients",
271
281
  "transition": "Transition",
272
282
  "transitionPatient": "Transition patient",
273
283
  "transitionPatientStatusOrQueue": "Select a new status or queue for patient to transition to.",
274
284
  "triageForm": "نموذج الترياج",
275
285
  "triageNote": "ملاحظة الترياج",
276
286
  "trySearchWithPatientUniqueID": "حاول البحث باستخدام رقم المريض المميز",
287
+ "undoQueueEntryTransitionSuccess": "Undo transition success",
277
288
  "undoTransition": "Undo transition",
278
289
  "unexpectedServerResponse": "Unexpected Server Response",
279
290
  "unknown": "غير معروف",
280
291
  "updateEntry": "تحديث الإدخال",
281
292
  "updateRoom": "تحديث الغرفة",
282
293
  "useTodaysDate": "استخدم تاريخ اليوم",
283
- "view": "عرض",
294
+ "visitQueueNumberAttributeUuid not configured": "visitQueueNumberAttributeUuid not configured",
284
295
  "visitStartTime": "وقت الزيارة",
285
296
  "visitTabs": "Visit tabs",
286
297
  "visitType": "نوع الزيارة",
@@ -288,7 +299,6 @@
288
299
  "vitalsForm": "نموذج العلامات الحيوية",
289
300
  "vitalsNotRecordedForVisit": "لم يتم تسجيل العلامات الحيوية لهذا المريض خلال هذه الزيارة",
290
301
  "waitingFor": "في انتظار",
291
- "waitTime": "وقت الانتظار",
292
302
  "weight": "الوزن",
293
303
  "years": "سنوات",
294
304
  "youngest": "الأصغر سنًا أولاً"
@@ -83,6 +83,8 @@
83
83
  "femaleLabelText": "Female",
84
84
  "fields": "of the following fields",
85
85
  "filter": "Filter",
86
+ "filterByService": "Filter by service :",
87
+ "filterByStatus": "Filter by status :",
86
88
  "filterTable": "Filter table",
87
89
  "firstName": "First name",
88
90
  "firstNameSort": "First name (a-z)",
@@ -257,7 +259,6 @@
257
259
  "serviceQueue": "Service queue",
258
260
  "serviceQueues": "Service queues",
259
261
  "sex": "Sex",
260
- "showPatientsWaitingFor": "Show patients waiting for",
261
262
  "sortBy": "Sort by",
262
263
  "sortWeight": "Sort weight",
263
264
  "sp02": "Sp02",
@@ -268,7 +269,7 @@
268
269
  "startVisitQueueSuccessfully": "Patient has been added to active visits list and queue.",
269
270
  "status": "Status",
270
271
  "statusIsRequired": "Status is required",
271
- "submitting": "Submitting",
272
+ "submitting": "Submitting...",
272
273
  "success": "Success",
273
274
  "temperature": "Temperature",
274
275
  "ticketNumber": "Ticket Number",
@@ -2,15 +2,15 @@
2
2
  "actions": "Actions",
3
3
  "activeVisits": "Active Visits",
4
4
  "activeVisitsNotInQueue": "Active visits not in queue",
5
+ "addAProviderQueueRoom": "Add a provider queue room?",
5
6
  "addEntry": "Add entry",
6
7
  "addisitToQueueTooltip": "Add to queue",
7
- "addNewQueueService": "Add new queue service",
8
+ "addNewQueueService": "Add New Queue Service",
8
9
  "addNewQueueServiceRoom": "Add new queue service room",
9
10
  "addNewService": "Add new service",
10
11
  "addNewServiceRoom": "Add new service room",
11
- "addPatientToList": "Add patient to list",
12
12
  "addPatientToQueue": "Add patient to queue",
13
- "addProviderQueueRoom": "Add provider queue room?",
13
+ "addProviderQueueRoom": "Add provider queue room",
14
14
  "addQueue": "Add queue",
15
15
  "addQueueName": "Please add a queue name",
16
16
  "addQueueRoom": "Add queue room",
@@ -29,6 +29,7 @@
29
29
  "applyFilters": "Apply filters",
30
30
  "averageWaitTime": "Average wait time today",
31
31
  "backToScheduledVisits": "Back to scheduled visits",
32
+ "backToSearchResults": "Back to search results",
32
33
  "backToSimpleSearch": "Back to simple search",
33
34
  "between": "Between",
34
35
  "bmi": "Bmi",
@@ -39,7 +40,6 @@
39
40
  "checkFilters": "Check the filters above",
40
41
  "chooseRoom": "Select a room",
41
42
  "chooseService": "Select a service",
42
- "chooseStatus": "Select a status",
43
43
  "clearAllQueueEntries": "Clear all queue entries?",
44
44
  "clearAllQueueEntriesWarningMessage": "Clearing all queue entries will remove all the patients from the queues",
45
45
  "clearQueue": "Clear queue",
@@ -50,6 +50,7 @@
50
50
  "confirmDeleteQueueEntry": "Are you sure you want to delete this queue entry?",
51
51
  "confirmMoveBackQueueAndStatus": "Are you sure you want to move patient back to queue \"{{queue}}\" with status \"{{status}}\"?",
52
52
  "confirmMoveBackStatus": "Are you sure you want to move patient back to status \"{{status}}\"?",
53
+ "confirmRemovePatientFromQueue": "Are you sure you want to remove this patient from this queue?",
53
54
  "currentValueFormatted": "{{value}} (Current)",
54
55
  "currentVisit": "Current visit",
55
56
  "date": "Date",
@@ -77,11 +78,11 @@
77
78
  "errorLoadingQueueEntries": "Error loading queue entries",
78
79
  "errorPostingToScreen": "Error posting to screen",
79
80
  "facility": "Facility",
81
+ "failedToLoadRecommendedVisitTypes": "Failed to load recommended visit types",
80
82
  "female": "Female",
81
83
  "femaleLabelText": "Female",
82
84
  "fields": "of the following fields",
83
85
  "filter": "Filter (1)",
84
- "filters": "Filters",
85
86
  "filterTable": "Filter table",
86
87
  "firstName": "First name",
87
88
  "firstNameSort": "First name (a-z)",
@@ -94,15 +95,15 @@
94
95
  "hourAndMinuteFormatted": "{{hours}} hour(s) and {{minutes}} minute(s)",
95
96
  "idNumber": "ID Number",
96
97
  "indication": "Indication",
97
- "InQueue": "In Queue",
98
98
  "invalidQueue": "Invalid Queue",
99
- "lastClinicalVisit": "Last clinical visit",
99
+ "invalidtableConfig": "Invalid table configuration",
100
100
  "lastEncounter": "Last encounter",
101
101
  "lastName": "Last name",
102
102
  "lastNameSort": "Last name (a-z)",
103
103
  "lastVisit": "Last visit",
104
104
  "lastVisitDate": "Date",
105
105
  "loading": "Loading...",
106
+ "location": "Location",
106
107
  "male": "Male",
107
108
  "maleLabelText": "Male",
108
109
  "match": "Match",
@@ -118,32 +119,35 @@
118
119
  "missingQueueRoomService": "Missing queue room service",
119
120
  "missingService": "Missing service",
120
121
  "missingVisitType": "Missing visit type",
122
+ "modifyDefaultValue": "Modify default value",
121
123
  "movePatientToNextService": "Move patient to the next service?",
122
124
  "moveToNextService": "Move to next service",
123
125
  "name": "Name",
124
126
  "nextPage": "Next page",
125
127
  "noActiveVisitsForLocation": "There are no active visits to display for this location.",
126
128
  "noAppointmentsFound": "No appointments found",
129
+ "noColumnsDefined": "No table columns defined. Check Configuration",
127
130
  "noEncountersFound": "No encounters found",
128
131
  "noLastEncounter": "There is no last encounter to display for this patient",
129
132
  "noLocationsAvailable": "No locations available",
130
133
  "noMedicationsFound": "No medications found",
131
- "none": "None",
132
134
  "noNotesFound": "No notes found",
133
135
  "noPatientFoundMessage": "Sorry, no patient has been found",
134
136
  "noPatientsToDisplay": "No patients to display",
135
137
  "noPreviousVisitFound": "No previous visit found",
136
138
  "noPrioritiesConfigured": "No priorities configured",
139
+ "noPrioritiesForService": "The selected service does not have any allowed priorities. This is an error in configuration. Please contact your system administrator.",
140
+ "noPrioritiesForServiceTitle": "No priorities available",
137
141
  "noPriorityFound": "No priority found",
138
142
  "noResultsFound": "No results found",
139
143
  "noReturnDate": "There is no return date to display for this patient",
140
144
  "noServicesAvailable": "No services available",
141
145
  "noServicesConfigured": "No services configured",
142
146
  "noStatusConfigured": "No status configured",
147
+ "notableConfig": "No table configuration",
143
148
  "notes": "Notes",
144
- "NotInQueue": "Not In Queue",
145
149
  "noVisitsNotInQueueFound": "No visits currently not in queue found",
146
- "noVisitTypes": "There are no visit types to display for this patient",
150
+ "noVisitTypesMatchingSearch": "There are no visit types matching this search text",
147
151
  "noVitalsFound": "No vitals found",
148
152
  "oldest": "Oldest first",
149
153
  "onTime": "On time",
@@ -152,12 +156,16 @@
152
156
  "orderIndefiniteDuration": "Indefinite duration",
153
157
  "orInProperFormat": "Or",
154
158
  "orPatientName": "OR the patient's name(s)",
159
+ "patientAge": "Age",
155
160
  "patientAlreadyInQueue": "Patient is already in the queue",
156
161
  "patientAttendingService": "Patient attending service",
157
162
  "patientHasActiveVisit": "The patient already has an active visit",
158
163
  "patientList": "Patient list",
159
164
  "patientName": "Patient name",
160
165
  "patientNotInQueue": "The patient is not in the queue",
166
+ "patientRemoved": "Patient removed",
167
+ "patientRemovedFailed": "Error removing patient from queue",
168
+ "patientRemovedSuccessfully": "Paient removed from queue successfully",
161
169
  "patientRequeued": "Patient has been requeued",
162
170
  "patients": "Patients",
163
171
  "patientsCurrentlyInQueue": "Patients currently in queue",
@@ -176,7 +184,6 @@
176
184
  "provider": "Provider",
177
185
  "quantity": "Quantity",
178
186
  "queueAddedSuccessfully": "Queue added successfully",
179
- "queueComingFrom": "Coming from",
180
187
  "queueEntryAddedSuccessfully": "Queue entry added successfully",
181
188
  "queueEntryAddFailed": "Error adding queue entry status",
182
189
  "queueEntryDeleteFailed": "Error deleting queue entry",
@@ -198,7 +205,6 @@
198
205
  "queueLocation": "Queue Location",
199
206
  "queueLocationRequired": "Queue location is required",
200
207
  "queueName": "Queue name",
201
- "queueNumber": "Queue Number",
202
208
  "queuePriority": "Queue priority",
203
209
  "queueRoom": "Queue room",
204
210
  "queueRoomAddedSuccessfully": "Queue room added successfully",
@@ -214,6 +220,8 @@
214
220
  "recommended": "Recommended",
215
221
  "refills": "Refills",
216
222
  "removeFromQueueAndEndVisit": "Remove patient from queue and end active visit?",
223
+ "removePatient": "Remove patient",
224
+ "removePatientFromQueue": "Remove patient from queue",
217
225
  "removeQueueEntryError": "Error removing queue entry",
218
226
  "requeue": "Requeue",
219
227
  "retainLocation": "Retain location",
@@ -227,11 +235,12 @@
227
235
  "searchboxPlaceholder": "Search for a patient name or ID number",
228
236
  "searchForAVisitType": "Search for a visit type",
229
237
  "searchForPatient": "Search for a patient",
238
+ "searchPatient": "Search Patient",
230
239
  "searchThisList": "Search this list",
231
240
  "secondaryHelperText": "Type the patient's name or unique ID number",
241
+ "selectALocation": "Select a location",
232
242
  "selectAVisitType": "Select visit type",
233
243
  "selectFacility": "Select a facility",
234
- "selectLocation": "Select a location",
235
244
  "selectOption": "Select an option",
236
245
  "selectProgramType": "Select program type",
237
246
  "selectQueue": "Select a queue",
@@ -240,7 +249,6 @@
240
249
  "selectRoom": "Select a room",
241
250
  "selectService": "Select a service",
242
251
  "selectServiceType": "Select a service type",
243
- "selectStatus": "Select a status",
244
252
  "selectVisitType": "Please select a Visit Type",
245
253
  "serve": "Serve",
246
254
  "servePatient": "Serve patient",
@@ -259,28 +267,31 @@
259
267
  "startVisitError": "Error starting visit",
260
268
  "startVisitQueueSuccessfully": "Patient has been added to active visits list and queue.",
261
269
  "status": "Status",
262
- "submitting": "Submitting...",
270
+ "statusIsRequired": "Status is required",
271
+ "submitting": "Submitting",
263
272
  "success": "Success",
264
- "tcaDate": "Tca date",
265
273
  "temperature": "Temperature",
266
274
  "ticketNumber": "Ticket number",
267
275
  "time": "Time",
276
+ "timeCannotBeInFuture": "Time cannot be in the future",
277
+ "timeOfTransition": "Time of transition",
268
278
  "tirageNotYetCompleted": "Triage has not yet been completed",
269
279
  "today": "Today",
270
- "transfer": "Transfer",
280
+ "totalPatients": "Total Patients",
271
281
  "transition": "Transition",
272
282
  "transitionPatient": "Transition patient",
273
283
  "transitionPatientStatusOrQueue": "Select a new status or queue for patient to transition to.",
274
284
  "triageForm": "Triage form",
275
285
  "triageNote": "Triage note",
276
286
  "trySearchWithPatientUniqueID": "Try searching with the patient's unique ID number",
287
+ "undoQueueEntryTransitionSuccess": "Undo transition success",
277
288
  "undoTransition": "Undo transition",
278
289
  "unexpectedServerResponse": "Unexpected Server Response",
279
290
  "unknown": "Unknown",
280
291
  "updateEntry": "Update entry",
281
292
  "updateRoom": "Update room",
282
293
  "useTodaysDate": "Use today's date",
283
- "view": "View",
294
+ "visitQueueNumberAttributeUuid not configured": "visitQueueNumberAttributeUuid not configured",
284
295
  "visitStartTime": "Visit Time",
285
296
  "visitTabs": "Visit tabs",
286
297
  "visitType": "Visit Type",
@@ -288,7 +299,6 @@
288
299
  "vitalsForm": "Vitals form",
289
300
  "vitalsNotRecordedForVisit": "Vitals has not been recorded for this patient for this visit",
290
301
  "waitingFor": "Waiting for",
291
- "waitTime": "Wait time",
292
302
  "weight": "Weight",
293
303
  "years": "Years",
294
304
  "youngest": "Youngest first"