@openmrs/esm-appointments-app 8.2.2-pre.4810 → 8.2.2-pre.4813

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 (104) hide show
  1. package/.turbo/turbo-build.log +7 -7
  2. package/dist/1644.js +1 -1
  3. package/dist/1901.js +1 -1
  4. package/dist/2016.js +1 -1
  5. package/dist/236.js +1 -1
  6. package/dist/2753.js +1 -1
  7. package/dist/2753.js.map +1 -1
  8. package/dist/2757.js +1 -1
  9. package/dist/2923.js +1 -1
  10. package/dist/310.js +1 -1
  11. package/dist/3260.js +1 -1
  12. package/dist/3260.js.map +1 -1
  13. package/dist/3574.js +1 -1
  14. package/dist/3581.js +1 -1
  15. package/dist/3652.js +1 -1
  16. package/dist/3952.js +1 -1
  17. package/dist/3952.js.map +1 -1
  18. package/dist/4272.js +1 -1
  19. package/dist/4378.js +1 -1
  20. package/dist/4460.js +1 -1
  21. package/dist/4705.js +1 -1
  22. package/dist/5240.js +1 -1
  23. package/dist/529.js +1 -1
  24. package/dist/5336.js +1 -1
  25. package/dist/539.js +1 -1
  26. package/dist/5673.js +1 -1
  27. package/dist/5711.js +1 -1
  28. package/dist/5737.js +1 -1
  29. package/dist/5833.js +1 -1
  30. package/dist/5910.js +1 -1
  31. package/dist/5962.js +1 -1
  32. package/dist/6179.js +1 -1
  33. package/dist/646.js +1 -1
  34. package/dist/6497.js +1 -1
  35. package/dist/6566.js +1 -1
  36. package/dist/6727.js +1 -1
  37. package/dist/681.js +1 -1
  38. package/dist/681.js.map +1 -1
  39. package/dist/744.js +1 -1
  40. package/dist/7807.js +1 -1
  41. package/dist/8271.js +1 -1
  42. package/dist/8319.js +1 -1
  43. package/dist/8323.js +1 -1
  44. package/dist/8607.js +1 -1
  45. package/dist/8607.js.map +1 -1
  46. package/dist/8615.js +2 -0
  47. package/dist/8615.js.map +1 -0
  48. package/dist/8788.js +1 -1
  49. package/dist/899.js +1 -1
  50. package/dist/9190.js +1 -1
  51. package/dist/9261.js +1 -1
  52. package/dist/9269.js +1 -1
  53. package/dist/9579.js +1 -1
  54. package/dist/main.js +1 -1
  55. package/dist/openmrs-esm-appointments-app.js.buildmanifest.json +146 -146
  56. package/dist/routes.json +1 -1
  57. package/package.json +1 -1
  58. package/src/appointments/appointment-tabs.component.tsx +1 -1
  59. package/src/appointments/common-components/appointments-table.component.tsx +22 -1
  60. package/src/appointments/common-components/appointments-table.scss +26 -0
  61. package/src/appointments/scheduled/appointments-list.component.tsx +9 -2
  62. package/src/appointments/scheduled/early-appointments.component.tsx +1 -1
  63. package/src/appointments/scheduled/scheduled-appointments.component.tsx +2 -2
  64. package/src/appointments/utils.tsx +3 -3
  65. package/src/appointments.component.tsx +2 -2
  66. package/src/appointments.test.tsx +1 -6
  67. package/src/header/appointments-header.component.tsx +26 -17
  68. package/src/header/appointments-header.scss +0 -11
  69. package/src/hooks/useClinicalMetrics.ts +2 -2
  70. package/src/metrics/appointments-metrics.component.tsx +3 -3
  71. package/translations/am.json +2 -2
  72. package/translations/ar.json +2 -2
  73. package/translations/bn.json +2 -2
  74. package/translations/de.json +2 -2
  75. package/translations/en.json +2 -2
  76. package/translations/es.json +2 -2
  77. package/translations/fr.json +2 -2
  78. package/translations/he.json +2 -2
  79. package/translations/hi.json +2 -2
  80. package/translations/hi_IN.json +2 -2
  81. package/translations/id.json +2 -2
  82. package/translations/it.json +2 -2
  83. package/translations/km.json +2 -2
  84. package/translations/ku.json +2 -2
  85. package/translations/lg.json +2 -2
  86. package/translations/ne.json +2 -2
  87. package/translations/pt.json +2 -2
  88. package/translations/pt_BR.json +2 -2
  89. package/translations/qu.json +2 -2
  90. package/translations/ru_RU.json +2 -2
  91. package/translations/si.json +2 -2
  92. package/translations/sw.json +2 -2
  93. package/translations/sw_KE.json +2 -2
  94. package/translations/tr.json +2 -2
  95. package/translations/tr_TR.json +2 -2
  96. package/translations/uk.json +2 -2
  97. package/translations/uz.json +2 -2
  98. package/translations/uz_UZ.json +2 -2
  99. package/translations/vi.json +2 -2
  100. package/translations/zh.json +2 -2
  101. package/translations/zh_CN.json +2 -2
  102. package/dist/8199.js +0 -2
  103. package/dist/8199.js.map +0 -1
  104. /package/dist/{8199.js.LICENSE.txt → 8615.js.LICENSE.txt} +0 -0
