@openmrs/esm-patient-chart-app 11.3.1-pre.9294 → 11.3.1-pre.9304

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 (139) hide show
  1. package/.turbo/turbo-build.log +9 -9
  2. package/dist/1119.js +1 -1
  3. package/dist/1197.js +1 -1
  4. package/dist/2146.js +1 -1
  5. package/dist/2690.js +1 -1
  6. package/dist/276.js +1 -1
  7. package/dist/276.js.map +1 -1
  8. package/dist/2761.js +1 -1
  9. package/dist/2761.js.map +1 -1
  10. package/dist/2859.js +1 -1
  11. package/dist/2859.js.map +1 -1
  12. package/dist/3099.js +1 -1
  13. package/dist/3119.js +1 -1
  14. package/dist/3119.js.map +1 -1
  15. package/dist/3584.js +1 -1
  16. package/dist/4055.js +1 -1
  17. package/dist/4132.js +1 -1
  18. package/dist/4300.js +1 -1
  19. package/dist/4335.js +1 -1
  20. package/dist/4618.js +1 -1
  21. package/dist/4652.js +1 -1
  22. package/dist/4727.js +1 -1
  23. package/dist/4727.js.map +1 -1
  24. package/dist/4944.js +1 -1
  25. package/dist/5048.js +1 -1
  26. package/dist/5048.js.map +1 -1
  27. package/dist/5173.js +1 -1
  28. package/dist/5241.js +1 -1
  29. package/dist/5442.js +1 -1
  30. package/dist/5661.js +1 -1
  31. package/dist/6022.js +1 -1
  32. package/dist/6468.js +1 -1
  33. package/dist/6568.js +1 -0
  34. package/dist/6568.js.map +1 -0
  35. package/dist/6679.js +1 -1
  36. package/dist/6840.js +1 -1
  37. package/dist/6859.js +1 -1
  38. package/dist/7097.js +1 -1
  39. package/dist/7159.js +1 -1
  40. package/dist/723.js +1 -1
  41. package/dist/7617.js +1 -1
  42. package/dist/795.js +1 -1
  43. package/dist/8163.js +1 -1
  44. package/dist/8260.js +1 -0
  45. package/dist/8260.js.map +1 -0
  46. package/dist/8349.js +1 -1
  47. package/dist/8454.js +1 -1
  48. package/dist/8454.js.map +1 -1
  49. package/dist/8618.js +1 -1
  50. package/dist/890.js +1 -1
  51. package/dist/9214.js +1 -1
  52. package/dist/9329.js +1 -0
  53. package/dist/9329.js.map +1 -0
  54. package/dist/9538.js +1 -1
  55. package/dist/9569.js +1 -1
  56. package/dist/986.js +1 -1
  57. package/dist/9879.js +1 -1
  58. package/dist/9895.js +1 -1
  59. package/dist/9900.js +1 -1
  60. package/dist/9913.js +1 -1
  61. package/dist/main.js +1 -1
  62. package/dist/main.js.map +1 -1
  63. package/dist/openmrs-esm-patient-chart-app.js +1 -1
  64. package/dist/openmrs-esm-patient-chart-app.js.buildmanifest.json +214 -214
  65. package/dist/openmrs-esm-patient-chart-app.js.map +1 -1
  66. package/dist/routes.json +1 -1
  67. package/package.json +2 -2
  68. package/src/actions-buttons/delete-visit.component.tsx +8 -3
  69. package/src/actions-buttons/stop-visit.component.tsx +1 -1
  70. package/src/clinical-views/encounter-list/{encounter-list-tabs.component.tsx → encounter-list-tabs.extension.tsx} +10 -6
  71. package/src/index.ts +4 -4
  72. package/src/mark-patient-deceased/mark-patient-deceased-form.test.tsx +2 -0
  73. package/src/patient-banner-tags/{visit-attribute-tags.component.tsx → visit-attribute-tags.extension.tsx} +6 -4
  74. package/src/patient-chart/patient-chart.component.tsx +39 -65
  75. package/src/patient-chart/patient-chart.resources.ts +108 -0
  76. package/src/visit/hooks/useDeleteVisit.test.tsx +39 -42
  77. package/src/visit/hooks/useDeleteVisit.tsx +33 -17
  78. package/src/visit/visit-form/visit-form.test.tsx +3 -9
  79. package/src/visit/visit-form/visit-form.workspace.tsx +17 -7
  80. package/src/visit/visit-prompt/delete-visit-dialog.component.tsx +10 -4
  81. package/src/visit/visit-prompt/delete-visit-dialog.test.tsx +20 -2
  82. package/src/visit/visit-prompt/end-visit-dialog.component.tsx +7 -1
  83. package/src/visit/visit-prompt/end-visit-dialog.test.tsx +19 -0
  84. package/src/visit/visits-widget/active-visit-buttons/active-visit-buttons.tsx +7 -6
  85. package/src/visit/visits-widget/{current-visit-summary.component.tsx → current-visit-summary.extension.tsx} +13 -20
  86. package/src/visit/visits-widget/current-visit-summary.test.tsx +45 -25
  87. package/src/visit/visits-widget/past-visits-components/encounters-table/encounters-table.component.tsx +4 -3
  88. package/src/visit/visits-widget/past-visits-components/encounters-table/encounters-table.resource.ts +0 -1
  89. package/src/visit/visits-widget/visit-context/retrospective-data-date-time-picker/retrospective-date-time-picker.component.tsx +6 -8
  90. package/src/visit/visits-widget/visit-context/{visit-context-header.component.tsx → visit-context-header.extension.tsx} +17 -15
  91. package/src/visit/visits-widget/visit-context/visit-context-header.test.tsx +35 -29
  92. package/src/visit/visits-widget/visit-context/visit-context-switcher.modal.tsx +13 -11
  93. package/src/visit/visits-widget/visit-context/visit-context-switcher.test.tsx +50 -30
  94. package/src/visit/visits-widget/visit.resource.tsx +1 -1
  95. package/translations/am.json +1 -3
  96. package/translations/ar.json +1 -3
  97. package/translations/ar_SY.json +1 -3
  98. package/translations/bn.json +1 -3
  99. package/translations/de.json +1 -3
  100. package/translations/en.json +1 -3
  101. package/translations/en_US.json +1 -3
  102. package/translations/es.json +1 -3
  103. package/translations/es_MX.json +1 -3
  104. package/translations/fr.json +1 -3
  105. package/translations/he.json +1 -3
  106. package/translations/hi.json +1 -3
  107. package/translations/hi_IN.json +1 -3
  108. package/translations/id.json +1 -3
  109. package/translations/it.json +1 -3
  110. package/translations/ka.json +1 -3
  111. package/translations/km.json +1 -3
  112. package/translations/ku.json +1 -3
  113. package/translations/ky.json +1 -3
  114. package/translations/lg.json +1 -3
  115. package/translations/ne.json +1 -3
  116. package/translations/pl.json +1 -3
  117. package/translations/pt.json +1 -3
  118. package/translations/pt_BR.json +1 -3
  119. package/translations/qu.json +1 -3
  120. package/translations/ro_RO.json +1 -3
  121. package/translations/ru_RU.json +1 -3
  122. package/translations/si.json +1 -3
  123. package/translations/sw.json +1 -3
  124. package/translations/sw_KE.json +1 -3
  125. package/translations/tr.json +1 -3
  126. package/translations/tr_TR.json +1 -3
  127. package/translations/uk.json +1 -3
  128. package/translations/uz.json +1 -3
  129. package/translations/uz@Latn.json +1 -3
  130. package/translations/uz_UZ.json +1 -3
  131. package/translations/vi.json +1 -3
  132. package/translations/zh.json +1 -3
  133. package/translations/zh_CN.json +1 -3
  134. package/dist/2442.js +0 -1
  135. package/dist/2442.js.map +0 -1
  136. package/dist/3042.js +0 -1
  137. package/dist/3042.js.map +0 -1
  138. package/dist/4713.js +0 -1
  139. package/dist/4713.js.map +0 -1
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "actions": "Actions",
3
+ "activeVisits__lower": "active visits",
3
4
  "addingToVisit": "Adding to:",
