@kenyaemr/esm-service-queues-app 7.0.2-pre.66 → 7.0.2-pre.68
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.
- package/.turbo/turbo-build.log +14 -13
- package/dist/130.js +1 -1
- package/dist/130.js.map +1 -1
- package/dist/199.js +1 -0
- package/dist/{738.js.map → 199.js.map} +1 -1
- package/dist/271.js +1 -1
- package/dist/276.js +1 -1
- package/dist/319.js +1 -1
- package/dist/401.js +1 -1
- package/dist/430.js +1 -2
- package/dist/430.js.map +1 -1
- package/dist/460.js +1 -1
- package/dist/490.js +2 -0
- package/dist/490.js.map +1 -0
- package/dist/574.js +1 -1
- package/dist/6.js +1 -0
- package/dist/6.js.map +1 -0
- package/dist/60.js +1 -0
- package/dist/60.js.map +1 -0
- package/dist/600.js +1 -0
- package/dist/600.js.map +1 -0
- package/dist/644.js +1 -1
- package/dist/647.js +1 -1
- package/dist/647.js.map +1 -1
- package/dist/650.js +1 -1
- package/dist/650.js.map +1 -1
- package/dist/669.js +1 -1
- package/dist/669.js.map +1 -1
- package/dist/{806.js → 752.js} +1 -1
- package/dist/{806.js.map → 752.js.map} +1 -1
- package/dist/757.js +1 -1
- package/dist/764.js +1 -1
- package/dist/764.js.map +1 -1
- package/dist/788.js +1 -1
- package/dist/{981.js → 800.js} +1 -1
- package/dist/{981.js.map → 800.js.map} +1 -1
- package/dist/807.js +1 -1
- package/dist/{696.js → 828.js} +1 -1
- package/dist/{696.js.map → 828.js.map} +1 -1
- package/dist/833.js +1 -1
- package/dist/877.js +1 -1
- package/dist/877.js.map +1 -1
- package/dist/917.js +1 -1
- package/dist/917.js.map +1 -1
- package/dist/kenyaemr-esm-service-queues-app.js +1 -1
- package/dist/kenyaemr-esm-service-queues-app.js.buildmanifest.json +193 -193
- package/dist/kenyaemr-esm-service-queues-app.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +2 -2
- package/src/add-patient-toqueue/add-patient-toqueue-dialog.component.tsx +4 -4
- package/src/add-provider-queue-room/add-provider-queue-room.component.tsx +12 -15
- package/src/config-schema.ts +20 -0
- package/src/helpers/helpers.ts +42 -32
- package/src/home.component.tsx +1 -1
- package/src/hooks/useQueueEntries.ts +1 -1
- package/src/hooks/useQueueService.ts +21 -0
- package/src/hooks/useQueueStatuses.ts +40 -0
- package/src/index.ts +5 -5
- package/src/patient-info/patient-info.component.tsx +9 -9
- package/src/patient-queue-header/patient-queue-header.component.tsx +30 -24
- package/src/patient-queue-header/patient-queue-header.scss +1 -2
- package/src/patient-queue-metrics/clinic-metrics.component.tsx +16 -27
- package/src/patient-queue-metrics/queue-metrics.resource.ts +1 -2
- package/src/patient-search/patient-scheduled-visits.scss +1 -1
- package/src/patient-search/patient-search.scss +6 -0
- package/src/patient-search/patient-search.workspace.tsx +30 -30
- package/src/patient-search/visit-form/visit-form.component.tsx +8 -8
- package/src/patient-search/visit-form/visit-form.scss +5 -3
- package/src/patient-search/visit-form-queue-fields/visit-form-queue-fields.component.tsx +14 -7
- package/src/queue-patient-linelists/queue-linelist-filter.scss +2 -12
- package/src/queue-rooms/queue-room-form.scss +1 -1
- package/src/queue-screen/queue-screen.component.tsx +1 -1
- package/src/queue-services/queue-service-form.scss +2 -2
- package/src/queue-table/cells/queue-table-action-cell.component.tsx +6 -4
- package/src/queue-table/cells/queue-table-action-cell.scss +7 -0
- package/src/queue-table/default-queue-table.component.tsx +69 -38
- package/src/queue-table/queue-entry-actions/{edit-queue-entry-modal.component.tsx → edit-queue-entry.modal.tsx} +1 -1
- package/src/queue-table/queue-entry-actions/{end-queue-entry-modal.component.tsx → end-queue-entry.modal.tsx} +1 -1
- package/src/queue-table/queue-entry-actions/{queue-entry-actions-modal.test.tsx → queue-entry-actions.test.tsx} +2 -2
- package/src/queue-table/queue-entry-actions/{queue-entry-confirm-action-modal.test.tsx → queue-entry-confirm-action.test.tsx} +3 -3
- package/src/queue-table/queue-entry-actions/{queue-entry-undo-actions-modal.test.tsx → queue-entry-undo-actions.test.tsx} +2 -2
- package/src/queue-table/queue-entry-actions/{transition-queue-entry-modal.component.tsx → transition-queue-entry.modal.tsx} +1 -1
- package/src/queue-table/queue-entry-actions/{undo-transition-queue-entry-modal.component.tsx → undo-transition-queue-entry.modal.tsx} +1 -1
- package/src/queue-table/queue-entry-actions/{void-queue-entry-modal.component.tsx → void-queue-entry.modal.tsx} +1 -1
- package/src/queue-table/queue-table-by-status-skeleton.component.tsx +18 -18
- package/src/queue-table/queue-table-metrics-card.scss +1 -1
- package/src/queue-table/queue-table-metrics.scss +1 -1
- package/src/queue-table/queue-table.component.tsx +35 -18
- package/src/queue-table/queue-table.scss +12 -4
- package/src/types/index.ts +3 -1
- package/src/views/queue-table-by-status-view.component.tsx +2 -14
- package/src/views/queue-tables-for-all-statuses.component.tsx +81 -43
- package/translations/am.json +29 -19
- package/translations/ar.json +33 -23
- package/translations/en.json +3 -2
- package/translations/es.json +29 -19
- package/translations/fr.json +29 -19
- package/translations/he.json +33 -23
- package/translations/km.json +31 -21
- package/translations/zh.json +39 -29
- package/translations/zh_CN.json +38 -28
- package/dist/185.js +0 -1
- package/dist/185.js.map +0 -1
- package/dist/233.js +0 -1
- package/dist/233.js.map +0 -1
- package/dist/237.js +0 -1
- package/dist/237.js.map +0 -1
- package/dist/703.js +0 -1
- package/dist/703.js.map +0 -1
- package/dist/738.js +0 -1
- /package/dist/{430.js.LICENSE.txt → 490.js.LICENSE.txt} +0 -0
- /package/src/queue-table/queue-entry-actions/{queue-entry-actions-modal.component.tsx → queue-entry-actions.modal.tsx} +0 -0
- /package/src/queue-table/queue-entry-actions/{queue-entry-confirm-action-modal.component.tsx → queue-entry-confirm-action.modal.tsx} +0 -0
package/translations/fr.json
CHANGED
|
@@ -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
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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"
|
package/translations/he.json
CHANGED
|
@@ -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": "סנן",
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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": "או",
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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": "הצעיר ביותר תחילה"
|