@@ -89,6 +89,7 @@
89
89
  "endTime": "End Time",
90
90
  "errorCreatingAppointmentService": "Error creating appointment service",
91
91
  "expected": "Expected",
92
+ "filterAppointmentsByServiceType": "Filter appointments by service type",
92
93
  "filterTable": "Filter table",
93
94
  "gender": "Gender",
94
95
  "highestServiceVolume": "Highest volume service: {{time}}",
@@ -108,6 +109,7 @@
108
109
  "noContent": "No Content",
109
110
  "noCurrentAppointments": "There are no appointments scheduled for today to display for this patient",
110
111
  "noEncountersFound": "No encounters found",
112
+ "noMatchingAppointments": "No matching appointments found",
111
113
  "noPastAppointments": "There are no past appointments to display for this patient",
112
114
  "noPreviousVisitFound": "No previous visit found",
113
115
  "notArrived": "Not arrived",
@@ -143,7 +145,6 @@
143
145
  "selectOption": "Select an option",
144
146
  "selectProvider": "Select a provider",
145
147
  "selectService": "Select a service",
146
- "selectServiceType": "Select service type",
147
148
  "service": "Service",
148
149
  "serviceName": "Service name",
149
150
  "serviceType": "Service Type",
@@ -161,7 +162,6 @@
161
162
  "upcoming": "Upcoming",
162
163
  "upcomingAppointments": "Upcoming appointments",
163
164
  "updateError": "Error updating upcoming appointment",
164
- "view": "View",
165
165
  "vitals": "Vitals",
166
166
  "week": "Week",
167
167
  "yes": "Yes"
@@ -89,6 +89,7 @@
89
89
  "endTime": "End Time",
90
90
  "errorCreatingAppointmentService": "Error creating appointment service",
91
91
  "expected": "Expected",
92
+ "filterAppointmentsByServiceType": "Filter appointments by service type",
92
93
  "filterTable": "Filter table",
93
94
  "gender": "Gender",
94
95
  "highestServiceVolume": "Highest volume service: {{time}}",
@@ -108,6 +109,7 @@
108
109
  "noContent": "No Content",
109
110
  "noCurrentAppointments": "There are no appointments scheduled for today to display for this patient",
110
111
  "noEncountersFound": "No encounters found",
112
+ "noMatchingAppointments": "No matching appointments found",
111
113
  "noPastAppointments": "There are no past appointments to display for this patient",
112
114
  "noPreviousVisitFound": "No previous visit found",
113
115
  "notArrived": "Not arrived",
@@ -143,7 +145,6 @@
143
145
  "selectOption": "Select an option",
144
146
  "selectProvider": "Select a provider",
145
147
  "selectService": "Select a service",
146
- "selectServiceType": "Select service type",
147
148
  "service": "Service",
148
149
  "serviceName": "Service name",
149
150
  "serviceType": "Service Type",
@@ -161,7 +162,6 @@
161
162
  "upcoming": "Upcoming",
162
163
  "upcomingAppointments": "Upcoming appointments",
163
164
  "updateError": "Error updating upcoming appointment",
164
- "view": "View",
165
165
  "vitals": "Vitals",
166
166
  "week": "Week",
167
167
  "yes": "Yes"
@@ -89,6 +89,7 @@
89
89
  "endTime": "End Time",
90
90
  "errorCreatingAppointmentService": "Error creating appointment service",
91
91
  "expected": "Expected",
92
+ "filterAppointmentsByServiceType": "Filter appointments by service type",
92
93
  "filterTable": "Filter table",
93
94
  "gender": "Gender",
94
95
  "highestServiceVolume": "Highest volume service: {{time}}",
@@ -108,6 +109,7 @@
108
109
  "noContent": "No Content",
109
110
  "noCurrentAppointments": "There are no appointments scheduled for today to display for this patient",
110
111
  "noEncountersFound": "No encounters found",
112
+ "noMatchingAppointments": "No matching appointments found",
111
113
  "noPastAppointments": "There are no past appointments to display for this patient",
112
114
  "noPreviousVisitFound": "No previous visit found",
113
115
  "notArrived": "Not arrived",
@@ -143,7 +145,6 @@
143
145
  "selectOption": "Select an option",
144
146
  "selectProvider": "Select a provider",
145
147
  "selectService": "Select a service",
146
- "selectServiceType": "Select service type",
147
148
  "service": "Service",
