@kenyaemr/esm-appointments-app 8.1.1-pre.129 → 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.
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
package/dist/271.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_kenyaemr_esm_appointments_app=globalThis.webpackChunk_kenyaemr_esm_appointments_app||[]).push([[271],{8271:e=>{e.exports=JSON.parse('{"action":"操作","actions":"操作","add":"添加","age":"年龄","allDay":"全天","appointmentCancelError":"取消预约时出现错误","appointmentCancelled":"预约已取消","appointmentCancelledSuccessfully":"预约已成功取消","appointmentColor":"预约颜色","appointmentConflict":"Appointment conflict","appointmentEdited":"预约已编辑","appointmentEditError":"编辑预约时出现错误","appointmentEnded":"Appointment ended","appointmentEndedAndVisitClosedSuccessfully":"Appointment successfully ended and visit successfully closed.","appointmentEndedButVisitNotClosedError":"Appointment ended, but error closing visit","appointmentEndedSuccessfully":"Appointment successfully ended.","appointmentEndError":"Error ending appointment","appointmentFormError":"安排预约时出现错误","appointmentHistory":"预约历史","appointmentMetrics":"预约指标","appointmentMetricsLoadError":"","appointmentNoteLabel":"输入附加备注","appointmentNotePlaceholder":"在这里输入任何额外的要点备注","appointmentNotes":"预约备注","appointmentNowVisible":"现在在预约页面上可见","appointments":"预约","Appointments":"预约","appointments_lower":"预约","appointmentsCalendar":"Appointments calendar","appointmentScheduled":"预约已安排","appointmentService":"预约服务","appointmentServiceCreate":"预约服务创建成功","appointmentServiceName":"预约服务名称","appointmentsScheduledForToday":"今日预约","appointmentsTable":"预约表","appointmentStatus":"预约状态","appointmentToFulfill":"选择要履行的预约","appointmentType":"预约类型","appointmentType_title":"预约类型","back":"返回","calendar":"日历","cameEarly":"提前到达","cancel":"取消","cancelAppointment":"取消预约","cancelAppointmentModalConfirmationText":"您确定要取消这个预约吗?","cancelled":"已取消","checkedIn":"已签到","checkedOut":"已结账","checkFilters":"检查上方的筛选条件","checkIn":"签到","checkOut":"结账","chooseAppointmentType":"选择预约类型","chooseLocation":"选择一个地点","chooseProvider":"选择一个提供者","chooseService":"选择服务","completed":"已完成","Contact":"Contact {{index}}","countMore_one":"{{count}} more","countMore_other":"{{count}} more","createAppointmentService":"创建预约服务","createNewAppointment":"创建新预约","date":"日期","date&Time":"日期&时间","dateAppointmentIssuedCannotBeAfterAppointmentDate":"Date appointment issued cannot be after the appointment date","dateOfBirth":"出生日期","dateScheduled":"Date appointment issued","dateScheduledDetail":"Date appointment issued","dateTime":"日期&时间","day":"天","daysOfWeek":"星期几","discard":"放弃","download":"下载","durationErrorMessage":"持续时间应大于零","durationInMinutes":"持续时间(分钟)","durationMins":"持续时间(分钟)","edit":"编辑","editAppointment":"编辑预约","editAppointments":"编辑预约","emptyStateText":"没有<1>{{displayText}}</1>可显示","encounters":"问诊","encounterType":"问诊类型","endAppointmentAndVisitConfirmationMessage":"Checking the patient out will mark the appointment as complete, and close out the active visit for this patient.","endAppointmentConfirmation":"Are you sure you want to check the patient out for this appointment?","endAppointmentConfirmationMessage":"Checking the patient out will mark the appointment as complete.","endDate":"结束日期","endTime":"结束时间","errorCreatingAppointmentService":"创建预约服务时出现错误","expected":"预期的","filterTable":"筛选表格","gender":"性别","highestServiceVolume":"最高量服务:{{time}}","identifier":"ID","invalidNumber":"数值无效","invalidTime":"无效时间","isRecurringAppointment":"这是一个定期预约吗?","itemsPerPage":"每页条目数","loading":"加载中","location":"地点","medications":"药物","missed":"未就诊","next":"Next","nextMonth":"Next month","nextPage":"下一页","no":"否","noAppointmentsToDisplay":"没有预约可显示","noContent":"没有内容","noCurrentAppointments":"该患者没有安排在今日的预约","noEncountersFound":"未找到问诊记录","noPastAppointments":"该患者没有历史预约","noPreviousVisitFound":"未找到先前的就诊","notArrived":"未到达","note":"备注","notes":"备注","noUpcomingAppointments":"未找到即将到来的预约","noUpcomingAppointmentsForPatient":"该患者没有即将到来的预约","pageNumber":"页码","past":"过往","patientDetails":"患者详情","patientDoubleBooking":"Patient already booked for an appointment at this time","patientName":"患者姓名","patients":"患者","period":"周期","prev":"Prev","previousMonth":"Previous month","previousPage":"上一页","provider":"提供者","providers":"提供者","providersBooked":"提供者预订:{{time}}","recurringAppointment":"定期预约","recurringAppointmentShouldHaveEndDate":"A recurring appointment should have an end date","repeatEvery":"重复每","save":"保存","saveAndClose":"保存并关闭","scheduled":"已安排","scheduledAppointments":"已安排的预约","scheduledForToday":"Scheduled For Today","selectALocation":"Select a location","selectAppointmentStatus":"选择状态","selectAppointmentType":"选择一个预约类型","selectLocation":"选择地点","selectOption":"选择一个选项","selectProvider":"选择一个提供者","selectService":"选择一个服务","selectServiceType":"选择服务类型","service":"服务","serviceName":"服务名称","serviceType":"服务类型","serviceUnavailable":"Appointment time is outside of service hours","startDate":"开始日期","startTime":"开始时间","status":"状态","time":"时间","today":"今日","todays":"今日","type":"Type","unscheduled":"未安排","unscheduledAppointments":"未安排的预约","unscheduledAppointments_lower":"未安排的预约","upcoming":"即将到来","upcomingAppointments":"即将到来的预约","view":"查看","vitals":"生命体征","week":"周","yes":"是"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_kenyaemr_esm_appointments_app=globalThis.webpackChunk_kenyaemr_esm_appointments_app||[]).push([[271],{8271:e=>{e.exports=JSON.parse('{"action":"操作","actions":"操作","add":"添加","age":"年龄","allDay":"全天","appointmentCancelError":"取消预约时出现错误","appointmentCancelled":"预约已取消","appointmentCancelledSuccessfully":"预约已成功取消","appointmentCheckedIn":"Appointment Checked In","appointmentColor":"预约颜色","appointmentConflict":"Appointment conflict","appointmentEdited":"预约已编辑","appointmentEditError":"编辑预约时出现错误","appointmentEnded":"Appointment ended","appointmentEndedAndVisitClosedSuccessfully":"Appointment successfully ended and visit successfully closed","appointmentEndedButVisitNotClosedError":"Appointment ended, but error closing visit","appointmentEndedSuccessfully":"Appointment successfully ended.","appointmentEndError":"Error ending appointment","appointmentFormError":"安排预约时出现错误","appointmentHistory":"预约历史","appointmentMarkedChecked":"Appointment marked as Checked In","appointmentMetrics":"预约指标","appointmentMetricsLoadError":"","appointmentNoteLabel":"输入附加备注","appointmentNotePlaceholder":"在这里输入任何额外的要点备注","appointmentNotes":"预约备注","appointmentNowVisible":"现在在预约页面上可见","appointments":"预约","Appointments":"预约","appointments_lower":"预约","appointmentsCalendar":"Appointments calendar","appointmentScheduled":"预约已安排","appointmentService":"预约服务","appointmentServiceCreate":"预约服务创建成功","appointmentServiceName":"预约服务名称","appointmentsScheduledForToday":"今日预约","appointmentsTable":"预约表","appointmentStatus":"预约状态","appointmentToFulfill":"选择要履行的预约","appointmentType":"预约类型","appointmentType_title":"预约类型","back":"返回","calendar":"日历","cameEarly":"提前到达","cancel":"取消","cancelAppointment":"取消预约","cancelAppointmentModalConfirmationText":"您确定要取消这个预约吗?","cancelled":"已取消","checkedIn":"已签到","checkedOut":"已结账","checkFilters":"检查上方的筛选条件","checkIn":"签到","checkOut":"结账","chooseAppointmentType":"选择预约类型","chooseLocation":"选择一个地点","chooseProvider":"选择一个提供者","chooseService":"选择服务","completed":"已完成","Contact":"Contact {{index}}","countMore_one":"{{count}} more","countMore_other":"{{count}} more","createAppointmentService":"创建预约服务","createNewAppointment":"创建新预约","date":"日期","date&Time":"日期&时间","dateAppointmentIssuedCannotBeAfterAppointmentDate":"Date appointment issued cannot be after the appointment date","dateOfBirth":"出生日期","dateScheduled":"Date appointment issued","dateScheduledDetail":"Date appointment issued","dateTime":"日期&时间","day":"天","daysOfWeek":"星期几","discard":"放弃","download":"下载","durationErrorMessage":"持续时间应大于零","durationInMinutes":"持续时间(分钟)","durationMins":"持续时间(分钟)","edit":"编辑","editAppointment":"编辑预约","editAppointments":"编辑预约","emptyStateText":"没有<1>{{displayText}}</1>可显示","encounters":"问诊","encounterType":"问诊类型","endAppointmentAndVisitConfirmationMessage":"Checking the patient out will mark the appointment as complete, and close out the active visit for this patient.","endAppointmentConfirmation":"Are you sure you want to check the patient out for this appointment?","endAppointmentConfirmationMessage":"Checking the patient out will mark the appointment as complete.","endDate":"结束日期","endTime":"结束时间","errorCreatingAppointmentService":"创建预约服务时出现错误","expected":"预期的","filterTable":"筛选表格","gender":"性别","highestServiceVolume":"最高量服务:{{time}}","identifier":"ID","invalidNumber":"数值无效","isRecurringAppointment":"这是一个定期预约吗?","itemsPerPage":"每页条目数","loading":"加载中","location":"地点","medications":"药物","missed":"未就诊","next":"Next","nextMonth":"Next month","nextPage":"下一页","no":"否","noAppointmentsToDisplay":"没有预约可显示","noContent":"没有内容","noCurrentAppointments":"该患者没有安排在今日的预约","noEncountersFound":"未找到问诊记录","noPastAppointments":"该患者没有历史预约","noPreviousVisitFound":"未找到先前的就诊","notArrived":"未到达","note":"备注","notes":"备注","noUpcomingAppointments":"未找到即将到来的预约","noUpcomingAppointmentsForPatient":"该患者没有即将到来的预约","pageNumber":"页码","past":"过往","patientDetails":"患者详情","patientDoubleBooking":"Patient already booked for an appointment at this time","patientName":"患者姓名","patients":"患者","period":"周期","prev":"Prev","previousMonth":"Previous month","previousPage":"上一页","provider":"提供者","providers":"提供者","providersBooked":"提供者预订:{{time}}","recurringAppointment":"定期预约","recurringAppointmentShouldHaveEndDate":"A recurring appointment should have an end date","repeatEvery":"重复每","save":"保存","saveAndClose":"保存并关闭","scheduled":"已安排","scheduledAppointments":"已安排的预约","scheduledForToday":"Scheduled For Today","selectALocation":"Select a location","selectAppointmentStatus":"选择状态","selectAppointmentType":"选择一个预约类型","selectLocation":"选择地点","selectOption":"选择一个选项","selectProvider":"选择一个提供者","selectService":"选择一个服务","selectServiceType":"选择服务类型","service":"服务","serviceName":"服务名称","serviceType":"服务类型","serviceUnavailable":"Appointment time is outside of service hours","startDate":"开始日期","startTime":"开始时间","status":"状态","time":"时间","today":"今日","todays":"今日","type":"Type","unscheduled":"未安排","unscheduledAppointments":"未安排的预约","unscheduledAppointments_lower":"未安排的预约","upcoming":"即将到来","upcomingAppointments":"即将到来的预约","updateError":"Error updating upcoming appointment","view":"查看","vitals":"生命体征","week":"周","yes":"是"}')}}]);
package/dist/272.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_kenyaemr_esm_appointments_app=globalThis.webpackChunk_kenyaemr_esm_appointments_app||[]).push([[272],{4272:e=>{e.exports=JSON.parse('{"action":"Action","actions":"Actions","add":"Add","age":"Age","allDay":"All day","appointmentCancelError":"Error cancelling appointment","appointmentCancelled":"Appointment Cancelled","appointmentCancelledSuccessfully":"Appointment cancelled successfully","appointmentCheckedIn":"Appointment Checked In","appointmentColor":"Appointment color","appointmentConflict":"Appointment conflict","appointmentEdited":"Appointment edited","appointmentEditError":"Error editing appointment","appointmentEnded":"Appointment ended","appointmentEndedAndVisitClosedSuccessfully":"Appointment successfully ended and visit successfully closed","appointmentEndedButVisitNotClosedError":"Appointment ended, but error closing visit","appointmentEndedSuccessfully":"Appointment successfully ended.","appointmentEndError":"Error ending appointment","appointmentFormError":"Error scheduling appointment","appointmentHistory":"Appointment History","appointmentMarkedChecked":"Appointment marked as Checked In","appointmentMetrics":"Appointment metrics","appointmentMetricsLoadError":"","appointmentNoteLabel":"Write an additional note","appointmentNotePlaceholder":"Write any additional points here","appointmentNotes":"Appointment Notes","appointmentNowVisible":"It is now visible on the Appointments page","appointments":"Appointments","Appointments":"Appointments","appointments_lower":"appointments","appointmentsCalendar":"Appointments calendar","appointmentScheduled":"Appointment scheduled","appointmentService":"Appointment service","appointmentServiceCreate":"Appointment service created successfully","appointmentServiceName":"Appointment service name","appointmentsScheduledForToday":"appointments scheduled for today","appointmentsTable":"Appointments table","appointmentStatus":"Appointment status","appointmentToFulfill":"Select appointment to fulfill","appointmentType":"Appointment type","appointmentType_title":"Appointment Type","back":"Back","calendar":"Calendar","cameEarly":"Came Early","cancel":"Cancel","cancelAppointment":"Cancel Appointment","cancelAppointmentModalConfirmationText":"Are you sure you want to cancel this appointment?","cancelled":"Cancelled","checkedIn":"Checked in","checkedOut":"Checked out","checkFilters":"Check the filters above","checkIn":"Check In","checkOut":"Check out","chooseAppointmentType":"Choose appointment type","chooseLocation":"Choose a location","chooseProvider":"Choose a provider","chooseService":"Select service","completed":"Completed","Contact":"Contact {{index}}","countMore_one":"{{count}} more","countMore_other":"{{count}} more","createAppointmentService":"Create appointment services","createNewAppointment":"Create new appointment","date":"Date","date&Time":"Date & time","dateAppointmentIssuedCannotBeAfterAppointmentDate":"Date appointment issued cannot be after the appointment date","dateOfBirth":"Date of birth","dateScheduled":"Date appointment issued","dateScheduledDetail":"Date appointment issued","dateTime":"Date & Time","day":"Day","daysOfWeek":"Days of the week","discard":"Discard","download":"Download","durationErrorMessage":"Duration should be greater than zero","durationInMinutes":"Duration (minutes)","durationMins":"Duration min","edit":"Edit","editAppointment":"Edit Appointment","editAppointments":"Edit Appointment","emptyStateText":"There are no <1>{{displayText}}</1> to display","encounters":"Encounters","encounterType":"Encounter type","endAppointmentAndVisitConfirmationMessage":"Checking the patient out will mark the appointment as complete, and close out the active visit for this patient.","endAppointmentConfirmation":"Are you sure you want to check the patient out for this appointment?","endAppointmentConfirmationMessage":"Checking the patient out will mark the appointment as complete.","endDate":"End date","endTime":"End Time","errorCreatingAppointmentService":"Error creating appointment service","expected":"Expected","filterTable":"Filter table","gender":"Gender","highestServiceVolume":"Highest volume service: {{time}}","identifier":"Identifier","invalidNumber":"Number is not valid","isRecurringAppointment":"Is this a recurring appointment?","itemsPerPage":"Items per page","loading":"Loading","location":"Location","medications":"Medications","missed":"Missed","next":"Next","nextMonth":"Next month","nextPage":"Next page","no":"No","noAppointmentsToDisplay":"No appointments to display","noContent":"No Content","noCurrentAppointments":"There are no appointments scheduled for today to display for this patient","noEncountersFound":"No encounters found","noPastAppointments":"There are no past appointments to display for this patient","noPreviousVisitFound":"No previous visit found","notArrived":"Not arrived","note":"Note","notes":"Notes","noUpcomingAppointments":"No upcoming appointments found","noUpcomingAppointmentsForPatient":"There are no upcoming appointments to display for this patient","pageNumber":"Page number","past":"Past","patientDetails":"Patient Details","patientDoubleBooking":"Patient already booked for an appointment at this time","patientName":"Patient name","patients":"Patients","period":"Period","prev":"Prev","previousMonth":"Previous month","previousPage":"Previous page","provider":"Provider","providers":"Providers","providersBooked":"Providers booked: {{time}}","recurringAppointment":"Recurring Appointment","recurringAppointmentShouldHaveEndDate":"A recurring appointment should have an end date","repeatEvery":"Repeat every","save":"Save","saveAndClose":"Save and close","scheduled":"Scheduled","scheduledAppointments":"Scheduled appointments","scheduledForToday":"Scheduled For Today","selectALocation":"Select a location","selectAppointmentStatus":"Select status","selectAppointmentType":"Select an appointment type","selectLocation":"Select location","selectOption":"Select an option","selectProvider":"Select a provider","selectService":"Select a service","selectServiceType":"Select service type","service":"Service","serviceName":"Service name","serviceType":"Service Type","serviceUnavailable":"Appointment time is outside of service hours","startDate":"Start date","startTime":"Start Time","status":"Status","time":"Time","today":"Today","todays":"Today\'s","type":"Type","unscheduled":"Unscheduled","unscheduledAppointments":"Unscheduled appointments","unscheduledAppointments_lower":"unscheduled appointments","upcoming":"Upcoming","upcomingAppointments":"Upcoming appointments","updateError":"Error updating upcoming appointment","view":"View","vitals":"Vitals","week":"Week","yes":"Yes"}')}}]);
package/dist/319.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_kenyaemr_esm_appointments_app=globalThis.webpackChunk_kenyaemr_esm_appointments_app||[]).push([[319],{8319:e=>{e.exports=JSON.parse('{"action":"Acción","actions":"Acciones","add":"Agregar","age":"Edad","allDay":"All day","appointmentCancelError":"Error al cancelar la cita","appointmentCancelled":"Cita cancelada","appointmentCancelledSuccessfully":"Cita cancelada con éxito","appointmentColor":"Color de la cita","appointmentConflict":"Conflicto en las citas","appointmentEdited":"Cita editada","appointmentEditError":"Error al editar cita","appointmentEnded":"Cita finalizada","appointmentEndedAndVisitClosedSuccessfully":"Cita finalizada con éxito y visita cerrada con éxito ","appointmentEndedButVisitNotClosedError":"Cita finalizada, pero hubo un error al cerrar la visita","appointmentEndedSuccessfully":"Cita finalizada con éxito ","appointmentEndError":"Error al finalizar cita","appointmentFormError":"Error al programar la cita","appointmentHistory":"Historial de citas","appointmentMetrics":"Métricas de citas","appointmentMetricsLoadError":"","appointmentNoteLabel":"Escriba una nota adicional","appointmentNotePlaceholder":"Escriba algún punto adicional aquí","appointmentNotes":"Notas de cita","appointmentNowVisible":"Ahora es visible en la página de Citas","appointments":"Citas","Appointments":"Citas","appointments_lower":"citas","appointmentsCalendar":"Calendario de citas","appointmentScheduled":"Cita programada","appointmentService":"Servicio de citas","appointmentServiceCreate":"Servicio de citas creado exitosamente","appointmentServiceName":"Nombre del servicio de citas","appointmentsScheduledForToday":"citas agendadas para hoy","appointmentsTable":"Tabla de citas","appointmentStatus":"Appointment status","appointmentToFulfill":"Seleccione cita para completar","appointmentType":"Tipo de cita","appointmentType_title":"Tipo de cita","back":"Atrás","calendar":"Calendario","cameEarly":"Llegó temprano","cancel":"Cancelar","cancelAppointment":"Cancelar cita","cancelAppointmentModalConfirmationText":"¿Está seguro de que desea cancelar esta cita?","cancelled":"Cancelada","checkedIn":"Checked in","checkedOut":"Completada","checkFilters":"Compruebe los filtros anteriores","checkIn":"Registrar","checkOut":"Finalizar","chooseAppointmentType":"Escoja un tipo de cita","chooseLocation":"Escoja una ubicación","chooseProvider":"Escoja un proveedor","chooseService":"Seleccionar servicio","completed":"Completado","Contact":"Contacto {{index}}","countMore_one":"{{count}} más","countMore_other":"{{count}} más","createAppointmentService":"Crear servicios de citas","createNewAppointment":"Crear nueva cita","date":"Fecha","date&Time":"Date & time","dateAppointmentIssuedCannotBeAfterAppointmentDate":"La fecha en que se emitió la cita no puede ser posterior a la fecha de la cita","dateOfBirth":"Fecha de nacimiento","dateScheduled":"Fecha de emisión de la cita","dateScheduledDetail":"Fecha de emisión de la cita","dateTime":"Fecha y hora","day":"Día","daysOfWeek":"Días de la semana","discard":"Descartar","download":"Descargar","durationErrorMessage":"La duración debería ser mayor a cero","durationInMinutes":"Duración (minutos)","durationMins":"Duración (min)","edit":"Editar","editAppointment":"Editar cita","editAppointments":"Editar cita","emptyStateText":"No hay <1>{{displayText}}</1> para mostrar","encounters":"Encuentros","encounterType":"Tipo de encuentro","endAppointmentAndVisitConfirmationMessage":"Marcar al paciente como dado de alta indicará que la cita está completa y cerrará la visita activa para este paciente.","endAppointmentConfirmation":"¿Está seguro de que desea marcar al paciente como dado de alta para esta cita?","endAppointmentConfirmationMessage":"Marcar al paciente como dado de alta indicará que la cita está completa.","endDate":"Fecha de finalización","endTime":"Hora de finalización","errorCreatingAppointmentService":"Error creating appointment service","expected":"Expected","filterTable":"Filtrar tabla","gender":"Género","highestServiceVolume":"Servicio de mayor volumen: {{time}}","identifier":"Identificador","invalidNumber":"El número no es válido","invalidTime":"Hora inválida","isRecurringAppointment":"¿Esta es una cita recurrente?","itemsPerPage":"Elementos por página","loading":"Loading","location":"Ubicación","medications":"Medicamentos","missed":"Perdida","next":"Siguiente","nextMonth":"Siguiente mes","nextPage":"Siguiente página","no":"No","noAppointmentsToDisplay":"No hay citas para mostrar","noContent":"No hay contenido","noCurrentAppointments":"No hay citas programadas que mostrar para hoy para este paciente","noEncountersFound":"No se encontraron encuentros","noPastAppointments":"No hay citas anteriores para mostrar para este paciente","noPreviousVisitFound":"No se encontraron visitas anteriores","notArrived":"No ha llegado","note":"Nota","notes":"Notas","noUpcomingAppointments":"No hay próximas citas para mostrar para este paciente","noUpcomingAppointmentsForPatient":"No hay próximas citas para mostrar para este paciente","pageNumber":"Número de página","past":"Anterior","patientDetails":"Detalles del paciente","patientDoubleBooking":"El paciente ya agendó una cita para esta hora","patientName":"Nombre del paciente","patients":"Pacientes","period":"Periodo","prev":"Ant","previousMonth":"Mes anterior","previousPage":"Página anterior","provider":"Proveedor","providers":"Proveedores","providersBooked":"Proveedores agendados: {{time}}","recurringAppointment":"Cita recurrente","recurringAppointmentShouldHaveEndDate":"Una cita recurrente debería tener una fecha de finalización","repeatEvery":"Repetir cada","save":"Guardar","saveAndClose":"Guardar y cerrar","scheduled":"Programada","scheduledAppointments":"Citas programadas","scheduledForToday":"Agendada Para Hoy","selectALocation":"Seleccionar una ubicación","selectAppointmentStatus":"Seleccionar estado","selectAppointmentType":"Seleccionar tipo de cita","selectLocation":"Seleccionar ubicación","selectOption":"Seleccionar una opción","selectProvider":"Seleccionar un proveedor","selectService":"Seleccionar servicio","selectServiceType":"Seleccionar tipo de servicio","service":"Servicio","serviceName":"Nombre del servicio","serviceType":"Tipo de servicio","serviceUnavailable":"La hora de la cita está fuera de las horas de servicio","startDate":"Fecha de inicio","startTime":"Hora de inicio","status":"Estado","time":"Tiempo","today":"Hoy","todays":"Hoy día es","type":"Tip","unscheduled":"No programada","unscheduledAppointments":"Citas no programadas","unscheduledAppointments_lower":"citas no programadas","upcoming":"Próximas","upcomingAppointments":"Próximas citas","view":"Ver","vitals":"Signos vitales","week":"Semana","yes":"Sí"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_kenyaemr_esm_appointments_app=globalThis.webpackChunk_kenyaemr_esm_appointments_app||[]).push([[319],{8319:e=>{e.exports=JSON.parse('{"action":"Acción","actions":"Acciones","add":"Agregar","age":"Edad","allDay":"Todo el día","appointmentCancelError":"Error al cancelar la cita","appointmentCancelled":"Cita Cancelada","appointmentCancelledSuccessfully":"Cita cancelada con éxito","appointmentCheckedIn":"Appointment Checked In","appointmentColor":"Color de la cita","appointmentConflict":"Conflicto en las citas","appointmentEdited":"Cita editada","appointmentEditError":"Error al editar la cita","appointmentEnded":"Cita finalizada","appointmentEndedAndVisitClosedSuccessfully":"Cita finalizada exitosamente y consulta cerrada exitosamente","appointmentEndedButVisitNotClosedError":"Cita finalizada, pero hubo un error al cerrar la consulta","appointmentEndedSuccessfully":"Cita finalizada con éxito.","appointmentEndError":"Error al finalizar la cita","appointmentFormError":"Error al programar la cita","appointmentHistory":"Historial de Citas","appointmentMarkedChecked":"Appointment marked as Checked In","appointmentMetrics":"Métricas de citas","appointmentMetricsLoadError":"","appointmentNoteLabel":"Escriba una nota adicional","appointmentNotePlaceholder":"Escriba cualquier punto adicional aquí","appointmentNotes":"Notas de la Cita","appointmentNowVisible":"Ahora es visible en la página de Citas","appointments":"Citas","Appointments":"Citas","appointments_lower":"citas","appointmentsCalendar":"Calendario de citas","appointmentScheduled":"Cita programada","appointmentService":"Servicio de citas","appointmentServiceCreate":"Servicio de citas creado exitosamente","appointmentServiceName":"Nombre del servicio de citas","appointmentsScheduledForToday":"citas agendadas para hoy","appointmentsTable":"Tabla de citas","appointmentStatus":"Estado de la cita","appointmentToFulfill":"Seleccione una cita para completar","appointmentType":"Tipo de cita","appointmentType_title":"Tipo de Cita","back":"Atrás","calendar":"Calendario","cameEarly":"Llegó Temprano","cancel":"Cancelar","cancelAppointment":"Cancelar Cita","cancelAppointmentModalConfirmationText":"¿Está seguro de que desea cancelar esta cita?","cancelled":"Cancelada","checkedIn":"Llegada Registrada","checkedOut":"Salida Registrada","checkFilters":"Revise los filtros arriba","checkIn":"Registrar Entrada","checkOut":"Registrar Salida","chooseAppointmentType":"Elija un tipo de cita","chooseLocation":"Elija una ubicación","chooseProvider":"Elija un proveedor de la salud","chooseService":"Seleccionar servicio","completed":"Completado","Contact":"Contacto {{index}}","countMore_one":"{{count}} más","countMore_other":"{{count}} más","createAppointmentService":"Crear servicios de citas","createNewAppointment":"Crear nueva cita","date":"Fecha","date&Time":"Fecha y hora","dateAppointmentIssuedCannotBeAfterAppointmentDate":"La fecha de emisión de la cita no puede ser posterior a la fecha de la cita","dateOfBirth":"Fecha de nacimiento","dateScheduled":"Fecha de emisión de la cita","dateScheduledDetail":"Fecha de emisión de la cita","dateTime":"Fecha y Hora","day":"Día","daysOfWeek":"Días de la semana","discard":"Descartar","download":"Descargar","durationErrorMessage":"La duración debe ser mayor que cero","durationInMinutes":"Duración (minutos)","durationMins":"Duración (min)","edit":"Editar","editAppointment":"Editar Cita","editAppointments":"Editar Cita","emptyStateText":"No hay <1>{{displayText}}</1> para mostrar","encounters":"Encuentros","encounterType":"Tipo de encuentro","endAppointmentAndVisitConfirmationMessage":"Registrar la salida del paciente marcará la cita como completada y cerrará la consulta activa para este paciente.","endAppointmentConfirmation":"¿Está seguro de que desea registrar la salida del paciente para esta cita?","endAppointmentConfirmationMessage":"Registrar la salida del paciente marcará la cita como completada.","endDate":"Fecha de finalización","endTime":"Hora de finalización","errorCreatingAppointmentService":"Error al crear el servicio de cita","expected":"Esperado","filterTable":"Filtrar tabla","gender":"Género","highestServiceVolume":"Servicio de mayor volumen: {{time}}","identifier":"Identificador","invalidNumber":"El número no es válido","isRecurringAppointment":"¿Esta es una cita recurrente?","itemsPerPage":"Elementos por página","loading":"Cargando","location":"Ubicación","medications":"Medicamentos","missed":"Perdida","next":"Siguiente","nextMonth":"Siguiente mes","nextPage":"Siguiente página","no":"No","noAppointmentsToDisplay":"No hay citas para mostrar","noContent":"No hay Contenido","noCurrentAppointments":"No hay citas programadas para hoy para mostrar para este paciente.","noEncountersFound":"No se encontraron encuentros","noPastAppointments":"No hay citas anteriores para mostrar para este paciente","noPreviousVisitFound":"No se encontraron consultas anteriores","notArrived":"No ha llegado","note":"Nota","notes":"Notas","noUpcomingAppointments":"No se encontraron próximas citas","noUpcomingAppointmentsForPatient":"No hay próximas citas para mostrar para este paciente.","pageNumber":"Número de página","past":"Pasado","patientDetails":"Detalles del Paciente","patientDoubleBooking":"El paciente ya agendó una cita para esta hora","patientName":"Nombre del paciente","patients":"Pacientes","period":"Periodo","prev":"Ant","previousMonth":"Mes anterior","previousPage":"Página anterior","provider":"Proveedor de la Salud","providers":"Personal de la Salud","providersBooked":"Personal de la Salud agendado: {{time}}","recurringAppointment":"Cita Recurrente","recurringAppointmentShouldHaveEndDate":"Una cita recurrente debe tener una fecha de finalización","repeatEvery":"Repetir cada","save":"Guardar","saveAndClose":"Guardar y cerrar","scheduled":"Programada","scheduledAppointments":"Citas programadas","scheduledForToday":"Programada Para Hoy","selectALocation":"Seleccionar una ubicación","selectAppointmentStatus":"Seleccionar estado","selectAppointmentType":"Seleccione un tipo de cita","selectLocation":"Seleccionar ubicación","selectOption":"Seleccione una opción","selectProvider":"Seleccione un proveedor de la salud","selectService":"Seleccione un servicio","selectServiceType":"Seleccionar tipo de servicio","service":"Servicio","serviceName":"Nombre del servicio","serviceType":"Tipo de Servicio","serviceUnavailable":"La hora de la cita está fuera de las horas de servicio","startDate":"Fecha de inicio","startTime":"Hora de inicio","status":"Estado","time":"Tiempo","today":"Hoy","todays":"Hoy día es","type":"Tipo","unscheduled":"No programada","unscheduledAppointments":"Citas no programadas","unscheduledAppointments_lower":"citas no programadas","upcoming":"Próximas","upcomingAppointments":"Próximas citas","updateError":"Error updating upcoming appointment","view":"Ver","vitals":"Signos Vitales","week":"Semana","yes":"Sí"}')}}]);
package/dist/336.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_kenyaemr_esm_appointments_app=globalThis.webpackChunk_kenyaemr_esm_appointments_app||[]).push([[336],{5336:e=>{e.exports=JSON.parse('{"action":"Action","actions":"Actions","add":"Add","age":"Age","allDay":"All day","appointmentCancelError":"Error cancelling appointment","appointmentCancelled":"Appointment Cancelled","appointmentCancelledSuccessfully":"Appointment cancelled successfully","appointmentCheckedIn":"Appointment Checked In","appointmentColor":"Appointment color","appointmentConflict":"Appointment conflict","appointmentEdited":"Appointment edited","appointmentEditError":"Error editing appointment","appointmentEnded":"Appointment ended","appointmentEndedAndVisitClosedSuccessfully":"Appointment successfully ended and visit successfully closed","appointmentEndedButVisitNotClosedError":"Appointment ended, but error closing visit","appointmentEndedSuccessfully":"Appointment successfully ended.","appointmentEndError":"Error ending appointment","appointmentFormError":"Error scheduling appointment","appointmentHistory":"Appointment History","appointmentMarkedChecked":"Appointment marked as Checked In","appointmentMetrics":"Appointment metrics","appointmentMetricsLoadError":"","appointmentNoteLabel":"Write an additional note","appointmentNotePlaceholder":"Write any additional points here","appointmentNotes":"Appointment Notes","appointmentNowVisible":"It is now visible on the Appointments page","appointments":"Appointments","Appointments":"Appointments","appointments_lower":"appointments","appointmentsCalendar":"Appointments calendar","appointmentScheduled":"Appointment scheduled","appointmentService":"Appointment service","appointmentServiceCreate":"Appointment service created successfully","appointmentServiceName":"Appointment service name","appointmentsScheduledForToday":"appointments scheduled for today","appointmentsTable":"Appointments table","appointmentStatus":"Appointment status","appointmentToFulfill":"Select appointment to fulfill","appointmentType":"Appointment type","appointmentType_title":"Appointment Type","back":"Back","calendar":"Calendar","cameEarly":"Came Early","cancel":"Cancel","cancelAppointment":"Cancel Appointment","cancelAppointmentModalConfirmationText":"Are you sure you want to cancel this appointment?","cancelled":"Cancelled","checkedIn":"Checked in","checkedOut":"Checked out","checkFilters":"Check the filters above","checkIn":"Check In","checkOut":"Check out","chooseAppointmentType":"Choose appointment type","chooseLocation":"Choose a location","chooseProvider":"Choose a provider","chooseService":"Select service","completed":"Completed","Contact":"Contact {{index}}","countMore_one":"{{count}} more","countMore_other":"{{count}} more","createAppointmentService":"Create appointment services","createNewAppointment":"Create new appointment","date":"Date","date&Time":"Date & time","dateAppointmentIssuedCannotBeAfterAppointmentDate":"Date appointment issued cannot be after the appointment date","dateOfBirth":"Date of birth","dateScheduled":"Date appointment issued","dateScheduledDetail":"Date appointment issued","dateTime":"Date & Time","day":"Day","daysOfWeek":"Days of the week","discard":"Discard","download":"Download","durationErrorMessage":"Duration should be greater than zero","durationInMinutes":"Duration (minutes)","durationMins":"Duration min","edit":"Edit","editAppointment":"Edit Appointment","editAppointments":"Edit Appointment","emptyStateText":"There are no <1>{{displayText}}</1> to display","encounters":"Encounters","encounterType":"Encounter type","endAppointmentAndVisitConfirmationMessage":"Checking the patient out will mark the appointment as complete, and close out the active visit for this patient.","endAppointmentConfirmation":"Are you sure you want to check the patient out for this appointment?","endAppointmentConfirmationMessage":"Checking the patient out will mark the appointment as complete.","endDate":"End date","endTime":"End Time","errorCreatingAppointmentService":"Error creating appointment service","expected":"Expected","filterTable":"Filter table","gender":"Gender","highestServiceVolume":"Highest volume service: {{time}}","identifier":"Identifier","invalidNumber":"Number is not valid","isRecurringAppointment":"Is this a recurring appointment?","itemsPerPage":"Items per page","loading":"Loading","location":"Location","medications":"Medications","missed":"Missed","next":"Next","nextMonth":"Next month","nextPage":"Next page","no":"No","noAppointmentsToDisplay":"No appointments to display","noContent":"No Content","noCurrentAppointments":"There are no appointments scheduled for today to display for this patient","noEncountersFound":"No encounters found","noPastAppointments":"There are no past appointments to display for this patient","noPreviousVisitFound":"No previous visit found","notArrived":"Not arrived","note":"Note","notes":"Notes","noUpcomingAppointments":"No upcoming appointments found","noUpcomingAppointmentsForPatient":"There are no upcoming appointments to display for this patient","pageNumber":"Page number","past":"Past","patientDetails":"Patient Details","patientDoubleBooking":"Patient already booked for an appointment at this time","patientName":"Patient name","patients":"Patients","period":"Period","prev":"Prev","previousMonth":"Previous month","previousPage":"Previous page","provider":"Provider","providers":"Providers","providersBooked":"Providers booked: {{time}}","recurringAppointment":"Recurring Appointment","recurringAppointmentShouldHaveEndDate":"A recurring appointment should have an end date","repeatEvery":"Repeat every","save":"Save","saveAndClose":"Save and close","scheduled":"Scheduled","scheduledAppointments":"Scheduled appointments","scheduledForToday":"Scheduled For Today","selectALocation":"Select a location","selectAppointmentStatus":"Select status","selectAppointmentType":"Select an appointment type","selectLocation":"Select location","selectOption":"Select an option","selectProvider":"Select a provider","selectService":"Select a service","selectServiceType":"Select service type","service":"Service","serviceName":"Service name","serviceType":"Service Type","serviceUnavailable":"Appointment time is outside of service hours","startDate":"Start date","startTime":"Start Time","status":"Status","time":"Time","today":"Today","todays":"Today\'s","type":"Type","unscheduled":"Unscheduled","unscheduledAppointments":"Unscheduled appointments","unscheduledAppointments_lower":"unscheduled appointments","upcoming":"Upcoming","upcomingAppointments":"Upcoming appointments","updateError":"Error updating upcoming appointment","view":"View","vitals":"Vitals","week":"Week","yes":"Yes"}')}}]);
package/dist/378.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_kenyaemr_esm_appointments_app=globalThis.webpackChunk_kenyaemr_esm_appointments_app||[]).push([[378],{4378:e=>{e.exports=JSON.parse('{"action":"Ação","actions":"Ações","add":"Adicionar","age":"Idade","allDay":"Todo dia","appointmentCancelError":"Erro ao cancelar a marcação de consulta","appointmentCancelled":"Consulta Cancelada ","appointmentCancelledSuccessfully":"Consulta cancelada com sucesso","appointmentCheckedIn":"Marcação de consulta registada","appointmentColor":"Cor da consulta","appointmentConflict":"Conflito no agendamento da consulta","appointmentEdited":"Agendamento da consulta editado","appointmentEditError":"Erro ao editar o agendamento de consulta","appointmentEnded":"Agendamento encerrado","appointmentEndedAndVisitClosedSuccessfully":"Consulta finalizada com sucesso e a visita fechada com sucesso","appointmentEndedButVisitNotClosedError":"Consulta finalizada, mas houve erro ao fechar a visita","appointmentEndedSuccessfully":"Consulta fechada com sucesso.","appointmentEndError":"Erro ao encerrar a consulta","appointmentFormError":"Erro ao agendar a consulta","appointmentHistory":"Historico de Consultas","appointmentMarkedChecked":"Consulta marcada como registada.","appointmentMetrics":"Metricas de Consulta","appointmentMetricsLoadError":"","appointmentNoteLabel":"Escreva uma nota adicional","appointmentNotePlaceholder":"Providencie aqui quaisquer pontos adicionais","appointmentNotes":"Notas da Consulta","appointmentNowVisible":"Agora está visível na página de consultas","appointments":"Consultas","Appointments":"Consultas","appointments_lower":"consultas","appointmentsCalendar":"Calendário de Consultas","appointmentScheduled":"Consulta marcada","appointmentService":"Servico de consulta","appointmentServiceCreate":"Serviço de consulta criado com sucesso","appointmentServiceName":"Nome do serviço de consulta","appointmentsScheduledForToday":"consultas marcadas para hoje","appointmentsTable":"Tabela de consultas","appointmentStatus":"Estado da consulta","appointmentToFulfill":"Selecione a consulta para completar","appointmentType":"Tipo de consulta","appointmentType_title":"Tipo de Consulta","back":"Voltar","calendar":"Calendário","cameEarly":"Chegou Cedo","cancel":"Cancelar","cancelAppointment":"Cancelar Consulta","cancelAppointmentModalConfirmationText":"Tem certeza de que deseja cancelar esta consulta?","cancelled":"Cancelado","checkedIn":"Admitido","checkedOut":"Sair","checkFilters":"Verifique os filtros acima","checkIn":"Admitir","checkOut":"Sair","chooseAppointmentType":"Selecione o tipo de consulta","chooseLocation":"Selecione o local","chooseProvider":"Selecione o provedor","chooseService":"Selecione o serviço","completed":"Finalizado","Contact":"Contacto {{index}}","countMore_one":"{{count}} mais","countMore_other":"{{count}} mais","createAppointmentService":"Criar serviços de agendamento","createNewAppointment":"Criar nova consulta","date":"Data","date&Time":"Data e hora","dateAppointmentIssuedCannotBeAfterAppointmentDate":"A data da emissão da consulta não pode ser posterior à data da consulta","dateOfBirth":"Data de nascimento","dateScheduled":"Data da emissão da consulta","dateScheduledDetail":"Data da emissão da consulta","dateTime":"Data e hora","day":"Dia","daysOfWeek":"Dias da semana","discard":"Descartar","download":"Baixar","durationErrorMessage":"A duração deve ser maior que zero","durationInMinutes":"Duração (minutos)","durationMins":"Duração min","edit":"Editar","editAppointment":"Editar Consulta","editAppointments":"Editar Consulta","emptyStateText":"Não tem <1> {{displayText}} </1> para mostrar","encounters":"Consultas","encounterType":"Tipo de consulta","endAppointmentAndVisitConfirmationMessage":"Ao retirar o utente marcará a consulta como concluída e encerrará a visita ativa desse utente.","endAppointmentConfirmation":"Tem certeza de que deseja retirar o utente desta consulta?","endAppointmentConfirmationMessage":"A retirada do utente marcará a consulta como concluída.","endDate":"Data Final","endTime":"Hora de Fim","errorCreatingAppointmentService":"Erro ao criar serviço de consulta","expected":"Esperado","filterTable":"Tabela de filtro","gender":"Sexo","highestServiceVolume":"Serviço de maior volume: {{time}}","identifier":"Identificador","invalidNumber":"Número não é válido","isRecurringAppointment":"Esta é uma consulta recorrente?","itemsPerPage":"Itens por página","loading":"Carregando","location":"Local","medications":"Medicamentos","missed":"Perdido","next":"Próximo","nextMonth":"Próximo mês","nextPage":"Próxima página","no":"Não","noAppointmentsToDisplay":"Nenhuma consulta para mostrar","noContent":"Sem Conteúdo","noCurrentAppointments":"Não há consultas marcadas para hoje por mostrar para este utente","noEncountersFound":"Nenhuma consulta encontrada","noPastAppointments":"Não há consultas anteriores por mostrar para este utente","noPreviousVisitFound":"Nenhuma visita anterior foi encontrada","notArrived":"Não chegou","note":"Nota","notes":"Notas","noUpcomingAppointments":"Nenhuma próxima consulta foi encontrada","noUpcomingAppointmentsForPatient":"Não há consultas marcadas por mostrar para este utente","pageNumber":"Número da página","past":"Passado","patientDetails":"Detalhes do utente","patientDoubleBooking":"Utente já tem uma consulta marcada nesta hora","patientName":"Nome do utente","patients":"Utentes","period":"Período","prev":"Anterior","previousMonth":"Mês anterior","previousPage":"Página anterior","provider":"Provedor","providers":"Provedores","providersBooked":"Provedores reservados: {{time}}","recurringAppointment":"Consulta recorrente","recurringAppointmentShouldHaveEndDate":"Uma consulta recorrente deve ter uma data de término","repeatEvery":"Repetir a cada","save":"Salvar","saveAndClose":"Salvar e fechar","scheduled":"Marcado","scheduledAppointments":"Consultas marcadas","scheduledForToday":"Marcada para hoje","selectALocation":"Selecione um local","selectAppointmentStatus":"Selecione estado","selectAppointmentType":"Selecione algum tipo de consulta","selectLocation":"Selecione o local","selectOption":"Selecione uma opção","selectProvider":"Selecione um provedor","selectService":"Selecione um serviço","selectServiceType":"Selecione tipo de serviço","service":"Serviço","serviceName":"Nome do serviço","serviceType":"Tipo de Serviço","serviceUnavailable":"A hora da consulta está fora do horário de atendimento","startDate":"Data inicial","startTime":"Tempo Inicial","status":"Estado","time":"Tempo","today":"Hoje","todays":"Hoje","type":"Tipo","unscheduled":"Não marcada","unscheduledAppointments":"Consultas não marcadas","unscheduledAppointments_lower":"consultas não marcadas","upcoming":"Por vir","upcomingAppointments":"Próximas consultas","updateError":"Error updating upcoming appointment","view":"Visualizar","vitals":"Sinais vitais","week":"Semana","yes":"Sim"}')}}]);
package/dist/443.js ADDED
@@ -0,0 +1 @@
1
+ (globalThis.webpackChunk_kenyaemr_esm_appointments_app=globalThis.webpackChunk_kenyaemr_esm_appointments_app||[]).push([[443],{443:(e,t,n)=>{"use strict";function r(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}n.r(t),n.d(t,{I18nContext:()=>S,I18nextProvider:()=>ue,Trans:()=>q,Translation:()=>se,composeInitialProps:()=>R,date:()=>ge,getDefaults:()=>N,getI18n:()=>C,getInitialProps:()=>T,initReactI18next:()=>D,number:()=>me,plural:()=>be,select:()=>ve,selectOrdinal:()=>he,setDefaults:()=>k,setI18n:()=>Z,time:()=>ye,useSSR:()=>le,useTranslation:()=>ne,withSSR:()=>de,withTranslation:()=>ae});var o=n(6522),i=n(6666),a=n(268),c=n(4896),s=n.n(c),u=/\s([^'"/\s><]+?)[\s/>]|([^\s=]+)=\s?(".*?"|'.*?')/g;function l(e){var t={type:"tag",name:"",voidElement:!1,attrs:{},children:[]},n=e.match(/<\/?([^\s]+?)[/\s>]/);if(n&&(t.name=n[1],(s()[n[1]]||"/"===e.charAt(e.length-2))&&(t.voidElement=!0),t.name.startsWith("!--"))){var r=e.indexOf("--\x3e");return{type:"comment",comment:-1!==r?e.slice(4,r):""}}for(var o=new RegExp(u),i=null;null!==(i=o.exec(e));)if(i[0].trim())if(i[1]){var a=i[1].trim(),c=[a,""];a.indexOf("=")>-1&&(c=a.split("=")),t.attrs[c[0]]=c[1],o.lastIndex--}else i[2]&&(t.attrs[i[2]]=i[3].trim().substring(1,i[3].length-1));return t}var p=/<[a-zA-Z0-9\-\!\/](?:"[^"]*"|'[^']*'|[^'">])*>/g,f=/^\s*$/,d=Object.create(null);function g(e,t){switch(t.type){case"text":return e+t.content;case"tag":return e+="<"+t.name+(t.attrs?function(e){var t=[];for(var n in e)t.push(n+'="'+e[n]+'"');return t.length?" "+t.join(" "):""}(t.attrs):"")+(t.voidElement?"/>":">"),t.voidElement?e:e+t.children.reduce(g,"")+"</"+t.name+">";case"comment":return e+"\x3c!--"+t.comment+"--\x3e"}}var y={parse:function(e,t){t||(t={}),t.components||(t.components=d);var n,r=[],o=[],i=-1,a=!1;if(0!==e.indexOf("<")){var c=e.indexOf("<");r.push({type:"text",content:-1===c?e:e.substring(0,c)})}return e.replace(p,(function(c,s){if(a){if(c!=="</"+n.name+">")return;a=!1}var u,p="/"!==c.charAt(1),d=c.startsWith("\x3c!--"),g=s+c.length,y=e.charAt(g);if(d){var m=l(c);return i<0?(r.push(m),r):((u=o[i]).children.push(m),r)}if(p&&(i++,"tag"===(n=l(c)).type&&t.components[n.name]&&(n.type="component",a=!0),n.voidElement||a||!y||"<"===y||n.children.push({type:"text",content:e.slice(g,e.indexOf("<",g))}),0===i&&r.push(n),(u=o[i-1])&&u.children.push(n),o[i]=n),(!p||n.voidElement)&&(i>-1&&(n.voidElement||n.name===c.slice(2,-1))&&(i--,n=-1===i?r:o[i]),!a&&"<"!==y&&y)){u=-1===i?r:o[i].children;var v=e.indexOf("<",g),b=e.slice(g,-1===v?void 0:v);f.test(b)&&(b=" "),(v>-1&&i+u.length>=0||" "!==b)&&u.push({type:"text",content:b})}})),r},stringify:function(e){return e.reduce((function(e,t){return e+g("",t)}),"")}};const m=y;var v=n(9249),b=n(7371),h=/&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g,O={"&amp;":"&","&#38;":"&","&lt;":"<","&#60;":"<","&gt;":">","&#62;":">","&apos;":"'","&#39;":"'","&quot;":'"',"&#34;":'"',"&nbsp;":" ","&#160;":" ","&copy;":"©","&#169;":"©","&reg;":"®","&#174;":"®","&hellip;":"…","&#8230;":"…","&#x2F;":"/","&#47;":"/"},j=function(e){return O[e]};function w(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function P(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?w(Object(n),!0).forEach((function(t){(0,i.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):w(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var x,E={bindI18n:"languageChanged",bindI18nStore:"",transEmptyNodeValue:"",transSupportBasicHtmlNodes:!0,transWrapTextNodes:"",transKeepBasicHtmlNodesFor:["br","strong","i","p"],useSuspense:!0,unescape:function(e){return e.replace(h,j)}},S=(0,a.createContext)();function k(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};E=P(P({},E),e)}function N(){return E}var I=function(){function e(){(0,v.Z)(this,e),this.usedNamespaces={}}return(0,b.Z)(e,[{key:"addUsedNamespaces",value:function(e){var t=this;e.forEach((function(e){t.usedNamespaces[e]||(t.usedNamespaces[e]=!0)}))}},{key:"getUsedNamespaces",value:function(){return Object.keys(this.usedNamespaces)}}]),e}();function Z(e){x=e}function C(){return x}var D={type:"3rdParty",init:function(e){k(e.options.react),Z(e)}};function R(e){return function(t){return new Promise((function(n){var r=T();e.getInitialProps?e.getInitialProps(t).then((function(e){n(P(P({},e),r))})):n(r)}))}}function T(){var e=C(),t=e.reportNamespaces?e.reportNamespaces.getUsedNamespaces():[],n={},r={};return e.languages.forEach((function(n){r[n]={},t.forEach((function(t){r[n][t]=e.getResourceBundle(n,t)||{}}))})),n.initialI18nStore=r,n.initialLanguage=e.language,n}function A(){if(console&&console.warn){for(var e,t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];"string"==typeof n[0]&&(n[0]="react-i18next:: ".concat(n[0])),(e=console).warn.apply(e,n)}}var L={};function z(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];"string"==typeof t[0]&&L[t[0]]||("string"==typeof t[0]&&(L[t[0]]=new Date),A.apply(void 0,t))}function B(e,t,n){e.loadNamespaces(t,(function(){e.isInitialized?n():e.on("initialized",(function t(){setTimeout((function(){e.off("initialized",t)}),0),n()}))}))}function U(e){return e.displayName||e.name||("string"==typeof e&&e.length>0?e:"Unknown")}var F=["format"],_=["children","count","parent","i18nKey","context","tOptions","values","defaults","components","ns","i18n","t","shouldUnescape"];function H(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function K(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?H(Object(n),!0).forEach((function(t){(0,i.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):H(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function V(e,t){if(!e)return!1;var n=e.props?e.props.children:e.children;return t?n.length>0:!!n}function W(e){return e?e.props?e.props.children:e.children:[]}function M(e){return Array.isArray(e)?e:[e]}function $(e,t){if(!e)return"";var n="",i=M(e),c=t.transSupportBasicHtmlNodes&&t.transKeepBasicHtmlNodesFor?t.transKeepBasicHtmlNodesFor:[];return i.forEach((function(e,i){if("string"==typeof e)n+="".concat(e);else if((0,a.isValidElement)(e)){var s=Object.keys(e.props).length,u=c.indexOf(e.type)>-1,l=e.props.children;if(!l&&u&&0===s)n+="<".concat(e.type,"/>");else if(l||u&&0===s)if(e.props.i18nIsDynamicList)n+="<".concat(i,"></").concat(i,">");else if(u&&1===s&&"string"==typeof l)n+="<".concat(e.type,">").concat(l,"</").concat(e.type,">");else{var p=$(l,t);n+="<".concat(i,">").concat(p,"</").concat(i,">")}else n+="<".concat(i,"></").concat(i,">")}else if(null===e)A("Trans: the passed in value is invalid - seems you passed in a null child.");else if("object"===(0,o.Z)(e)){var f=e.format,d=r(e,F),g=Object.keys(d);if(1===g.length){var y=f?"".concat(g[0],", ").concat(f):g[0];n+="{{".concat(y,"}}")}else A("react-i18next: the passed in object contained more than one variable - the object should look like {{ value, format }} where format is optional.",e)}else A("Trans: the passed in value is invalid - seems you passed in a variable like {number} - please pass in variables for interpolation as full objects like {{number}}.",e)})),n}function q(e){var t=e.children,n=e.count,i=e.parent,c=e.i18nKey,s=e.context,u=e.tOptions,l=void 0===u?{}:u,p=e.values,f=e.defaults,d=e.components,g=e.ns,y=e.i18n,v=e.t,b=e.shouldUnescape,h=r(e,_),O=(0,a.useContext)(S)||{},j=O.i18n,w=O.defaultNS,P=y||j||C();if(!P)return z("You will need to pass in an i18next instance by using i18nextReactModule"),t;var x=v||P.t.bind(P)||function(e){return e};s&&(l.context=s);var E=K(K({},N()),P.options&&P.options.react),k=g||x.ns||w||P.options&&P.options.defaultNS;k="string"==typeof k?[k]:k||["translation"];var I=f||$(t,E)||E.transEmptyNodeValue||c,Z=E.hashTransKey,D=c||(Z?Z(I):I),R=p?l.interpolation:{interpolation:K(K({},l.interpolation),{},{prefix:"#$?",suffix:"?$#"})},T=K(K(K(K({},l),{},{count:n},p),R),{},{defaultValue:I,ns:k}),A=function(e,t,n,r,i,c){if(""===t)return[];var s=r.transKeepBasicHtmlNodesFor||[],u=t&&new RegExp(s.join("|")).test(t);if(!e&&!u)return[t];var l={};!function e(t){M(t).forEach((function(t){"string"!=typeof t&&(V(t)?e(W(t)):"object"!==(0,o.Z)(t)||(0,a.isValidElement)(t)||Object.assign(l,t))}))}(e);var p=m.parse("<0>".concat(t,"</0>")),f=K(K({},l),i);function d(e,t,n){var r=W(e),o=y(r,t.children,n);return function(e){return"[object Array]"===Object.prototype.toString.call(e)&&e.every((function(e){return(0,a.isValidElement)(e)}))}(r)&&0===o.length?r:o}function g(e,t,n,r,o){e.dummy&&(e.children=t),n.push((0,a.cloneElement)(e,K(K({},e.props),{},{key:r}),o?void 0:t))}function y(t,i,l){var p=M(t);return M(i).reduce((function(t,i,m){var v,b,h,O=i.children&&i.children[0]&&i.children[0].content&&n.services.interpolator.interpolate(i.children[0].content,f,n.language);if("tag"===i.type){var j=p[parseInt(i.name,10)];!j&&1===l.length&&l[0][i.name]&&(j=l[0][i.name]),j||(j={});var w=0!==Object.keys(i.attrs).length?(v={props:i.attrs},(h=K({},b=j)).props=Object.assign(v.props,b.props),h):j,P=(0,a.isValidElement)(w),x=P&&V(i,!0)&&!i.voidElement,E=u&&"object"===(0,o.Z)(w)&&w.dummy&&!P,S="object"===(0,o.Z)(e)&&null!==e&&Object.hasOwnProperty.call(e,i.name);if("string"==typeof w){var k=n.services.interpolator.interpolate(w,f,n.language);t.push(k)}else if(V(w)||x)g(w,d(w,i,l),t,m);else if(E){var N=y(p,i.children,l);t.push((0,a.cloneElement)(w,K(K({},w.props),{},{key:m}),N))}else if(Number.isNaN(parseFloat(i.name)))if(S)g(w,d(w,i,l),t,m,i.voidElement);else if(r.transSupportBasicHtmlNodes&&s.indexOf(i.name)>-1)if(i.voidElement)t.push((0,a.createElement)(i.name,{key:"".concat(i.name,"-").concat(m)}));else{var I=y(p,i.children,l);t.push((0,a.createElement)(i.name,{key:"".concat(i.name,"-").concat(m)},I))}else if(i.voidElement)t.push("<".concat(i.name," />"));else{var Z=y(p,i.children,l);t.push("<".concat(i.name,">").concat(Z,"</").concat(i.name,">"))}else if("object"!==(0,o.Z)(w)||P)1===i.children.length&&O?t.push((0,a.cloneElement)(w,K(K({},w.props),{},{key:m}),O)):t.push((0,a.cloneElement)(w,K(K({},w.props),{},{key:m})));else{var C=i.children[0]?O:null;C&&t.push(C)}}else if("text"===i.type){var D=r.transWrapTextNodes,R=c?r.unescape(n.services.interpolator.interpolate(i.content,f,n.language)):n.services.interpolator.interpolate(i.content,f,n.language);D?t.push((0,a.createElement)(D,{key:"".concat(i.name,"-").concat(m)},R)):t.push(R)}return t}),[])}return W(y([{dummy:!0,children:e||[]}],p,M(e||[]))[0])}(d||t,D?x(D,T):I,P,E,T,b),L=void 0!==i?i:E.defaultTransParent;return L?(0,a.createElement)(L,h,A):A}var Y=n(9868),J=n(7066),G=n(4434);function Q(e,t){return(0,Y.Z)(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i,a,c=[],s=!0,u=!1;try{if(i=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;s=!1}else for(;!(s=(r=i.call(n)).done)&&(c.push(r.value),c.length!==t);s=!0);}catch(e){u=!0,o=e}finally{try{if(!s&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(u)throw o}}return c}}(e,t)||(0,J.Z)(e,t)||(0,G.Z)()}function X(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ee(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?X(Object(n),!0).forEach((function(t){(0,i.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):X(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var te=function(e,t){var n=(0,a.useRef)();return(0,a.useEffect)((function(){n.current=t?n.current:e}),[e,t]),n.current};function ne(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.i18n,r=(0,a.useContext)(S)||{},o=r.i18n,i=r.defaultNS,c=n||o||C();if(c&&!c.reportNamespaces&&(c.reportNamespaces=new I),!c){z("You will need to pass in an i18next instance by using initReactI18next");var s=function(e){return Array.isArray(e)?e[e.length-1]:e},u=[s,{},!1];return u.t=s,u.i18n={},u.ready=!1,u}c.options.react&&void 0!==c.options.react.wait&&z("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");var l=ee(ee(ee({},N()),c.options.react),t),p=l.useSuspense,f=l.keyPrefix,d=e||i||c.options&&c.options.defaultNS;d="string"==typeof d?[d]:d||["translation"],c.reportNamespaces.addUsedNamespaces&&c.reportNamespaces.addUsedNamespaces(d);var g=(c.isInitialized||c.initializedStoreOnce)&&d.every((function(e){return function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return t.languages&&t.languages.length?void 0!==t.options.ignoreJSONStructure?t.hasLoadedNamespace(e,{precheck:function(t,r){if(n.bindI18n&&n.bindI18n.indexOf("languageChanging")>-1&&t.services.backendConnector.backend&&t.isLanguageChangingTo&&!r(t.isLanguageChangingTo,e))return!1}}):function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=t.languages[0],o=!!t.options&&t.options.fallbackLng,i=t.languages[t.languages.length-1];if("cimode"===r.toLowerCase())return!0;var a=function(e,n){var r=t.services.backendConnector.state["".concat(e,"|").concat(n)];return-1===r||2===r};return!(n.bindI18n&&n.bindI18n.indexOf("languageChanging")>-1&&t.services.backendConnector.backend&&t.isLanguageChangingTo&&!a(t.isLanguageChangingTo,e)||!t.hasResourceBundle(r,e)&&t.services.backendConnector.backend&&(!t.options.resources||t.options.partialBundledLanguages)&&(!a(r,e)||o&&!a(i,e)))}(e,t,n):(z("i18n.languages were undefined or empty",t.languages),!0)}(e,c,l)}));function y(){return c.getFixedT(null,"fallback"===l.nsMode?d:d[0],f)}var m=Q((0,a.useState)(y),2),v=m[0],b=m[1],h=d.join(),O=te(h),j=(0,a.useRef)(!0);(0,a.useEffect)((function(){var e=l.bindI18n,t=l.bindI18nStore;function n(){j.current&&b(y)}return j.current=!0,g||p||B(c,d,(function(){j.current&&b(y)})),g&&O&&O!==h&&j.current&&b(y),e&&c&&c.on(e,n),t&&c&&c.store.on(t,n),function(){j.current=!1,e&&c&&e.split(" ").forEach((function(e){return c.off(e,n)})),t&&c&&t.split(" ").forEach((function(e){return c.store.off(e,n)}))}}),[c,h]);var w=(0,a.useRef)(!0);(0,a.useEffect)((function(){j.current&&!w.current&&b(y),w.current=!1}),[c,f]);var P=[v,c,g];if(P.t=v,P.i18n=c,P.ready=g,g)return P;if(!g&&!p)return P;throw new Promise((function(e){B(c,d,(function(){e()}))}))}var re=["forwardedRef"];function oe(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ie(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?oe(Object(n),!0).forEach((function(t){(0,i.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):oe(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function ae(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return function(n){function o(o){var i=o.forwardedRef,c=r(o,re),s=Q(ne(e,ie(ie({},c),{},{keyPrefix:t.keyPrefix})),3),u=s[0],l=s[1],p=s[2],f=ie(ie({},c),{},{t:u,i18n:l,tReady:p});return t.withRef&&i?f.ref=i:!t.withRef&&i&&(f.forwardedRef=i),(0,a.createElement)(n,f)}return o.displayName="withI18nextTranslation(".concat(U(n),")"),o.WrappedComponent=n,t.withRef?(0,a.forwardRef)((function(e,t){return(0,a.createElement)(o,Object.assign({},e,{forwardedRef:t}))})):o}}var ce=["ns","children"];function se(e){var t=e.ns,n=e.children,o=Q(ne(t,r(e,ce)),3),i=o[0],a=o[1],c=o[2];return n(i,{i18n:a,lng:a.language},c)}function ue(e){var t=e.i18n,n=e.defaultNS,r=e.children,o=(0,a.useMemo)((function(){return{i18n:t,defaultNS:n}}),[t,n]);return(0,a.createElement)(S.Provider,{value:o},r)}function le(e,t){var n=(arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}).i18n,r=((0,a.useContext)(S)||{}).i18n,o=n||r||C();o.options&&o.options.isClone||(e&&!o.initializedStoreOnce&&(o.services.resourceStore.data=e,o.options.ns=Object.values(e).reduce((function(e,t){return Object.keys(t).forEach((function(t){e.indexOf(t)<0&&e.push(t)})),e}),o.options.ns),o.initializedStoreOnce=!0,o.isInitialized=!0),t&&!o.initializedLanguageOnce&&(o.changeLanguage(t),o.initializedLanguageOnce=!0))}var pe=["initialI18nStore","initialLanguage"];function fe(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function de(){return function(e){function t(t){var n=t.initialI18nStore,o=t.initialLanguage,c=r(t,pe);return le(n,o),(0,a.createElement)(e,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?fe(Object(n),!0).forEach((function(t){(0,i.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):fe(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},c))}return t.getInitialProps=R(e),t.displayName="withI18nextSSR(".concat(U(e),")"),t.WrappedComponent=e,t}}var ge=function(){return""},ye=function(){return""},me=function(){return""},ve=function(){return""},be=function(){return""},he=function(){return""}},4896:e=>{e.exports={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0}},9868:(e,t,n)=>{"use strict";function r(e){if(Array.isArray(e))return e}n.d(t,{Z:()=>r})},9249:(e,t,n)=>{"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}n.d(t,{Z:()=>r})},7371:(e,t,n)=>{"use strict";n.d(t,{Z:()=>i});var r=n(2802);function o(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,(0,r.Z)(o.key),o)}}function i(e,t,n){return t&&o(e.prototype,t),n&&o(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}},6666:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(2802);function o(e,t,n){return(t=(0,r.Z)(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},4434:(e,t,n)=>{"use strict";function r(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}n.d(t,{Z:()=>r})},2802:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(6522);function o(e){var t=function(e,t){if("object"!=(0,r.Z)(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,"string");if("object"!=(0,r.Z)(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==(0,r.Z)(t)?t:String(t)}},6522:(e,t,n)=>{"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}n.d(t,{Z:()=>r})},7066:(e,t,n)=>{"use strict";function r(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function o(e,t){if(e){if("string"==typeof e)return r(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(e,t):void 0}}n.d(t,{Z:()=>o})}}]);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"443.js","mappings":"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","sources":["webpack://@kenyaemr/esm-appointments-app/../../node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js","webpack://@kenyaemr/esm-appointments-app/../../node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js","webpack://@kenyaemr/esm-appointments-app/../../node_modules/html-parse-stringify/dist/html-parse-stringify.module.js","webpack://@kenyaemr/esm-appointments-app/../../node_modules/react-i18next/dist/es/unescape.js","webpack://@kenyaemr/esm-appointments-app/../../node_modules/react-i18next/dist/es/context.js","webpack://@kenyaemr/esm-appointments-app/../../node_modules/react-i18next/dist/es/utils.js","webpack://@kenyaemr/esm-appointments-app/../../node_modules/react-i18next/dist/es/Trans.js","webpack://@kenyaemr/esm-appointments-app/../../node_modules/@babel/runtime/helpers/esm/slicedToArray.js","webpack://@kenyaemr/esm-appointments-app/../../node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js","webpack://@kenyaemr/esm-appointments-app/../../node_modules/react-i18next/dist/es/useTranslation.js","webpack://@kenyaemr/esm-appointments-app/../../node_modules/react-i18next/dist/es/withTranslation.js","webpack://@kenyaemr/esm-appointments-app/../../node_modules/react-i18next/dist/es/Translation.js","webpack://@kenyaemr/esm-appointments-app/../../node_modules/react-i18next/dist/es/I18nextProvider.js","webpack://@kenyaemr/esm-appointments-app/../../node_modules/react-i18next/dist/es/useSSR.js","webpack://@kenyaemr/esm-appointments-app/../../node_modules/react-i18next/dist/es/withSSR.js","webpack://@kenyaemr/esm-appointments-app/../../node_modules/react-i18next/dist/es/index.js","webpack://@kenyaemr/esm-appointments-app/../../node_modules/void-elements/index.js","webpack://@kenyaemr/esm-appointments-app/../../node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js","webpack://@kenyaemr/esm-appointments-app/../../node_modules/@babel/runtime/helpers/esm/classCallCheck.js","webpack://@kenyaemr/esm-appointments-app/../../node_modules/@babel/runtime/helpers/esm/createClass.js","webpack://@kenyaemr/esm-appointments-app/../../node_modules/@babel/runtime/helpers/esm/defineProperty.js","webpack://@kenyaemr/esm-appointments-app/../../node_modules/@babel/runtime/helpers/esm/nonIterableRest.js","webpack://@kenyaemr/esm-appointments-app/../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js","webpack://@kenyaemr/esm-appointments-app/../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js","webpack://@kenyaemr/esm-appointments-app/../../node_modules/@babel/runtime/helpers/esm/typeof.js","webpack://@kenyaemr/esm-appointments-app/../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js","webpack://@kenyaemr/esm-appointments-app/../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js"],"names":["_objectWithoutProperties","source","excluded","key","i","target","sourceKeys","Object","keys","length","indexOf","getOwnPropertySymbols","sourceSymbolKeys","prototype","propertyIsEnumerable","call","t","n","r","type","name","voidElement","attrs","children","match","charAt","startsWith","s","comment","slice","a","RegExp","c","exec","trim","o","l","split","lastIndex","substring","create","e","content","push","join","reduce","parse","components","m","u","replace","f","h","p","d","v","x","g","test","stringify","matchHtmlEntity","htmlEntities","unescapeHtmlEntity","ownKeys","object","enumerableOnly","symbols","filter","sym","getOwnPropertyDescriptor","enumerable","apply","_objectSpread","arguments","forEach","getOwnPropertyDescriptors","defineProperties","defineProperty","i18nInstance","defaultOptions","bindI18n","bindI18nStore","transEmptyNodeValue","transSupportBasicHtmlNodes","transWrapTextNodes","transKeepBasicHtmlNodesFor","useSuspense","unescape","text","I18nContext","createContext","setDefaults","options","undefined","getDefaults","ReportNamespaces","this","usedNamespaces","value","namespaces","_this","ns","setI18n","instance","getI18n","initReactI18next","init","react","composeInitialProps","ForComponent","ctx","Promise","resolve","i18nInitialProps","getInitialProps","then","componentsInitialProps","i18n","reportNamespaces","getUsedNamespaces","ret","initialI18nStore","languages","getResourceBundle","initialLanguage","language","warn","console","_console","_len","args","Array","_key","concat","alreadyWarned","warnOnce","_len2","_key2","Date","loadNamespaces","cb","isInitialized","on","initialized","setTimeout","off","getDisplayName","Component","displayName","_excluded","_excluded2","hasChildren","node","checkLength","base","props","getChildren","getAsArray","data","isArray","nodesToString","i18nOptions","stringNode","childrenArray","keepArray","child","childIndex","isValidElement","childPropsCount","shouldKeepChild","childChildren","i18nIsDynamicList","format","clone","Trans","_ref","count","parent","i18nKey","context","_ref$tOptions","tOptions","values","defaults","i18nFromProps","tFromProps","shouldUnescape","additionalProps","_ref2","useContext","i18nFromContext","defaultNSFromContext","defaultNS","bind","k","reactI18nextOptions","defaultValue","hashTransKey","interpolationOverride","interpolation","prefix","suffix","combinedTOpts","targetString","emptyChildrenButNeedsHandling","getData","childs","assign","ast","opts","renderInner","rootReactNode","mappedChildren","mapAST","toString","every","hasValidReactChildren","pushTranslatedJSX","inner","mem","isVoid","dummy","cloneElement","reactNode","astNode","reactNodes","newTarget","translationContent","services","interpolator","interpolate","tmp","parseInt","isElement","isValidTranslationWithChildren","isEmptyTransWithHTML","isKnownComponent","hasOwnProperty","_inner","Number","isNaN","parseFloat","createElement","_inner3","_inner4","wrapTextNodes","_content","renderNodes","useAsParent","defaultTransParent","_slicedToArray","arr","arrayWithHoles","Symbol","iterator","next","done","unsupportedIterableToArray","nonIterableRest","usePrevious","ignore","ref","useRef","useEffect","current","useTranslation","notReadyT","retNotReady","ready","wait","keyPrefix","addUsedNamespaces","initializedStoreOnce","ignoreJSONStructure","hasLoadedNamespace","precheck","loadNotPending","backendConnector","backend","isLanguageChangingTo","lng","fallbackLng","lastLng","toLowerCase","loadState","state","hasResourceBundle","resources","partialBundledLanguages","oldI18nextHasLoadedNamespace","getT","getFixedT","nsMode","_useState2","useState","setT","joinedNS","previousJoinedNS","isMounted","boundReset","store","isInitial","withTranslation","WrappedComponent","I18nextWithTranslation","forwardedRef","rest","_useTranslation2","passDownProps","tReady","withRef","forwardRef","Translation","I18nextProvider","useMemo","Provider","useSSR","isClone","resourceStore","lngResources","initializedLanguageOnce","changeLanguage","withSSR","I18nextWithSSR","date","time","number","plural","selectOrdinal","module","exports","_arrayWithHoles","_classCallCheck","Constructor","TypeError","_defineProperties","descriptor","configurable","writable","_createClass","protoProps","staticProps","_defineProperty","obj","_nonIterableRest","toPropertyKey","toPrimitive","String","_typeof","constructor","_arrayLikeToArray","len","arr2","_unsupportedIterableToArray","minLen","from"],"sourceRoot":""}
package/dist/460.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_kenyaemr_esm_appointments_app=globalThis.webpackChunk_kenyaemr_esm_appointments_app||[]).push([[460],{4460:e=>{e.exports=JSON.parse('{"action":"الإجراء","actions":"الإجراءات","add":"إضافة","age":"العمر","allDay":"All day","appointmentCancelError":"خطأ في إلغاء الموعد","appointmentCancelled":"تم إلغاء الموعد","appointmentCancelledSuccessfully":"تم إلغاء الموعد بنجاح","appointmentColor":"لون الموعد","appointmentConflict":"Appointment conflict","appointmentEdited":"Appointment edited","appointmentEditError":"Error editing appointment","appointmentEnded":"Appointment ended","appointmentEndedAndVisitClosedSuccessfully":"Appointment successfully ended and visit successfully closed.","appointmentEndedButVisitNotClosedError":"Appointment ended, but error closing visit","appointmentEndedSuccessfully":"Appointment successfully ended.","appointmentEndError":"Error ending appointment","appointmentFormError":"خطأ في جدولة الموعد","appointmentHistory":"تاريخ الموعد","appointmentMetrics":"مقاييس الموعد","appointmentMetricsLoadError":"","appointmentNoteLabel":"Write an additional note","appointmentNotePlaceholder":"Write any additional points here","appointmentNotes":"ملاحظات الموعد","appointmentNowVisible":"أصبح مرئيًا الآن في صفحة المواعيد","appointments":"موعد","Appointments":"Appointments","appointments_lower":"appointments","appointmentsCalendar":"Appointments calendar","appointmentScheduled":"تم جدولة الموعد","appointmentService":"خدمة الموعد","appointmentServiceCreate":"تم إنشاء خدمة الموعد بنجاح","appointmentServiceName":"اسم خدمة الموعد","appointmentsScheduledForToday":"appointments scheduled for today","appointmentsTable":"Appointments table","appointmentStatus":"Appointment status","appointmentToFulfill":"Select appointment to fulfill","appointmentType":"نوع الموعد","appointmentType_title":"نوع الموعد","back":"رجوع","calendar":"تقويم","cameEarly":"جاء مبكرًا","cancel":"إلغاء","cancelAppointment":"إلغاء الموعد","cancelAppointmentModalConfirmationText":"هل أنت متأكد أنك تريد إلغاء هذا الموعد؟","cancelled":"تم الإلغاء","checkedIn":"تم تسجيل الوصول","checkedOut":"تم تسجيل الخروج","checkFilters":"Check the filters above","checkIn":"تسجيل الوصول","checkOut":"تسجيل الخروج","chooseAppointmentType":"Choose appointment type","chooseLocation":"Choose a location","chooseProvider":"Choose a provider","chooseService":"اختر الخدمة","completed":"مكتمل","Contact":"Contact {{index}}","countMore_one":"{{count}} more","countMore_other":"{{count}} more","createAppointmentService":"إنشاء خدمة موعد","createNewAppointment":"إنشاء موعد جديد","date":"تاريخ","date&Time":"Date & time","dateAppointmentIssuedCannotBeAfterAppointmentDate":"Date appointment issued cannot be after the appointment date","dateOfBirth":"Date of birth","dateScheduled":"Date appointment issued","dateScheduledDetail":"Date appointment issued","dateTime":"Date & Time","day":"Day","daysOfWeek":"Days of the week","discard":"تجاهل","download":"تحميل","durationErrorMessage":"Duration should be greater than zero","durationInMinutes":"Duration (minutes)","durationMins":"المدة بالدقائق","edit":"Edit","editAppointment":"تعديل الموعد","editAppointments":"تعديل الموعد","emptyStateText":"There are no <1>{{displayText}}</1> to display","encounters":"اللقاءات","encounterType":"نوع اللقاء","endAppointmentAndVisitConfirmationMessage":"Checking the patient out will mark the appointment as complete, and close out the active visit for this patient.","endAppointmentConfirmation":"Are you sure you want to check the patient out for this appointment?","endAppointmentConfirmationMessage":"Checking the patient out will mark the appointment as complete.","endDate":"End date","endTime":"وقت الانتهاء","errorCreatingAppointmentService":"Error creating appointment service","expected":"Expected","filterTable":"Filter table","gender":"الجنس","highestServiceVolume":"Highest volume service: {{time}}","identifier":"معرف","invalidNumber":"Number is not valid","invalidTime":"Invalid time","isRecurringAppointment":"Is this a recurring appointment?","itemsPerPage":"Items per page","loading":"Loading","location":"الموقع","medications":"الأدوية","missed":"فائت","next":"Next","nextMonth":"Next month","nextPage":"Next page","no":"لا","noAppointmentsToDisplay":"No appointments to display","noContent":"No Content","noCurrentAppointments":"لا توجد مواعيد مجدولة لهذا المريض اليوم","noEncountersFound":"لم يتم العثور على لقاءات","noPastAppointments":"لا توجد مواعيد سابقة لعرضها لهذا المريض\\"","noPreviousVisitFound":"لم يتم العثور على زيارة سابقة","notArrived":"لم يصل","note":"Note","notes":"ملاحظات","noUpcomingAppointments":"لم يتم العثور على مواعيد قادمة","noUpcomingAppointmentsForPatient":"لا توجد مواعيد قادمة لعرضها لهذا المريض","pageNumber":"Page number","past":"الماضي","patientDetails":"تفاصيل المريض","patientDoubleBooking":"Patient already booked for an appointment at this time","patientName":"اسم المريض","patients":"المرضى","period":"Period","prev":"Prev","previousMonth":"Previous month","previousPage":"Previous page","provider":"مقدم الخدمة","providers":"مقدمي الخدمة","providersBooked":"Providers booked: {{time}}","recurringAppointment":"Recurring Appointment","recurringAppointmentShouldHaveEndDate":"A recurring appointment should have an end date","repeatEvery":"Repeat every","save":"حفظ","saveAndClose":"Save and close","scheduled":"مجدول","scheduledAppointments":"المواعيد المجدولة","scheduledForToday":"Scheduled For Today","selectALocation":"Select a location","selectAppointmentStatus":"اختر الحالة","selectAppointmentType":"اختر نوع الموعد","selectLocation":"اختر الموقع","selectOption":"اختر خيارًا","selectProvider":"Select a provider","selectService":"اختر الخدمة","selectServiceType":"اختر نوع الخدمة","service":"خدمة","serviceName":"اسم الخدمة","serviceType":"نوع الخدمة","serviceUnavailable":"Appointment time is outside of service hours","startDate":"Start date","startTime":"وقت البدء","status":"Status","time":"الوقت","today":"اليوم","todays":"Today\'s","type":"Type","unscheduled":"غير مجدول","unscheduledAppointments":"المواعيد غير المجدولة","unscheduledAppointments_lower":"مواعيد غير مجدولة","upcoming":"القادمة","upcomingAppointments":"المواعيد القادمة","view":"عرض","vitals":"العلامات الحيوية","week":"Week","yes":"نعم"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_kenyaemr_esm_appointments_app=globalThis.webpackChunk_kenyaemr_esm_appointments_app||[]).push([[460],{4460:e=>{e.exports=JSON.parse('{"action":"الإجراء","actions":"الإجراءات","add":"إضافة","age":"العمر","allDay":"كل اليوم","appointmentCancelError":"خطأ في إلغاء الموعد","appointmentCancelled":"تم إلغاء الموعد","appointmentCancelledSuccessfully":"تم إلغاء الموعد بنجاح","appointmentCheckedIn":"Appointment Checked In","appointmentColor":"لون الموعد","appointmentConflict":"تعارض بالمواعيد","appointmentEdited":"تم تعديل الموعد","appointmentEditError":"خطأ في تعديل الموعد","appointmentEnded":"انتهى الموعد","appointmentEndedAndVisitClosedSuccessfully":"انتهى الموعد والزيارة بنجاح","appointmentEndedButVisitNotClosedError":"انتهى الموعد, يوجد خطأ في الزيارة","appointmentEndedSuccessfully":"انتهى الموعد بنجاح","appointmentEndError":"خطأ في انهاء الموعد","appointmentFormError":"خطأ في جدولة الموعد","appointmentHistory":"تاريخ الموعد","appointmentMarkedChecked":"Appointment marked as Checked In","appointmentMetrics":"مقاييس الموعد","appointmentMetricsLoadError":"","appointmentNoteLabel":"كتابة ملاحظة اضافية","appointmentNotePlaceholder":"اضف نقاط اضافية هنا","appointmentNotes":"ملاحظات الموعد","appointmentNowVisible":"أصبح مرئيًا الآن في صفحة المواعيد","appointments":"موعد","Appointments":"المواعيد","appointments_lower":"مواعيد","appointmentsCalendar":"جدول المواعيد","appointmentScheduled":"تم جدولة الموعد","appointmentService":"خدمة الموعد","appointmentServiceCreate":"تم إنشاء خدمة الموعد بنجاح","appointmentServiceName":"اسم خدمة الموعد","appointmentsScheduledForToday":"المواعيد المقررة لهذا اليوم","appointmentsTable":"جدول المواعيد","appointmentStatus":"Appointment status","appointmentToFulfill":"Select appointment to fulfill","appointmentType":"نوع الموعد","appointmentType_title":"نوع الموعد","back":"رجوع","calendar":"تقويم","cameEarly":"جاء مبكرًا","cancel":"إلغاء","cancelAppointment":"إلغاء الموعد","cancelAppointmentModalConfirmationText":"هل أنت متأكد أنك تريد إلغاء هذا الموعد؟","cancelled":"تم الإلغاء","checkedIn":"تم تسجيل الوصول","checkedOut":"تم تسجيل الخروج","checkFilters":"Check the filters above","checkIn":"تسجيل الوصول","checkOut":"تسجيل الخروج","chooseAppointmentType":"Choose appointment type","chooseLocation":"Choose a location","chooseProvider":"Choose a provider","chooseService":"اختر الخدمة","completed":"مكتمل","Contact":"Contact {{index}}","countMore_one":"{{count}} more","countMore_other":"{{count}} more","createAppointmentService":"إنشاء خدمة موعد","createNewAppointment":"إنشاء موعد جديد","date":"تاريخ","date&Time":"Date & time","dateAppointmentIssuedCannotBeAfterAppointmentDate":"Date appointment issued cannot be after the appointment date","dateOfBirth":"تاريخ الميلاد","dateScheduled":"Date appointment issued","dateScheduledDetail":"Date appointment issued","dateTime":"Date & Time","day":"Day","daysOfWeek":"Days of the week","discard":"تجاهل","download":"تحميل","durationErrorMessage":"Duration should be greater than zero","durationInMinutes":"Duration (minutes)","durationMins":"المدة بالدقائق","edit":"Edit","editAppointment":"تعديل الموعد","editAppointments":"تعديل الموعد","emptyStateText":"There are no <1>{{displayText}}</1> to display","encounters":"اللقاءات","encounterType":"نوع اللقاء","endAppointmentAndVisitConfirmationMessage":"Checking the patient out will mark the appointment as complete, and close out the active visit for this patient.","endAppointmentConfirmation":"Are you sure you want to check the patient out for this appointment?","endAppointmentConfirmationMessage":"Checking the patient out will mark the appointment as complete.","endDate":"End date","endTime":"وقت الانتهاء","errorCreatingAppointmentService":"Error creating appointment service","expected":"Expected","filterTable":"Filter table","gender":"الجنس","highestServiceVolume":"Highest volume service: {{time}}","identifier":"معرف","invalidNumber":"Number is not valid","isRecurringAppointment":"Is this a recurring appointment?","itemsPerPage":"العناصر لكل صفحة","loading":"Loading","location":"الموقع","medications":"الأدوية","missed":"فائت","next":"Next","nextMonth":"Next month","nextPage":"Next page","no":"لا","noAppointmentsToDisplay":"لا توجد مواعيد لعرضها","noContent":"No Content","noCurrentAppointments":"لا توجد مواعيد مجدولة لهذا المريض اليوم","noEncountersFound":"لم يتم العثور على لقاءات","noPastAppointments":"لا توجد مواعيد سابقة لعرضها لهذا المريض\\"","noPreviousVisitFound":"لم يتم العثور على زيارة سابقة","notArrived":"لم يصل","note":"Note","notes":"ملاحظات","noUpcomingAppointments":"لم يتم العثور على مواعيد قادمة","noUpcomingAppointmentsForPatient":"لا توجد مواعيد قادمة لعرضها لهذا المريض","pageNumber":"Page number","past":"الماضي","patientDetails":"تفاصيل المريض","patientDoubleBooking":"Patient already booked for an appointment at this time","patientName":"اسم المريض","patients":"المرضى","period":"Period","prev":"Prev","previousMonth":"Previous month","previousPage":"Previous page","provider":"مقدم الخدمة","providers":"مقدمي الخدمة","providersBooked":"Providers booked: {{time}}","recurringAppointment":"Recurring Appointment","recurringAppointmentShouldHaveEndDate":"A recurring appointment should have an end date","repeatEvery":"Repeat every","save":"حفظ","saveAndClose":"حفظ وإغلاق","scheduled":"مجدول","scheduledAppointments":"المواعيد المجدولة","scheduledForToday":"مجدول لليوم","selectALocation":"Select a location","selectAppointmentStatus":"اختر الحالة","selectAppointmentType":"اختر نوع الموعد","selectLocation":"اختر الموقع","selectOption":"اختر خيارًا","selectProvider":"Select a provider","selectService":"اختر الخدمة","selectServiceType":"اختر نوع الخدمة","service":"خدمة","serviceName":"اسم الخدمة","serviceType":"نوع الخدمة","serviceUnavailable":"Appointment time is outside of service hours","startDate":"Start date","startTime":"وقت البدء","status":"Status","time":"الوقت","today":"اليوم","todays":"Today\'s","type":"Type","unscheduled":"غير مجدول","unscheduledAppointments":"المواعيد غير المجدولة","unscheduledAppointments_lower":"مواعيد غير مجدولة","upcoming":"القادمة","upcomingAppointments":"المواعيد القادمة","updateError":"Error updating upcoming appointment","view":"عرض","vitals":"العلامات الحيوية","week":"Week","yes":"نعم"}')}}]);
package/dist/529.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_kenyaemr_esm_appointments_app=globalThis.webpackChunk_kenyaemr_esm_appointments_app||[]).push([[529],{529:(e,t,n)=>{n.r(t),n.d(t,{default:()=>r});var i=n(268),o=n.n(i),a=n(4924),s=n(2870),l=n(6838),c=n(8527),p=n(3291);const r=function(e){var t=e.patientUuid,n=e.appointmentUuid,r=e.closeModal,u=(0,a.useTranslation)().t,d=(0,s.useVisit)(t),m=d.activeVisit,h=d.mutate,k=(0,p.EJ)().mutateAppointments,f=(0,i.useCallback)((function(){(0,c.q)("Completed",n).then((function(){if(k(),m){var e=new AbortController,t={stopDatetime:new Date};return(0,s.updateVisit)(m.uuid,t,e).then((function(){(0,s.showSnackbar)({title:u("appointmentEnded","Appointment ended"),subtitle:u("appointmentEndedAndVisitClosedSuccessfully","Appointment successfully ended and visit successfully closed"),isLowContrast:!0,kind:"success"}),h()})).catch((function(e){var t;(0,s.showSnackbar)({title:u("appointmentEndedButVisitNotClosedError","Appointment ended successfully, but there was an error closing the visit."),subtitle:null===(t=e)||void 0===t?void 0:t.message,kind:"error",isLowContrast:!0})}))}(0,s.showSnackbar)({title:u("appointmentEnded","Appointment ended"),subtitle:u("appointmentEndedSuccessfully","Appointment successfully ended."),isLowContrast:!0,kind:"success"})})).catch((function(e){var t;(0,s.showSnackbar)({title:u("appointmentEndError","Error ending appointment"),subtitle:null===(t=e)||void 0===t?void 0:t.message,kind:"error",isLowContrast:!0})})).finally((function(){r()}))}),[m,h,k,r,t,n]);return o().createElement("div",null,o().createElement(l.xBx,{closeModal:r,title:u("endAppointmentConfirmation","Are you sure you want to check the patient out for this appointment?")}),o().createElement(l.fef,null,o().createElement("p",null,m?u("endAppointmentAndVisitConfirmationMessage","Checking the patient out will mark the appointment as complete and close out the active visit for this patient."):u("endAppointmentConfirmationMessage","Checking the patient out will mark the appointment as complete."))),o().createElement(l.mzw,null,o().createElement(l.zxk,{kind:"secondary",onClick:r},u("cancel","Cancel")),o().createElement(l.zxk,{kind:"danger",onClick:f},u("checkOut","Check out"))))}}}]);
1
+ "use strict";(globalThis.webpackChunk_kenyaemr_esm_appointments_app=globalThis.webpackChunk_kenyaemr_esm_appointments_app||[]).push([[529],{529:(e,t,n)=>{n.r(t),n.d(t,{default:()=>r});var i=n(268),o=n.n(i),a=n(4924),s=n(3531),l=n(7234),c=n(8527),p=n(3291);const r=function(e){var t=e.patientUuid,n=e.appointmentUuid,r=e.closeModal,u=(0,a.useTranslation)().t,d=(0,l.useVisit)(t),m=d.activeVisit,h=d.mutate,k=(0,p.EJ)().mutateAppointments,f=(0,i.useCallback)((function(){(0,c.q)("Completed",n).then((function(){if(k(),m){var e=new AbortController,t={stopDatetime:new Date};return(0,l.updateVisit)(m.uuid,t,e).then((function(){(0,l.showSnackbar)({title:u("appointmentEnded","Appointment ended"),subtitle:u("appointmentEndedAndVisitClosedSuccessfully","Appointment successfully ended and visit successfully closed"),isLowContrast:!0,kind:"success"}),h()})).catch((function(e){var t;(0,l.showSnackbar)({title:u("appointmentEndedButVisitNotClosedError","Appointment ended successfully, but there was an error closing the visit."),subtitle:null===(t=e)||void 0===t?void 0:t.message,kind:"error",isLowContrast:!0})}))}(0,l.showSnackbar)({title:u("appointmentEnded","Appointment ended"),subtitle:u("appointmentEndedSuccessfully","Appointment successfully ended."),isLowContrast:!0,kind:"success"})})).catch((function(e){var t;(0,l.showSnackbar)({title:u("appointmentEndError","Error ending appointment"),subtitle:null===(t=e)||void 0===t?void 0:t.message,kind:"error",isLowContrast:!0})})).finally((function(){r()}))}),[m,n,r,h,k,u]);return o().createElement("div",null,o().createElement(s.xBx,{closeModal:r,title:u("endAppointmentConfirmation","Are you sure you want to check the patient out for this appointment?")}),o().createElement(s.fef,null,o().createElement("p",null,m?u("endAppointmentAndVisitConfirmationMessage","Checking the patient out will mark the appointment as complete and close out the active visit for this patient."):u("endAppointmentConfirmationMessage","Checking the patient out will mark the appointment as complete."))),o().createElement(s.mzw,null,o().createElement(s.zxk,{kind:"secondary",onClick:r},u("cancel","Cancel")),o().createElement(s.zxk,{kind:"danger",onClick:f},u("checkOut","Check out"))))}}}]);
package/dist/529.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"529.js","mappings":"gQAoGA,QAvFgE,Y,IAAGA,EAAAA,EAAAA,YAAaC,EAAAA,EAAAA,gBAAiBC,EAAAA,EAAAA,WACzF,GAAQC,EAAAA,EAAAA,kBAANC,EACwBC,GAAAA,EAAAA,EAAAA,UAASL,GAAjCM,EAAwBD,EAAxBC,YAAaC,EAAWF,EAAXE,OACf,GAAyBC,EAAAA,EAAAA,MAAvBC,mBAEFC,GAAuBC,EAAAA,EAAAA,cAAY,YACvCC,EAAAA,EAAAA,GAAwB,YAAaX,GAClCY,MAAK,WAEJ,GADAJ,IACIH,EAAa,CACf,IAAMQ,EAAkB,IAAIC,gBACtBC,EAAkB,CAAEC,aAAc,IAAIC,MAE5C,OAAOC,EAAAA,EAAAA,aAAYb,EAAYc,KAAMJ,EAAiBF,GACnDD,MAAK,YACJQ,EAAAA,EAAAA,cAAa,CACXC,MAAOlB,EAAE,mBAAoB,qBAC7BmB,SAAUnB,EACR,6CACA,gEAEFoB,eAAe,EACfC,KAAM,YAERlB,GACF,IACCmB,OAAM,SAACC,G,IAMMA,GALZN,EAAAA,EAAAA,cAAa,CACXC,MAAOlB,EACL,yCACA,6EAEFmB,SAAUI,QAAAA,EAAAA,SAAAA,IAAAA,OAAAA,EAAAA,EAAOC,QACjBH,KAAM,QACND,eAAe,GAEnB,GACJ,EACEH,EAAAA,EAAAA,cAAa,CACXC,MAAOlB,EAAE,mBAAoB,qBAC7BmB,SAAUnB,EAAE,+BAAgC,mCAC5CoB,eAAe,EACfC,KAAM,WAGZ,IACCC,OAAM,SAACC,G,IAGMA,GAFZN,EAAAA,EAAAA,cAAa,CACXC,MAAOlB,EAAE,sBAAuB,4BAChCmB,SAAUI,QAAAA,EAAAA,SAAAA,IAAAA,OAAAA,EAAAA,EAAOC,QACjBH,KAAM,QACND,eAAe,GAEnB,IACCK,SAAQ,WACP3B,GACF,GACJ,GAAG,CAACI,EAAaC,EAAQE,EAAoBP,EAAYF,EAAaC,IAEtE,OACE,kBAAC6B,MAAAA,KACC,kBAACC,EAAAA,IAAWA,CACV7B,WAAYA,EACZoB,MAAOlB,EAAE,6BAA8B,0EAEzC,kBAAC4B,EAAAA,IAASA,KACR,kBAACC,IAAAA,KACE3B,EACGF,EACE,4CACA,mHAEFA,EAAE,oCAAqC,qEAG/C,kBAAC8B,EAAAA,IAAWA,KACV,kBAACC,EAAAA,IAAMA,CAACV,KAAK,YAAYW,QAASlC,GAC/BE,EAAE,SAAU,WAEf,kBAAC+B,EAAAA,IAAMA,CAACV,KAAK,SAASW,QAAS1B,GAC5BN,EAAE,WAAY,eAKzB,C","sources":["webpack://@kenyaemr/esm-appointments-app/./src/appointments/common-components/end-appointment.modal.tsx"],"names":["patientUuid","appointmentUuid","closeModal","useTranslation","t","useVisit","activeVisit","mutate","useMutateAppointments","mutateAppointments","handleEndAppointment","useCallback","changeAppointmentStatus","then","abortController","AbortController","endVisitPayload","stopDatetime","Date","updateVisit","uuid","showSnackbar","title","subtitle","isLowContrast","kind","catch","error","message","finally","div","ModalHeader","ModalBody","p","ModalFooter","Button","onClick"],"sourceRoot":""}
1
+ {"version":3,"file":"529.js","mappings":"gQAoGA,QAvFgE,Y,IAAGA,EAAAA,EAAAA,YAAaC,EAAAA,EAAAA,gBAAiBC,EAAAA,EAAAA,WACzF,GAAQC,EAAAA,EAAAA,kBAANC,EACwBC,GAAAA,EAAAA,EAAAA,UAASL,GAAjCM,EAAwBD,EAAxBC,YAAaC,EAAWF,EAAXE,OACf,GAAyBC,EAAAA,EAAAA,MAAvBC,mBAEFC,GAAuBC,EAAAA,EAAAA,cAAY,YACvCC,EAAAA,EAAAA,GAAwB,YAAaX,GAClCY,MAAK,WAEJ,GADAJ,IACIH,EAAa,CACf,IAAMQ,EAAkB,IAAIC,gBACtBC,EAAkB,CAAEC,aAAc,IAAIC,MAE5C,OAAOC,EAAAA,EAAAA,aAAYb,EAAYc,KAAMJ,EAAiBF,GACnDD,MAAK,YACJQ,EAAAA,EAAAA,cAAa,CACXC,MAAOlB,EAAE,mBAAoB,qBAC7BmB,SAAUnB,EACR,6CACA,gEAEFoB,eAAe,EACfC,KAAM,YAERlB,GACF,IACCmB,OAAM,SAACC,G,IAMMA,GALZN,EAAAA,EAAAA,cAAa,CACXC,MAAOlB,EACL,yCACA,6EAEFmB,SAAUI,QAAAA,EAAAA,SAAAA,IAAAA,OAAAA,EAAAA,EAAOC,QACjBH,KAAM,QACND,eAAe,GAEnB,GACJ,EACEH,EAAAA,EAAAA,cAAa,CACXC,MAAOlB,EAAE,mBAAoB,qBAC7BmB,SAAUnB,EAAE,+BAAgC,mCAC5CoB,eAAe,EACfC,KAAM,WAGZ,IACCC,OAAM,SAACC,G,IAGMA,GAFZN,EAAAA,EAAAA,cAAa,CACXC,MAAOlB,EAAE,sBAAuB,4BAChCmB,SAAUI,QAAAA,EAAAA,SAAAA,IAAAA,OAAAA,EAAAA,EAAOC,QACjBH,KAAM,QACND,eAAe,GAEnB,IACCK,SAAQ,WACP3B,GACF,GACJ,GAAG,CAACI,EAAaL,EAAiBC,EAAYK,EAAQE,EAAoBL,IAE1E,OACE,kBAAC0B,MAAAA,KACC,kBAACC,EAAAA,IAAWA,CACV7B,WAAYA,EACZoB,MAAOlB,EAAE,6BAA8B,0EAEzC,kBAAC4B,EAAAA,IAASA,KACR,kBAACC,IAAAA,KACE3B,EACGF,EACE,4CACA,mHAEFA,EAAE,oCAAqC,qEAG/C,kBAAC8B,EAAAA,IAAWA,KACV,kBAACC,EAAAA,IAAMA,CAACV,KAAK,YAAYW,QAASlC,GAC/BE,EAAE,SAAU,WAEf,kBAAC+B,EAAAA,IAAMA,CAACV,KAAK,SAASW,QAAS1B,GAC5BN,EAAE,WAAY,eAKzB,C","sources":["webpack://@kenyaemr/esm-appointments-app/./src/appointments/common-components/end-appointment.modal.tsx"],"names":["patientUuid","appointmentUuid","closeModal","useTranslation","t","useVisit","activeVisit","mutate","useMutateAppointments","mutateAppointments","handleEndAppointment","useCallback","changeAppointmentStatus","then","abortController","AbortController","endVisitPayload","stopDatetime","Date","updateVisit","uuid","showSnackbar","title","subtitle","isLowContrast","kind","catch","error","message","finally","div","ModalHeader","ModalBody","p","ModalFooter","Button","onClick"],"sourceRoot":""}
package/dist/539.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_kenyaemr_esm_appointments_app=globalThis.webpackChunk_kenyaemr_esm_appointments_app||[]).push([[539],{539:e=>{e.exports=JSON.parse('{"action":"Action","actions":"Actions","add":"Add","age":"Age","allDay":"All day","appointmentCancelError":"Error cancelling appointment","appointmentCancelled":"Appointment Cancelled","appointmentCancelledSuccessfully":"Appointment cancelled successfully","appointmentCheckedIn":"Appointment Checked In","appointmentColor":"Appointment color","appointmentConflict":"Appointment conflict","appointmentEdited":"Appointment edited","appointmentEditError":"Error editing appointment","appointmentEnded":"Appointment ended","appointmentEndedAndVisitClosedSuccessfully":"Appointment successfully ended and visit successfully closed","appointmentEndedButVisitNotClosedError":"Appointment ended, but error closing visit","appointmentEndedSuccessfully":"Appointment successfully ended.","appointmentEndError":"Error ending appointment","appointmentFormError":"Error scheduling appointment","appointmentHistory":"Appointment History","appointmentMarkedChecked":"Appointment marked as Checked In","appointmentMetrics":"Appointment metrics","appointmentMetricsLoadError":"","appointmentNoteLabel":"Write an additional note","appointmentNotePlaceholder":"Write any additional points here","appointmentNotes":"Appointment Notes","appointmentNowVisible":"It is now visible on the Appointments page","appointments":"Appointments","Appointments":"Appointments","appointments_lower":"appointments","appointmentsCalendar":"Appointments calendar","appointmentScheduled":"Appointment scheduled","appointmentService":"Appointment service","appointmentServiceCreate":"Appointment service created successfully","appointmentServiceName":"Appointment service name","appointmentsScheduledForToday":"appointments scheduled for today","appointmentsTable":"Appointments table","appointmentStatus":"Appointment status","appointmentToFulfill":"Select appointment to fulfill","appointmentType":"Appointment type","appointmentType_title":"Appointment Type","back":"Back","calendar":"Calendar","cameEarly":"Came Early","cancel":"Cancel","cancelAppointment":"Cancel Appointment","cancelAppointmentModalConfirmationText":"Are you sure you want to cancel this appointment?","cancelled":"Cancelled","checkedIn":"Checked in","checkedOut":"Checked out","checkFilters":"Check the filters above","checkIn":"Check In","checkOut":"Check out","chooseAppointmentType":"Choose appointment type","chooseLocation":"Choose a location","chooseProvider":"Choose a provider","chooseService":"Select service","completed":"Completed","Contact":"Contact {{index}}","countMore_one":"{{count}} more","countMore_other":"{{count}} more","createAppointmentService":"Create appointment services","createNewAppointment":"Create new appointment","date":"Date","date&Time":"Date & time","dateAppointmentIssuedCannotBeAfterAppointmentDate":"Date appointment issued cannot be after the appointment date","dateOfBirth":"Date of birth","dateScheduled":"Date appointment issued","dateScheduledDetail":"Date appointment issued","dateTime":"Date & Time","day":"Day","daysOfWeek":"Days of the week","discard":"Discard","download":"Download","durationErrorMessage":"Duration should be greater than zero","durationInMinutes":"Duration (minutes)","durationMins":"Duration min","edit":"Edit","editAppointment":"Edit Appointment","editAppointments":"Edit Appointment","emptyStateText":"There are no <1>{{displayText}}</1> to display","encounters":"Encounters","encounterType":"Encounter type","endAppointmentAndVisitConfirmationMessage":"Checking the patient out will mark the appointment as complete, and close out the active visit for this patient.","endAppointmentConfirmation":"Are you sure you want to check the patient out for this appointment?","endAppointmentConfirmationMessage":"Checking the patient out will mark the appointment as complete.","endDate":"End date","endTime":"End Time","errorCreatingAppointmentService":"Error creating appointment service","expected":"Expected","filterTable":"Filter table","gender":"Gender","highestServiceVolume":"Highest volume service: {{time}}","identifier":"Identifier","invalidNumber":"Number is not valid","isRecurringAppointment":"Is this a recurring appointment?","itemsPerPage":"Items per page","loading":"Loading","location":"Location","medications":"Medications","missed":"Missed","next":"Next","nextMonth":"Next month","nextPage":"Next page","no":"No","noAppointmentsToDisplay":"No appointments to display","noContent":"No Content","noCurrentAppointments":"There are no appointments scheduled for today to display for this patient","noEncountersFound":"No encounters found","noPastAppointments":"There are no past appointments to display for this patient","noPreviousVisitFound":"No previous visit found","notArrived":"Not arrived","note":"Note","notes":"Notes","noUpcomingAppointments":"No upcoming appointments found","noUpcomingAppointmentsForPatient":"There are no upcoming appointments to display for this patient","pageNumber":"Page number","past":"Past","patientDetails":"Patient Details","patientDoubleBooking":"Patient already booked for an appointment at this time","patientName":"Patient name","patients":"Patients","period":"Period","prev":"Prev","previousMonth":"Previous month","previousPage":"Previous page","provider":"Provider","providers":"Providers","providersBooked":"Providers booked: {{time}}","recurringAppointment":"Recurring Appointment","recurringAppointmentShouldHaveEndDate":"A recurring appointment should have an end date","repeatEvery":"Repeat every","save":"Save","saveAndClose":"Save and close","scheduled":"Scheduled","scheduledAppointments":"Scheduled appointments","scheduledForToday":"Scheduled For Today","selectALocation":"Select a location","selectAppointmentStatus":"Select status","selectAppointmentType":"Select an appointment type","selectLocation":"Select location","selectOption":"Select an option","selectProvider":"Select a provider","selectService":"Select a service","selectServiceType":"Select service type","service":"Service","serviceName":"Service name","serviceType":"Service Type","serviceUnavailable":"Appointment time is outside of service hours","startDate":"Start date","startTime":"Start Time","status":"Status","time":"Time","today":"Today","todays":"Today\'s","type":"Type","unscheduled":"Unscheduled","unscheduledAppointments":"Unscheduled appointments","unscheduledAppointments_lower":"unscheduled appointments","upcoming":"Upcoming","upcomingAppointments":"Upcoming appointments","updateError":"Error updating upcoming appointment","view":"View","vitals":"Vitals","week":"Week","yes":"Yes"}')}}]);
package/dist/566.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_kenyaemr_esm_appointments_app=globalThis.webpackChunk_kenyaemr_esm_appointments_app||[]).push([[566],{6566:e=>{e.exports=JSON.parse('{"action":"Ação","actions":"Ações","add":"Adicionar","age":"Idade","allDay":"Todo o dia","appointmentCancelError":"Erro ao cancelar consulta","appointmentCancelled":"Consulta cancelada","appointmentCancelledSuccessfully":"Consulta cancelado com sucesso","appointmentCheckedIn":"Check-in da Consulta Realizado","appointmentColor":"Cor da Consulta","appointmentConflict":"Conflito de Agendamento","appointmentEdited":"Agendamento editado","appointmentEditError":"Erro ao editar Consulta","appointmentEnded":"Consulta concluída","appointmentEndedAndVisitClosedSuccessfully":"Consulta concluída com sucesso e visita fechada com sucesso","appointmentEndedButVisitNotClosedError":"Consulta concluída, porém erro ao fechar visita","appointmentEndedSuccessfully":"Consulta concluída com sucesso.","appointmentEndError":"Erro ao encerrar consulta","appointmentFormError":"Erro ao marcar consulta","appointmentHistory":"Histórico de consulta","appointmentMarkedChecked":"Check-in da Consulta realizado","appointmentMetrics":"Métricas da consulta","appointmentMetricsLoadError":"","appointmentNoteLabel":"Escrever uma nota adicional","appointmentNotePlaceholder":"Escreva pontos adicionais aqui","appointmentNotes":"Notas de Consulta","appointmentNowVisible":"Está agora visível na página de Consultas","appointments":"Consultas","Appointments":"Consultas","appointments_lower":"consultas","appointmentsCalendar":"Calendário de marcação","appointmentScheduled":"Consulta agendada","appointmentService":"Serviço de Consulta","appointmentServiceCreate":"Serviço de COnsulta criado com sucesso","appointmentServiceName":"Nome do serviço de agendamento","appointmentsScheduledForToday":"Consultas agendadas para hoje","appointmentsTable":"Tabela de Consultas","appointmentStatus":"Status da Consulta","appointmentToFulfill":"Selecione uma consulta para realizar","appointmentType":"Tipo de consulta","appointmentType_title":"Tipo de COnsulta","back":"Voltar","calendar":"rio","cameEarly":"Chegou Cedo","cancel":"Cancelar","cancelAppointment":"ncelar Consulta","cancelAppointmentModalConfirmationText":"Tem certeza que deseja cancelar essa consulta?","cancelled":"elado","checkedIn":"Realizado Check-In","checkedOut":"Realizado Check-out","checkFilters":"Verifique os filtros acima","checkIn":"Check-In","checkOut":"Check-Out","chooseAppointmentType":"Escolha um tipo de consulta","chooseLocation":"Escolha um lugar","chooseProvider":"Escolha um profissional","chooseService":"Selecione um serviço","completed":"Concluído","Contact":"Contato {{index}}","countMore_one":"{{count}} mais","countMore_other":"{{count}} mais","createAppointmentService":"Criar serviço de Consulta","createNewAppointment":"Criar nova consulta","date":"Data","date&Time":"Data e hora","dateAppointmentIssuedCannotBeAfterAppointmentDate":"A data da emissão da consulta não pode ser posterior à data da consulta","dateOfBirth":"Data de nascimento","dateScheduled":"Data da emissão da consulta","dateScheduledDetail":"Data da emissão da consulta","dateTime":"Data & Hora","day":"Dia","daysOfWeek":"Dias da semana","discard":"Descartar","download":"Baixar","durationErrorMessage":"A duração deve ser maior que zero","durationInMinutes":"Duração (minutos)","durationMins":"Duração mínima","edit":"Editar","editAppointment":"Editar Consulta","editAppointments":"Editar Consulta","emptyStateText":"Não tem <1> {{displayText}} </1> para mostrar","encounters":"Consultas","encounterType":"Tipo de consulta","endAppointmentAndVisitConfirmationMessage":"Encerrar o atendimento do paciente marcará a consulta como concluída e encerrará a visita ativa deste paciente.","endAppointmentConfirmation":"Tem certeza de que deseja retirar o paciente desta consulta?","endAppointmentConfirmationMessage":"A retirada do paciente marcará a consulta como concluída.","endDate":"Data de término","endTime":"Hora de término","errorCreatingAppointmentService":"Erro ao criar serviço de consulta","expected":"Esperado","filterTable":"Filtrar tabela","gender":"Sexo","highestServiceVolume":"Serviço de maior volume: {{time}}","identifier":"Identificador","invalidNumber":"Número não é válido","isRecurringAppointment":"Esta é uma consulta recorrente?","itemsPerPage":"Itens por página","loading":"Carregando","location":"Localização","medications":"Medicações","missed":"Perdido","next":"Próximo","nextMonth":"Próximo mês","nextPage":"Próxima página","no":"Não","noAppointmentsToDisplay":"Nenhuma consulta para mostrar","noContent":"Sem Conteúdo","noCurrentAppointments":"Não há consultas marcadas para hoje para esse paciente para mostrar","noEncountersFound":"Nenhuma consulta encontrada","noPastAppointments":"Não há consultas anteriores por mostrar deste paciente","noPreviousVisitFound":"Nenhuma visita anterior encontrada","notArrived":"Não chegou","note":"Nota","notes":"Notas","noUpcomingAppointments":"Nenhuma consulta futura encontrada","noUpcomingAppointmentsForPatient":"Não há consultas futuras deste paciente para mostrar","pageNumber":"Número da página","past":"Passado","patientDetails":"Detalhes do Paciente","patientDoubleBooking":"Paciente já tem uma consulta marcada nesta hora","patientName":"Nome do Paciente","patients":"Pacientes","period":"Período","prev":"Anterior","previousMonth":"Mês anterior","previousPage":"Página anterior","provider":"Profissional","providers":"Profissionais","providersBooked":"Profissionais reservados: {{time}}","recurringAppointment":"Consulta recorrente","recurringAppointmentShouldHaveEndDate":"Uma consulta recorrente deve ter uma data de término","repeatEvery":"Repetir a cada","save":"Salvar","saveAndClose":"Salvar e fechar","scheduled":"Marcado","scheduledAppointments":"Consultas marcadas","scheduledForToday":"Marcada para hoje","selectALocation":"Selecione um local","selectAppointmentStatus":"Selecione o status","selectAppointmentType":"Escolha um tipo de consulta","selectLocation":"Selecione o local","selectOption":"Selecione uma opção","selectProvider":"Selecione um profissional","selectService":"Selecione um serviço","selectServiceType":"Selecione o tipo de serviço","service":"Serviço","serviceName":"Nome do serviço","serviceType":"Tipo de Serviço","serviceUnavailable":"O horário da consulta está fora do horário de atendimento","startDate":"Data inicial","startTime":"Hora inicial","status":"Status","time":"Hora","today":"Hoje","todays":"De hoje","type":"Tipo","unscheduled":"Não marcada","unscheduledAppointments":"Consultas não marcadas","unscheduledAppointments_lower":"consultas não marcadas","upcoming":"Por vir","upcomingAppointments":"Próximas consultas","updateError":"Erro ao atualizar próxima consulta agendada","view":"Visualizar","vitals":"Sinais Vitais","week":"Semana","yes":"Sim"}')}}]);
package/dist/574.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_kenyaemr_esm_appointments_app=globalThis.webpackChunk_kenyaemr_esm_appointments_app||[]).push([[574],{3574:e=>{e.exports=JSON.parse('{"action":"Action","actions":"Actions","add":"Add","age":"Age","allDay":"All day","appointmentCancelError":"Error cancelling appointment","appointmentCancelled":"Appointment Cancelled","appointmentCancelledSuccessfully":"Appointment cancelled successfully","appointmentColor":"Appointment color","appointmentConflict":"Appointment conflict","appointmentEdited":"Appointment edited","appointmentEditError":"Error editing appointment","appointmentEnded":"Appointment ended","appointmentEndedAndVisitClosedSuccessfully":"Appointment successfully ended and visit successfully closed","appointmentEndedButVisitNotClosedError":"Appointment ended, but error closing visit","appointmentEndedSuccessfully":"Appointment successfully ended.","appointmentEndError":"Error ending appointment","appointmentFormError":"Error scheduling appointment","appointmentHistory":"Appointment History","appointmentMetrics":"Appointment metrics","appointmentMetricsLoadError":"","appointmentNoteLabel":"Write an additional note","appointmentNotePlaceholder":"Write any additional points here","appointmentNotes":"Appointment Notes","appointmentNowVisible":"It is now visible on the Appointments page","appointments":"Appointments","Appointments":"Appointments","appointments_lower":"appointments","appointmentsCalendar":"Appointments calendar","appointmentScheduled":"Appointment scheduled","appointmentService":"Appointment service","appointmentServiceCreate":"Appointment service created successfully","appointmentServiceName":"Appointment service name","appointmentsScheduledForToday":"appointments scheduled for today","appointmentsTable":"Appointments table","appointmentStatus":"Appointment status","appointmentToFulfill":"Select appointment to fulfill","appointmentType":"Appointment type","appointmentType_title":"Appointment Type","back":"Back","calendar":"Calendar","cameEarly":"Came Early","cancel":"Cancel","cancelAppointment":"Cancel Appointment","cancelAppointmentModalConfirmationText":"Are you sure you want to cancel this appointment?","cancelled":"Cancelled","checkedIn":"Checked in","checkedOut":"Checked out","checkFilters":"Check the filters above","checkIn":"Check In","checkOut":"Check out","chooseAppointmentType":"Choose appointment type","chooseLocation":"Choose a location","chooseProvider":"Choose a provider","chooseService":"Select service","completed":"Completed","Contact":"Contact {{index}}","countMore_one":"{{count}} more","countMore_other":"{{count}} more","createAppointmentService":"Create appointment services","createNewAppointment":"Create new appointment","date":"Date","date&Time":"Date & time","dateAppointmentIssuedCannotBeAfterAppointmentDate":"Date appointment issued cannot be after the appointment date","dateOfBirth":"Date of birth","dateScheduled":"Date appointment issued","dateScheduledDetail":"Date appointment issued","dateTime":"Date & Time","day":"Day","daysOfWeek":"Days of the week","discard":"Discard","download":"Download","durationErrorMessage":"Duration should be greater than zero","durationInMinutes":"Duration (minutes)","durationMins":"Duration min","edit":"Edit","editAppointment":"Edit Appointment","editAppointments":"Edit Appointment","emptyStateText":"There are no <1>{{displayText}}</1> to display","encounters":"Encounters","encounterType":"Encounter type","endAppointmentAndVisitConfirmationMessage":"Checking the patient out will mark the appointment as complete, and close out the active visit for this patient.","endAppointmentConfirmation":"Are you sure you want to check the patient out for this appointment?","endAppointmentConfirmationMessage":"Checking the patient out will mark the appointment as complete.","endDate":"End date","endTime":"End Time","errorCreatingAppointmentService":"Error creating appointment service","expected":"Expected","filterTable":"Filter table","gender":"Gender","highestServiceVolume":"Highest volume service: {{time}}","identifier":"Identifier","invalidNumber":"Number is not valid","invalidTime":"Invalid time","isRecurringAppointment":"Is this a recurring appointment?","itemsPerPage":"Items per page","loading":"Loading","location":"Location","medications":"Medications","missed":"Missed","next":"Next","nextMonth":"Next month","nextPage":"Next page","no":"No","noAppointmentsToDisplay":"No appointments to display","noContent":"No Content","noCurrentAppointments":"There are no appointments scheduled for today to display for this patient","noEncountersFound":"No encounters found","noPastAppointments":"There are no past appointments to display for this patient","noPreviousVisitFound":"No previous visit found","notArrived":"Not arrived","note":"Note","notes":"Notes","noUpcomingAppointments":"No upcoming appointments found","noUpcomingAppointmentsForPatient":"There are no upcoming appointments to display for this patient","pageNumber":"Page number","past":"Past","patientDetails":"Patient Details","patientDoubleBooking":"Patient already booked for an appointment at this time","patientName":"Patient name","patients":"Patients","period":"Period","prev":"Prev","previousMonth":"Previous month","previousPage":"Previous page","provider":"Provider","providers":"Providers","providersBooked":"Providers booked: {{time}}","recurringAppointment":"Recurring Appointment","recurringAppointmentShouldHaveEndDate":"A recurring appointment should have an end date","repeatEvery":"Repeat every","save":"Save","saveAndClose":"Save and close","scheduled":"Scheduled","scheduledAppointments":"Scheduled appointments","scheduledForToday":"Scheduled For Today","selectALocation":"Select a location","selectAppointmentStatus":"Select status","selectAppointmentType":"Select an appointment type","selectLocation":"Select location","selectOption":"Select an option","selectProvider":"Select a provider","selectService":"Select a service","selectServiceType":"Select service type","service":"Service","serviceName":"Service name","serviceType":"Service Type","serviceUnavailable":"Appointment time is outside of service hours","startDate":"Start date","startTime":"Start Time","status":"Status","time":"Time","today":"Today","todays":"Today\'s","type":"Type","unscheduled":"Unscheduled","unscheduledAppointments":"Unscheduled appointments","unscheduledAppointments_lower":"unscheduled appointments","upcoming":"Upcoming","upcomingAppointments":"Upcoming appointments","view":"View","vitals":"Vitals","week":"Week","yes":"Yes"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_kenyaemr_esm_appointments_app=globalThis.webpackChunk_kenyaemr_esm_appointments_app||[]).push([[574],{3574:e=>{e.exports=JSON.parse('{"action":"Action","actions":"Actions","add":"Add","age":"Age","allDay":"All day","appointmentCancelError":"Error cancelling appointment","appointmentCancelled":"Appointment Cancelled","appointmentCancelledSuccessfully":"Appointment cancelled successfully","appointmentCheckedIn":"Appointment Checked In","appointmentColor":"Appointment color","appointmentConflict":"Appointment conflict","appointmentEdited":"Appointment edited","appointmentEditError":"Error editing appointment","appointmentEnded":"Appointment ended","appointmentEndedAndVisitClosedSuccessfully":"Appointment successfully ended and visit successfully closed","appointmentEndedButVisitNotClosedError":"Appointment ended, but error closing visit","appointmentEndedSuccessfully":"Appointment successfully ended.","appointmentEndError":"Error ending appointment","appointmentFormError":"Error scheduling appointment","appointmentHistory":"Appointment History","appointmentMarkedChecked":"Appointment marked as Checked In","appointmentMetrics":"Appointment metrics","appointmentMetricsLoadError":"","appointmentNoteLabel":"Write an additional note","appointmentNotePlaceholder":"Write any additional points here","appointmentNotes":"Appointment Notes","appointmentNowVisible":"It is now visible on the Appointments page","appointments":"Appointments","Appointments":"Appointments","appointments_lower":"appointments","appointmentsCalendar":"Appointments calendar","appointmentScheduled":"Appointment scheduled","appointmentService":"Appointment service","appointmentServiceCreate":"Appointment service created successfully","appointmentServiceName":"Appointment service name","appointmentsScheduledForToday":"appointments scheduled for today","appointmentsTable":"Appointments table","appointmentStatus":"Appointment status","appointmentToFulfill":"Select appointment to fulfill","appointmentType":"Appointment type","appointmentType_title":"Appointment Type","back":"Back","calendar":"Calendar","cameEarly":"Came Early","cancel":"Cancel","cancelAppointment":"Cancel Appointment","cancelAppointmentModalConfirmationText":"Are you sure you want to cancel this appointment?","cancelled":"Cancelled","checkedIn":"Checked in","checkedOut":"Checked out","checkFilters":"Check the filters above","checkIn":"Check In","checkOut":"Check out","chooseAppointmentType":"Choose appointment type","chooseLocation":"Choose a location","chooseProvider":"Choose a provider","chooseService":"Select service","completed":"Completed","Contact":"Contact {{index}}","countMore_one":"{{count}} more","countMore_other":"{{count}} more","createAppointmentService":"Create appointment services","createNewAppointment":"Create new appointment","date":"Date","date&Time":"Date & time","dateAppointmentIssuedCannotBeAfterAppointmentDate":"Date appointment issued cannot be after the appointment date","dateOfBirth":"Date of birth","dateScheduled":"Date appointment issued","dateScheduledDetail":"Date appointment issued","dateTime":"Date & Time","day":"Day","daysOfWeek":"Days of the week","discard":"Discard","download":"Download","durationErrorMessage":"Duration should be greater than zero","durationInMinutes":"Duration (minutes)","durationMins":"Duration min","edit":"Edit","editAppointment":"Edit Appointment","editAppointments":"Edit Appointment","emptyStateText":"There are no <1>{{displayText}}</1> to display","encounters":"Encounters","encounterType":"Encounter type","endAppointmentAndVisitConfirmationMessage":"Checking the patient out will mark the appointment as complete, and close out the active visit for this patient.","endAppointmentConfirmation":"Are you sure you want to check the patient out for this appointment?","endAppointmentConfirmationMessage":"Checking the patient out will mark the appointment as complete.","endDate":"End date","endTime":"End Time","errorCreatingAppointmentService":"Error creating appointment service","expected":"Expected","filterTable":"Filter table","gender":"Gender","highestServiceVolume":"Highest volume service: {{time}}","identifier":"Identifier","invalidNumber":"Number is not valid","isRecurringAppointment":"Is this a recurring appointment?","itemsPerPage":"Items per page","loading":"Loading","location":"Location","medications":"Medications","missed":"Missed","next":"Next","nextMonth":"Next month","nextPage":"Next page","no":"No","noAppointmentsToDisplay":"No appointments to display","noContent":"No Content","noCurrentAppointments":"There are no appointments scheduled for today to display for this patient","noEncountersFound":"No encounters found","noPastAppointments":"There are no past appointments to display for this patient","noPreviousVisitFound":"No previous visit found","notArrived":"Not arrived","note":"Note","notes":"Notes","noUpcomingAppointments":"No upcoming appointments found","noUpcomingAppointmentsForPatient":"There are no upcoming appointments to display for this patient","pageNumber":"Page number","past":"Past","patientDetails":"Patient Details","patientDoubleBooking":"Patient already booked for an appointment at this time","patientName":"Patient name","patients":"Patients","period":"Period","prev":"Prev","previousMonth":"Previous month","previousPage":"Previous page","provider":"Provider","providers":"Providers","providersBooked":"Providers booked: {{time}}","recurringAppointment":"Recurring Appointment","recurringAppointmentShouldHaveEndDate":"A recurring appointment should have an end date","repeatEvery":"Repeat every","save":"Save","saveAndClose":"Save and close","scheduled":"Scheduled","scheduledAppointments":"Scheduled appointments","scheduledForToday":"Scheduled For Today","selectALocation":"Select a location","selectAppointmentStatus":"Select status","selectAppointmentType":"Select an appointment type","selectLocation":"Select location","selectOption":"Select an option","selectProvider":"Select a provider","selectService":"Select a service","selectServiceType":"Select service type","service":"Service","serviceName":"Service name","serviceType":"Service Type","serviceUnavailable":"Appointment time is outside of service hours","startDate":"Start date","startTime":"Start Time","status":"Status","time":"Time","today":"Today","todays":"Today\'s","type":"Type","unscheduled":"Unscheduled","unscheduledAppointments":"Unscheduled appointments","unscheduledAppointments_lower":"unscheduled appointments","upcoming":"Upcoming","upcomingAppointments":"Upcoming appointments","updateError":"Error updating upcoming appointment","view":"View","vitals":"Vitals","week":"Week","yes":"Yes"}')}}]);