4
5
  "additionalVisitInformationUpdatedSuccessfully": "Additional visit information updated successfully",
5
6
  "addVisit": "Add visit",
@@ -75,7 +76,6 @@
75
76
  "errorUpdatingVisitAttribute": "Could not update {{attributeName}} attribute",
76
77
  "errorUpdatingVisitDetails": "Error updating visit details",
77
78
  "errorWhenRestoringVisit": "Error occurred when restoring {{visit}}",
78
- "failedToLoadCurrentVisit": "Failed loading current visit",
79
79
  "fieldRequired": "This field is required",
80
80
  "filterByEncounterType": "Filter by encounter type",
81
81
  "form": "Form name",
@@ -85,7 +85,6 @@
85
85
  "indication": "Indication",
86
86
  "inThePast": "In the past",
87
87
  "loading": "Loading",
88
- "loadingVisit": "Loading current visit...",
89
88
  "markAliveSuccessfully": "Patient marked alive successfully",
90
89
  "markDeceasedWarning": "Marking the patient as deceased will end any active visits for this patient",
91
90
  "markPatientAlive": "Mark patient alive",
@@ -99,7 +98,6 @@
99
98
  "nextPage": "Next page",
100
99
  "no": "No",
101
100
  "noActiveVisit": "No Active Visit",
102
- "noActiveVisitMessage": "active visit",
103
101
  "noActiveVisitNoRDEText": "You can't add data to the patient chart without an active visit. Would you like to start a new visit?",
104
102
  "noDiagnosesFound": "No diagnoses found",
105
103
  "noEncountersToDisplay": "No encounters to display",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "actions": "Actions",
3
+ "activeVisits__lower": "active visits",
3
4
  "addingToVisit": "Adding to:",
4
5
  "additionalVisitInformationUpdatedSuccessfully": "Additional visit information updated successfully",
5
6
  "addVisit": "Add visit",
@@ -75,7 +76,6 @@
75
76
  "errorUpdatingVisitAttribute": "Could not update {{attributeName}} attribute",
76
77
  "errorUpdatingVisitDetails": "Error updating visit details",
77
78
  "errorWhenRestoringVisit": "Error occurred when restoring {{visit}}",
78
- "failedToLoadCurrentVisit": "Failed loading current visit",
79
79
  "fieldRequired": "This field is required",
80
80
  "filterByEncounterType": "Filter by encounter type",
81
81
  "form": "Form name",
@@ -85,7 +85,6 @@
85
85
  "indication": "Indication",
86
86
  "inThePast": "In the past",
87
87
  "loading": "Loading",
88
- "loadingVisit": "Loading current visit...",
89
88
  "markAliveSuccessfully": "Patient marked alive successfully",
90
89
  "markDeceasedWarning": "Marking the patient as deceased will end any active visits for this patient",
91
90
  "markPatientAlive": "Mark patient alive",
@@ -99,7 +98,6 @@
99
98
  "nextPage": "Next page",
100
99
  "no": "No",
101
100
  "noActiveVisit": "No Active Visit",
102
- "noActiveVisitMessage": "active visit",
103
101
  "noActiveVisitNoRDEText": "You can't add data to the patient chart without an active visit. Would you like to start a new visit?",
104
102
  "noDiagnosesFound": "No diagnoses found",
105
103
  "noEncountersToDisplay": "No encounters to display",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "actions": "Actions",
