@kenyaemr/esm-appointments-app 8.1.1-pre.129 → 8.1.2-pre.154

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 (119) hide show
  1. package/.turbo/turbo-build.log +27 -25
  2. package/dist/111.js +2 -0
  3. package/dist/111.js.map +1 -0
  4. package/dist/123.js +2 -0
  5. package/dist/{198.js.LICENSE.txt → 123.js.LICENSE.txt} +0 -6
  6. package/dist/123.js.map +1 -0
  7. package/dist/130.js +1 -1
  8. package/dist/130.js.map +1 -1
  9. package/dist/{787.js → 139.js} +1 -1
  10. package/dist/139.js.map +1 -0
  11. package/dist/228.js +1 -0
  12. package/dist/236.js +1 -0
  13. package/dist/240.js +1 -0
  14. package/dist/261.js +1 -0
  15. package/dist/269.js +1 -1
  16. package/dist/269.js.map +1 -1
  17. package/dist/271.js +1 -1
  18. package/dist/272.js +1 -0
  19. package/dist/319.js +1 -1
  20. package/dist/336.js +1 -0
  21. package/dist/378.js +1 -0
  22. package/dist/443.js +1 -0
  23. package/dist/443.js.map +1 -0
  24. package/dist/460.js +1 -1
  25. package/dist/529.js +1 -1
  26. package/dist/529.js.map +1 -1
  27. package/dist/539.js +1 -0
  28. package/dist/566.js +1 -0
  29. package/dist/574.js +1 -1
  30. package/dist/581.js +1 -1
  31. package/dist/644.js +1 -1
  32. package/dist/652.js +1 -0
  33. package/dist/673.js +1 -0
  34. package/dist/705.js +1 -0
  35. package/dist/711.js +1 -1
  36. package/dist/711.js.map +1 -1
  37. package/dist/727.js +1 -0
  38. package/dist/737.js +1 -0
  39. package/dist/744.js +1 -0
  40. package/dist/757.js +1 -1
  41. package/dist/788.js +1 -1
  42. package/dist/807.js +1 -1
  43. package/dist/833.js +1 -1
  44. package/dist/899.js +1 -0
  45. package/dist/923.js +1 -0
  46. package/dist/923.js.map +1 -0
  47. package/dist/kenyaemr-esm-appointments-app.js +1 -1
  48. package/dist/kenyaemr-esm-appointments-app.js.buildmanifest.json +454 -102
  49. package/dist/kenyaemr-esm-appointments-app.js.map +1 -1
  50. package/dist/main.js +1 -1
  51. package/dist/main.js.map +1 -1
  52. package/dist/routes.json +1 -1
  53. package/package-lock.json +6416 -0
  54. package/package.json +5 -5
  55. package/src/appointments/appointment-tabs.component.tsx +1 -1
  56. package/src/appointments/common-components/appointments-table.component.tsx +0 -1
  57. package/src/appointments/common-components/appointments-table.test.tsx +7 -3
  58. package/src/appointments/common-components/checkin-button.component.tsx +5 -1
  59. package/src/appointments/common-components/end-appointment.modal.tsx +2 -2
  60. package/src/appointments/scheduled/scheduled-appointments.component.tsx +1 -1
  61. package/src/appointments/unscheduled/unscheduled-appointments.component.tsx +6 -6
  62. package/src/appointments/unscheduled/unscheduled-appointments.test.tsx +19 -4
  63. package/src/appointments.component.tsx +7 -7
  64. package/src/appointments.test.tsx +11 -1
  65. package/src/calendar/appointments-calendar-view.component.tsx +2 -2
  66. package/src/calendar/monthly/monthly-workload-view.component.tsx +7 -7
  67. package/src/config-schema.ts +6 -70
  68. package/src/form/appointments-form.component.tsx +84 -73
  69. package/src/form/appointments-form.resource.ts +4 -4
  70. package/src/form/appointments-form.scss +1 -1
  71. package/src/form/appointments-form.test.tsx +142 -110
  72. package/src/patient-appointments/patient-appointments-action-menu.component.tsx +2 -4
  73. package/src/patient-appointments/patient-appointments-base.test.tsx +1 -1
  74. package/src/patient-appointments/patient-appointments-cancel.modal.tsx +6 -1
  75. package/src/patient-appointments/patient-appointments-cancel.scss +29 -0
  76. package/src/patient-appointments/patient-upcoming-appointments-card.component.tsx +64 -8
  77. package/src/routes.json +1 -1
  78. package/src/types/index.ts +1 -1
  79. package/src/workload/monthly-view-workload/monthly-view.component.tsx +8 -6
  80. package/src/workload/monthly-view-workload/monthlyWorkCard.tsx +3 -2
  81. package/src/workload/workload-card.component.tsx +5 -3
  82. package/src/workload/workload.component.tsx +13 -20
  83. package/src/workload/workload.resource.ts +3 -0
  84. package/translations/am.json +4 -2
  85. package/translations/ar.json +24 -22
  86. package/translations/de.json +168 -0
  87. package/translations/en.json +3 -1
  88. package/translations/es.json +58 -56
  89. package/translations/fr.json +4 -2
  90. package/translations/he.json +93 -91
  91. package/translations/hi.json +168 -0
  92. package/translations/hi_IN.json +168 -0
  93. package/translations/id.json +168 -0
  94. package/translations/it.json +168 -0
  95. package/translations/km.json +4 -2
  96. package/translations/ne.json +168 -0
  97. package/translations/pt.json +168 -0
  98. package/translations/pt_BR.json +168 -0
  99. package/translations/qu.json +168 -0
  100. package/translations/si.json +168 -0
  101. package/translations/sw.json +168 -0
  102. package/translations/sw_KE.json +168 -0
  103. package/translations/tr.json +168 -0
  104. package/translations/tr_TR.json +168 -0
  105. package/translations/uk.json +168 -0
  106. package/translations/vi.json +168 -0
  107. package/translations/zh.json +4 -2
  108. package/translations/zh_CN.json +4 -2
  109. package/dist/198.js +0 -2
  110. package/dist/198.js.map +0 -1
  111. package/dist/265.js +0 -1
  112. package/dist/265.js.map +0 -1
  113. package/dist/440.js +0 -2
  114. package/dist/440.js.map +0 -1
  115. package/dist/501.js +0 -1
  116. package/dist/501.js.map +0 -1
  117. package/dist/787.js.map +0 -1
  118. package/src/hooks/useDefaultLocation.ts +0 -14
  119. /package/dist/{440.js.LICENSE.txt → 111.js.LICENSE.txt} +0 -0