148
149
  "serviceName": "Service name",
149
150
  "serviceType": "Service Type",
@@ -161,7 +162,6 @@
161
162
  "upcoming": "Upcoming",
162
163
  "upcomingAppointments": "Upcoming appointments",
163
164
  "updateError": "Error updating upcoming appointment",
164
- "view": "View",
165
165
  "vitals": "Vitals",
166
166
  "week": "Week",
167
167
  "yes": "Yes"
@@ -89,6 +89,7 @@
89
89
  "endTime": "ពេលវេលាបញ្ចប់",
90
90
  "errorCreatingAppointmentService": "Error creating appointment service",
91
91
  "expected": "Expected",
92
+ "filterAppointmentsByServiceType": "Filter appointments by service type",
92
93
  "filterTable": "Filter table",
93
94
  "gender": "Gender",
94
95
  "highestServiceVolume": "Highest volume service: {{time}}",
@@ -108,6 +109,7 @@
108
109
  "noContent": "No Content",
109
110
  "noCurrentAppointments": "មិនមានការណាត់ជួបសម្រាប់ថ្ងៃនេះ ដើម្បីបង្ហាញអ្នកជំងឺនេះទេ",
110
111
  "noEncountersFound": "រកមិនឃើញការជួបគ្នាទេ។",
112
+ "noMatchingAppointments": "No matching appointments found",
111
113
  "noPastAppointments": "មិនមានការណាត់ជួបពីមុនដើម្បីបង្ហាញសម្រាប់អ្នកជំងឺនេះទេ",
112
114
  "noPreviousVisitFound": "រកមិនឃើញការមកពិនិត្យពីលើកមុនទេ។",
113
115
  "notArrived": "Not arrived",
@@ -143,7 +145,6 @@
143
145
  "selectOption": "Select an option",
144
146
  "selectProvider": "Select a provider",
145
147
  "selectService": "ជ្រើសរើសសេវាកម្ម",
146
- "selectServiceType": "Select service type",
147
148
  "service": "សេវាកម្ម",
148
149
  "serviceName": "Service name",
149
150
  "serviceType": "ប្រភេទសេវាកម្ម",
@@ -161,7 +162,6 @@
161
162
  "upcoming": "Upcoming",
162
163
  "upcomingAppointments": "ការណាត់ជួបនាពេលខាងមុខ",
163
164
  "updateError": "Error updating upcoming appointment",
164
- "view": "ពិនិត្យមើល",
165
165
  "vitals": "សញ្ញាជីវិត",
166
166
  "week": "Week",
167
167
  "yes": "Yes"
@@ -89,6 +89,7 @@
89
89
  "endTime": "End Time",
90
90
  "errorCreatingAppointmentService": "Error creating appointment service",
91
91
  "expected": "Expected",
92
+ "filterAppointmentsByServiceType": "Filter appointments by service type",
92
93
  "filterTable": "Filter table",
93
94
  "gender": "Gender",
94
95
  "highestServiceVolume": "Highest volume service: {{time}}",
@@ -108,6 +109,7 @@
108
109
  "noContent": "No Content",
109
110
  "noCurrentAppointments": "There are no appointments scheduled for today to display for this patient",
110
111
  "noEncountersFound": "No encounters found",
112
+ "noMatchingAppointments": "No matching appointments found",
111
113
  "noPastAppointments": "There are no past appointments to display for this patient",
112
114
  "noPreviousVisitFound": "No previous visit found",
113
115
  "notArrived": "Not arrived",
@@ -143,7 +145,6 @@
143
145
  "selectOption": "Select an option",
144
146
  "selectProvider": "Select a provider",
145
147
  "selectService": "Select a service",
146
- "selectServiceType": "Select service type",
147
148
  "service": "Service",
148
149
  "serviceName": "Service name",
149
150
  "serviceType": "Service Type",
@@ -161,7 +162,6 @@
161
162
  "upcoming": "Upcoming",
162
163
  "upcomingAppointments": "Upcoming appointments",
163
164
  "updateError": "Error updating upcoming appointment",
164
- "view": "View",
165
165
  "vitals": "Vitals",
166
166
  "week": "Week",
167
167
  "yes": "Yes"
@@ -89,6 +89,7 @@
89
89
  "endTime": "End Time",
90
90
  "errorCreatingAppointmentService": "Error creating appointment service",
91
91
  "expected": "Expected",
92
+ "filterAppointmentsByServiceType": "Filter appointments by service type",
92
93
  "filterTable": "Filter table",
93
94
  "gender": "Gender",
94
95
  "highestServiceVolume": "Highest volume service: {{time}}",
@@ -108,6 +109,7 @@
108
109
  "noContent": "No Content",
109
110
  "noCurrentAppointments": "There are no appointments scheduled for today to display for this patient",
110
111
  "noEncountersFound": "No encounters found",