3
+ "activeVisits__lower": "active visits",
3
4
  "addingToVisit": "Adding to:",
4
5
  "additionalVisitInformationUpdatedSuccessfully": "Additional visit information updated successfully",
5
6
  "addVisit": "Add visit",
@@ -75,7 +76,6 @@
75
76
  "errorUpdatingVisitAttribute": "Could not update {{attributeName}} attribute",
76
77
  "errorUpdatingVisitDetails": "Error updating visit details",
77
78
  "errorWhenRestoringVisit": "Error occurred when restoring {{visit}}",
78
- "failedToLoadCurrentVisit": "Failed loading current visit",
79
79
  "fieldRequired": "This field is required",
80
80
  "filterByEncounterType": "Filter by encounter type",
81
81
  "form": "Form name",
@@ -85,7 +85,6 @@
85
85
  "indication": "Indication",
86
86
  "inThePast": "In the past",
87
87
  "loading": "Loading",
88
- "loadingVisit": "Loading current visit...",
89
88
  "markAliveSuccessfully": "Patient marked alive successfully",
90
89
  "markDeceasedWarning": "Marking the patient as deceased will end any active visits for this patient",
91
90
  "markPatientAlive": "Mark patient alive",
@@ -99,7 +98,6 @@
99
98
  "nextPage": "Next page",
100
99
  "no": "No",
101
100
  "noActiveVisit": "No Active Visit",
102
- "noActiveVisitMessage": "active visit",
103
101
  "noActiveVisitNoRDEText": "You can't add data to the patient chart without an active visit. Would you like to start a new visit?",
104
102
  "noDiagnosesFound": "No diagnoses found",
105
103
  "noEncountersToDisplay": "No encounters to display",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "actions": "Acciones",
3
+ "activeVisits__lower": "active visits",
3
4
  "addingToVisit": "Agregando a:",
4
5
  "additionalVisitInformationUpdatedSuccessfully": "Información adicional de la visita actualizada con éxito",
5
6
  "addVisit": "Agregar Consulta",
@@ -75,7 +76,6 @@
75
76
  "errorUpdatingVisitAttribute": "No se pudo eliminar el atributo {{attributeName}}",
76
77
  "errorUpdatingVisitDetails": "Error al actualizar los detalles de la consulta",
77
78
  "errorWhenRestoringVisit": "Ocurrió un error al restaurar {{visit}}",
78
- "failedToLoadCurrentVisit": "Error al cargar la consulta actual",
79
79
  "fieldRequired": "This field is required",
80
80
  "filterByEncounterType": "Filtrar por tipo de encuentro",
81
81
  "form": "Nombre del formulario",
@@ -85,7 +85,6 @@
85
85
  "indication": "Indicación",
86
86
  "inThePast": "Pasada",
87
87
  "loading": "Cargando",
88
- "loadingVisit": "Cargando consulta actual...",
89
88
  "markAliveSuccessfully": "Paciente marcado como vivo exitosamente",
90
89
  "markDeceasedWarning": "Marcar al paciente como fallecido finalizará cualquier consulta activa para este paciente",
91
90
  "markPatientAlive": "Marcar paciente como vivo",
@@ -99,7 +98,6 @@
99
98
  "nextPage": "Siguiente página",
100
99
  "no": "No",
101
100
  "noActiveVisit": "No hay Consulta Activa",
102
- "noActiveVisitMessage": "consulta activa",
103
101
  "noActiveVisitNoRDEText": "No puede agregar datos a la historia clínica del paciente sin una consulta activa. ¿Desea comenzar una nueva consulta?",
104
102
  "noDiagnosesFound": "No se encontraron diagnósticos",
105
103
  "noEncountersToDisplay": "No hay encuentros para mostrar",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "actions": "Actions",
3
+ "activeVisits__lower": "active visits",
3
4
  "addingToVisit": "Adding to:",
4
5
  "additionalVisitInformationUpdatedSuccessfully": "Additional visit information updated successfully",
5
6
  "addVisit": "Add visit",
@@ -75,7 +76,6 @@
75
76
  "errorUpdatingVisitAttribute": "Could not update {{attributeName}} attribute",
76
77
  "errorUpdatingVisitDetails": "Error updating visit details",
77
78
  "errorWhenRestoringVisit": "Error occurred when restoring {{visit}}",
78
- "failedToLoadCurrentVisit": "Failed loading current visit",
79
79
  "fieldRequired": "This field is required",
80
80
  "filterByEncounterType": "Filter by encounter type",
81
81
  "form": "Form name",
@@ -85,7 +85,6 @@
85
85
  "indication": "Indication",
86
86
  "inThePast": "In the past",
87
87
  "loading": "Loading",
88
- "loadingVisit": "Loading current visit...",
89
88
  "markAliveSuccessfully": "Patient marked alive successfully",
90
89
  "markDeceasedWarning": "Marking the patient as deceased will end any active visits for this patient",
91
90
  "markPatientAlive": "Mark patient alive",
@@ -99,7 +98,6 @@
99
98
  "nextPage": "Next page",
100
99
  "no": "No",
101
100
  "noActiveVisit": "No Active Visit",
102
- "noActiveVisitMessage": "active visit",
103
101
  "noActiveVisitNoRDEText": "You can't add data to the patient chart without an active visit. Would you like to start a new visit?",
104
102
  "noDiagnosesFound": "No diagnoses found",
105
103
  "noEncountersToDisplay": "No encounters to display",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "actions": "Actions",
3
+ "activeVisits__lower": "active visits",
3
4
  "addingToVisit": "Ajout à :",
4
5
  "additionalVisitInformationUpdatedSuccessfully": "Informations sur la visite mises à jour",
5
6
  "addVisit": "Ajouter une visite",
