@openmrs/esm-patient-chart-app 11.3.1-pre.9296 → 11.3.1-pre.9308

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 (94) hide show
  1. package/.turbo/turbo-build.log +10 -10
  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/3099.js +1 -1
  7. package/dist/3584.js +1 -1
  8. package/dist/4055.js +1 -1
  9. package/dist/4132.js +1 -1
  10. package/dist/4335.js +1 -1
  11. package/dist/4618.js +1 -1
  12. package/dist/4652.js +1 -1
  13. package/dist/4944.js +1 -1
  14. package/dist/5173.js +1 -1
  15. package/dist/5241.js +1 -1
  16. package/dist/5442.js +1 -1
  17. package/dist/5661.js +1 -1
  18. package/dist/6022.js +1 -1
  19. package/dist/6468.js +1 -1
  20. package/dist/6679.js +1 -1
  21. package/dist/6840.js +1 -1
  22. package/dist/6859.js +1 -1
  23. package/dist/6924.js +1 -0
  24. package/dist/6924.js.map +1 -0
  25. package/dist/{4727.js → 6997.js} +1 -1
  26. package/dist/6997.js.map +1 -0
  27. package/dist/7097.js +1 -1
  28. package/dist/7159.js +1 -1
  29. package/dist/723.js +1 -1
  30. package/dist/7617.js +1 -1
  31. package/dist/7810.js +1 -0
  32. package/dist/7810.js.map +1 -0
  33. package/dist/795.js +1 -1
  34. package/dist/8163.js +1 -1
  35. package/dist/8349.js +1 -1
  36. package/dist/8618.js +1 -1
  37. package/dist/890.js +1 -1
  38. package/dist/9214.js +1 -1
  39. package/dist/9329.js +1 -1
  40. package/dist/9329.js.map +1 -1
  41. package/dist/9538.js +1 -1
  42. package/dist/9569.js +1 -1
  43. package/dist/986.js +1 -1
  44. package/dist/9879.js +1 -1
  45. package/dist/9895.js +1 -1
  46. package/dist/9900.js +1 -1
  47. package/dist/9913.js +1 -1
  48. package/dist/main.js +1 -1
  49. package/dist/main.js.map +1 -1
  50. package/dist/openmrs-esm-patient-chart-app.js +1 -1
  51. package/dist/openmrs-esm-patient-chart-app.js.buildmanifest.json +194 -145
  52. package/dist/routes.json +1 -1
  53. package/package.json +2 -2
  54. package/src/index.ts +5 -0
  55. package/src/visit/visit-form/exported-visit-form.workspace.tsx +700 -0
  56. package/translations/am.json +1 -3
  57. package/translations/ar.json +1 -3
  58. package/translations/ar_SY.json +1 -3
  59. package/translations/bn.json +1 -3
  60. package/translations/de.json +1 -3
  61. package/translations/en_US.json +1 -3
  62. package/translations/es.json +1 -3
  63. package/translations/es_MX.json +1 -3
  64. package/translations/fr.json +1 -3
  65. package/translations/he.json +1 -3
  66. package/translations/hi.json +1 -3
  67. package/translations/hi_IN.json +1 -3
  68. package/translations/id.json +1 -3
  69. package/translations/it.json +1 -3
  70. package/translations/ka.json +1 -3
  71. package/translations/km.json +1 -3
  72. package/translations/ku.json +1 -3
  73. package/translations/ky.json +1 -3
  74. package/translations/lg.json +1 -3
  75. package/translations/ne.json +1 -3
  76. package/translations/pl.json +1 -3
  77. package/translations/pt.json +1 -3
  78. package/translations/pt_BR.json +1 -3
  79. package/translations/qu.json +1 -3
  80. package/translations/ro_RO.json +1 -3
  81. package/translations/ru_RU.json +1 -3
  82. package/translations/si.json +1 -3
  83. package/translations/sw.json +1 -3
  84. package/translations/sw_KE.json +1 -3
  85. package/translations/tr.json +1 -3
  86. package/translations/tr_TR.json +1 -3
  87. package/translations/uk.json +1 -3
  88. package/translations/uz.json +1 -3
  89. package/translations/uz@Latn.json +1 -3
  90. package/translations/uz_UZ.json +1 -3
  91. package/translations/vi.json +1 -3
  92. package/translations/zh.json +1 -3
  93. package/translations/zh_CN.json +1 -3
  94. package/dist/4727.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": "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",
@@ -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": "Actiuni",
3
+ "activeVisits__lower": "active visits",
3
4
  "addingToVisit": "Adaugare la:",
4
5
  "additionalVisitInformationUpdatedSuccessfully": "Informatiile suplimentare ale vizitei au fost actualizate cu succes",
5
6
  "addVisit": "Adauga vizita",
@@ -75,7 +76,6 @@
75
76
  "errorUpdatingVisitAttribute": "Nu s-a putut actualiza atributul {{attributeName}}",