112
+ "noMatchingAppointments": "No matching appointments found",
111
113
  "noPastAppointments": "There are no past appointments to display for this patient",
112
114
  "noPreviousVisitFound": "No previous visit found",
113
115
  "notArrived": "Not arrived",
@@ -143,7 +145,6 @@
143
145
  "selectOption": "Select an option",
144
146
  "selectProvider": "Select a provider",
145
147
  "selectService": "Select a service",
146
- "selectServiceType": "Select service type",
147
148
  "service": "Service",
148
149
  "serviceName": "Service name",
149
150
  "serviceType": "Service Type",
@@ -161,7 +162,6 @@
161
162
  "upcoming": "Upcoming",
162
163
  "upcomingAppointments": "Upcoming appointments",
163
164
  "updateError": "Error updating upcoming appointment",
164
- "view": "View",
165
165
  "vitals": "Vitals",
166
166
  "week": "Week",
167
167
  "yes": "Yes"
@@ -89,6 +89,7 @@
89
89
  "endTime": "End Time",
90
90
  "errorCreatingAppointmentService": "Error creating appointment service",
91
91
  "expected": "Expected",
92
+ "filterAppointmentsByServiceType": "Filter appointments by service type",
92
93
  "filterTable": "Filter table",
93
94
  "gender": "Gender",
94
95
  "highestServiceVolume": "Highest volume service: {{time}}",
@@ -108,6 +109,7 @@
108
109
  "noContent": "No Content",
109
110
  "noCurrentAppointments": "There are no appointments scheduled for today to display for this patient",
110
111
  "noEncountersFound": "No encounters found",
112
+ "noMatchingAppointments": "No matching appointments found",
111
113
  "noPastAppointments": "There are no past appointments to display for this patient",
112
114
  "noPreviousVisitFound": "No previous visit found",
113
115
  "notArrived": "Not arrived",
@@ -143,7 +145,6 @@
143
145
  "selectOption": "Select an option",
144
146
  "selectProvider": "Select a provider",
145
147
  "selectService": "Select a service",
146
- "selectServiceType": "Select service type",
147
148
  "service": "Service",
148
149
  "serviceName": "Service name",
149
150
  "serviceType": "Service Type",
@@ -161,7 +162,6 @@
161
162
  "upcoming": "Upcoming",
162
163
  "upcomingAppointments": "Upcoming appointments",
163
164
  "updateError": "Error updating upcoming appointment",
164
- "view": "View",
165
165
  "vitals": "Vitals",
166
166
  "week": "Week",
167
167
  "yes": "Yes"
@@ -89,6 +89,7 @@
89
89
  "endTime": "Hora de Fim",
90
90
  "errorCreatingAppointmentService": "Erro ao criar serviço de consulta",
91
91
  "expected": "Esperado",
92
+ "filterAppointmentsByServiceType": "Filter appointments by service type",
92
93
  "filterTable": "Tabela de filtro",
93
94
  "gender": "Sexo",
94
95
  "highestServiceVolume": "Serviço de maior volume: {{time}}",
@@ -108,6 +109,7 @@
108
109
  "noContent": "Sem Conteúdo",
109
110
  "noCurrentAppointments": "Não há consultas marcadas para hoje por mostrar para este utente",
110
111
  "noEncountersFound": "Nenhuma consulta encontrada",
112
+ "noMatchingAppointments": "No matching appointments found",
111
113
  "noPastAppointments": "Não há consultas anteriores por mostrar para este utente",
112
114
  "noPreviousVisitFound": "Nenhuma visita anterior foi encontrada",
113
115
  "notArrived": "Não chegou",
@@ -143,7 +145,6 @@
143
145
  "selectOption": "Selecione uma opção",
144
146
  "selectProvider": "Selecione um provedor",
145
147
  "selectService": "Selecione um serviço",
146
- "selectServiceType": "Selecione tipo de serviço",
147
148
  "service": "Serviço",
148
149
  "serviceName": "Nome do serviço",
149
150
  "serviceType": "Tipo de Serviço",
@@ -161,7 +162,6 @@
161
162
  "upcoming": "Por vir",
162
163
  "upcomingAppointments": "Próximas consultas",
163
164
  "updateError": "Error updating upcoming appointment",
164
- "view": "Visualizar",
165
165
  "vitals": "Sinais vitais",
166
166
  "week": "Semana",
167
167
  "yes": "Sim"
@@ -89,6 +89,7 @@
89
89
  "endTime": "Hora de término",
90
90
  "errorCreatingAppointmentService": "Erro ao criar serviço de consulta",
91
91
  "expected": "Esperado",
92
+ "filterAppointmentsByServiceType": "Filter appointments by service type",
92
93
  "filterTable": "Filtrar tabela",
93
94
  "gender": "Sexo",
94
95
  "highestServiceVolume": "Serviço de maior volume: {{time}}",
@@ -108,6 +109,7 @@
108
109
  "noContent": "Sem Conteúdo",