@@ -75,7 +76,6 @@
75
76
  "errorUpdatingVisitAttribute": "Impossible de modifier l'attribut {{attributeName}}",
76
77
  "errorUpdatingVisitDetails": "Erreur lors de la modification des informations sur la visite",
77
78
  "errorWhenRestoringVisit": "Une erreur s’est produite lors de la restauration de {{visit}}",
78
- "failedToLoadCurrentVisit": "Échec du chargement de la visite en cours",
79
79
  "fieldRequired": "Ce champs est requis",
80
80
  "filterByEncounterType": "Filtrer par type de consultation",
81
81
  "form": "Nom du formulaire",
@@ -85,7 +85,6 @@
85
85
  "indication": "Indication",
86
86
  "inThePast": "Auparavant",
87
87
  "loading": "En cours de chargement",
88
- "loadingVisit": "Chargement de la visite en cours...",
89
88
  "markAliveSuccessfully": "Patient marqué comme vivant avec succès",
90
89
  "markDeceasedWarning": "Enregistrer le patient comme décédé mettra fin à toutes les visites actives pour ce patient",
91
90
  "markPatientAlive": "Indiquer le patient comme vivant",
@@ -99,7 +98,6 @@
99
98
  "nextPage": "Page suivante",
100
99
  "no": "Non",
101
100
  "noActiveVisit": "Aucune de visite en cours",
102
- "noActiveVisitMessage": "visite en cours",
103
101
  "noActiveVisitNoRDEText": "Vous ne pouvez pas ajouter de données au dossier du patient sans une visite ouverte. Souhaitez-vous démarrer une nouvelle visite ?",
104
102
  "noDiagnosesFound": "Aucun diagnostic trouvé",
105
103
  "noEncountersToDisplay": "Aucune consultation à afficher",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "actions": "Actions",
3
+ "activeVisits__lower": "active visits",
3
4
  "addingToVisit": "Adding to:",
4
5
  "additionalVisitInformationUpdatedSuccessfully": "Additional visit information updated successfully",
5
6
  "addVisit": "Add visit",
@@ -75,7 +76,6 @@
75
76
  "errorUpdatingVisitAttribute": "Could not update {{attributeName}} attribute",
76
77
  "errorUpdatingVisitDetails": "שגיאה בעדכון פרטי הביקור",
77
78
  "errorWhenRestoringVisit": "Error occurred when restoring {{visit}}",
78
- "failedToLoadCurrentVisit": "נכשל בטעינת הביקור הנוכחי",
79
79
  "fieldRequired": "This field is required",
80
80
  "filterByEncounterType": "סנן לפי סוג ביקור",
81
81
  "form": "Form name",
@@ -85,7 +85,6 @@
85
85
  "indication": "רמז",
86
86
  "inThePast": "In the past",
87
87
  "loading": "טוען",
88
- "loadingVisit": "טוען את הביקור הנוכחי...",
89
88
  "markAliveSuccessfully": "Patient marked alive successfully",
90
89
  "markDeceasedWarning": "Marking the patient as deceased will end any active visits for this patient",
91
90
  "markPatientAlive": "Mark patient alive",
@@ -99,7 +98,6 @@
99
98
  "nextPage": "Next page",
100
99
  "no": "לא",
101
100
  "noActiveVisit": "אין ביקור פעיל",
102
- "noActiveVisitMessage": "ביקור פעיל",
103
101
  "noActiveVisitNoRDEText": "אין אפשרות להוסיף נתונים לקריאת המטופל ללא ביקור פעיל. האם ברצונך להתחיל ביקור חדש?",
104
102
  "noDiagnosesFound": "לא נמצאו אבחנות",
105
103
  "noEncountersToDisplay": "אין ביקורים להצגה",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "actions": "Actions",
3
+ "activeVisits__lower": "active visits",
3
4
  "addingToVisit": "Adding to:",
4
5
  "additionalVisitInformationUpdatedSuccessfully": "Additional visit information updated successfully",
5
6
  "addVisit": "Add visit",
@@ -75,7 +76,6 @@
75
76
  "errorUpdatingVisitAttribute": "Could not update {{attributeName}} attribute",
76
77
  "errorUpdatingVisitDetails": "Error updating visit details",
77
78
  "errorWhenRestoringVisit": "Error occurred when restoring {{visit}}",
78
- "failedToLoadCurrentVisit": "Failed loading current visit",
79
79
  "fieldRequired": "This field is required",
80
80
  "filterByEncounterType": "Filter by encounter type",
81
81
  "form": "Form name",
@@ -85,7 +85,6 @@
85
85
  "indication": "Indication",
86
86
  "inThePast": "In the past",
87
87
  "loading": "Loading",
88
- "loadingVisit": "Loading current visit...",
89
88
  "markAliveSuccessfully": "Patient marked alive successfully",
90
89
  "markDeceasedWarning": "Marking the patient as deceased will end any active visits for this patient",
91
90
  "markPatientAlive": "Mark patient alive",
@@ -99,7 +98,6 @@
99
98
  "nextPage": "Next page",
100
99
  "no": "No",
101
100
  "noActiveVisit": "No Active Visit",
102
- "noActiveVisitMessage": "active visit",
103
101
  "noActiveVisitNoRDEText": "You can't add data to the patient chart without an active visit. Would you like to start a new visit?",
104
102
  "noDiagnosesFound": "No diagnoses found",
105
103
  "noEncountersToDisplay": "No encounters to display",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "actions": "Actions",
3
+ "activeVisits__lower": "active visits",
3
4
  "addingToVisit": "Adding to:",
4
5
  "additionalVisitInformationUpdatedSuccessfully": "Additional visit information updated successfully",
5
6
  "addVisit": "Add visit",
@@ -75,7 +76,6 @@
75
76
  "errorUpdatingVisitAttribute": "Could not update {{attributeName}} attribute",