@@ -1,12 +1,8 @@
1
1
  import React, { useState } from 'react';
2
- import { Tabs, Tab, TabPanel, TabPanels, TabList } from '@carbon/react';
3
- import WorkloadCard from './workload-card.component';
4
- import dayjs from 'dayjs';
5
- import { useTranslation } from 'react-i18next';
6
- import { useCalendarDistribution, useMonthlyCalendarDistribution } from './workload.resource';
7
- import styles from './workload.scss';
8
2
  import { useAppointmentService } from '../form/appointments-form.resource';
3
+ import { useCalendarDistribution, useMonthlyCalendarDistribution } from './workload.resource';
9
4
  import MonthlyCalendarView from './monthly-view-workload/monthly-view.component';
5
+ import styles from './workload.scss';
10
6
 
11
7
  interface WorkloadProps {
12
8
  selectedService: string;
@@ -15,31 +11,28 @@ interface WorkloadProps {
15
11
  }
16
12
 
17
13
  const Workload: React.FC<WorkloadProps> = ({ selectedService, appointmentDate, onWorkloadDateChange }) => {
18
- const { t } = useTranslation();
19
- const [selectedTab, setSelectedTab] = useState(0);
20
14
  const { data: services } = useAppointmentService();
21
15
  const serviceUuid = services?.find((service) => service.name === selectedService)?.uuid;
16
+
17
+ const [selectedTab, setSelectedTab] = useState(0);
18
+
22
19
  const calendarWorkload = useCalendarDistribution(serviceUuid, selectedTab === 0 ? 'week' : 'month', appointmentDate);
20
+
23
21
  const monthlyCalendarWorkload = useMonthlyCalendarDistribution(
24
22
  serviceUuid,
25
23
  selectedTab === 0 ? 'week' : 'month',
26
24
  appointmentDate,
27
25
  );
28
- const handleDateClick = (pickedDate: Date) => {
29
- onWorkloadDateChange(pickedDate);
30
- };
26
+
27
+ const handleDateClick = (pickedDate: Date) => onWorkloadDateChange(pickedDate);
31
28
 
32
29
  return (
33
30
  <div className={styles.workLoadContainer}>
34
- <div>
35
- <div>
36
- <MonthlyCalendarView
37
- calendarWorkload={monthlyCalendarWorkload}
38
- dateToDisplay={appointmentDate.toISOString()}
39
- onDateClick={handleDateClick}
40
- />
41
- </div>
42
- </div>
31
+ <MonthlyCalendarView
32
+ calendarWorkload={monthlyCalendarWorkload}
33
+ dateToDisplay={appointmentDate.toISOString()}
34
+ onDateClick={handleDateClick}
35
+ />
43
36
  </div>
44
37
  );
45
38
  };
@@ -4,6 +4,7 @@ import first from 'lodash-es/first';
4
4
  import { openmrsFetch, restBaseUrl } from '@openmrs/esm-framework';
5
5
  import { type AppointmentSummary } from '../types';
6
6
  import { omrsDateFormat } from '../constants';
7
+
7
8
  interface AppointmentCount {
8
9
  date: string;
9
10
  count: number;
@@ -40,6 +41,7 @@ export const useAppointmentSummary = (fromDate: Date, serviceUuid: string): Arra
40
41
  const { data } = useSWR<{ data: Array<AppointmentSummary> }>(url, openmrsFetch);
41
42
  const results = first(data?.data?.filter(({ appointmentService }) => appointmentService.uuid === serviceUuid));
42
43
  const appointmentCountMap = results?.appointmentCountMap;
44
+
43
45
  return Object.entries(appointmentCountMap ?? [])
44
46
  .map(([key, value]) => ({
45
47
  date: key,
@@ -47,6 +49,7 @@ export const useAppointmentSummary = (fromDate: Date, serviceUuid: string): Arra
47
49
  }))
48
50
  .sort((dateA, dateB) => new Date(dateA.date).getTime() - new Date(dateB.date).getTime());
49
51
  };
52
+
50
53
  export const useMonthlyCalendarDistribution = (
51
54
  serviceUuid: string,
52
55
  distributionType: 'month' | 'week',
@@ -7,17 +7,19 @@
7
7
  "appointmentCancelError": "Error cancelling appointment",
8
8
  "appointmentCancelled": "Appointment Cancelled",
9
9
  "appointmentCancelledSuccessfully": "Appointment cancelled successfully",
10
+ "appointmentCheckedIn": "Appointment Checked In",
10
11
  "appointmentColor": "Appointment color",
11
12
  "appointmentConflict": "Appointment conflict",
12
13
  "appointmentEdited": "Appointment edited",
13
14
  "appointmentEditError": "Error editing appointment",
14
15
  "appointmentEnded": "Appointment ended",
15
- "appointmentEndedAndVisitClosedSuccessfully": "Appointment successfully ended and visit successfully closed.",
16
+ "appointmentEndedAndVisitClosedSuccessfully": "Appointment successfully ended and visit successfully closed",
16
17
  "appointmentEndedButVisitNotClosedError": "Appointment ended, but error closing visit",
17
18
  "appointmentEndedSuccessfully": "Appointment successfully ended.",
18
19
  "appointmentEndError": "Error ending appointment",
19
20
  "appointmentFormError": "Error scheduling appointment",
20
21
  "appointmentHistory": "Appointment History",
22
+ "appointmentMarkedChecked": "Appointment marked as Checked In",
21
23
  "appointmentMetrics": "Appointment metrics",
22
24
  "appointmentMetricsLoadError": "",
23
25
  "appointmentNoteLabel": "Write an additional note",
@@ -92,7 +94,6 @@
92
94
  "highestServiceVolume": "Highest volume service: {{time}}",
93
95
  "identifier": "Identifier",
94
96
  "invalidNumber": "Number is not valid",
95
- "invalidTime": "Invalid time",
96
97
  "isRecurringAppointment": "Is this a recurring appointment?",
97
98
  "itemsPerPage": "Items per page",
98
99
  "loading": "Loading",
@@ -159,6 +160,7 @@
159
160
  "unscheduledAppointments_lower": "unscheduled appointments",
160
161
  "upcoming": "Upcoming",
161
162
  "upcomingAppointments": "Upcoming appointments",
163
+ "updateError": "Error updating upcoming appointment",
162
164
  "view": "View",
163
165
  "vitals": "Vitals",
164
166
  "week": "Week",
@@ -3,37 +3,39 @@
3
3
  "actions": "الإجراءات",
4
4
  "add": "إضافة",
5
5
  "age": "العمر",
6
- "allDay": "All day",
6
+ "allDay": "كل اليوم",
7
7
  "appointmentCancelError": "خطأ في إلغاء الموعد",
8
8
  "appointmentCancelled": "تم إلغاء الموعد",
9
9
  "appointmentCancelledSuccessfully": "تم إلغاء الموعد بنجاح",
10
+ "appointmentCheckedIn": "Appointment Checked In",
10
11
  "appointmentColor": "لون الموعد",
11
- "appointmentConflict": "Appointment conflict",
12
- "appointmentEdited": "Appointment edited",
13
- "appointmentEditError": "Error editing appointment",
14
- "appointmentEnded": "Appointment ended",
15
- "appointmentEndedAndVisitClosedSuccessfully": "Appointment successfully ended and visit successfully closed.",
16
- "appointmentEndedButVisitNotClosedError": "Appointment ended, but error closing visit",
17
- "appointmentEndedSuccessfully": "Appointment successfully ended.",
18
- "appointmentEndError": "Error ending appointment",
12
+ "appointmentConflict": "تعارض بالمواعيد",
13
+ "appointmentEdited": "تم تعديل الموعد",
14
+ "appointmentEditError": "خطأ في تعديل الموعد",
15
+ "appointmentEnded": "انتهى الموعد",
16
+ "appointmentEndedAndVisitClosedSuccessfully": "انتهى الموعد والزيارة بنجاح",
17
+ "appointmentEndedButVisitNotClosedError": "انتهى الموعد, يوجد خطأ في الزيارة",
18
+ "appointmentEndedSuccessfully": "انتهى الموعد بنجاح",
19
+ "appointmentEndError": "خطأ في انهاء الموعد",
19
20
  "appointmentFormError": "خطأ في جدولة الموعد",
20
21
  "appointmentHistory": "تاريخ الموعد",
22
+ "appointmentMarkedChecked": "Appointment marked as Checked In",
21
23
  "appointmentMetrics": "مقاييس الموعد",
22
24
  "appointmentMetricsLoadError": "",
23
- "appointmentNoteLabel": "Write an additional note",
24
- "appointmentNotePlaceholder": "Write any additional points here",
25
+ "appointmentNoteLabel": "كتابة ملاحظة اضافية",
26
+ "appointmentNotePlaceholder": "اضف نقاط اضافية هنا",
25
27
  "appointmentNotes": "ملاحظات الموعد",
26
28
  "appointmentNowVisible": "أصبح مرئيًا الآن في صفحة المواعيد",
27
29
  "appointments": "موعد",
28
- "Appointments": "Appointments",
29
- "appointments_lower": "appointments",
30
- "appointmentsCalendar": "Appointments calendar",
30
+ "Appointments": "المواعيد",
31
+ "appointments_lower": "مواعيد",
32
+ "appointmentsCalendar": "جدول المواعيد",
31
33
  "appointmentScheduled": "تم جدولة الموعد",
32
34
  "appointmentService": "خدمة الموعد",
33
35
  "appointmentServiceCreate": "تم إنشاء خدمة الموعد بنجاح",
34
36
  "appointmentServiceName": "اسم خدمة الموعد",
35
- "appointmentsScheduledForToday": "appointments scheduled for today",
36
- "appointmentsTable": "Appointments table",
37
+ "appointmentsScheduledForToday": "المواعيد المقررة لهذا اليوم",
38
+ "appointmentsTable": "جدول المواعيد",
37
39
  "appointmentStatus": "Appointment status",
38
40
  "appointmentToFulfill": "Select appointment to fulfill",
39
41
  "appointmentType": "نوع الموعد",
@@ -63,7 +65,7 @@
63
65
  "date": "تاريخ",
64
66
  "date&Time": "Date & time",
65
67
  "dateAppointmentIssuedCannotBeAfterAppointmentDate": "Date appointment issued cannot be after the appointment date",
66
- "dateOfBirth": "Date of birth",
68
+ "dateOfBirth": "تاريخ الميلاد",
67
69
  "dateScheduled": "Date appointment issued",
68
70
  "dateScheduledDetail": "Date appointment issued",
69
71
  "dateTime": "Date & Time",
@@ -92,9 +94,8 @@
92
94
  "highestServiceVolume": "Highest volume service: {{time}}",
93
95
  "identifier": "معرف",
94
96
  "invalidNumber": "Number is not valid",
95
- "invalidTime": "Invalid time",
96
97
  "isRecurringAppointment": "Is this a recurring appointment?",
97
- "itemsPerPage": "Items per page",
98
+ "itemsPerPage": "العناصر لكل صفحة",
98
99
  "loading": "Loading",
99
100
  "location": "الموقع",
100
101
  "medications": "الأدوية",
@@ -103,7 +104,7 @@
103
104
  "nextMonth": "Next month",
104
105
  "nextPage": "Next page",
105
106
  "no": "لا",
106
- "noAppointmentsToDisplay": "No appointments to display",
107
+ "noAppointmentsToDisplay": "لا توجد مواعيد لعرضها",
107
108
  "noContent": "No Content",
108
109
  "noCurrentAppointments": "لا توجد مواعيد مجدولة لهذا المريض اليوم",
109
110
  "noEncountersFound": "لم يتم العثور على لقاءات",
@@ -131,10 +132,10 @@
131
132
  "recurringAppointmentShouldHaveEndDate": "A recurring appointment should have an end date",
132
133
  "repeatEvery": "Repeat every",
133
134
  "save": "حفظ",
134
- "saveAndClose": "Save and close",
135
+ "saveAndClose": "حفظ وإغلاق",
135
136
  "scheduled": "مجدول",
136
137
  "scheduledAppointments": "المواعيد المجدولة",
137
- "scheduledForToday": "Scheduled For Today",
138
+ "scheduledForToday": "مجدول لليوم",
138
139
  "selectALocation": "Select a location",
139
140
  "selectAppointmentStatus": "اختر الحالة",
140
141
  "selectAppointmentType": "اختر نوع الموعد",
@@ -159,6 +160,7 @@
159
160
  "unscheduledAppointments_lower": "مواعيد غير مجدولة",
160
161
  "upcoming": "القادمة",
161
162
  "upcomingAppointments": "المواعيد القادمة",
163
+ "updateError": "Error updating upcoming appointment",
162
164
  "view": "عرض",
163
165
  "vitals": "العلامات الحيوية",
164
166
  "week": "Week",
@@ -0,0 +1,168 @@
1
+ {
2
+ "action": "Action",
3
+ "actions": "Actions",
4
+ "add": "Add",
5
+ "age": "Age",
6
+ "allDay": "All day",
7
+ "appointmentCancelError": "Error cancelling appointment",
8
+ "appointmentCancelled": "Appointment Cancelled",
9
+ "appointmentCancelledSuccessfully": "Appointment cancelled successfully",
10
+ "appointmentCheckedIn": "Appointment Checked In",
11
+ "appointmentColor": "Appointment color",
12
+ "appointmentConflict": "Appointment conflict",
13
+ "appointmentEdited": "Appointment edited",
14
+ "appointmentEditError": "Error editing appointment",
15
+ "appointmentEnded": "Appointment ended",
16
+ "appointmentEndedAndVisitClosedSuccessfully": "Appointment successfully ended and visit successfully closed",
17
+ "appointmentEndedButVisitNotClosedError": "Appointment ended, but error closing visit",
18
+ "appointmentEndedSuccessfully": "Appointment successfully ended.",
19
+ "appointmentEndError": "Error ending appointment",
20
+ "appointmentFormError": "Error scheduling appointment",
21
+ "appointmentHistory": "Appointment History",
22
+ "appointmentMarkedChecked": "Appointment marked as Checked In",
23
+ "appointmentMetrics": "Appointment metrics",
24
+ "appointmentMetricsLoadError": "",
25
+ "appointmentNoteLabel": "Write an additional note",
26
+ "appointmentNotePlaceholder": "Write any additional points here",
27
+ "appointmentNotes": "Appointment Notes",
28
+ "appointmentNowVisible": "It is now visible on the Appointments page",
29
+ "appointments": "Appointments",
30
+ "Appointments": "Appointments",
31
+ "appointments_lower": "appointments",
32
+ "appointmentsCalendar": "Appointments calendar",
33
+ "appointmentScheduled": "Appointment scheduled",
34
+ "appointmentService": "Appointment service",
35
+ "appointmentServiceCreate": "Appointment service created successfully",
36
+ "appointmentServiceName": "Appointment service name",
37
+ "appointmentsScheduledForToday": "appointments scheduled for today",
38
+ "appointmentsTable": "Appointments table",
39
+ "appointmentStatus": "Appointment status",
40
+ "appointmentToFulfill": "Select appointment to fulfill",
41
+ "appointmentType": "Appointment type",
42
+ "appointmentType_title": "Appointment Type",
43
+ "back": "Back",
44
+ "calendar": "Calendar",
45
+ "cameEarly": "Came Early",
46
+ "cancel": "Cancel",
47
+ "cancelAppointment": "Cancel Appointment",
48
+ "cancelAppointmentModalConfirmationText": "Are you sure you want to cancel this appointment?",
49
+ "cancelled": "Cancelled",
50
+ "checkedIn": "Checked in",
51
+ "checkedOut": "Checked out",
52
+ "checkFilters": "Check the filters above",
53
+ "checkIn": "Check In",
54
+ "checkOut": "Check out",
55
+ "chooseAppointmentType": "Choose appointment type",
56
+ "chooseLocation": "Choose a location",
57
+ "chooseProvider": "Choose a provider",
58
+ "chooseService": "Select service",
59
+ "completed": "Completed",
60
+ "Contact": "Contact {{index}}",
61
+ "countMore_one": "{{count}} more",
62
+ "countMore_other": "{{count}} more",
63
+ "createAppointmentService": "Create appointment services",
64
+ "createNewAppointment": "Create new appointment",
65
+ "date": "Date",
66
+ "date&Time": "Date & time",
67
+ "dateAppointmentIssuedCannotBeAfterAppointmentDate": "Date appointment issued cannot be after the appointment date",
68
+ "dateOfBirth": "Date of birth",
69
+ "dateScheduled": "Date appointment issued",
70
+ "dateScheduledDetail": "Date appointment issued",
71
+ "dateTime": "Date & Time",
72
+ "day": "Day",
73
+ "daysOfWeek": "Days of the week",
74
+ "discard": "Discard",
75
+ "download": "Download",
76
+ "durationErrorMessage": "Duration should be greater than zero",
77
+ "durationInMinutes": "Duration (minutes)",
78
+ "durationMins": "Duration min",
79
+ "edit": "Edit",
80
+ "editAppointment": "Edit Appointment",
81
+ "editAppointments": "Edit Appointment",
82
+ "emptyStateText": "There are no <1>{{displayText}}</1> to display",
83
+ "encounters": "Encounters",
84
+ "encounterType": "Encounter type",
85
+ "endAppointmentAndVisitConfirmationMessage": "Checking the patient out will mark the appointment as complete, and close out the active visit for this patient.",
86
+ "endAppointmentConfirmation": "Are you sure you want to check the patient out for this appointment?",
87
+ "endAppointmentConfirmationMessage": "Checking the patient out will mark the appointment as complete.",
88
+ "endDate": "End date",
89
+ "endTime": "End Time",
90
+ "errorCreatingAppointmentService": "Error creating appointment service",
91
+ "expected": "Expected",
92
+ "filterTable": "Filter table",
93
+ "gender": "Gender",
94
+ "highestServiceVolume": "Highest volume service: {{time}}",
95
+ "identifier": "Identifier",
96
+ "invalidNumber": "Number is not valid",
97
+ "isRecurringAppointment": "Is this a recurring appointment?",
98
+ "itemsPerPage": "Items per page",
99
+ "loading": "Loading",
100
+ "location": "Location",
101
+ "medications": "Medications",
102
+ "missed": "Missed",
103
+ "next": "Next",
104
+ "nextMonth": "Next month",
105
+ "nextPage": "Next page",
106
+ "no": "No",
107
+ "noAppointmentsToDisplay": "No appointments to display",
108
+ "noContent": "No Content",
109
+ "noCurrentAppointments": "There are no appointments scheduled for today to display for this patient",
110
+ "noEncountersFound": "No encounters found",
111
+ "noPastAppointments": "There are no past appointments to display for this patient",
112
+ "noPreviousVisitFound": "No previous visit found",
113
+ "notArrived": "Not arrived",
114
+ "note": "Note",
115
+ "notes": "Notes",
116
+ "noUpcomingAppointments": "No upcoming appointments found",
117
+ "noUpcomingAppointmentsForPatient": "There are no upcoming appointments to display for this patient",
118
+ "pageNumber": "Page number",
119
+ "past": "Past",
120
+ "patientDetails": "Patient Details",
121
+ "patientDoubleBooking": "Patient already booked for an appointment at this time",
122
+ "patientName": "Patient name",
123
+ "patients": "Patients",
124
+ "period": "Period",
125
+ "prev": "Prev",
126
+ "previousMonth": "Previous month",
127
+ "previousPage": "Previous page",
128
+ "provider": "Provider",
129
+ "providers": "Providers",
130
+ "providersBooked": "Providers booked: {{time}}",
131
+ "recurringAppointment": "Recurring Appointment",
132
+ "recurringAppointmentShouldHaveEndDate": "A recurring appointment should have an end date",
133
+ "repeatEvery": "Repeat every",
134
+ "save": "Save",
135
+ "saveAndClose": "Save and close",
136
+ "scheduled": "Scheduled",
137
+ "scheduledAppointments": "Scheduled appointments",
138
+ "scheduledForToday": "Scheduled For Today",
139
+ "selectALocation": "Select a location",
140
+ "selectAppointmentStatus": "Select status",
141
+ "selectAppointmentType": "Select an appointment type",
142
+ "selectLocation": "Select location",
143
+ "selectOption": "Select an option",
144
+ "selectProvider": "Select a provider",
145
+ "selectService": "Select a service",
146
+ "selectServiceType": "Select service type",
147
+ "service": "Service",
148
+ "serviceName": "Service name",
149
+ "serviceType": "Service Type",
150
+ "serviceUnavailable": "Appointment time is outside of service hours",
151
+ "startDate": "Start date",
152
+ "startTime": "Start Time",
153
+ "status": "Status",
154
+ "time": "Time",
155
+ "today": "Today",
156
+ "todays": "Today's",
157
+ "type": "Type",
158
+ "unscheduled": "Unscheduled",
159
+ "unscheduledAppointments": "Unscheduled appointments",
160
+ "unscheduledAppointments_lower": "unscheduled appointments",
161
+ "upcoming": "Upcoming",
162
+ "upcomingAppointments": "Upcoming appointments",
163
+ "updateError": "Error updating upcoming appointment",
164
+ "view": "View",
165
+ "vitals": "Vitals",
166
+ "week": "Week",
167
+ "yes": "Yes"
168
+ }
@@ -7,6 +7,7 @@
7
7
  "appointmentCancelError": "Error cancelling appointment",
8
8
  "appointmentCancelled": "Appointment Cancelled",
9
9
  "appointmentCancelledSuccessfully": "Appointment cancelled successfully",
10
+ "appointmentCheckedIn": "Appointment Checked In",
10
11
  "appointmentColor": "Appointment color",
11
12
  "appointmentConflict": "Appointment conflict",
12
13
  "appointmentEdited": "Appointment edited",
@@ -18,6 +19,7 @@
18
19
  "appointmentEndError": "Error ending appointment",
19
20
  "appointmentFormError": "Error scheduling appointment",
20
21
  "appointmentHistory": "Appointment History",
22
+ "appointmentMarkedChecked": "Appointment marked as Checked In",
21
23
  "appointmentMetrics": "Appointment metrics",
22
24
  "appointmentMetricsLoadError": "",
23
25
  "appointmentNoteLabel": "Write an additional note",
@@ -92,7 +94,6 @@
92
94
  "highestServiceVolume": "Highest volume service: {{time}}",
93
95
  "identifier": "Identifier",
94
96
  "invalidNumber": "Number is not valid",
95
- "invalidTime": "Invalid time",
96
97
  "isRecurringAppointment": "Is this a recurring appointment?",
97
98
  "itemsPerPage": "Items per page",
98
99
  "loading": "Loading",
@@ -159,6 +160,7 @@
159
160
  "unscheduledAppointments_lower": "unscheduled appointments",
160
161
  "upcoming": "Upcoming",
161
162
  "upcomingAppointments": "Upcoming appointments",
163
+ "updateError": "Error updating upcoming appointment",
162
164
  "view": "View",
163
165
  "vitals": "Vitals",
164
166
  "week": "Week",
@@ -3,26 +3,28 @@
3
3
  "actions": "Acciones",
4
4
  "add": "Agregar",
5
5
  "age": "Edad",
6
- "allDay": "All day",
6
+ "allDay": "Todo el día",
7
7
  "appointmentCancelError": "Error al cancelar la cita",
8
- "appointmentCancelled": "Cita cancelada",
8
+ "appointmentCancelled": "Cita Cancelada",
9
9
  "appointmentCancelledSuccessfully": "Cita cancelada con éxito",
10
+ "appointmentCheckedIn": "Appointment Checked In",
10
11
  "appointmentColor": "Color de la cita",
11
12
  "appointmentConflict": "Conflicto en las citas",
12
13
  "appointmentEdited": "Cita editada",
13
- "appointmentEditError": "Error al editar cita",
14
+ "appointmentEditError": "Error al editar la cita",
14
15
  "appointmentEnded": "Cita finalizada",
15
- "appointmentEndedAndVisitClosedSuccessfully": "Cita finalizada con éxito y visita cerrada con éxito ",
16
- "appointmentEndedButVisitNotClosedError": "Cita finalizada, pero hubo un error al cerrar la visita",
17
- "appointmentEndedSuccessfully": "Cita finalizada con éxito ",
18
- "appointmentEndError": "Error al finalizar cita",
16
+ "appointmentEndedAndVisitClosedSuccessfully": "Cita finalizada exitosamente y consulta cerrada exitosamente",
17
+ "appointmentEndedButVisitNotClosedError": "Cita finalizada, pero hubo un error al cerrar la consulta",
18
+ "appointmentEndedSuccessfully": "Cita finalizada con éxito.",
19
+ "appointmentEndError": "Error al finalizar la cita",
19
20
  "appointmentFormError": "Error al programar la cita",
20
- "appointmentHistory": "Historial de citas",
21
+ "appointmentHistory": "Historial de Citas",
22
+ "appointmentMarkedChecked": "Appointment marked as Checked In",
21
23
  "appointmentMetrics": "Métricas de citas",
22
24
  "appointmentMetricsLoadError": "",
23
25
  "appointmentNoteLabel": "Escriba una nota adicional",
24
- "appointmentNotePlaceholder": "Escriba algún punto adicional aquí",
25
- "appointmentNotes": "Notas de cita",
26
+ "appointmentNotePlaceholder": "Escriba cualquier punto adicional aquí",
27
+ "appointmentNotes": "Notas de la Cita",
26
28
  "appointmentNowVisible": "Ahora es visible en la página de Citas",
27
29
  "appointments": "Citas",
28
30
  "Appointments": "Citas",
@@ -34,25 +36,25 @@
34
36
  "appointmentServiceName": "Nombre del servicio de citas",
35
37
  "appointmentsScheduledForToday": "citas agendadas para hoy",
36
38
  "appointmentsTable": "Tabla de citas",
37
- "appointmentStatus": "Appointment status",
38
- "appointmentToFulfill": "Seleccione cita para completar",
39
+ "appointmentStatus": "Estado de la cita",
40
+ "appointmentToFulfill": "Seleccione una cita para completar",
39
41
  "appointmentType": "Tipo de cita",
40
- "appointmentType_title": "Tipo de cita",
42
+ "appointmentType_title": "Tipo de Cita",
41
43
  "back": "Atrás",
42
44
  "calendar": "Calendario",
43
- "cameEarly": "Llegó temprano",
45
+ "cameEarly": "Llegó Temprano",
44
46
  "cancel": "Cancelar",
45
- "cancelAppointment": "Cancelar cita",
47
+ "cancelAppointment": "Cancelar Cita",
46
48
  "cancelAppointmentModalConfirmationText": "¿Está seguro de que desea cancelar esta cita?",
47
49
  "cancelled": "Cancelada",
48
- "checkedIn": "Checked in",
49
- "checkedOut": "Completada",
50
- "checkFilters": "Compruebe los filtros anteriores",
51
- "checkIn": "Registrar",
52
- "checkOut": "Finalizar",
53
- "chooseAppointmentType": "Escoja un tipo de cita",
54
- "chooseLocation": "Escoja una ubicación",
55
- "chooseProvider": "Escoja un proveedor",
50
+ "checkedIn": "Llegada Registrada",
51
+ "checkedOut": "Salida Registrada",
52
+ "checkFilters": "Revise los filtros arriba",
53
+ "checkIn": "Registrar Entrada",
54
+ "checkOut": "Registrar Salida",
55
+ "chooseAppointmentType": "Elija un tipo de cita",
56
+ "chooseLocation": "Elija una ubicación",
57
+ "chooseProvider": "Elija un proveedor de la salud",
56
58
  "chooseService": "Seleccionar servicio",
57
59
  "completed": "Completado",
58
60
  "Contact": "Contacto {{index}}",
@@ -61,41 +63,40 @@
61
63
  "createAppointmentService": "Crear servicios de citas",
62
64
  "createNewAppointment": "Crear nueva cita",
63
65
  "date": "Fecha",
64
- "date&Time": "Date & time",
65
- "dateAppointmentIssuedCannotBeAfterAppointmentDate": "La fecha en que se emitió la cita no puede ser posterior a la fecha de la cita",
66
+ "date&Time": "Fecha y hora",
67
+ "dateAppointmentIssuedCannotBeAfterAppointmentDate": "La fecha de emisión de la cita no puede ser posterior a la fecha de la cita",
66
68
  "dateOfBirth": "Fecha de nacimiento",
67
69
  "dateScheduled": "Fecha de emisión de la cita",
68
70
  "dateScheduledDetail": "Fecha de emisión de la cita",
69
- "dateTime": "Fecha y hora",
71
+ "dateTime": "Fecha y Hora",
70
72
  "day": "Día",
71
73
  "daysOfWeek": "Días de la semana",
72
74
  "discard": "Descartar",
73
75
  "download": "Descargar",
74
- "durationErrorMessage": "La duración debería ser mayor a cero",
76
+ "durationErrorMessage": "La duración debe ser mayor que cero",
75
77
  "durationInMinutes": "Duración (minutos)",
76
78
  "durationMins": "Duración (min)",
77
79
  "edit": "Editar",
78
- "editAppointment": "Editar cita",
79
- "editAppointments": "Editar cita",
80
+ "editAppointment": "Editar Cita",
81
+ "editAppointments": "Editar Cita",
80
82
  "emptyStateText": "No hay <1>{{displayText}}</1> para mostrar",
81
83
  "encounters": "Encuentros",
82
84
  "encounterType": "Tipo de encuentro",
83
- "endAppointmentAndVisitConfirmationMessage": "Marcar al paciente como dado de alta indicará que la cita está completa y cerrará la visita activa para este paciente.",
84
- "endAppointmentConfirmation": "¿Está seguro de que desea marcar al paciente como dado de alta para esta cita?",
85
- "endAppointmentConfirmationMessage": "Marcar al paciente como dado de alta indicará que la cita está completa.",
85
+ "endAppointmentAndVisitConfirmationMessage": "Registrar la salida del paciente marcará la cita como completada y cerrará la consulta activa para este paciente.",
86
+ "endAppointmentConfirmation": "¿Está seguro de que desea registrar la salida del paciente para esta cita?",
87
+ "endAppointmentConfirmationMessage": "Registrar la salida del paciente marcará la cita como completada.",
86
88
  "endDate": "Fecha de finalización",
87
89
  "endTime": "Hora de finalización",
88
- "errorCreatingAppointmentService": "Error creating appointment service",
89
- "expected": "Expected",
90
+ "errorCreatingAppointmentService": "Error al crear el servicio de cita",
91
+ "expected": "Esperado",
90
92
  "filterTable": "Filtrar tabla",
91
93
  "gender": "Género",
92
94
  "highestServiceVolume": "Servicio de mayor volumen: {{time}}",
93
95
  "identifier": "Identificador",
94
96
  "invalidNumber": "El número no es válido",
95
- "invalidTime": "Hora inválida",
96
97
  "isRecurringAppointment": "¿Esta es una cita recurrente?",
97
98
  "itemsPerPage": "Elementos por página",
98
- "loading": "Loading",
99
+ "loading": "Cargando",
99
100
  "location": "Ubicación",
100
101
  "medications": "Medicamentos",
101
102
  "missed": "Perdida",
@@ -104,19 +105,19 @@
104
105
  "nextPage": "Siguiente página",
105
106
  "no": "No",
106
107
  "noAppointmentsToDisplay": "No hay citas para mostrar",
107
- "noContent": "No hay contenido",
108
- "noCurrentAppointments": "No hay citas programadas que mostrar para hoy para este paciente",
108
+ "noContent": "No hay Contenido",
109
+ "noCurrentAppointments": "No hay citas programadas para hoy para mostrar para este paciente.",
109
110
  "noEncountersFound": "No se encontraron encuentros",
110
111
  "noPastAppointments": "No hay citas anteriores para mostrar para este paciente",
111
- "noPreviousVisitFound": "No se encontraron visitas anteriores",
112
+ "noPreviousVisitFound": "No se encontraron consultas anteriores",
112
113
  "notArrived": "No ha llegado",
113
114
  "note": "Nota",
114
115
  "notes": "Notas",
115
- "noUpcomingAppointments": "No hay próximas citas para mostrar para este paciente",
116
- "noUpcomingAppointmentsForPatient": "No hay próximas citas para mostrar para este paciente",
116
+ "noUpcomingAppointments": "No se encontraron próximas citas",
117
+ "noUpcomingAppointmentsForPatient": "No hay próximas citas para mostrar para este paciente.",
117
118
  "pageNumber": "Número de página",
118
- "past": "Anterior",
119
- "patientDetails": "Detalles del paciente",
119
+ "past": "Pasado",
120
+ "patientDetails": "Detalles del Paciente",
120
121
  "patientDoubleBooking": "El paciente ya agendó una cita para esta hora",
121
122
  "patientName": "Nombre del paciente",
122
123
  "patients": "Pacientes",
@@ -124,28 +125,28 @@
124
125
  "prev": "Ant",
125
126
  "previousMonth": "Mes anterior",
126
127
  "previousPage": "Página anterior",
127
- "provider": "Proveedor",
128
- "providers": "Proveedores",
129
- "providersBooked": "Proveedores agendados: {{time}}",
130
- "recurringAppointment": "Cita recurrente",
131
- "recurringAppointmentShouldHaveEndDate": "Una cita recurrente debería tener una fecha de finalización",
128
+ "provider": "Proveedor de la Salud",
129
+ "providers": "Personal de la Salud",
130
+ "providersBooked": "Personal de la Salud agendado: {{time}}",
131
+ "recurringAppointment": "Cita Recurrente",
132
+ "recurringAppointmentShouldHaveEndDate": "Una cita recurrente debe tener una fecha de finalización",
132
133
  "repeatEvery": "Repetir cada",
133
134
  "save": "Guardar",
134
135
  "saveAndClose": "Guardar y cerrar",
135
136
  "scheduled": "Programada",
136
137
  "scheduledAppointments": "Citas programadas",
137
- "scheduledForToday": "Agendada Para Hoy",
138
+ "scheduledForToday": "Programada Para Hoy",
138
139
  "selectALocation": "Seleccionar una ubicación",
139
140
  "selectAppointmentStatus": "Seleccionar estado",
140
- "selectAppointmentType": "Seleccionar tipo de cita",
141
+ "selectAppointmentType": "Seleccione un tipo de cita",
141
142
  "selectLocation": "Seleccionar ubicación",
142
- "selectOption": "Seleccionar una opción",
143
- "selectProvider": "Seleccionar un proveedor",
144
- "selectService": "Seleccionar servicio",
143
+ "selectOption": "Seleccione una opción",
144
+ "selectProvider": "Seleccione un proveedor de la salud",
145
+ "selectService": "Seleccione un servicio",
145
146
  "selectServiceType": "Seleccionar tipo de servicio",
146
147
  "service": "Servicio",
147
148
  "serviceName": "Nombre del servicio",
148
- "serviceType": "Tipo de servicio",
149
+ "serviceType": "Tipo de Servicio",
149
150
  "serviceUnavailable": "La hora de la cita está fuera de las horas de servicio",
150
151
  "startDate": "Fecha de inicio",
151
152
  "startTime": "Hora de inicio",
@@ -153,14 +154,15 @@
153
154
  "time": "Tiempo",
154
155
  "today": "Hoy",
155
156
  "todays": "Hoy día es",
156
- "type": "Tip",
157
+ "type": "Tipo",
157
158
  "unscheduled": "No programada",
158
159
  "unscheduledAppointments": "Citas no programadas",
159
160
  "unscheduledAppointments_lower": "citas no programadas",
160
161
  "upcoming": "Próximas",
161
162
  "upcomingAppointments": "Próximas citas",
163
+ "updateError": "Error updating upcoming appointment",
162
164
  "view": "Ver",
163
- "vitals": "Signos vitales",
165
+ "vitals": "Signos Vitales",
164
166
  "week": "Semana",
165
167
  "yes": "Sí"
166
168
  }