109
110
  "noCurrentAppointments": "Não há consultas marcadas para hoje para esse paciente para mostrar",
110
111
  "noEncountersFound": "Nenhuma consulta encontrada",
112
+ "noMatchingAppointments": "No matching appointments found",
111
113
  "noPastAppointments": "Não há consultas anteriores por mostrar deste paciente",
112
114
  "noPreviousVisitFound": "Nenhuma visita anterior encontrada",
113
115
  "notArrived": "Não chegou",
@@ -143,7 +145,6 @@
143
145
  "selectOption": "Selecione uma opção",
144
146
  "selectProvider": "Selecione um profissional",
145
147
  "selectService": "Selecione um serviço",
146
- "selectServiceType": "Selecione o tipo de serviço",
147
148
  "service": "Serviço",
148
149
  "serviceName": "Nome do serviço",
149
150
  "serviceType": "Tipo de Serviço",
@@ -161,7 +162,6 @@
161
162
  "upcoming": "Por vir",
162
163
  "upcomingAppointments": "Próximas consultas",
163
164
  "updateError": "Erro ao atualizar próxima consulta agendada",
164
- "view": "Visualizar",
165
165
  "vitals": "Sinais Vitais",
166
166
  "week": "Semana",
167
167
  "yes": "Sim"
@@ -89,6 +89,7 @@
89
89
  "endTime": "End Time",
90
90
  "errorCreatingAppointmentService": "Error creating appointment service",
91
91
  "expected": "Expected",
92
+ "filterAppointmentsByServiceType": "Filter appointments by service type",
92
93
  "filterTable": "Filter table",
93
94
  "gender": "Gender",
94
95
  "highestServiceVolume": "Highest volume service: {{time}}",
@@ -108,6 +109,7 @@
108
109
  "noContent": "No Content",
109
110
  "noCurrentAppointments": "There are no appointments scheduled for today to display for this patient",
110
111
  "noEncountersFound": "No encounters found",
112
+ "noMatchingAppointments": "No matching appointments found",
111
113
  "noPastAppointments": "There are no past appointments to display for this patient",
112
114
  "noPreviousVisitFound": "No previous visit found",
113
115
  "notArrived": "Not arrived",
@@ -143,7 +145,6 @@
143
145
  "selectOption": "Select an option",
144
146
  "selectProvider": "Select a provider",
145
147
  "selectService": "Select a service",
146
- "selectServiceType": "Select service type",
147
148
  "service": "Service",
148
149
  "serviceName": "Service name",
149
150
  "serviceType": "Service Type",
@@ -161,7 +162,6 @@
161
162
  "upcoming": "Upcoming",
162
163
  "upcomingAppointments": "Upcoming appointments",
163
164
  "updateError": "Error updating upcoming appointment",
164
- "view": "View",
165
165
  "vitals": "Vitals",
166
166
  "week": "Week",
167
167
  "yes": "Yes"
@@ -89,6 +89,7 @@
89
89
  "endTime": "End Time",
90
90
  "errorCreatingAppointmentService": "Error creating appointment service",
91
91
  "expected": "Expected",
92
+ "filterAppointmentsByServiceType": "Filter appointments by service type",
92
93
  "filterTable": "Filter table",
93
94
  "gender": "Gender",
94
95
  "highestServiceVolume": "Highest volume service: {{time}}",
@@ -108,6 +109,7 @@
108
109
  "noContent": "No Content",
109
110
  "noCurrentAppointments": "There are no appointments scheduled for today to display for this patient",
110
111
  "noEncountersFound": "No encounters found",
112
+ "noMatchingAppointments": "No matching appointments found",
111
113
  "noPastAppointments": "There are no past appointments to display for this patient",
112
114
  "noPreviousVisitFound": "No previous visit found",
113
115
  "notArrived": "Not arrived",
@@ -143,7 +145,6 @@
143
145
  "selectOption": "Select an option",
144
146
  "selectProvider": "Select a provider",
145
147
  "selectService": "Select a service",
146
- "selectServiceType": "Select service type",
147
148
  "service": "Service",
148
149
  "serviceName": "Service name",
149
150
  "serviceType": "Service Type",
@@ -161,7 +162,6 @@
161
162
  "upcoming": "Upcoming",
162
163
  "upcomingAppointments": "Upcoming appointments",
163
164
  "updateError": "Error updating upcoming appointment",
164
- "view": "View",
165
165
  "vitals": "Vitals",
166
166
  "week": "Week",
167
167
  "yes": "Yes"
@@ -89,6 +89,7 @@
89
89
  "endTime": "End Time",
90
90
  "errorCreatingAppointmentService": "Error creating appointment service",
91
91
  "expected": "Expected",
92
+ "filterAppointmentsByServiceType": "Filter appointments by service type",
92
93
  "filterTable": "Filter table",