76
77
  "errorUpdatingVisitDetails": "Error updating visit details",
77
78
  "errorWhenRestoringVisit": "Error occurred when restoring {{visit}}",
78
- "failedToLoadCurrentVisit": "Failed loading current visit",
79
79
  "fieldRequired": "This field is required",
80
80
  "filterByEncounterType": "Filter by encounter type",
81
81
  "form": "Form name",
@@ -85,7 +85,6 @@
85
85
  "indication": "Indication",
86
86
  "inThePast": "In the past",
87
87
  "loading": "Loading",
88
- "loadingVisit": "Loading current visit...",
89
88
  "markAliveSuccessfully": "Patient marked alive successfully",
90
89
  "markDeceasedWarning": "Marking the patient as deceased will end any active visits for this patient",
91
90
  "markPatientAlive": "Mark patient alive",
@@ -99,7 +98,6 @@
99
98
  "nextPage": "Next page",
100
99
  "no": "No",
101
100
  "noActiveVisit": "No Active Visit",
102
- "noActiveVisitMessage": "active visit",
103
101
  "noActiveVisitNoRDEText": "You can't add data to the patient chart without an active visit. Would you like to start a new visit?",
104
102
  "noDiagnosesFound": "No diagnoses found",
105
103
  "noEncountersToDisplay": "No encounters to display",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "actions": "Tindakan",
3
+ "activeVisits__lower": "active visits",
3
4
  "addingToVisit": "Menambahkan ke:",
4
5
  "additionalVisitInformationUpdatedSuccessfully": "Informasi kunjungan tambahan berhasil diperbarui",
5
6
  "addVisit": "Tambahkan kunjungan",
@@ -75,7 +76,6 @@
75
76
  "errorUpdatingVisitAttribute": "Tidak dapat memperbarui atribut {{attributeName}}",
76
77
  "errorUpdatingVisitDetails": "Kesalahan memperbarui detail kunjungan",
77
78
  "errorWhenRestoringVisit": "Terjadi kesalahan saat memulihkan {{visit}}",
78
- "failedToLoadCurrentVisit": "Gagal memuat kunjungan saat ini",
79
79
  "fieldRequired": "This field is required",
80
80
  "filterByEncounterType": "Filter berdasarkan jenis pertemuan",
81
81
  "form": "Nama formulir",
@@ -85,7 +85,6 @@
85
85
  "indication": "Indikasi",
86
86
  "inThePast": "Di masa lalu",
87
87
  "loading": "Memuat",
88
- "loadingVisit": "Memuat kunjungan saat ini...",
89
88
  "markAliveSuccessfully": "Pasien berhasil ditandai hidup",
90
89
  "markDeceasedWarning": "Menandai pasien sebagai meninggal akan mengakhiri semua kunjungan aktif untuk pasien ini",
91
90
  "markPatientAlive": "Tandai pasien hidup",
@@ -99,7 +98,6 @@
99
98
  "nextPage": "Halaman berikutnya",
100
99
  "no": "Tidak",
101
100
  "noActiveVisit": "Tidak Ada Kunjungan Aktif",
102
- "noActiveVisitMessage": "kunjungan aktif",
103
101
  "noActiveVisitNoRDEText": "Anda tidak dapat menambahkan data ke bagan pasien tanpa kunjungan aktif. Apakah Anda ingin memulai kunjungan baru?",
104
102
  "noDiagnosesFound": "Tidak ada diagnosis ditemukan",
105
103
  "noEncountersToDisplay": "Tidak ada pertemuan untuk ditampilkan",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "actions": "Azioni",
3
+ "activeVisits__lower": "active visits",
3
4
  "addingToVisit": "Aggiungendo a:",
4
5
  "additionalVisitInformationUpdatedSuccessfully": "Informazioni aggiuntive sulla visita aggiornate con successo",
5
6
  "addVisit": "Aggiungere visita",
@@ -75,7 +76,6 @@
75
76
  "errorUpdatingVisitAttribute": "Impossibile aggiornare l'attributo {{attributeName}}",
76
77
  "errorUpdatingVisitDetails": "Errore nell'aggiornamento dei dettagli della visita",
77
78
  "errorWhenRestoringVisit": "È accaduto un errore durante il ripristino della {{visit}}",
78
- "failedToLoadCurrentVisit": "Errore nel caricamento della visita attuale",
79
79
  "fieldRequired": "Questo campo è obbligatorio",
80
80
  "filterByEncounterType": "Filtra per tipo di incontro",
81
81
  "form": "Nome modulo",
@@ -85,7 +85,6 @@
85
85
  "indication": "Indicazione",
86
86
  "inThePast": "Nel passato",
87
87
  "loading": "Caricamento in corso",
88
- "loadingVisit": "Caricamento della visita in corso...",
89
88
  "markAliveSuccessfully": "Paziente segnato come Vivo con successo",
90
89
  "markDeceasedWarning": "Contrassegnare il paziente come deceduto terminerà tutte le visite attive per questo paziente",
91
90
  "markPatientAlive": "Segna paziente come vivo",
@@ -99,7 +98,6 @@
99
98
  "nextPage": "Pagina successiva",
100
99
  "no": "No",
101
100
  "noActiveVisit": "Nessuna visita attiva",
102
- "noActiveVisitMessage": "visita attiva",
103
101
  "noActiveVisitNoRDEText": "Non puoi aggiungere dati alla cartella del paziente senza una visita attiva. Vuoi iniziare una nuova visita?",
104
102
  "noDiagnosesFound": "Nessuna diagnosi trovata",
105
103
  "noEncountersToDisplay": "Nessun incontro da visualizzare",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "actions": "ქმედებები",
3
+ "activeVisits__lower": "active visits",
3
4
  "addingToVisit": "დაემატება სად:",
