@kenyaemr/esm-service-queues-app 8.1.1-pre.124 → 8.1.2-pre.152
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 +26 -26
- package/dist/1006.js +1 -0
- package/dist/1006.js.map +1 -0
- package/dist/1060.js +1 -0
- package/dist/1060.js.map +1 -0
- package/dist/130.js +1 -1
- package/dist/130.js.map +1 -1
- package/dist/1325.js +1 -0
- package/dist/1325.js.map +1 -0
- package/dist/1644.js +1 -0
- package/dist/1727.js +1 -0
- package/dist/1727.js.map +1 -0
- package/dist/1800.js +1 -0
- package/dist/1800.js.map +1 -0
- package/dist/236.js +1 -1
- package/dist/2757.js +1 -0
- package/dist/{282.js → 2760.js} +1 -1
- package/dist/2760.js.map +1 -0
- package/dist/2784.js +2 -0
- package/dist/2784.js.map +1 -0
- package/dist/3199.js +1 -0
- package/dist/3199.js.map +1 -0
- package/dist/3372.js +2 -0
- package/dist/3372.js.map +1 -0
- package/dist/3574.js +1 -0
- package/dist/3604.js +1 -0
- package/dist/3604.js.map +1 -0
- package/dist/3652.js +1 -0
- package/dist/3760.js +1 -0
- package/dist/3760.js.map +1 -0
- package/dist/3818.js +1 -0
- package/dist/3818.js.map +1 -0
- package/dist/3828.js +1 -0
- package/dist/3828.js.map +1 -0
- package/dist/4272.js +1 -0
- package/dist/4378.js +1 -0
- package/dist/443.js +1 -0
- package/dist/443.js.map +1 -0
- package/dist/4460.js +1 -0
- package/dist/4705.js +1 -0
- package/dist/4911.js +1 -0
- package/dist/4911.js.map +1 -0
- package/dist/5236.js +1 -0
- package/dist/5236.js.map +1 -0
- package/dist/5240.js +1 -0
- package/dist/5282.js +1 -0
- package/dist/5282.js.map +1 -0
- package/dist/5336.js +1 -0
- package/dist/539.js +1 -0
- package/dist/5673.js +1 -0
- package/dist/5711.js +1 -0
- package/dist/5737.js +1 -0
- package/dist/5833.js +1 -0
- package/dist/6566.js +1 -0
- package/dist/6578.js +2 -0
- package/dist/{660.js.LICENSE.txt → 6578.js.LICENSE.txt} +5 -0
- package/dist/6578.js.map +1 -0
- package/dist/6591.js +2 -0
- package/dist/6591.js.map +1 -0
- package/dist/6670.js +1 -0
- package/dist/6670.js.map +1 -0
- package/dist/6727.js +1 -0
- package/dist/744.js +1 -0
- package/dist/752.js +1 -1
- package/dist/752.js.map +1 -1
- package/dist/7807.js +1 -0
- package/dist/8271.js +1 -0
- package/dist/8319.js +1 -0
- package/dist/8788.js +1 -0
- package/dist/899.js +1 -0
- package/dist/9261.js +1 -0
- package/dist/9392.js +1 -0
- package/dist/9392.js.map +1 -0
- package/dist/9993.js +1 -0
- package/dist/9993.js.map +1 -0
- package/dist/kenyaemr-esm-service-queues-app.js +1 -1
- package/dist/kenyaemr-esm-service-queues-app.js.buildmanifest.json +541 -234
- package/dist/kenyaemr-esm-service-queues-app.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.LICENSE.txt +5 -0
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package-lock.json +5892 -0
- package/package.json +8 -5
- package/src/active-visits/active-visits-table.resource.ts +0 -62
- package/src/active-visits/change-status-dialog.component.tsx +10 -3
- package/src/active-visits/change-status-dialog.scss +29 -1
- package/src/active-visits/change-status-dialog.test.tsx +11 -3
- package/src/add-provider-queue-room/add-provider-queue-room.component.tsx +53 -54
- package/src/add-provider-queue-room/add-provider-queue-room.scss +28 -0
- package/src/add-provider-queue-room/add-provider-queue-room.test.tsx +1 -1
- package/src/clear-queue-entries-dialog/clear-queue-entries-dialog.component.tsx +1 -0
- package/src/clear-queue-entries-dialog/clear-queue-entries-dialog.scss +29 -0
- package/src/clear-queue-entries-dialog/clear-queue-entries-dialog.test.tsx +4 -1
- package/src/config-schema.ts +28 -8
- package/src/create-queue-entry/create-queue-entry.workspace.tsx +99 -0
- package/src/create-queue-entry/existing-visit-form/existing-visit-form.component.tsx +73 -0
- package/src/{patient-search/visit-form-queue-fields/visit-form-queue-fields.component.tsx → create-queue-entry/queue-fields/queue-fields.component.tsx} +76 -50
- package/src/create-queue-entry/queue-fields/queue-fields.resource.ts +63 -0
- package/src/{patient-search/visit-form-queue-fields/visit-form-queue-fields.scss → create-queue-entry/queue-fields/queue-fields.scss} +0 -4
- package/src/{patient-search/visit-form-queue-fields/visit-form-queue-fields.test.tsx → create-queue-entry/queue-fields/queue-fields.test.tsx} +37 -17
- package/src/create-queue-entry/queue-fields/visit-form-queue-fields.extension.tsx +31 -0
- package/src/hooks/useQueueEntries.ts +13 -12
- package/src/index.ts +8 -14
- package/src/patient-info/patient-info.component.tsx +10 -8
- package/src/patient-queue-header/patient-queue-header.component.tsx +18 -13
- package/src/patient-queue-metrics/metrics-header.component.tsx +4 -4
- package/src/queue-entry-table-components/queue-priority.component.tsx +16 -11
- package/src/queue-entry-table-components/queue-priority.scss +5 -0
- package/src/queue-entry-table-components/transition-entry.component.tsx +1 -1
- package/src/queue-patient-linelists/queue-linelist-base-table.component.tsx +1 -1
- package/src/queue-patient-linelists/queue-linelist-filter.workspace.tsx +13 -12
- package/src/queue-patient-linelists/scheduled-appointments-table.component.tsx +1 -1
- package/src/queue-rooms/queue-room-form.test.tsx +2 -2
- package/src/queue-rooms/queue-room-form.workspace.tsx +1 -1
- package/src/queue-screen/queue-screen.test.tsx +11 -4
- package/src/queue-services/queue-service-form.test.tsx +76 -16
- package/src/queue-services/queue-service-form.workspace.tsx +131 -131
- package/src/queue-services/queue-service.resource.ts +7 -2
- package/src/queue-table/cells/columns.resource.ts +10 -7
- package/src/queue-table/cells/queue-table-visit-attribute-queue-number-cell.component.tsx +1 -0
- package/src/queue-table/default-queue-table.component.tsx +13 -13
- package/src/queue-table/default-queue-table.test.tsx +3 -3
- package/src/queue-table/queue-entry-actions/queue-entry-actions-modal.scss +28 -0
- package/src/queue-table/queue-entry-actions/queue-entry-actions.modal.tsx +8 -2
- package/src/queue-table/queue-entry-actions/queue-entry-confirm-action.modal.tsx +2 -1
- package/src/queue-table/queue-entry-actions/queue-entry-confirm-action.scss +29 -0
- package/src/queue-table/queue-table.component.tsx +1 -1
- package/src/queue-table/queue-table.scss +12 -2
- package/src/queue-table/queue-table.test.tsx +10 -1
- package/src/remove-queue-entry-dialog/remove-queue-entry.component.tsx +16 -4
- package/src/remove-queue-entry-dialog/remove-queue-entry.scss +29 -0
- package/src/routes.json +4 -8
- package/src/transition-latest-queue-entry/transition-latest-queue-entry.resource.ts +2 -10
- package/src/transition-queue-entry/transition-queue-entry-dialog.component.tsx +41 -32
- package/src/transition-queue-entry/transition-queue-entry-dialog.scss +28 -0
- package/src/types/index.ts +0 -8
- package/src/views/queue-tables-for-all-statuses.component.tsx +12 -15
- package/translations/am.json +5 -78
- package/translations/ar.json +5 -78
- package/translations/de.json +235 -0
- package/translations/en.json +9 -86
- package/translations/es.json +3 -76
- package/translations/fr.json +5 -78
- package/translations/he.json +5 -78
- package/translations/hi.json +235 -0
- package/translations/hi_IN.json +235 -0
- package/translations/id.json +235 -0
- package/translations/it.json +235 -0
- package/translations/km.json +5 -78
- package/translations/ne.json +235 -0
- package/translations/pt.json +235 -0
- package/translations/pt_BR.json +235 -0
- package/translations/qu.json +235 -0
- package/translations/si.json +235 -0
- package/translations/sw.json +235 -0
- package/translations/sw_KE.json +235 -0
- package/translations/tr.json +235 -0
- package/translations/tr_TR.json +235 -0
- package/translations/uk.json +235 -0
- package/translations/vi.json +235 -0
- package/translations/zh.json +6 -79
- package/translations/zh_CN.json +5 -78
- package/dist/169.js +0 -1
- package/dist/169.js.map +0 -1
- package/dist/199.js +0 -1
- package/dist/199.js.map +0 -1
- package/dist/236.js.map +0 -1
- package/dist/271.js +0 -1
- package/dist/282.js.map +0 -1
- package/dist/319.js +0 -1
- package/dist/325.js +0 -1
- package/dist/325.js.map +0 -1
- package/dist/366.js +0 -1
- package/dist/366.js.map +0 -1
- package/dist/372.js +0 -2
- package/dist/372.js.map +0 -1
- package/dist/392.js +0 -1
- package/dist/392.js.map +0 -1
- package/dist/460.js +0 -1
- package/dist/501.js +0 -1
- package/dist/501.js.map +0 -1
- package/dist/574.js +0 -1
- package/dist/591.js +0 -2
- package/dist/591.js.map +0 -1
- package/dist/6.js +0 -1
- package/dist/6.js.map +0 -1
- package/dist/60.js +0 -1
- package/dist/60.js.map +0 -1
- package/dist/604.js +0 -1
- package/dist/604.js.map +0 -1
- package/dist/644.js +0 -1
- package/dist/660.js +0 -2
- package/dist/660.js.map +0 -1
- package/dist/670.js +0 -1
- package/dist/670.js.map +0 -1
- package/dist/727.js +0 -1
- package/dist/727.js.map +0 -1
- package/dist/748.js +0 -1
- package/dist/748.js.map +0 -1
- package/dist/757.js +0 -1
- package/dist/760.js +0 -1
- package/dist/760.js.map +0 -1
- package/dist/784.js +0 -2
- package/dist/784.js.map +0 -1
- package/dist/788.js +0 -1
- package/dist/800.js +0 -1
- package/dist/800.js.map +0 -1
- package/dist/807.js +0 -1
- package/dist/818.js +0 -1
- package/dist/818.js.map +0 -1
- package/dist/828.js +0 -1
- package/dist/828.js.map +0 -1
- package/dist/833.js +0 -1
- package/dist/911.js +0 -1
- package/dist/911.js.map +0 -1
- package/dist/940.js +0 -1
- package/dist/940.js.map +0 -1
- package/src/add-patient-toqueue/add-patient-toqueue-dialog.component.tsx +0 -228
- package/src/add-patient-toqueue/add-patient-toqueue-dialog.scss +0 -32
- package/src/patient-search/advanced-search.component.tsx +0 -191
- package/src/patient-search/advanced-search.scss +0 -154
- package/src/patient-search/advanced-search.test.tsx +0 -26
- package/src/patient-search/basic-search.component.tsx +0 -112
- package/src/patient-search/basic-search.scss +0 -139
- package/src/patient-search/basic-search.test.tsx +0 -18
- package/src/patient-search/empty-data-illustration.component.tsx +0 -41
- package/src/patient-search/hooks/useActivePatientEnrollment.tsx +0 -29
- package/src/patient-search/hooks/useDefaultLocation.ts +0 -14
- package/src/patient-search/hooks/usePatients.tsx +0 -25
- package/src/patient-search/hooks/useRecommendedVisitTypes.tsx +0 -35
- package/src/patient-search/hooks/useScheduledVisits.ts +0 -52
- package/src/patient-search/patient-scheduled-visits.component.tsx +0 -315
- package/src/patient-search/patient-scheduled-visits.scss +0 -131
- package/src/patient-search/patient-scheduled-visits.test.tsx +0 -39
- package/src/patient-search/patient-search.workspace.tsx +0 -135
- package/src/patient-search/search-illustration.component.tsx +0 -27
- package/src/patient-search/search-results.component.tsx +0 -75
- package/src/patient-search/search-results.scss +0 -80
- package/src/patient-search/search-results.test.tsx +0 -69
- package/src/patient-search/search.resource.ts +0 -10
- package/src/patient-search/visit-form/existing-visit-form.component.tsx +0 -112
- package/src/patient-search/visit-form/queue.resource.ts +0 -64
- package/src/patient-search/visit-form/visit-form.component.tsx +0 -337
- package/src/patient-search/visit-form/visit-type-selector.component.tsx +0 -153
- package/src/patient-search/visit-form/visit-type-selector.scss +0 -100
- package/src/patient-search/visit-form/visit-type-selector.test.tsx +0 -84
- package/src/visits-missing-inqueue/visits-missing-inqueue.component.tsx +0 -277
- package/src/visits-missing-inqueue/visits-missing-inqueue.resource.ts +0 -93
- package/src/visits-missing-inqueue/visits-missing-inqueue.scss +0 -111
- /package/dist/{784.js.LICENSE.txt → 2784.js.LICENSE.txt} +0 -0
- /package/dist/{372.js.LICENSE.txt → 3372.js.LICENSE.txt} +0 -0
- /package/dist/{591.js.LICENSE.txt → 6591.js.LICENSE.txt} +0 -0
- /package/src/{patient-search/patient-search.scss → create-queue-entry/create-queue-entry.scss} +0 -0
- /package/src/{patient-search/visit-form/visit-form.scss → create-queue-entry/existing-visit-form/existing-visit-form.scss} +0 -0
- /package/src/{patient-search → create-queue-entry}/hooks/useQueueLocations.tsx +0 -0
package/translations/en.json
CHANGED
|
@@ -1,36 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"actions": "Actions",
|
|
3
|
-
"activeVisits": "Active Visits",
|
|
4
|
-
"activeVisitsNotInQueue": "Active visits not in queue",
|
|
5
3
|
"addAProviderQueueRoom": "Add a provider queue room?",
|
|
6
|
-
"
|
|
7
|
-
"addisitToQueueTooltip": "Add",
|
|
4
|
+
"addedPatientToQueue": "Added patient to queue",
|
|
8
5
|
"addNewQueueService": "Add New Queue Service",
|
|
9
6
|
"addNewQueueServiceRoom": "Add new queue service room",
|
|
10
7
|
"addNewService": "Add new service",
|
|
11
8
|
"addNewServiceRoom": "Add new service room",
|
|
12
9
|
"addPatientToQueue": "Add patient to queue",
|
|
13
10
|
"addProviderQueueRoom": "Add provider queue room",
|
|
14
|
-
"addQueue": "Add queue",
|
|
15
|
-
"addQueueName": "Please add a queue name",
|
|
16
11
|
"addQueueRoom": "Add queue room",
|
|
17
12
|
"addQueueRoomName": "Please add a queue room name",
|
|
18
13
|
"addQueueRoomService": "Please add a queue room service",
|
|
19
14
|
"addRoom": "Add room",
|
|
20
|
-
"addToQueue": "Add to queue",
|
|
21
|
-
"addVisitToQueue": "Add Visit To Queue?",
|
|
22
|
-
"advancedSearch": "Advanced search",
|
|
23
15
|
"age": "Age",
|
|
24
16
|
"alistOfClients": "A list of clients waiting for ",
|
|
25
17
|
"all": "All",
|
|
26
18
|
"and": "And",
|
|
27
|
-
"anotherVisitType": "Start another visit type",
|
|
28
|
-
"any": "Any",
|
|
29
19
|
"applyFilters": "Apply filters",
|
|
30
20
|
"averageWaitTime": "Average wait time today",
|
|
31
|
-
"backToScheduledVisits": "Back To Scheduled Visits",
|
|
32
21
|
"backToSearchResults": "Back to search results",
|
|
33
|
-
"backToSimpleSearch": "Back to simple search",
|
|
34
22
|
"between": "Between",
|
|
35
23
|
"bmi": "Bmi",
|
|
36
24
|
"bp": "Bp",
|
|
@@ -39,7 +27,6 @@
|
|
|
39
27
|
"checkedInPatients": "Checked in patients",
|
|
40
28
|
"checkFilters": "Check the filters above",
|
|
41
29
|
"chooseRoom": "Select a room",
|
|
42
|
-
"chooseService": "Select a service",
|
|
43
30
|
"clearAllQueueEntries": "Clear all queue entries?",
|
|
44
31
|
"clearAllQueueEntriesWarningMessage": "Clearing all queue entries will remove all the patients from the queues",
|
|
45
32
|
"clearQueue": "Clear queue",
|
|
@@ -55,8 +42,6 @@
|
|
|
55
42
|
"currentVisit": "Current visit",
|
|
56
43
|
"date": "Date",
|
|
57
44
|
"date&Time": "Date & time",
|
|
58
|
-
"dateAndTimeOfVisit": "Date and time of visit",
|
|
59
|
-
"dateOfBirth": "Date of birth",
|
|
60
45
|
"delete": "Delete",
|
|
61
46
|
"deleteQueueEntry": "Delete queue entry",
|
|
62
47
|
"discard": "Discard",
|
|
@@ -71,96 +56,61 @@
|
|
|
71
56
|
"endVisit": "End visit",
|
|
72
57
|
"endVisitWarningMessage": "Ending this visit will not allow you to fill another encounter form for this patient",
|
|
73
58
|
"enterCommentHere": "Enter Comment here",
|
|
74
|
-
"errorAddingQueue": "Error adding queue",
|
|
75
59
|
"errorAddingQueueRoom": "Error adding queue room",
|
|
76
60
|
"errorClearingQueues": "Error clearing queues",
|
|
77
|
-
"
|
|
61
|
+
"errorCreatingQueueService": "Error creating queue service",
|
|
62
|
+
"errorFetchingVisit": "Error fetching patient visit",
|
|
78
63
|
"errorLoadingQueueEntries": "Error loading queue entries",
|
|
79
64
|
"errorPostingToScreen": "Error posting to screen",
|
|
80
|
-
"facility": "Facility",
|
|
81
|
-
"failedToLoadRecommendedVisitTypes": "Failed to load recommended visit types",
|
|
82
|
-
"female": "Female",
|
|
83
65
|
"femaleLabelText": "Female",
|
|
84
|
-
"fields": "of the following fields",
|
|
85
66
|
"filter": "Filter",
|
|
86
67
|
"filterByService": "Filter by service:",
|
|
87
68
|
"filterByStatus": "Filter by status:",
|
|
88
69
|
"filterTable": "Filter table",
|
|
89
|
-
"firstName": "First name",
|
|
90
|
-
"firstNameSort": "First name (a-z)",
|
|
91
|
-
"futureScheduledVisits_one": "{{count}} visit scheduled for dates in the future",
|
|
92
|
-
"futureScheduledVisits_other": "{{count}} visits scheduled for dates in the future",
|
|
93
70
|
"gender": "Gender",
|
|
94
71
|
"heartRate": "Heart rate",
|
|
95
72
|
"height": "Height",
|
|
96
73
|
"hourAndMinuteFormatted": "{{hours}} hour(s) and {{minutes}} minute(s)",
|
|
97
|
-
"idNumber": "ID Number",
|
|
98
74
|
"indication": "Indication",
|
|
99
75
|
"invalidQueue": "Invalid Queue",
|
|
100
76
|
"invalidtableConfig": "Invalid table configuration",
|
|
101
77
|
"lastEncounter": "Last encounter",
|
|
102
|
-
"lastName": "Last name",
|
|
103
|
-
"lastNameSort": "Last name (a-z)",
|
|
104
|
-
"lastVisit": "Last Visit",
|
|
105
|
-
"lastVisitDate": "Date",
|
|
106
78
|
"loading": "Loading...",
|
|
107
79
|
"location": "Location",
|
|
108
|
-
"male": "Male",
|
|
109
80
|
"maleLabelText": "Male",
|
|
110
|
-
"match": "Match",
|
|
111
81
|
"medications": "Medications",
|
|
112
|
-
"middleName": "Middle name",
|
|
113
82
|
"minuteFormatted": "{{minutes}} minute(s)",
|
|
114
83
|
"minutes": "Minutes",
|
|
115
|
-
"missingLocation": "Missing location",
|
|
116
|
-
"missingPriority": "Please select a priority",
|
|
117
|
-
"missingQueueName": "Missing queue name",
|
|
118
84
|
"missingQueueRoom": "Please select a queue room",
|
|
119
85
|
"missingQueueRoomName": "Missing queue room name",
|
|
120
86
|
"missingQueueRoomService": "Missing queue room service",
|
|
121
|
-
"missingService": "Missing service",
|
|
122
|
-
"missingVisitType": "Missing visit type",
|
|
123
87
|
"modifyDefaultValue": "Modify default value",
|
|
124
88
|
"movePatientToNextService": "Move patient to the next service?",
|
|
125
89
|
"moveToNextService": "Move to next service",
|
|
126
90
|
"name": "Name",
|
|
127
91
|
"nextPage": "Next page",
|
|
128
|
-
"noActiveVisitsForLocation": "There are no active visits to display for this location.",
|
|
129
|
-
"noAppointmentsFound": "No appointments found",
|
|
130
92
|
"noColumnsDefined": "No table columns defined. Check Configuration",
|
|
131
93
|
"noEncountersFound": "No encounters found",
|
|
132
94
|
"noLastEncounter": "There is no last encounter to display for this patient",
|
|
133
|
-
"noLocationsAvailable": "No locations available",
|
|
134
95
|
"noMedicationsFound": "No medications found",
|
|
135
96
|
"noNotesFound": "No notes found",
|
|
136
|
-
"noPatientFoundMessage": "Sorry, no patient has been found",
|
|
137
97
|
"noPatientsToDisplay": "No patients to display",
|
|
138
98
|
"noPreviousVisitFound": "No previous visit found",
|
|
139
99
|
"noPrioritiesConfigured": "No priorities configured",
|
|
140
100
|
"noPrioritiesForService": "The selected service does not have any allowed priorities. This is an error in configuration. Please contact your system administrator.",
|
|
141
101
|
"noPrioritiesForServiceTitle": "No priorities available",
|
|
142
102
|
"noPriorityFound": "No priority found",
|
|
143
|
-
"noResultsFound": "No results found",
|
|
144
103
|
"noReturnDate": "There is no return date to display for this patient",
|
|
145
|
-
"noServicesAvailable": "No services available",
|
|
146
104
|
"noServicesConfigured": "No services configured",
|
|
147
105
|
"noStatusConfigured": "No status configured",
|
|
148
106
|
"notableConfig": "No table configuration",
|
|
149
107
|
"notes": "Notes",
|
|
150
|
-
"noVisitsNotInQueueFound": "No visits currently not in queue found",
|
|
151
|
-
"noVisitTypesMatchingSearch": "There are no visit types matching this search text",
|
|
152
108
|
"noVitalsFound": "No vitals found",
|
|
153
|
-
"oldest": "Oldest first",
|
|
154
109
|
"onTime": "On time",
|
|
155
|
-
"or": "or",
|
|
156
110
|
"orderDurationAndUnit": "for {{duration}} {{durationUnit}}",
|
|
157
111
|
"orderIndefiniteDuration": "Indefinite duration",
|
|
158
|
-
"orInProperFormat": "Or",
|
|
159
|
-
"orPatientName": "OR the patient's name(s)",
|
|
160
112
|
"patientAge": "Age",
|
|
161
|
-
"patientAlreadyInQueue": "Patient is already in the queue",
|
|
162
113
|
"patientAttendingService": "Patient attending service",
|
|
163
|
-
"patientHasActiveVisit": "The patient already has an active visit",
|
|
164
114
|
"patientInfo": "{{name}}{{sexInfo}}{{ageInfo}}",
|
|
165
115
|
"patientList": "Patient list",
|
|
166
116
|
"patientName": "Patient name",
|
|
@@ -171,23 +121,16 @@
|
|
|
171
121
|
"patientRequeued": "Patient has been requeued",
|
|
172
122
|
"patients": "Patients",
|
|
173
123
|
"patientsCurrentlyInQueue": "Patients currently in queue",
|
|
174
|
-
"personalDetails": "Personal Details",
|
|
175
124
|
"phoneNumber": "Phone number",
|
|
176
|
-
"pleaseSelectLocation": "Please select a location",
|
|
177
|
-
"pleaseSelectService": "Please select a service",
|
|
178
|
-
"postCode": "Post code",
|
|
179
125
|
"previousPage": "Previous page",
|
|
180
126
|
"previousVisit": "Previous visit",
|
|
181
|
-
"primaryHelperText": "Search for a patient",
|
|
182
127
|
"priority": "Priority",
|
|
183
128
|
"priorityComment": "Priority comment",
|
|
184
129
|
"priorityIsRequired": "Priority is required",
|
|
185
|
-
"program": "Program",
|
|
186
130
|
"provider": "Provider",
|
|
187
131
|
"quantity": "Quantity",
|
|
188
|
-
"
|
|
132
|
+
"queueConceptRequired": "Queue concept is required",
|
|
189
133
|
"queueEntryAddedSuccessfully": "Queue entry added successfully",
|
|
190
|
-
"queueEntryAddFailed": "Error adding queue entry status",
|
|
191
134
|
"queueEntryDeleteFailed": "Error deleting queue entry",
|
|
192
135
|
"queueEntryDeleteSuccessful": "Queue entry deleted successfully",
|
|
193
136
|
"queueEntryEdited": "Queue entry edited",
|
|
@@ -207,6 +150,7 @@
|
|
|
207
150
|
"queueLocation": "Queue location",
|
|
208
151
|
"queueLocationRequired": "Queue location is required",
|
|
209
152
|
"queueName": "Queue name",
|
|
153
|
+
"queueNameRequired": "Queue name is required",
|
|
210
154
|
"queuePriority": "Queue priority",
|
|
211
155
|
"queueRoom": "Queue room",
|
|
212
156
|
"queueRoomAddedSuccessfully": "Queue room added successfully",
|
|
@@ -217,10 +161,9 @@
|
|
|
217
161
|
"queueScreen": "Queue screen",
|
|
218
162
|
"queueScreenError": "Queue screen error",
|
|
219
163
|
"queueService": "Queue service",
|
|
164
|
+
"queueServiceCreated": "Queue service created",
|
|
165
|
+
"queueServiceCreatedSuccessfully": "Queue service created successfully",
|
|
220
166
|
"queueStatus": "Queue status",
|
|
221
|
-
"recentScheduledVisits_one": "{{count}} visit scheduled for +/- 7 days",
|
|
222
|
-
"recentScheduledVisits_other": "{{count}} visits scheduled for +/- 7 days",
|
|
223
|
-
"recommended": "Recommended",
|
|
224
167
|
"refills": "Refills",
|
|
225
168
|
"removeFromQueueAndEndVisit": "Remove patient from queue and end active visit",
|
|
226
169
|
"removePatient": "Remove patient",
|
|
@@ -232,42 +175,26 @@
|
|
|
232
175
|
"room": "Room",
|
|
233
176
|
"rRate": "R. Rate",
|
|
234
177
|
"save": "Save",
|
|
178
|
+
"saving": "Saving",
|
|
235
179
|
"scheduledAppointmentsList": "Scheduled appointments patient list",
|
|
236
180
|
"scheduledToday": "Scheduled for today",
|
|
237
|
-
"search": "Search",
|
|
238
|
-
"searchboxPlaceholder": "Search for a patient name or ID number",
|
|
239
|
-
"searchForAVisitType": "Search for a visit type",
|
|
240
|
-
"searchForPatient": "Search for a patient",
|
|
241
|
-
"searchPatient": "Search Patient",
|
|
242
181
|
"searchThisList": "Search this list",
|
|
243
|
-
"secondaryHelperText": "Type the patient's name or unique ID number",
|
|
244
182
|
"selectALocation": "Select a location",
|
|
245
183
|
"selectAVisitType": "Select visit type",
|
|
246
|
-
"selectFacility": "Select a facility",
|
|
247
|
-
"selectOption": "Select an option",
|
|
248
|
-
"selectProgramType": "Select program type",
|
|
249
184
|
"selectQueue": "Select a queue",
|
|
250
185
|
"selectQueueLocation": "Select a queue location",
|
|
251
186
|
"selectQueueService": "Select a queue service",
|
|
252
187
|
"selectRoom": "Select a room",
|
|
253
188
|
"selectService": "Select a service",
|
|
254
189
|
"selectServiceType": "Select a service type",
|
|
255
|
-
"selectVisitType": "Please select a Visit Type",
|
|
256
190
|
"serve": "Serve",
|
|
257
191
|
"servePatient": "Serve patient",
|
|
258
192
|
"service": "Service",
|
|
259
193
|
"serviceIsRequired": "Service is required",
|
|
260
194
|
"serviceQueue": "Service queue",
|
|
261
195
|
"serviceQueues": "Service queues",
|
|
262
|
-
"sex": "Sex",
|
|
263
|
-
"sortBy": "Sort by",
|
|
264
|
-
"sortWeight": "Sort weight",
|
|
265
196
|
"sp02": "Sp02",
|
|
266
197
|
"startAgeRangeInvalid": "Start age range is not valid",
|
|
267
|
-
"startAVisit": "Start a visit",
|
|
268
|
-
"startVisit": "Start visit",
|
|
269
|
-
"startVisitError": "Error starting visit",
|
|
270
|
-
"startVisitQueueSuccessfully": "Patient has been added to active visits list and queue.",
|
|
271
198
|
"status": "Status",
|
|
272
199
|
"statusIsRequired": "Status is required",
|
|
273
200
|
"submitting": "Submitting...",
|
|
@@ -288,7 +215,6 @@
|
|
|
288
215
|
"transitionPatientStatusOrQueue": "Select a new status or queue for patient to transition to.",
|
|
289
216
|
"triageForm": "Triage form",
|
|
290
217
|
"triageNote": "Triage note",
|
|
291
|
-
"trySearchWithPatientUniqueID": "Try searching with the patient's unique ID number",
|
|
292
218
|
"undoQueueEntryTransitionSuccess": "Undo transition success",
|
|
293
219
|
"undoTransition": "Undo transition",
|
|
294
220
|
"unexpectedServerResponse": "Unexpected Server Response",
|
|
@@ -297,14 +223,11 @@
|
|
|
297
223
|
"updateRoom": "Update room",
|
|
298
224
|
"useTodaysDate": "Use today's date",
|
|
299
225
|
"visitQueueNumberAttributeUuid not configured": "visitQueueNumberAttributeUuid not configured",
|
|
300
|
-
"visitStartTime": "Visit Time",
|
|
301
226
|
"visitTabs": "Visit tabs",
|
|
302
227
|
"visitType": "Visit Type",
|
|
303
228
|
"vitals": "Vitals",
|
|
304
229
|
"vitalsForm": "Vitals form",
|
|
305
230
|
"vitalsNotRecordedForVisit": "Vitals has not been recorded for this patient for this visit",
|
|
306
231
|
"waitingFor": "Waiting for",
|
|
307
|
-
"weight": "Weight"
|
|
308
|
-
"years": "Years",
|
|
309
|
-
"youngest": "Youngest first"
|
|
232
|
+
"weight": "Weight"
|
|
310
233
|
}
|
package/translations/es.json
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"actions": "Actions",
|
|
3
|
-
"activeVisits": "Active Visits",
|
|
4
|
-
"activeVisitsNotInQueue": "Active visits not in queue",
|
|
5
3
|
"addAProviderQueueRoom": "¿Agregar una sala de espera para el proveedor?",
|
|
6
|
-
"
|
|
7
|
-
"addisitToQueueTooltip": "Add to queue",
|
|
4
|
+
"addedPatientToQueue": "Added patient to queue",
|
|
8
5
|
"addNewQueueService": "Añadir Nuevo Servicio de Cola",
|
|
9
6
|
"addNewQueueServiceRoom": "Add new queue service room",
|
|
10
7
|
"addNewService": "Add new service",
|
|
@@ -17,20 +14,13 @@
|
|
|
17
14
|
"addQueueRoomName": "Please add a queue room name",
|
|
18
15
|
"addQueueRoomService": "Please add a queue room service",
|
|
19
16
|
"addRoom": "Add room",
|
|
20
|
-
"addToQueue": "Add to queue",
|
|
21
|
-
"addVisitToQueue": "Add Visit To Queue?",
|
|
22
|
-
"advancedSearch": "Advanced search",
|
|
23
17
|
"age": "Age",
|
|
24
18
|
"alistOfClients": "A list of clients waiting for ",
|
|
25
19
|
"all": "All",
|
|
26
20
|
"and": "And",
|
|
27
|
-
"anotherVisitType": "Start another visit type",
|
|
28
|
-
"any": "Any",
|
|
29
21
|
"applyFilters": "Aplicar filtros",
|
|
30
22
|
"averageWaitTime": "Average wait time today",
|
|
31
|
-
"backToScheduledVisits": "Back to scheduled visits",
|
|
32
23
|
"backToSearchResults": "Volver a los resultados de búsqueda",
|
|
33
|
-
"backToSimpleSearch": "Back to simple search",
|
|
34
24
|
"between": "Between",
|
|
35
25
|
"bmi": "Bmi",
|
|
36
26
|
"bp": "Bp",
|
|
@@ -39,7 +29,6 @@
|
|
|
39
29
|
"checkedInPatients": "Checked in patients",
|
|
40
30
|
"checkFilters": "Check the filters above",
|
|
41
31
|
"chooseRoom": "Select a room",
|
|
42
|
-
"chooseService": "Select a service",
|
|
43
32
|
"clearAllQueueEntries": "Clear all queue entries?",
|
|
44
33
|
"clearAllQueueEntriesWarningMessage": "Limpiar todas las entradas en la cola eliminará todos los pacientes de las colas",
|
|
45
34
|
"clearQueue": "Clear queue",
|
|
@@ -55,8 +44,6 @@
|
|
|
55
44
|
"currentVisit": "Current visit",
|
|
56
45
|
"date": "Date",
|
|
57
46
|
"date&Time": "Date & time",
|
|
58
|
-
"dateAndTimeOfVisit": "Date and time of visit",
|
|
59
|
-
"dateOfBirth": "Date of birth",
|
|
60
47
|
"delete": "Eliminar",
|
|
61
48
|
"deleteQueueEntry": "Eliminar entrada de la cola",
|
|
62
49
|
"discard": "Discard",
|
|
@@ -74,93 +61,63 @@
|
|
|
74
61
|
"errorAddingQueue": "Error adding queue",
|
|
75
62
|
"errorAddingQueueRoom": "Error adding queue room",
|
|
76
63
|
"errorClearingQueues": "Error clearing queues",
|
|
77
|
-
"
|
|
64
|
+
"errorFetchingVisit": "Error fetching patient visit",
|
|
78
65
|
"errorLoadingQueueEntries": "Error al cargar las entradas de la cola",
|
|
79
66
|
"errorPostingToScreen": "Error posting to screen",
|
|
80
|
-
"facility": "Facility",
|
|
81
|
-
"failedToLoadRecommendedVisitTypes": "Fallo al cargar tipos de visita recomendados",
|
|
82
|
-
"female": "Female",
|
|
83
67
|
"femaleLabelText": "Female",
|
|
84
|
-
"fields": "of the following fields",
|
|
85
68
|
"filter": "Filter (1)",
|
|
86
69
|
"filterByService": "Filtrar por servicio:",
|
|
87
70
|
"filterByStatus": "Filtrar por estado:",
|
|
88
71
|
"filterTable": "Filter table",
|
|
89
|
-
"firstName": "First name",
|
|
90
|
-
"firstNameSort": "First name (a-z)",
|
|
91
|
-
"futureScheduledVisits_one": "{{count}} visit scheduled for dates in the future",
|
|
92
|
-
"futureScheduledVisits_other": "{{count}} visits scheduled for dates in the future",
|
|
93
72
|
"gender": "Gender",
|
|
94
73
|
"heartRate": "Heart rate",
|
|
95
74
|
"height": "Height",
|
|
96
75
|
"hourAndMinuteFormatted": "{{hours}} hora(s) y {{minutes}} minutos)",
|
|
97
|
-
"idNumber": "ID Number",
|
|
98
76
|
"indication": "Indication",
|
|
99
77
|
"invalidQueue": "Cola Inválida",
|
|
100
78
|
"invalidtableConfig": "Tabla de configuración inválida",
|
|
101
79
|
"lastEncounter": "Last encounter",
|
|
102
|
-
"lastName": "Last name",
|
|
103
|
-
"lastNameSort": "Last name (a-z)",
|
|
104
|
-
"lastVisit": "Last visit",
|
|
105
|
-
"lastVisitDate": "Date",
|
|
106
80
|
"loading": "Loading...",
|
|
107
81
|
"location": "Ubicación",
|
|
108
|
-
"male": "Male",
|
|
109
82
|
"maleLabelText": "Male",
|
|
110
|
-
"match": "Match",
|
|
111
83
|
"medications": "Medications",
|
|
112
|
-
"middleName": "Middle name",
|
|
113
84
|
"minuteFormatted": "{{minutes}} minuto(s)",
|
|
114
85
|
"minutes": "Minutes",
|
|
115
86
|
"missingLocation": "Missing location",
|
|
116
|
-
"missingPriority": "Please select a priority",
|
|
117
87
|
"missingQueueName": "Missing queue name",
|
|
118
88
|
"missingQueueRoom": "Please select a queue room",
|
|
119
89
|
"missingQueueRoomName": "Missing queue room name",
|
|
120
90
|
"missingQueueRoomService": "Missing queue room service",
|
|
121
91
|
"missingService": "Servicio faltante",
|
|
122
|
-
"missingVisitType": "Missing visit type",
|
|
123
92
|
"modifyDefaultValue": "Modificar valor por defecto",
|
|
124
93
|
"movePatientToNextService": "Move patient to the next service?",
|
|
125
94
|
"moveToNextService": "Move to next service",
|
|
126
95
|
"name": "Name",
|
|
127
96
|
"nextPage": "Siguiente página",
|
|
128
|
-
"noActiveVisitsForLocation": "There are no active visits to display for this location.",
|
|
129
|
-
"noAppointmentsFound": "No appointments found",
|
|
130
97
|
"noColumnsDefined": "No hay columnas de la tabla definidas. Revisar Configuración",
|
|
131
98
|
"noEncountersFound": "No encounters found",
|
|
132
99
|
"noLastEncounter": "There is no last encounter to display for this patient",
|
|
133
100
|
"noLocationsAvailable": "No locations available",
|
|
134
101
|
"noMedicationsFound": "No medications found",
|
|
135
102
|
"noNotesFound": "No notes found",
|
|
136
|
-
"noPatientFoundMessage": "Sorry, no patient has been found",
|
|
137
103
|
"noPatientsToDisplay": "No patients to display",
|
|
138
104
|
"noPreviousVisitFound": "No previous visit found",
|
|
139
105
|
"noPrioritiesConfigured": "No priorities configured",
|
|
140
106
|
"noPrioritiesForService": "El servicio seleccionado no tiene prioridades permitidas. Este es un error de configuración. Por favor, contacte a su administrador del sistema.",
|
|
141
107
|
"noPrioritiesForServiceTitle": "No hay prioridades disponibles",
|
|
142
108
|
"noPriorityFound": "No priority found",
|
|
143
|
-
"noResultsFound": "No results found",
|
|
144
109
|
"noReturnDate": "There is no return date to display for this patient",
|
|
145
110
|
"noServicesAvailable": "No services available",
|
|
146
111
|
"noServicesConfigured": "No services configured",
|
|
147
112
|
"noStatusConfigured": "No status configured",
|
|
148
113
|
"notableConfig": "No hay tabla de configuración",
|
|
149
114
|
"notes": "Notes",
|
|
150
|
-
"noVisitsNotInQueueFound": "No visits currently not in queue found",
|
|
151
|
-
"noVisitTypesMatchingSearch": "No existen tipos de visita que coincidan con el texto a buscar",
|
|
152
115
|
"noVitalsFound": "No vitals found",
|
|
153
|
-
"oldest": "Oldest first",
|
|
154
116
|
"onTime": "On time",
|
|
155
|
-
"or": "Or",
|
|
156
117
|
"orderDurationAndUnit": "for {{duration}} {{durationUnit}}",
|
|
157
118
|
"orderIndefiniteDuration": "Indefinite duration",
|
|
158
|
-
"orInProperFormat": "Or",
|
|
159
|
-
"orPatientName": "OR the patient's name(s)",
|
|
160
119
|
"patientAge": "Edad",
|
|
161
|
-
"patientAlreadyInQueue": "El paciente ya está en la cola",
|
|
162
120
|
"patientAttendingService": "Patient attending service",
|
|
163
|
-
"patientHasActiveVisit": "The patient already has an active visit",
|
|
164
121
|
"patientInfo": "{{name}}{{sexInfo}}{{ageInfo}}",
|
|
165
122
|
"patientList": "Patient list",
|
|
166
123
|
"patientName": "Patient name",
|
|
@@ -171,23 +128,17 @@
|
|
|
171
128
|
"patientRequeued": "Patient has been requeued",
|
|
172
129
|
"patients": "Patients",
|
|
173
130
|
"patientsCurrentlyInQueue": "Patients currently in queue",
|
|
174
|
-
"personalDetails": "Personal details",
|
|
175
131
|
"phoneNumber": "Phone Number",
|
|
176
132
|
"pleaseSelectLocation": "Please select a location",
|
|
177
|
-
"pleaseSelectService": "Please select a service",
|
|
178
|
-
"postCode": "Post code",
|
|
179
133
|
"previousPage": "Página anterior",
|
|
180
134
|
"previousVisit": "Previous visit",
|
|
181
|
-
"primaryHelperText": "Search for a patient",
|
|
182
135
|
"priority": "Priority",
|
|
183
136
|
"priorityComment": "Comentario de prioridad",
|
|
184
137
|
"priorityIsRequired": "La prioridad es obligatoria",
|
|
185
|
-
"program": "Program",
|
|
186
138
|
"provider": "Provider",
|
|
187
139
|
"quantity": "Quantity",
|
|
188
140
|
"queueAddedSuccessfully": "La cola fue añadida con éxito",
|
|
189
141
|
"queueEntryAddedSuccessfully": "La entrada en la cola fue añadida con éxito",
|
|
190
|
-
"queueEntryAddFailed": "Error adding queue entry status",
|
|
191
142
|
"queueEntryDeleteFailed": "Error al eliminar la entrada de la cola",
|
|
192
143
|
"queueEntryDeleteSuccessful": "La entrada de la cola fue eliminada con éxito",
|
|
193
144
|
"queueEntryEdited": "Entrada de la cola editada",
|
|
@@ -217,9 +168,6 @@
|
|
|
217
168
|
"queueScreen": "Queue screen",
|
|
218
169
|
"queueService": "Queue service",
|
|
219
170
|
"queueStatus": "Queue status",
|
|
220
|
-
"recentScheduledVisits_one": "{{count}} visit scheduled for +/- 7 days",
|
|
221
|
-
"recentScheduledVisits_other": "{{count}} visits scheduled for +/- 7 days",
|
|
222
|
-
"recommended": "Recommended",
|
|
223
171
|
"refills": "Refills",
|
|
224
172
|
"removeFromQueueAndEndVisit": "Remove patient from queue and end active visit?",
|
|
225
173
|
"removePatient": "Eliminar paciente",
|
|
@@ -233,40 +181,23 @@
|
|
|
233
181
|
"save": "Save",
|
|
234
182
|
"scheduledAppointmentsList": "Scheduled appointments patient list",
|
|
235
183
|
"scheduledToday": "Scheduled for today",
|
|
236
|
-
"search": "Search",
|
|
237
|
-
"searchboxPlaceholder": "Search for a patient name or ID number",
|
|
238
|
-
"searchForAVisitType": "Search for a visit type",
|
|
239
|
-
"searchForPatient": "Search for a patient",
|
|
240
|
-
"searchPatient": "Buscar Paciente",
|
|
241
184
|
"searchThisList": "Search this list",
|
|
242
|
-
"secondaryHelperText": "Type the patient's name or unique ID number",
|
|
243
185
|
"selectALocation": "Seleccionar una ubicación",
|
|
244
186
|
"selectAVisitType": "Select visit type",
|
|
245
|
-
"selectFacility": "Select a facility",
|
|
246
|
-
"selectOption": "Select an option",
|
|
247
|
-
"selectProgramType": "Select program type",
|
|
248
187
|
"selectQueue": "Seleccionar una cola",
|
|
249
188
|
"selectQueueLocation": "Select a queue location",
|
|
250
189
|
"selectQueueService": "Select a queue service",
|
|
251
190
|
"selectRoom": "Select a room",
|
|
252
191
|
"selectService": "Select a service",
|
|
253
192
|
"selectServiceType": "Select a service type",
|
|
254
|
-
"selectVisitType": "Please select a Visit Type",
|
|
255
193
|
"serve": "Serve",
|
|
256
194
|
"servePatient": "Serve patient",
|
|
257
195
|
"service": "Service",
|
|
258
196
|
"serviceIsRequired": "El servicio es obligatorio",
|
|
259
197
|
"serviceQueue": "Service queue",
|
|
260
198
|
"serviceQueues": "Service queues",
|
|
261
|
-
"sex": "Sex",
|
|
262
|
-
"sortBy": "Sort by",
|
|
263
|
-
"sortWeight": "Sort weight",
|
|
264
199
|
"sp02": "Sp02",
|
|
265
200
|
"startAgeRangeInvalid": "Start age range is not valid",
|
|
266
|
-
"startAVisit": "Start a visit",
|
|
267
|
-
"startVisit": "Start visit",
|
|
268
|
-
"startVisitError": "Error starting visit",
|
|
269
|
-
"startVisitQueueSuccessfully": "Patient has been added to active visits list and queue.",
|
|
270
201
|
"status": "Status",
|
|
271
202
|
"statusIsRequired": "El estado es obligatorio",
|
|
272
203
|
"submitting": "Enviando...",
|
|
@@ -286,7 +217,6 @@
|
|
|
286
217
|
"transitionPatientStatusOrQueue": "Seleccione un nuevo estado o cola para el paciente a trasladar",
|
|
287
218
|
"triageForm": "Triage form",
|
|
288
219
|
"triageNote": "Triage note",
|
|
289
|
-
"trySearchWithPatientUniqueID": "Try searching with the patient's unique ID number",
|
|
290
220
|
"undoQueueEntryTransitionSuccess": "Traslado deshecho con éxito",
|
|
291
221
|
"undoTransition": "Deshacer traslado",
|
|
292
222
|
"unexpectedServerResponse": "Respuesta del servidor no esperada",
|
|
@@ -295,14 +225,11 @@
|
|
|
295
225
|
"updateRoom": "Update room",
|
|
296
226
|
"useTodaysDate": "Use today's date",
|
|
297
227
|
"visitQueueNumberAttributeUuid not configured": "visitQueueNumberAttributeUuid no configurado",
|
|
298
|
-
"visitStartTime": "Visit Time",
|
|
299
228
|
"visitTabs": "Pestañas de visita",
|
|
300
229
|
"visitType": "Visit Type",
|
|
301
230
|
"vitals": "Vitals",
|
|
302
231
|
"vitalsForm": "Vitals form",
|
|
303
232
|
"vitalsNotRecordedForVisit": "Vitals has not been recorded for this patient for this visit",
|
|
304
233
|
"waitingFor": "Waiting for",
|
|
305
|
-
"weight": "Weight"
|
|
306
|
-
"years": "Years",
|
|
307
|
-
"youngest": "Youngest first"
|
|
234
|
+
"weight": "Weight"
|
|
308
235
|
}
|