93
94
  "gender": "Gender",
94
95
  "highestServiceVolume": "Highest volume service: {{time}}",
@@ -108,6 +109,7 @@
108
109
  "noContent": "No Content",
109
110
  "noCurrentAppointments": "There are no appointments scheduled for today to display for this patient",
110
111
  "noEncountersFound": "No encounters found",
112
+ "noMatchingAppointments": "No matching appointments found",
111
113
  "noPastAppointments": "There are no past appointments to display for this patient",
112
114
  "noPreviousVisitFound": "No previous visit found",
113
115
  "notArrived": "Not arrived",
@@ -143,7 +145,6 @@
143
145
  "selectOption": "Select an option",
144
146
  "selectProvider": "Select a provider",
145
147
  "selectService": "Select a service",
146
- "selectServiceType": "Select service type",
147
148
  "service": "Service",
148
149
  "serviceName": "Service name",
149
150
  "serviceType": "Service Type",
@@ -161,7 +162,6 @@
161
162
  "upcoming": "Upcoming",
162
163
  "upcomingAppointments": "Upcoming appointments",
163
164
  "updateError": "Error updating upcoming appointment",
164
- "view": "View",
165
165
  "vitals": "Vitals",
166
166
  "week": "Week",
167
167
  "yes": "Yes"
@@ -89,6 +89,7 @@
89
89
  "endTime": "End Time",
90
90
  "errorCreatingAppointmentService": "Error creating appointment service",
91
91
  "expected": "Expected",
92
+ "filterAppointmentsByServiceType": "Filter appointments by service type",
92
93
  "filterTable": "Filter table",
93
94
  "gender": "Gender",
94
95
  "highestServiceVolume": "Highest volume service: {{time}}",
@@ -108,6 +109,7 @@
108
109
  "noContent": "No Content",
109
110
  "noCurrentAppointments": "There are no appointments scheduled for today to display for this patient",
110
111
  "noEncountersFound": "No encounters found",
112
+ "noMatchingAppointments": "No matching appointments found",
111
113
  "noPastAppointments": "There are no past appointments to display for this patient",
112
114
  "noPreviousVisitFound": "No previous visit found",
113
115
  "notArrived": "Not arrived",
@@ -143,7 +145,6 @@
143
145
  "selectOption": "Select an option",
144
146
  "selectProvider": "Select a provider",
145
147
  "selectService": "Select a service",
146
- "selectServiceType": "Select service type",
147
148
  "service": "Service",
148
149
  "serviceName": "Service name",
149
150
  "serviceType": "Service Type",
@@ -161,7 +162,6 @@
161
162
  "upcoming": "Upcoming",
162
163
  "upcomingAppointments": "Upcoming appointments",
163
164
  "updateError": "Error updating upcoming appointment",
164
- "view": "View",
165
165
  "vitals": "Vitals",
166
166
  "week": "Week",
167
167
  "yes": "Yes"
@@ -89,6 +89,7 @@
89
89
  "endTime": "End Time",
90
90
  "errorCreatingAppointmentService": "Error creating appointment service",
91
91
  "expected": "Expected",
92
+ "filterAppointmentsByServiceType": "Filter appointments by service type",
92
93
  "filterTable": "Filter table",
93
94
  "gender": "Gender",
94
95
  "highestServiceVolume": "Highest volume service: {{time}}",
@@ -108,6 +109,7 @@
108
109
  "noContent": "No Content",
109
110
  "noCurrentAppointments": "There are no appointments scheduled for today to display for this patient",
110
111
  "noEncountersFound": "No encounters found",
112
+ "noMatchingAppointments": "No matching appointments found",
111
113
  "noPastAppointments": "There are no past appointments to display for this patient",
112
114
  "noPreviousVisitFound": "No previous visit found",
113
115
  "notArrived": "Not arrived",
@@ -143,7 +145,6 @@
143
145
  "selectOption": "Select an option",
144
146
  "selectProvider": "Select a provider",
145
147
  "selectService": "Select a service",
146
- "selectServiceType": "Select service type",
147
148
  "service": "Service",
148
149
  "serviceName": "Service name",
149
150
  "serviceType": "Service Type",
@@ -161,7 +162,6 @@
161
162
  "upcoming": "Upcoming",
162
163
  "upcomingAppointments": "Upcoming appointments",
163
164
  "updateError": "Error updating upcoming appointment",
164
- "view": "View",
165
165
  "vitals": "Vitals",
166
166
  "week": "Week",
167
167
  "yes": "Yes"
@@ -89,6 +89,7 @@
89
89
  "endTime": "End Time",
90
90
  "errorCreatingAppointmentService": "Error creating appointment service",
91
91
  "expected": "Expected",
92
+ "filterAppointmentsByServiceType": "Filter appointments by service type",
92
93
  "filterTable": "Filter table",
93
94
  "gender": "Gender",