4
5
  "additionalVisitInformationUpdatedSuccessfully": "Additional visit information updated successfully",
5
6
  "addVisit": "ვიზიტის დამატება",
@@ -75,7 +76,6 @@
75
76
  "errorUpdatingVisitAttribute": "განახლების შეცდომა ატრიბუტისთვის {{attributeName}}",
76
77
  "errorUpdatingVisitDetails": "ვიზიტის დეტალების განახლების შეცდომა",
77
78
  "errorWhenRestoringVisit": "შეცდომა {{visit}}-ის აღდგენისას",
78
- "failedToLoadCurrentVisit": "მიმდინარე ვიზიტის ჩატვირთვა ჩავარდა",
79
79
  "fieldRequired": "This field is required",
80
80
  "filterByEncounterType": "გაფილტვრა კონსულტაციის ტიპით",
81
81
  "form": "ფორმის სახელი",
@@ -85,7 +85,6 @@
85
85
  "indication": "სიმპტომი",
86
86
  "inThePast": "წარსულში",
87
87
  "loading": "მიმდინარეობს ჩატვირთვა",
88
- "loadingVisit": "იტვირთება მიმდინარე ვიზიტი...",
89
88
  "markAliveSuccessfully": "პაციენტი წარმატებით მოინიშნა ცოცხლად",
90
89
  "markDeceasedWarning": "Marking the patient as deceased will end any active visits for this patient",
91
90
  "markPatientAlive": "პაციენტის ცოცხლად მონიშვნა",
@@ -99,7 +98,6 @@
99
98
  "nextPage": "შემდეგი გვერდი",
100
99
  "no": "არა",
101
100
  "noActiveVisit": "აქტიური ვიზიტების გარეშე",
102
- "noActiveVisitMessage": "აქტიური ვიზიტი",
103
101
  "noActiveVisitNoRDEText": "You can't add data to the patient chart without an active visit. Would you like to start a new visit?",
104
102
  "noDiagnosesFound": "დიაგნოზები აღმოჩენილი არაა",
105
103
  "noEncountersToDisplay": "საჩვენებელი კონსულტაციების გარეშე",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "actions": "Actions",
3
+ "activeVisits__lower": "active visits",
3
4
  "addingToVisit": "Adding to:",
4
5
  "additionalVisitInformationUpdatedSuccessfully": "Additional visit information updated successfully",
5
6
  "addVisit": "Add visit",
@@ -75,7 +76,6 @@
75
76
  "errorUpdatingVisitAttribute": "Could not update {{attributeName}} attribute",
76
77
  "errorUpdatingVisitDetails": "មានបញ្ហាបច្ចេកទេសក្នុងការធ្វើបច្ចុប្បន្នភាពព័ត៌មានលម្អិតនៃការពិនិត្យជំងឺ",
77
78
  "errorWhenRestoringVisit": "Error occurred when restoring {{visit}}",
78
- "failedToLoadCurrentVisit": "ការទាញទិន្នន័យពិនិត្យជំងឺបច្ចុប្បន្នបរាជ័យ",
79
79
  "fieldRequired": "This field is required",
80
80
  "filterByEncounterType": "ត្រងតាមប្រភេទនៃការជួបពិនិត្យជំងឺ",
81
81
  "form": "Form name",
@@ -85,7 +85,6 @@
85
85
  "indication": "ការចង្អុលបង្ហាញ",
86
86
  "inThePast": "In the past",
87
87
  "loading": "កំពុងផ្ទុក",
88
- "loadingVisit": "ការទាញទិន្នន័យពិនិត្យជំងឺបច្ចុប្បន្ន...",
89
88
  "markAliveSuccessfully": "Patient marked alive successfully",
90
89
  "markDeceasedWarning": "Marking the patient as deceased will end any active visits for this patient",
91
90
  "markPatientAlive": "Mark patient alive",
@@ -99,7 +98,6 @@
99
98
  "nextPage": "Next page",
100
99
  "no": "ទេ",
101
100
  "noActiveVisit": "មិនមានការមកពិនិត្យជំងឺសកម្មទេ",
102
- "noActiveVisitMessage": "ការពិនិត្យជំងឺសកម្ម",
103
101
  "noActiveVisitNoRDEText": "អ្នកមិនអាចបន្ថែមទិន្នន័យទៅក្នុងតារាងអ្នកជំងឺដោយគ្មានការពិនិត្យជំងឺសកម្មបានទេ។ តើអ្នកចង់ចាប់ផ្តើមពិនិត្យជំងឺថ្មីទេ?",
104
102
  "noDiagnosesFound": "រកមិនឃើញរោគវិនិច្ឆ័យទេ",
105
103
  "noEncountersToDisplay": "ពុំមានព័ត៌មានការពិនិត្យបង្ហាញទេ",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "actions": "Actions",
3
+ "activeVisits__lower": "active visits",
3
4
  "addingToVisit": "Adding to:",
4
5
  "additionalVisitInformationUpdatedSuccessfully": "Additional visit information updated successfully",
5
6
  "addVisit": "Add visit",
@@ -75,7 +76,6 @@
75
76
  "errorUpdatingVisitAttribute": "Could not update {{attributeName}} attribute",
76
77
  "errorUpdatingVisitDetails": "Error updating visit details",
77
78
  "errorWhenRestoringVisit": "Error occurred when restoring {{visit}}",
78
- "failedToLoadCurrentVisit": "Failed loading current visit",
79
79
  "fieldRequired": "This field is required",
80
80
  "filterByEncounterType": "Filter by encounter type",
81
81
  "form": "Form name",
@@ -85,7 +85,6 @@
85
85
  "indication": "Indication",
86
86
  "inThePast": "In the past",
87
87
  "loading": "Loading",