76
77
  "errorUpdatingVisitDetails": "Eroare la actualizarea detaliilor vizitei",
77
78
  "errorWhenRestoringVisit": "Eroare la restaurarea vizitei {{visit}}",
78
- "failedToLoadCurrentVisit": "Incarcarea vizitei curente a esuat",
79
79
  "fieldRequired": "This field is required",
80
80
  "filterByEncounterType": "Filtreaza dupa tip interactiune",
81
81
  "form": "Nume formular",
@@ -85,7 +85,6 @@
85
85
  "indication": "Indicatie",
86
86
  "inThePast": "In trecut",
87
87
  "loading": "Se incarca",
88
- "loadingVisit": "Se incarca vizita curenta...",
89
88
  "markAliveSuccessfully": "Pacient marcat ca fiind in viata cu succes",
90
89
  "markDeceasedWarning": "Marcarea ca decedat va incheia automat orice vizita activa",
91
90
  "markPatientAlive": "Marcheaza pacientul ca in viata",
@@ -99,7 +98,6 @@
99
98
  "nextPage": "Pagina urmatoare",
100
99
  "no": "Nu",
101
100
  "noActiveVisit": "Nicio vizita activa",
102
- "noActiveVisitMessage": "vizita activa",
103
101
  "noActiveVisitNoRDEText": "Nu poti adauga date fara o vizita activa. Vrei sa incepi o vizita noua?",
104
102
  "noDiagnosesFound": "Niciun diagnostic gasit",
105
103
  "noEncountersToDisplay": "Nicio interactiune de afisat",
@@ -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": "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": "Không thể cập nhật thuộc tính {{attributeName}}",
76
77
  "errorUpdatingVisitDetails": "Lỗi cập nhật chi tiết lượt khám",
77
78
  "errorWhenRestoringVisit": "Error occurred when restoring {{visit}}",
78
- "failedToLoadCurrentVisit": "Không tải được lượt khám hiện tại",
79
79
  "fieldRequired": "This field is required",
80
80
  "filterByEncounterType": "Lọc theo loại cuộc gặp gỡ",
81
81
  "form": "Tên biểu mẫu",
@@ -85,7 +85,6 @@
85
85
  "indication": "Chỉ định",
86
86
  "inThePast": "In the past",
87
87
  "loading": "Đang tải",
88
- "loadingVisit": "Đang tải lượt truy cập hiện tại...",
89
88
  "markAliveSuccessfully": "Patient marked alive successfully",
90
89
  "markDeceasedWarning": "Đánh dấu bệnh nhân là đã chết sẽ kết thúc mọi cuộc thăm khám đang hoạt động của bệnh nhân này",
91
90
  "markPatientAlive": "Đánh dấu bệnh nhân còn sống",
@@ -99,7 +98,6 @@
99
98
  "nextPage": "Next page",
100
99
  "no": "Không",
101
100
  "noActiveVisit": "Không có chuyến thăm khám nào hoạt động",
102
- "noActiveVisitMessage": "lượt khám hoạt động",
103
101
  "noActiveVisitNoRDEText": "Bạn không thể thêm dữ liệu vào biểu đồ bệnh nhân nếu không có chuyến thăm khám đang hoạt động. Bạn có muốn bắt đầu một chuyến thăm khám mới không?",
104
102
  "noDiagnosesFound": "Không tìm thấy chẩn đoán",
105
103
  "noEncountersToDisplay": "Không có cuộc gặp gỡ nào để hiển thị",
@@ -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": "表单名称",
@@ -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": "操作",
3
+ "activeVisits__lower": "active visits",
3
4
  "addingToVisit": "添加到",
4
5
  "additionalVisitInformationUpdatedSuccessfully": "其他就诊信息已成功更新",
5
6
  "addVisit": "添加就诊",
@@ -75,7 +76,6 @@
75
76
  "errorUpdatingVisitAttribute": "无法更新 {{attributeName}} 属性",
76
77
  "errorUpdatingVisitDetails": "更新就诊详情时出现错误",
77
78
  "errorWhenRestoringVisit": "恢复{{visit}}时发生错误",
78
- "failedToLoadCurrentVisit": "加载当前就诊失败",
79
79
  "fieldRequired": "此字段为必填项",
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": "将患者标记为已故将结束该患者的任何活动就诊",
91
90
  "markPatientAlive": "标记患者生存",
@@ -99,7 +98,6 @@
99
98
  "nextPage": "下页",
100
99
  "no": "否",
101
100
  "noActiveVisit": "当前没有活动的就诊",
102
- "noActiveVisitMessage": "活动就诊",
103
101
  "noActiveVisitNoRDEText": "您不能在没有活动就诊的情况下向患者病历添加数据。您想开始一个新的就诊吗?",
104
102
  "noDiagnosesFound": "未找到诊断",
105
103
  "noEncountersToDisplay": "没有可显示的问诊记录",