94
95
  "highestServiceVolume": "Highest volume service: {{time}}",
@@ -108,6 +109,7 @@
108
109
  "noContent": "No Content",
109
110
  "noCurrentAppointments": "There are no appointments scheduled for today to display for this patient",
110
111
  "noEncountersFound": "No encounters found",
112
+ "noMatchingAppointments": "No matching appointments found",
111
113
  "noPastAppointments": "There are no past appointments to display for this patient",
112
114
  "noPreviousVisitFound": "No previous visit found",
113
115
  "notArrived": "Not arrived",
@@ -143,7 +145,6 @@
143
145
  "selectOption": "Select an option",
144
146
  "selectProvider": "Select a provider",
145
147
  "selectService": "Select a service",
146
- "selectServiceType": "Select service type",
147
148
  "service": "Service",
148
149
  "serviceName": "Service name",
149
150
  "serviceType": "Service Type",
@@ -161,7 +162,6 @@
161
162
  "upcoming": "Upcoming",
162
163
  "upcomingAppointments": "Upcoming appointments",
163
164
  "updateError": "Error updating upcoming appointment",
164
- "view": "View",
165
165
  "vitals": "Vitals",
166
166
  "week": "Week",
167
167
  "yes": "Yes"
@@ -89,6 +89,7 @@
89
89
  "endTime": "End Time",
90
90
  "errorCreatingAppointmentService": "Error creating appointment service",
91
91
  "expected": "Expected",
92
+ "filterAppointmentsByServiceType": "Filter appointments by service type",
92
93
  "filterTable": "Filter table",
93
94
  "gender": "Gender",
94
95
  "highestServiceVolume": "Highest volume service: {{time}}",
@@ -108,6 +109,7 @@
108
109
  "noContent": "No Content",
109
110
  "noCurrentAppointments": "There are no appointments scheduled for today to display for this patient",
110
111
  "noEncountersFound": "No encounters found",
112
+ "noMatchingAppointments": "No matching appointments found",
111
113
  "noPastAppointments": "There are no past appointments to display for this patient",
112
114
  "noPreviousVisitFound": "No previous visit found",
113
115
  "notArrived": "Not arrived",
@@ -143,7 +145,6 @@
143
145
  "selectOption": "Select an option",
144
146
  "selectProvider": "Select a provider",
145
147
  "selectService": "Select a service",
146
- "selectServiceType": "Select service type",
147
148
  "service": "Service",
148
149
  "serviceName": "Service name",
149
150
  "serviceType": "Service Type",
@@ -161,7 +162,6 @@
161
162
  "upcoming": "Upcoming",
162
163
  "upcomingAppointments": "Upcoming appointments",
163
164
  "updateError": "Error updating upcoming appointment",
164
- "view": "View",
165
165
  "vitals": "Vitals",
166
166
  "week": "Week",
167
167
  "yes": "Yes"
@@ -89,6 +89,7 @@
89
89
  "endTime": "End Time",
90
90
  "errorCreatingAppointmentService": "Error creating appointment service",
91
91
  "expected": "Expected",
92
+ "filterAppointmentsByServiceType": "Filter appointments by service type",
92
93
  "filterTable": "Filter table",
93
94
  "gender": "Gender",
94
95
  "highestServiceVolume": "Highest volume service: {{time}}",
@@ -108,6 +109,7 @@
108
109
  "noContent": "No Content",
109
110
  "noCurrentAppointments": "There are no appointments scheduled for today to display for this patient",
110
111
  "noEncountersFound": "No encounters found",
112
+ "noMatchingAppointments": "No matching appointments found",
111
113
  "noPastAppointments": "There are no past appointments to display for this patient",
112
114
  "noPreviousVisitFound": "No previous visit found",
113
115
  "notArrived": "Not arrived",
@@ -143,7 +145,6 @@
143
145
  "selectOption": "Select an option",
144
146
  "selectProvider": "Select a provider",
145
147
  "selectService": "Select a service",
146
- "selectServiceType": "Select service type",
147
148
  "service": "Service",
148
149
  "serviceName": "Service name",
149
150
  "serviceType": "Service Type",
@@ -161,7 +162,6 @@
161
162
  "upcoming": "Upcoming",
162
163
  "upcomingAppointments": "Upcoming appointments",
163
164
  "updateError": "Error updating upcoming appointment",
164
- "view": "View",
165
165
  "vitals": "Vitals",
166
166
  "week": "Week",
167
167
  "yes": "Yes"
@@ -89,6 +89,7 @@
89
89
  "endTime": "End Time",
90
90
  "errorCreatingAppointmentService": "Error creating appointment service",
91
91
  "expected": "Expected",
92
+ "filterAppointmentsByServiceType": "Filter appointments by service type",
92
93
  "filterTable": "Filter table",
93
94
  "gender": "Gender",
94
95
  "highestServiceVolume": "Highest volume service: {{time}}",