88
- "loadingVisit": "Loading current visit...",
89
88
  "markAliveSuccessfully": "Patient marked alive successfully",
90
89
  "markDeceasedWarning": "Marking the patient as deceased will end any active visits for this patient",
91
90
  "markPatientAlive": "Mark patient alive",
@@ -99,7 +98,6 @@
99
98
  "nextPage": "Next page",
100
99
  "no": "No",
101
100
  "noActiveVisit": "No Active Visit",
102
- "noActiveVisitMessage": "active visit",
103
101
  "noActiveVisitNoRDEText": "You can't add data to the patient chart without an active visit. Would you like to start a new visit?",
104
102
  "noDiagnosesFound": "No diagnoses found",
105
103
  "noEncountersToDisplay": "No encounters to display",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "actions": "Actions",
3
+ "activeVisits__lower": "active visits",
3
4
  "addingToVisit": "Adding to:",
4
5
  "additionalVisitInformationUpdatedSuccessfully": "Additional visit information updated successfully",
5
6
  "addVisit": "Add visit",
@@ -75,7 +76,6 @@
75
76
  "errorUpdatingVisitAttribute": "Could not update {{attributeName}} attribute",
76
77
  "errorUpdatingVisitDetails": "Error updating visit details",
77
78
  "errorWhenRestoringVisit": "Error occurred when restoring {{visit}}",
78
- "failedToLoadCurrentVisit": "Failed loading current visit",
79
79
  "fieldRequired": "This field is required",
80
80
  "filterByEncounterType": "Filter by encounter type",
81
81
  "form": "Form name",
@@ -85,7 +85,6 @@
85
85
  "indication": "Indication",
86
86
  "inThePast": "In the past",
87
87
  "loading": "Loading",
88
- "loadingVisit": "Loading current visit...",
89
88
  "markAliveSuccessfully": "Patient marked alive successfully",
90
89
  "markDeceasedWarning": "Marking the patient as deceased will end any active visits for this patient",
91
90
  "markPatientAlive": "Mark patient alive",
@@ -99,7 +98,6 @@
99
98
  "nextPage": "Next page",
100
99
  "no": "No",
101
100
  "noActiveVisit": "No Active Visit",
102
- "noActiveVisitMessage": "active visit",
103
101
  "noActiveVisitNoRDEText": "You can't add data to the patient chart without an active visit. Would you like to start a new visit?",
104
102
  "noDiagnosesFound": "No diagnoses found",
105
103
  "noEncountersToDisplay": "No encounters to display",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "actions": "Actions",
3
+ "activeVisits__lower": "active visits",
3
4
  "addingToVisit": "Adding to:",
4
5
  "additionalVisitInformationUpdatedSuccessfully": "Additional visit information updated successfully",
5
6
  "addVisit": "Add visit",
@@ -75,7 +76,6 @@
75
76
  "errorUpdatingVisitAttribute": "Could not update {{attributeName}} attribute",
76
77
  "errorUpdatingVisitDetails": "Error updating visit details",
77
78
  "errorWhenRestoringVisit": "Error occurred when restoring {{visit}}",
78
- "failedToLoadCurrentVisit": "Failed loading current visit",
79
79
  "fieldRequired": "This field is required",
80
80
  "filterByEncounterType": "Filter by encounter type",
81
81
  "form": "Form name",
@@ -85,7 +85,6 @@
85
85
  "indication": "Indication",
86
86
  "inThePast": "In the past",
87
87
  "loading": "Loading",
88
- "loadingVisit": "Loading current visit...",
89
88
  "markAliveSuccessfully": "Patient marked alive successfully",
90
89
  "markDeceasedWarning": "Marking the patient as deceased will end any active visits for this patient",
91
90
  "markPatientAlive": "Mark patient alive",
@@ -99,7 +98,6 @@
99
98
  "nextPage": "Next page",
100
99
  "no": "No",
101
100
  "noActiveVisit": "No Active Visit",
102
- "noActiveVisitMessage": "active visit",
103
101
  "noActiveVisitNoRDEText": "You can't add data to the patient chart without an active visit. Would you like to start a new visit?",
104
102
  "noDiagnosesFound": "No diagnoses found",
105
103
  "noEncountersToDisplay": "No encounters to display",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "actions": "Actions",
3
+ "activeVisits__lower": "active visits",
3
4
  "addingToVisit": "Adding to:",
4
5
  "additionalVisitInformationUpdatedSuccessfully": "Additional visit information updated successfully",
5
6
  "addVisit": "Add visit",
@@ -75,7 +76,6 @@
75
76
  "errorUpdatingVisitAttribute": "Could not update {{attributeName}} attribute",
76
77
  "errorUpdatingVisitDetails": "Error updating visit details",
77
78
  "errorWhenRestoringVisit": "Error occurred when restoring {{visit}}",
78
- "failedToLoadCurrentVisit": "Failed loading current visit",
79
79
  "fieldRequired": "This field is required",
80
80
  "filterByEncounterType": "Filter by encounter type",
81
81
  "form": "Form name",
@@ -85,7 +85,6 @@
85
85
  "indication": "Indication",
86
86
  "inThePast": "In the past",
87
87
  "loading": "Loading",
88
- "loadingVisit": "Loading current visit...",
89
88
  "markAliveSuccessfully": "Patient marked alive successfully",
90
89
  "markDeceasedWarning": "Marking the patient as deceased will end any active visits for this patient",
91
90
  "markPatientAlive": "Mark patient alive",
@@ -99,7 +98,6 @@
99
98
  "nextPage": "Next page",
100
99
  "no": "No",
101
100
  "noActiveVisit": "No Active Visit",
102
- "noActiveVisitMessage": "active visit",
103
101
  "noActiveVisitNoRDEText": "You can't add data to the patient chart without an active visit. Would you like to start a new visit?",