@@ -108,6 +109,7 @@
108
109
  "noContent": "No Content",
109
110
  "noCurrentAppointments": "There are no appointments scheduled for today to display for this patient",
110
111
  "noEncountersFound": "No encounters found",
112
+ "noMatchingAppointments": "No matching appointments found",
111
113
  "noPastAppointments": "There are no past appointments to display for this patient",
112
114
  "noPreviousVisitFound": "No previous visit found",
113
115
  "notArrived": "Not arrived",
@@ -143,7 +145,6 @@
143
145
  "selectOption": "Select an option",
144
146
  "selectProvider": "Select a provider",
145
147
  "selectService": "Select a service",
146
- "selectServiceType": "Select service type",
147
148
  "service": "Service",
148
149
  "serviceName": "Service name",
149
150
  "serviceType": "Service Type",
@@ -161,7 +162,6 @@
161
162
  "upcoming": "Upcoming",
162
163
  "upcomingAppointments": "Upcoming appointments",
163
164
  "updateError": "Error updating upcoming appointment",
164
- "view": "View",
165
165
  "vitals": "Vitals",
166
166
  "week": "Week",
167
167
  "yes": "Yes"
@@ -89,6 +89,7 @@
89
89
  "endTime": "End Time",
90
90
  "errorCreatingAppointmentService": "Error creating appointment service",
91
91
  "expected": "Expected",
92
+ "filterAppointmentsByServiceType": "Filter appointments by service type",
92
93
  "filterTable": "Filter table",
93
94
  "gender": "Gender",
94
95
  "highestServiceVolume": "Highest volume service: {{time}}",
@@ -108,6 +109,7 @@
108
109
  "noContent": "No Content",
109
110
  "noCurrentAppointments": "There are no appointments scheduled for today to display for this patient",
110
111
  "noEncountersFound": "No encounters found",
112
+ "noMatchingAppointments": "No matching appointments found",
111
113
  "noPastAppointments": "There are no past appointments to display for this patient",
112
114
  "noPreviousVisitFound": "No previous visit found",
113
115
  "notArrived": "Not arrived",
@@ -143,7 +145,6 @@
143
145
  "selectOption": "Select an option",
144
146
  "selectProvider": "Select a provider",
145
147
  "selectService": "Select a service",
146
- "selectServiceType": "Select service type",
147
148
  "service": "Service",
148
149
  "serviceName": "Service name",
149
150
  "serviceType": "Service Type",
@@ -161,7 +162,6 @@
161
162
  "upcoming": "Upcoming",
162
163
  "upcomingAppointments": "Upcoming appointments",
163
164
  "updateError": "Error updating upcoming appointment",
164
- "view": "View",
165
165
  "vitals": "Vitals",
166
166
  "week": "Week",
167
167
  "yes": "Yes"
@@ -89,6 +89,7 @@
89
89
  "endTime": "Thời gian kết thúc",
90
90
  "errorCreatingAppointmentService": "Lỗi khi tạo dịch vụ hẹn gặp",
91
91
  "expected": "Kỳ vọng",
92
+ "filterAppointmentsByServiceType": "Filter appointments by service type",
92
93
  "filterTable": "Bảng lọc",
93
94
  "gender": "Giới tính",
94
95
  "highestServiceVolume": "Dịch vụ có khối lượng cao nhất: {{hour}}",
@@ -108,6 +109,7 @@
108
109
  "noContent": "Không có nội dung",
109
110
  "noCurrentAppointments": "Không có cuộc hẹn nào được lên lịch cho hôm nay để hiển thị cho bệnh nhân này",
110
111
  "noEncountersFound": "Không tìm thấy cuộc gặp gỡ nào",
112
+ "noMatchingAppointments": "No matching appointments found",
111
113
  "noPastAppointments": "Không có cuộc hẹn nào trước đây để hiển thị cho bệnh nhân này",
112
114
  "noPreviousVisitFound": "Không tìm thấy lần ghé thăm trước",
113
115
  "notArrived": "Không đến",
@@ -143,7 +145,6 @@
143
145
  "selectOption": "Chọn một tùy chọn",
144
146
  "selectProvider": "Chọn một nhà cung cấp",
145
147
  "selectService": "Chọn một dịch vụ",
146
- "selectServiceType": "Chọn loại dịch vụ",
147
148
  "service": "Dịch vụ",
148
149
  "serviceName": "Tên dịch vụ",
149
150
  "serviceType": "Loại dịch vụ",
@@ -161,7 +162,6 @@
161
162
  "upcoming": "Sắp tới",
162
163
  "upcomingAppointments": "Cuộc hẹn sắp tới",
163
164
  "updateError": "Error updating upcoming appointment",
164
- "view": "Xem",
165
165
  "vitals": "Các yếu tố quan trọng",
166
166
  "week": "Tuần",
167
167
  "yes": "Có"