104
102
  "noDiagnosesFound": "No diagnoses found",
105
103
  "noEncountersToDisplay": "No encounters to display",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "actions": "Actions",
3
+ "activeVisits__lower": "active visits",
3
4
  "addingToVisit": "Adding to:",
4
5
  "additionalVisitInformationUpdatedSuccessfully": "Additional visit information updated successfully",
5
6
  "addVisit": "Add visit",
@@ -75,7 +76,6 @@
75
76
  "errorUpdatingVisitAttribute": "Could not update {{attributeName}} attribute",
76
77
  "errorUpdatingVisitDetails": "Error updating visit details",
77
78
  "errorWhenRestoringVisit": "Error occurred when restoring {{visit}}",
78
- "failedToLoadCurrentVisit": "Failed loading current visit",
79
79
  "fieldRequired": "This field is required",
80
80
  "filterByEncounterType": "Filter by encounter type",
81
81
  "form": "Form name",
@@ -85,7 +85,6 @@
85
85
  "indication": "Indication",
86
86
  "inThePast": "In the past",
87
87
  "loading": "Loading",
88
- "loadingVisit": "Loading current visit...",
89
88
  "markAliveSuccessfully": "Patient marked alive successfully",
90
89
  "markDeceasedWarning": "Marking the patient as deceased will end any active visits for this patient",
91
90
  "markPatientAlive": "Mark patient alive",
@@ -99,7 +98,6 @@
99
98
  "nextPage": "Next page",
100
99
  "no": "No",
101
100
  "noActiveVisit": "No Active Visit",
102
- "noActiveVisitMessage": "active visit",
103
101
  "noActiveVisitNoRDEText": "You can't add data to the patient chart without an active visit. Would you like to start a new visit?",
104
102
  "noDiagnosesFound": "No diagnoses found",
105
103
  "noEncountersToDisplay": "No encounters to display",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "actions": "Actions",
3
+ "activeVisits__lower": "active visits",
3
4
  "addingToVisit": "Adding to:",
4
5
  "additionalVisitInformationUpdatedSuccessfully": "Additional visit information updated successfully",
5
6
  "addVisit": "Add visit",
@@ -75,7 +76,6 @@
75
76
  "errorUpdatingVisitAttribute": "Não foi possível actualizar o atributo {{attributeName}}",
76
77
  "errorUpdatingVisitDetails": "Erro ao actualizar detalhes da visita",
77
78
  "errorWhenRestoringVisit": "Error occurred when restoring {{visit}}",
78
- "failedToLoadCurrentVisit": "Falha ao carregar a visita actual",
79
79
  "fieldRequired": "This field is required",
80
80
  "filterByEncounterType": "Filtrar por tipo de consulta",
81
81
  "form": "Nome do formulário",
@@ -85,7 +85,6 @@
85
85
  "indication": "Indicação",
86
86
  "inThePast": "In the past",
87
87
  "loading": "Carregando",
88
- "loadingVisit": "Carregando visita actual...",
89
88
  "markAliveSuccessfully": "Patient marked alive successfully",
90
89
  "markDeceasedWarning": "Marcar o utente como óbito encerrará todas as visitas activas",
91
90
  "markPatientAlive": "Marcar utente vivo",
@@ -99,7 +98,6 @@
99
98
  "nextPage": "Next page",
100
99
  "no": "Não",
101
100
  "noActiveVisit": "Sem Visita Ativa",
102
- "noActiveVisitMessage": "visita activa",
103
101
  "noActiveVisitNoRDEText": "Você não pode adicionar dados ao prontuário do utente sem uma visita activa. Gostaria de iniciar uma nova visita?",
104
102
  "noDiagnosesFound": "Nenhum diagnóstico encontrado",
105
103
  "noEncountersToDisplay": "Nenhuma consulta para mostrar",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "actions": "Actions",
3
+ "activeVisits__lower": "active visits",
3
4
  "addingToVisit": "Adding to:",
4
5
  "additionalVisitInformationUpdatedSuccessfully": "Informações adicionais sobre a visita atualizadas com sucesso",
5
6
  "addVisit": "Add visit",
@@ -75,7 +76,6 @@
75
76
  "errorUpdatingVisitAttribute": "Não foi possível atualizar o atributo {{attributeName}}",
76
77
  "errorUpdatingVisitDetails": "Erro ao atualizar os detalhes da visita",
77
78
  "errorWhenRestoringVisit": "Error occurred when restoring {{visit}}",
78
- "failedToLoadCurrentVisit": "Falha no carregamento da visita atual",
79
79
  "fieldRequired": "This field is required",
80
80
  "filterByEncounterType": "Filtrar por tipo de encontro",
81
81
  "form": "Nome do formulário",
@@ -85,7 +85,6 @@
85
85
  "indication": "Indicação",
86
86
  "inThePast": "In the past",
87
87
  "loading": "Carregando",
88
- "loadingVisit": "Carregando a visita atual...",
89
88
  "markAliveSuccessfully": "Patient marked alive successfully",
90
89
  "markDeceasedWarning": "Marcar o paciente como falecido encerrará todas as visitas ativas para esse paciente",
91
90
  "markPatientAlive": "Marcar paciente vivo",
@@ -99,7 +98,6 @@
99
98
  "nextPage": "Next page",
100
99
  "no": "Não",
101
100
  "noActiveVisit": "Nenhuma visita ativa",
102
- "noActiveVisitMessage": "visita ativa",
103
101
  "noActiveVisitNoRDEText": "Não é possível adicionar dados ao prontuário do paciente sem uma visita ativa. Gostaria de iniciar uma nova visita?",
104
102
  "noDiagnosesFound": "Nenhum diagnóstico encontrado",
105
103
  "noEncountersToDisplay": "Nenhum encontro para exibir",