@openmrs/esm-form-engine-app 11.3.0 → 11.3.1-patch.9064

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 (127) hide show
  1. package/.turbo/turbo-build.log +30 -25
  2. package/dist/1119.js +1 -1
  3. package/dist/1197.js +1 -1
  4. package/dist/1520.js +1 -1
  5. package/dist/1520.js.map +1 -1
  6. package/dist/2146.js +1 -1
  7. package/dist/2690.js +1 -1
  8. package/dist/3029.js +1 -1
  9. package/dist/3029.js.map +1 -1
  10. package/dist/3099.js +1 -1
  11. package/dist/3584.js +1 -1
  12. package/dist/4055.js +1 -1
  13. package/dist/4132.js +1 -1
  14. package/dist/4300.js +1 -1
  15. package/dist/4335.js +1 -1
  16. package/dist/4410.js +1 -1
  17. package/dist/4618.js +1 -1
  18. package/dist/4652.js +1 -1
  19. package/dist/4944.js +1 -1
  20. package/dist/5173.js +1 -1
  21. package/dist/5241.js +1 -1
  22. package/dist/5442.js +1 -1
  23. package/dist/5489.js +2 -0
  24. package/dist/{3673.js.LICENSE.txt → 5489.js.LICENSE.txt} +25 -0
  25. package/dist/5489.js.map +1 -0
  26. package/dist/5661.js +1 -1
  27. package/dist/5670.js +1 -0
  28. package/dist/5670.js.map +1 -0
  29. package/dist/6022.js +1 -1
  30. package/dist/6173.js +1 -1
  31. package/dist/6173.js.map +1 -1
  32. package/dist/6468.js +1 -1
  33. package/dist/6624.js +2 -0
  34. package/dist/6624.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/7119.js +1 -0
  40. package/dist/7119.js.map +1 -0
  41. package/dist/7159.js +1 -1
  42. package/dist/723.js +1 -1
  43. package/dist/7617.js +1 -1
  44. package/dist/795.js +1 -1
  45. package/dist/8163.js +1 -1
  46. package/dist/8349.js +1 -1
  47. package/dist/8498.js +1 -0
  48. package/dist/8498.js.map +1 -0
  49. package/dist/8618.js +1 -1
  50. package/dist/8803.js +1 -0
  51. package/dist/8803.js.map +1 -0
  52. package/dist/890.js +1 -1
  53. package/dist/9214.js +1 -1
  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 +2 -1
  62. package/dist/main.js.LICENSE.txt +75 -0
  63. package/dist/main.js.map +1 -1
  64. package/dist/openmrs-esm-form-engine-app.js +1 -1
  65. package/dist/openmrs-esm-form-engine-app.js.buildmanifest.json +271 -368
  66. package/dist/openmrs-esm-form-engine-app.js.map +1 -1
  67. package/dist/routes.json +1 -1
  68. package/package.json +4 -3
  69. package/src/config-schema.ts +16 -0
  70. package/src/index.ts +41 -3
  71. package/translations/am.json +6 -0
  72. package/translations/ar.json +6 -0
  73. package/translations/ar_SY.json +6 -0
  74. package/translations/bn.json +6 -0
  75. package/translations/de.json +6 -0
  76. package/translations/en.json +6 -0
  77. package/translations/en_US.json +6 -0
  78. package/translations/es.json +6 -0
  79. package/translations/es_MX.json +6 -0
  80. package/translations/fr.json +6 -0
  81. package/translations/he.json +6 -0
  82. package/translations/hi.json +6 -0
  83. package/translations/hi_IN.json +6 -0
  84. package/translations/id.json +6 -0
  85. package/translations/it.json +21 -15
  86. package/translations/ka.json +6 -0
  87. package/translations/km.json +6 -0
  88. package/translations/ku.json +6 -0
  89. package/translations/ky.json +6 -0
  90. package/translations/lg.json +6 -0
  91. package/translations/ne.json +6 -0
  92. package/translations/pl.json +6 -0
  93. package/translations/pt.json +6 -0
  94. package/translations/pt_BR.json +6 -0
  95. package/translations/qu.json +6 -0
  96. package/translations/ro_RO.json +6 -0
  97. package/translations/ru_RU.json +6 -0
  98. package/translations/si.json +6 -0
  99. package/translations/sw.json +6 -0
  100. package/translations/sw_KE.json +6 -0
  101. package/translations/tr.json +6 -0
  102. package/translations/tr_TR.json +6 -0
  103. package/translations/uk.json +6 -0
  104. package/translations/uz.json +6 -0
  105. package/translations/uz@Latn.json +6 -0
  106. package/translations/uz_UZ.json +6 -0
  107. package/translations/vi.json +6 -0
  108. package/translations/zh.json +6 -0
  109. package/translations/zh_CN.json +6 -0
  110. package/dist/2204.js +0 -2
  111. package/dist/2204.js.map +0 -1
  112. package/dist/2860.js +0 -1
  113. package/dist/2860.js.map +0 -1
  114. package/dist/3673.js +0 -2
  115. package/dist/3673.js.map +0 -1
  116. package/dist/4051.js +0 -1
  117. package/dist/4051.js.map +0 -1
  118. package/dist/5048.js +0 -1
  119. package/dist/5048.js.map +0 -1
  120. package/dist/6432.js +0 -1
  121. package/dist/6432.js.map +0 -1
  122. package/dist/717.js +0 -1
  123. package/dist/717.js.map +0 -1
  124. package/dist/8578.js +0 -2
  125. package/dist/8578.js.LICENSE.txt +0 -24
  126. package/dist/8578.js.map +0 -1
  127. /package/dist/{2204.js.LICENSE.txt → 6624.js.LICENSE.txt} +0 -0
@@ -9,6 +9,7 @@
9
9
  "cameraCapture": "Camera capture",
10
10
  "cancel": "Cancelar",
11
11
  "cannotDiscontinueEnrollment": "Cannot discontinue an enrollment that does not exist",
12
+ "causeOfDeathQuestionIdIsNotConfigured": "Cause of death question ID is not configured",
12
13
  "chooseAnOption": "Choose an option",
13
14
  "clearFile": "Clear file",
14
15
  "close": "Close",
@@ -16,6 +17,7 @@
16
17
  "closesNotification": "Closes notification",
17
18
  "closeThisPanel": "Fechar esse painel",
18
19
  "collapseAll": "Esconder tudo",
20
+ "dateOfDeathQuestionIdIsNotConfigured": "Date of death question ID is not configured",
19
21
  "deleteQuestion": "Apagar pergunta",
20
22
  "deleteQuestionConfirmation": "Tem certeza de que deseja esta pergunta?",
21
23
  "deleteQuestionExplainerText": "Esta ação não pode ser desfeita.",
@@ -29,6 +31,7 @@
29
31
  "errorDescriptionTitle": "errorDescriptionTitle",
30
32
  "errorLoadingFormSchema": "Error loading form schema",
31
33
  "errorLoadingInitialValues": "Error loading initial values",
34
+ "errorMarkingPatientDeceased": "Error marking patient deceased",
32
35
  "errorRenderingField": "Error rendering field",
33
36
  "errorSavingAttachments": "Error saving attachments",
34
37
  "errorSavingEncounter": "Error saving encounter",
@@ -49,7 +52,9 @@
49
52
  "nullMandatoryField": "Please fill the required fields",
50
53
  "or": "ou",
51
54
  "ordersSaved": "Orders saved successfully",
55
+ "patientCannotBeMarkedAsDeceasedBecauseNoPayloadSupplied": "Patient cannot be marked as deceased because no payload is supplied",
52
56
  "patientIdentifiersSaved": "Patient identifiers saved successfully",
57
+ "patientIsAlreadyMarkedAsDeceased": "Patient is already marked as deceased",
53
58
  "patientProgramsSaved": "Patient programs saved successfully",
54
59
  "preview": "Preview",
55
60
  "previousValue": "Previous value:",
@@ -60,6 +65,7 @@
60
65
  "search": "Search",
61
66
  "searching": "Searching",
62
67
  "submitting": "Submitting",
68
+ "successfullyMarkedAsDeceased": "The patient has successfully been marked as deceased",
63
69
  "thisList": "esta lista",
64
70
  "time": "Time",
65
71
  "toggleCollapseOrExpand": "Alternar entre mostrar e ocultar",
@@ -9,6 +9,7 @@
9
9
  "cameraCapture": "Camera capture",
10
10
  "cancel": "Cancel",
11
11
  "cannotDiscontinueEnrollment": "Cannot discontinue an enrollment that does not exist",
12
+ "causeOfDeathQuestionIdIsNotConfigured": "Cause of death question ID is not configured",
12
13
  "chooseAnOption": "Choose an option",
13
14
  "clearFile": "Clear file",
14
15
  "close": "Close",
@@ -16,6 +17,7 @@
16
17
  "closesNotification": "Closes notification",
17
18
  "closeThisPanel": "Close this panel",
18
19
  "collapseAll": "Collapse all",
20
+ "dateOfDeathQuestionIdIsNotConfigured": "Date of death question ID is not configured",
19
21
  "deleteQuestion": "Delete question",
20
22
  "deleteQuestionConfirmation": "Are you sure you want to delete this question?",
21
23
  "deleteQuestionExplainerText": "This action cannot be undone.",
@@ -29,6 +31,7 @@
29
31
  "errorDescriptionTitle": "errorDescriptionTitle",
30
32
  "errorLoadingFormSchema": "Error loading form schema",
31
33
  "errorLoadingInitialValues": "Error loading initial values",
34
+ "errorMarkingPatientDeceased": "Error marking patient deceased",
32
35
  "errorRenderingField": "Error rendering field",
33
36
  "errorSavingAttachments": "Error saving attachments",
34
37
  "errorSavingEncounter": "Error saving encounter",
@@ -49,7 +52,9 @@
49
52
  "nullMandatoryField": "Please fill the required fields",
50
53
  "or": "or",
51
54
  "ordersSaved": "Orders saved successfully",
55
+ "patientCannotBeMarkedAsDeceasedBecauseNoPayloadSupplied": "Patient cannot be marked as deceased because no payload is supplied",
52
56
  "patientIdentifiersSaved": "Patient identifiers saved successfully",
57
+ "patientIsAlreadyMarkedAsDeceased": "Patient is already marked as deceased",
53
58
  "patientProgramsSaved": "Patient programs saved successfully",
54
59
  "preview": "Preview",
55
60
  "previousValue": "Previous value:",
@@ -60,6 +65,7 @@
60
65
  "search": "Search",
61
66
  "searching": "Searching",
62
67
  "submitting": "Submitting",
68
+ "successfullyMarkedAsDeceased": "The patient has successfully been marked as deceased",
63
69
  "thisList": "this list",
64
70
  "time": "Time",
65
71
  "toggleCollapseOrExpand": "Toggle collapse or expand",
@@ -9,6 +9,7 @@
9
9
  "cameraCapture": "Captură cameră",
10
10
  "cancel": "Anulează",
11
11
  "cannotDiscontinueEnrollment": "Nu se poate întrerupe o înscriere care nu există",
12
+ "causeOfDeathQuestionIdIsNotConfigured": "Cause of death question ID is not configured",
12
13
  "chooseAnOption": "Alege o opțiune",
13
14
  "clearFile": "Șterge fișier",
14
15
  "close": "Închide",
@@ -16,6 +17,7 @@
16
17
  "closesNotification": "Închide notificarea",
17
18
  "closeThisPanel": "Închide acest panou",
18
19
  "collapseAll": "Restrânge tot",
20
+ "dateOfDeathQuestionIdIsNotConfigured": "Date of death question ID is not configured",
19
21
  "deleteQuestion": "Șterge întrebarea",
20
22
  "deleteQuestionConfirmation": "Ești sigur că vrei să ștergi această întrebare?",
21
23
  "deleteQuestionExplainerText": "Această acțiune nu poate fi anulată.",
@@ -29,6 +31,7 @@
29
31
  "errorDescriptionTitle": "Descriere eroare",
30
32
  "errorLoadingFormSchema": "Eroare la încărcarea structurii formularului",
31
33
  "errorLoadingInitialValues": "Eroare la încărcarea valorilor inițiale",
34
+ "errorMarkingPatientDeceased": "Error marking patient deceased",
32
35
  "errorRenderingField": "Eroare la afișarea câmpului",
33
36
  "errorSavingAttachments": "Eroare la salvarea fișierelor atașate",
34
37
  "errorSavingEncounter": "Eroare la salvarea consultației",
@@ -49,7 +52,9 @@
49
52
  "nullMandatoryField": "Te rugăm să completezi câmpurile obligatorii",
50
53
  "or": "sau",
51
54
  "ordersSaved": "Comenzile au fost salvate cu succes",
55
+ "patientCannotBeMarkedAsDeceasedBecauseNoPayloadSupplied": "Patient cannot be marked as deceased because no payload is supplied",
52
56
  "patientIdentifiersSaved": "Identificatorii pacientului au fost salvați cu succes",
57
+ "patientIsAlreadyMarkedAsDeceased": "Patient is already marked as deceased",
53
58
  "patientProgramsSaved": "Programele pacientului au fost salvate cu succes",
54
59
  "preview": "Previzualizare",
55
60
  "previousValue": "Valoare anterioară:",
@@ -60,6 +65,7 @@
60
65
  "search": "Caută",
61
66
  "searching": "Se caută",
62
67
  "submitting": "Se trimite",
68
+ "successfullyMarkedAsDeceased": "The patient has successfully been marked as deceased",
63
69
  "thisList": "această listă",
64
70
  "time": "Oră",
65
71
  "toggleCollapseOrExpand": "Comută între restrângere și extindere",
@@ -9,6 +9,7 @@
9
9
  "cameraCapture": "Camera capture",
10
10
  "cancel": "Cancel",
11
11
  "cannotDiscontinueEnrollment": "Cannot discontinue an enrollment that does not exist",
12
+ "causeOfDeathQuestionIdIsNotConfigured": "Cause of death question ID is not configured",
12
13
  "chooseAnOption": "Choose an option",
13
14
  "clearFile": "Clear file",
14
15
  "close": "Close",
@@ -16,6 +17,7 @@
16
17
  "closesNotification": "Closes notification",
17
18
  "closeThisPanel": "Close this panel",
18
19
  "collapseAll": "Collapse all",
20
+ "dateOfDeathQuestionIdIsNotConfigured": "Date of death question ID is not configured",
19
21
  "deleteQuestion": "Delete question",
20
22
  "deleteQuestionConfirmation": "Are you sure you want to delete this question?",
21
23
  "deleteQuestionExplainerText": "This action cannot be undone.",
@@ -29,6 +31,7 @@
29
31
  "errorDescriptionTitle": "errorDescriptionTitle",
30
32
  "errorLoadingFormSchema": "Error loading form schema",
31
33
  "errorLoadingInitialValues": "Error loading initial values",
34
+ "errorMarkingPatientDeceased": "Error marking patient deceased",
32
35
  "errorRenderingField": "Error rendering field",
33
36
  "errorSavingAttachments": "Error saving attachments",
34
37
  "errorSavingEncounter": "Error saving encounter",
@@ -49,7 +52,9 @@
49
52
  "nullMandatoryField": "Please fill the required fields",
50
53
  "or": "or",
51
54
  "ordersSaved": "Orders saved successfully",
55
+ "patientCannotBeMarkedAsDeceasedBecauseNoPayloadSupplied": "Patient cannot be marked as deceased because no payload is supplied",
52
56
  "patientIdentifiersSaved": "Patient identifiers saved successfully",
57
+ "patientIsAlreadyMarkedAsDeceased": "Patient is already marked as deceased",
53
58
  "patientProgramsSaved": "Patient programs saved successfully",
54
59
  "preview": "Preview",
55
60
  "previousValue": "Previous value:",
@@ -60,6 +65,7 @@
60
65
  "search": "Search",
61
66
  "searching": "Searching",
62
67
  "submitting": "Submitting",
68
+ "successfullyMarkedAsDeceased": "The patient has successfully been marked as deceased",
63
69
  "thisList": "this list",
64
70
  "time": "Time",
65
71
  "toggleCollapseOrExpand": "Toggle collapse or expand",
@@ -9,6 +9,7 @@
9
9
  "cameraCapture": "Camera capture",
10
10
  "cancel": "Cancel",
11
11
  "cannotDiscontinueEnrollment": "Cannot discontinue an enrollment that does not exist",
12
+ "causeOfDeathQuestionIdIsNotConfigured": "Cause of death question ID is not configured",
12
13
  "chooseAnOption": "Choose an option",
13
14
  "clearFile": "Clear file",
14
15
  "close": "Close",
@@ -16,6 +17,7 @@
16
17
  "closesNotification": "Closes notification",
17
18
  "closeThisPanel": "Close this panel",
18
19
  "collapseAll": "Collapse all",
20
+ "dateOfDeathQuestionIdIsNotConfigured": "Date of death question ID is not configured",
19
21
  "deleteQuestion": "Delete question",
20
22
  "deleteQuestionConfirmation": "Are you sure you want to delete this question?",
21
23
  "deleteQuestionExplainerText": "This action cannot be undone.",
@@ -29,6 +31,7 @@
29
31
  "errorDescriptionTitle": "errorDescriptionTitle",
30
32
  "errorLoadingFormSchema": "Error loading form schema",
31
33
  "errorLoadingInitialValues": "Error loading initial values",
34
+ "errorMarkingPatientDeceased": "Error marking patient deceased",
32
35
  "errorRenderingField": "Error rendering field",
33
36
  "errorSavingAttachments": "Error saving attachments",
34
37
  "errorSavingEncounter": "Error saving encounter",
@@ -49,7 +52,9 @@
49
52
  "nullMandatoryField": "Please fill the required fields",
50
53
  "or": "or",
51
54
  "ordersSaved": "Orders saved successfully",
55
+ "patientCannotBeMarkedAsDeceasedBecauseNoPayloadSupplied": "Patient cannot be marked as deceased because no payload is supplied",
52
56
  "patientIdentifiersSaved": "Patient identifiers saved successfully",
57
+ "patientIsAlreadyMarkedAsDeceased": "Patient is already marked as deceased",
53
58
  "patientProgramsSaved": "Patient programs saved successfully",
54
59
  "preview": "Preview",
55
60
  "previousValue": "Previous value:",
@@ -60,6 +65,7 @@
60
65
  "search": "Search",
61
66
  "searching": "Searching",
62
67
  "submitting": "Submitting",
68
+ "successfullyMarkedAsDeceased": "The patient has successfully been marked as deceased",
63
69
  "thisList": "this list",
64
70
  "time": "Time",
65
71
  "toggleCollapseOrExpand": "Toggle collapse or expand",
@@ -9,6 +9,7 @@
9
9
  "cameraCapture": "Camera capture",
10
10
  "cancel": "Cancel",
11
11
  "cannotDiscontinueEnrollment": "Cannot discontinue an enrollment that does not exist",
12
+ "causeOfDeathQuestionIdIsNotConfigured": "Cause of death question ID is not configured",
12
13
  "chooseAnOption": "Choose an option",
13
14
  "clearFile": "Clear file",
14
15
  "close": "Close",
@@ -16,6 +17,7 @@
16
17
  "closesNotification": "Closes notification",
17
18
  "closeThisPanel": "Close this panel",
18
19
  "collapseAll": "Collapse all",
20
+ "dateOfDeathQuestionIdIsNotConfigured": "Date of death question ID is not configured",
19
21
  "deleteQuestion": "Delete question",
20
22
  "deleteQuestionConfirmation": "Are you sure you want to delete this question?",
21
23
  "deleteQuestionExplainerText": "This action cannot be undone.",
@@ -29,6 +31,7 @@
29
31
  "errorDescriptionTitle": "errorDescriptionTitle",
30
32
  "errorLoadingFormSchema": "Error loading form schema",
31
33
  "errorLoadingInitialValues": "Error loading initial values",
34
+ "errorMarkingPatientDeceased": "Error marking patient deceased",
32
35
  "errorRenderingField": "Error rendering field",
33
36
  "errorSavingAttachments": "Error saving attachments",
34
37
  "errorSavingEncounter": "Error saving encounter",
@@ -49,7 +52,9 @@
49
52
  "nullMandatoryField": "Please fill the required fields",
50
53
  "or": "or",
51
54
  "ordersSaved": "Orders saved successfully",
55
+ "patientCannotBeMarkedAsDeceasedBecauseNoPayloadSupplied": "Patient cannot be marked as deceased because no payload is supplied",
52
56
  "patientIdentifiersSaved": "Patient identifiers saved successfully",
57
+ "patientIsAlreadyMarkedAsDeceased": "Patient is already marked as deceased",
53
58
  "patientProgramsSaved": "Patient programs saved successfully",
54
59
  "preview": "Preview",
55
60
  "previousValue": "Previous value:",
@@ -60,6 +65,7 @@
60
65
  "search": "Search",
61
66
  "searching": "Searching",
62
67
  "submitting": "Submitting",
68
+ "successfullyMarkedAsDeceased": "The patient has successfully been marked as deceased",
63
69
  "thisList": "this list",
64
70
  "time": "Time",
65
71
  "toggleCollapseOrExpand": "Toggle collapse or expand",
@@ -9,6 +9,7 @@
9
9
  "cameraCapture": "Camera capture",
10
10
  "cancel": "Cancel",
11
11
  "cannotDiscontinueEnrollment": "Cannot discontinue an enrollment that does not exist",
12
+ "causeOfDeathQuestionIdIsNotConfigured": "Cause of death question ID is not configured",
12
13
  "chooseAnOption": "Choose an option",
13
14
  "clearFile": "Clear file",
14
15
  "close": "Close",
@@ -16,6 +17,7 @@
16
17
  "closesNotification": "Closes notification",
17
18
  "closeThisPanel": "Close this panel",
18
19
  "collapseAll": "Collapse all",
20
+ "dateOfDeathQuestionIdIsNotConfigured": "Date of death question ID is not configured",
19
21
  "deleteQuestion": "Delete question",
20
22
  "deleteQuestionConfirmation": "Are you sure you want to delete this question?",
21
23
  "deleteQuestionExplainerText": "This action cannot be undone.",
@@ -29,6 +31,7 @@
29
31
  "errorDescriptionTitle": "errorDescriptionTitle",
30
32
  "errorLoadingFormSchema": "Error loading form schema",
31
33
  "errorLoadingInitialValues": "Error loading initial values",
34
+ "errorMarkingPatientDeceased": "Error marking patient deceased",
32
35
  "errorRenderingField": "Error rendering field",
33
36
  "errorSavingAttachments": "Error saving attachments",
34
37
  "errorSavingEncounter": "Error saving encounter",
@@ -49,7 +52,9 @@
49
52
  "nullMandatoryField": "Please fill the required fields",
50
53
  "or": "or",
51
54
  "ordersSaved": "Orders saved successfully",
55
+ "patientCannotBeMarkedAsDeceasedBecauseNoPayloadSupplied": "Patient cannot be marked as deceased because no payload is supplied",
52
56
  "patientIdentifiersSaved": "Patient identifiers saved successfully",
57
+ "patientIsAlreadyMarkedAsDeceased": "Patient is already marked as deceased",
53
58
  "patientProgramsSaved": "Patient programs saved successfully",
54
59
  "preview": "Preview",
55
60
  "previousValue": "Previous value:",
@@ -60,6 +65,7 @@
60
65
  "search": "Search",
61
66
  "searching": "Searching",
62
67
  "submitting": "Submitting",
68
+ "successfullyMarkedAsDeceased": "The patient has successfully been marked as deceased",
63
69
  "thisList": "this list",
64
70
  "time": "Time",
65
71
  "toggleCollapseOrExpand": "Toggle collapse or expand",
@@ -9,6 +9,7 @@
9
9
  "cameraCapture": "Camera capture",
10
10
  "cancel": "Cancel",
11
11
  "cannotDiscontinueEnrollment": "Cannot discontinue an enrollment that does not exist",
12
+ "causeOfDeathQuestionIdIsNotConfigured": "Cause of death question ID is not configured",
12
13
  "chooseAnOption": "Choose an option",
13
14
  "clearFile": "Clear file",
14
15
  "close": "Close",
@@ -16,6 +17,7 @@
16
17
  "closesNotification": "Closes notification",
17
18
  "closeThisPanel": "Close this panel",
18
19
  "collapseAll": "Collapse all",
20
+ "dateOfDeathQuestionIdIsNotConfigured": "Date of death question ID is not configured",
19
21
  "deleteQuestion": "Delete question",
20
22
  "deleteQuestionConfirmation": "Are you sure you want to delete this question?",
21
23
  "deleteQuestionExplainerText": "This action cannot be undone.",
@@ -29,6 +31,7 @@
29
31
  "errorDescriptionTitle": "errorDescriptionTitle",
30
32
  "errorLoadingFormSchema": "Error loading form schema",
31
33
  "errorLoadingInitialValues": "Error loading initial values",
34
+ "errorMarkingPatientDeceased": "Error marking patient deceased",
32
35
  "errorRenderingField": "Error rendering field",
33
36
  "errorSavingAttachments": "Error saving attachments",
34
37
  "errorSavingEncounter": "Error saving encounter",
@@ -49,7 +52,9 @@
49
52
  "nullMandatoryField": "Please fill the required fields",
50
53
  "or": "or",
51
54
  "ordersSaved": "Orders saved successfully",
55
+ "patientCannotBeMarkedAsDeceasedBecauseNoPayloadSupplied": "Patient cannot be marked as deceased because no payload is supplied",
52
56
  "patientIdentifiersSaved": "Patient identifiers saved successfully",
57
+ "patientIsAlreadyMarkedAsDeceased": "Patient is already marked as deceased",
53
58
  "patientProgramsSaved": "Patient programs saved successfully",
54
59
  "preview": "Preview",
55
60
  "previousValue": "Previous value:",
@@ -60,6 +65,7 @@
60
65
  "search": "Search",
61
66
  "searching": "Searching",
62
67
  "submitting": "Submitting",
68
+ "successfullyMarkedAsDeceased": "The patient has successfully been marked as deceased",
63
69
  "thisList": "this list",
64
70
  "time": "Time",
65
71
  "toggleCollapseOrExpand": "Toggle collapse or expand",
@@ -9,6 +9,7 @@
9
9
  "cameraCapture": "Camera capture",
10
10
  "cancel": "Cancel",
11
11
  "cannotDiscontinueEnrollment": "Cannot discontinue an enrollment that does not exist",
12
+ "causeOfDeathQuestionIdIsNotConfigured": "Cause of death question ID is not configured",
12
13
  "chooseAnOption": "Choose an option",
13
14
  "clearFile": "Clear file",
14
15
  "close": "Close",
@@ -16,6 +17,7 @@
16
17
  "closesNotification": "Closes notification",
17
18
  "closeThisPanel": "Close this panel",
18
19
  "collapseAll": "Collapse all",
20
+ "dateOfDeathQuestionIdIsNotConfigured": "Date of death question ID is not configured",
19
21
  "deleteQuestion": "Delete question",
20
22
  "deleteQuestionConfirmation": "Are you sure you want to delete this question?",
21
23
  "deleteQuestionExplainerText": "This action cannot be undone.",
@@ -29,6 +31,7 @@
29
31
  "errorDescriptionTitle": "errorDescriptionTitle",
30
32
  "errorLoadingFormSchema": "Error loading form schema",
31
33
  "errorLoadingInitialValues": "Error loading initial values",
34
+ "errorMarkingPatientDeceased": "Error marking patient deceased",
32
35
  "errorRenderingField": "Error rendering field",
33
36
  "errorSavingAttachments": "Error saving attachments",
34
37
  "errorSavingEncounter": "Error saving encounter",
@@ -49,7 +52,9 @@
49
52
  "nullMandatoryField": "Please fill the required fields",
50
53
  "or": "or",
51
54
  "ordersSaved": "Orders saved successfully",
55
+ "patientCannotBeMarkedAsDeceasedBecauseNoPayloadSupplied": "Patient cannot be marked as deceased because no payload is supplied",
52
56
  "patientIdentifiersSaved": "Patient identifiers saved successfully",
57
+ "patientIsAlreadyMarkedAsDeceased": "Patient is already marked as deceased",
53
58
  "patientProgramsSaved": "Patient programs saved successfully",
54
59
  "preview": "Preview",
55
60
  "previousValue": "Previous value:",
@@ -60,6 +65,7 @@
60
65
  "search": "Search",
61
66
  "searching": "Searching",
62
67
  "submitting": "Submitting",
68
+ "successfullyMarkedAsDeceased": "The patient has successfully been marked as deceased",
63
69
  "thisList": "this list",
64
70
  "time": "Time",
65
71
  "toggleCollapseOrExpand": "Toggle collapse or expand",
@@ -9,6 +9,7 @@
9
9
  "cameraCapture": "Camera capture",
10
10
  "cancel": "Cancel",
11
11
  "cannotDiscontinueEnrollment": "Cannot discontinue an enrollment that does not exist",
12
+ "causeOfDeathQuestionIdIsNotConfigured": "Cause of death question ID is not configured",
12
13
  "chooseAnOption": "Choose an option",
13
14
  "clearFile": "Clear file",
14
15
  "close": "Close",
@@ -16,6 +17,7 @@
16
17
  "closesNotification": "Closes notification",
17
18
  "closeThisPanel": "Close this panel",
18
19
  "collapseAll": "Collapse all",
20
+ "dateOfDeathQuestionIdIsNotConfigured": "Date of death question ID is not configured",
19
21
  "deleteQuestion": "Delete question",
20
22
  "deleteQuestionConfirmation": "Are you sure you want to delete this question?",
21
23
  "deleteQuestionExplainerText": "This action cannot be undone.",
@@ -29,6 +31,7 @@
29
31
  "errorDescriptionTitle": "errorDescriptionTitle",
30
32
  "errorLoadingFormSchema": "Error loading form schema",
31
33
  "errorLoadingInitialValues": "Error loading initial values",
34
+ "errorMarkingPatientDeceased": "Error marking patient deceased",
32
35
  "errorRenderingField": "Error rendering field",
33
36
  "errorSavingAttachments": "Error saving attachments",
34
37
  "errorSavingEncounter": "Error saving encounter",
@@ -49,7 +52,9 @@
49
52
  "nullMandatoryField": "Please fill the required fields",
50
53
  "or": "or",
51
54
  "ordersSaved": "Orders saved successfully",
55
+ "patientCannotBeMarkedAsDeceasedBecauseNoPayloadSupplied": "Patient cannot be marked as deceased because no payload is supplied",
52
56
  "patientIdentifiersSaved": "Patient identifiers saved successfully",
57
+ "patientIsAlreadyMarkedAsDeceased": "Patient is already marked as deceased",
53
58
  "patientProgramsSaved": "Patient programs saved successfully",
54
59
  "preview": "Preview",
55
60
  "previousValue": "Previous value:",
@@ -60,6 +65,7 @@
60
65
  "search": "Search",
61
66
  "searching": "Searching",
62
67
  "submitting": "Submitting",
68
+ "successfullyMarkedAsDeceased": "The patient has successfully been marked as deceased",
63
69
  "thisList": "this list",
64
70
  "time": "Time",
65
71
  "toggleCollapseOrExpand": "Toggle collapse or expand",
@@ -9,6 +9,7 @@
9
9
  "cameraCapture": "Camera capture",
10
10
  "cancel": "Cancel",
11
11
  "cannotDiscontinueEnrollment": "Cannot discontinue an enrollment that does not exist",
12
+ "causeOfDeathQuestionIdIsNotConfigured": "Cause of death question ID is not configured",
12
13
  "chooseAnOption": "Choose an option",
13
14
  "clearFile": "Clear file",
14
15
  "close": "Close",
@@ -16,6 +17,7 @@
16
17
  "closesNotification": "Closes notification",
17
18
  "closeThisPanel": "Close this panel",
18
19
  "collapseAll": "Collapse all",
20
+ "dateOfDeathQuestionIdIsNotConfigured": "Date of death question ID is not configured",
19
21
  "deleteQuestion": "Delete question",
20
22
  "deleteQuestionConfirmation": "Are you sure you want to delete this question?",
21
23
  "deleteQuestionExplainerText": "This action cannot be undone.",
@@ -29,6 +31,7 @@
29
31
  "errorDescriptionTitle": "errorDescriptionTitle",
30
32
  "errorLoadingFormSchema": "Error loading form schema",
31
33
  "errorLoadingInitialValues": "Error loading initial values",
34
+ "errorMarkingPatientDeceased": "Error marking patient deceased",
32
35
  "errorRenderingField": "Error rendering field",
33
36
  "errorSavingAttachments": "Error saving attachments",
34
37
  "errorSavingEncounter": "Error saving encounter",
@@ -49,7 +52,9 @@
49
52
  "nullMandatoryField": "Please fill the required fields",
50
53
  "or": "or",
51
54
  "ordersSaved": "Orders saved successfully",
55
+ "patientCannotBeMarkedAsDeceasedBecauseNoPayloadSupplied": "Patient cannot be marked as deceased because no payload is supplied",
52
56
  "patientIdentifiersSaved": "Patient identifiers saved successfully",
57
+ "patientIsAlreadyMarkedAsDeceased": "Patient is already marked as deceased",
53
58
  "patientProgramsSaved": "Patient programs saved successfully",
54
59
  "preview": "Preview",
55
60
  "previousValue": "Previous value:",
@@ -60,6 +65,7 @@
60
65
  "search": "Search",
61
66
  "searching": "Searching",
62
67
  "submitting": "Submitting",
68
+ "successfullyMarkedAsDeceased": "The patient has successfully been marked as deceased",
63
69
  "thisList": "this list",
64
70
  "time": "Time",
65
71
  "toggleCollapseOrExpand": "Toggle collapse or expand",
@@ -9,6 +9,7 @@
9
9
  "cameraCapture": "Camera capture",
10
10
  "cancel": "Cancel",
11
11
  "cannotDiscontinueEnrollment": "Cannot discontinue an enrollment that does not exist",
12
+ "causeOfDeathQuestionIdIsNotConfigured": "Cause of death question ID is not configured",
12
13
  "chooseAnOption": "Choose an option",
13
14
  "clearFile": "Clear file",
14
15
  "close": "Close",
@@ -16,6 +17,7 @@
16
17
  "closesNotification": "Closes notification",
17
18
  "closeThisPanel": "Close this panel",
18
19
  "collapseAll": "Collapse all",
20
+ "dateOfDeathQuestionIdIsNotConfigured": "Date of death question ID is not configured",
19
21
  "deleteQuestion": "Delete question",
20
22
  "deleteQuestionConfirmation": "Are you sure you want to delete this question?",
21
23
  "deleteQuestionExplainerText": "This action cannot be undone.",
@@ -29,6 +31,7 @@
29
31
  "errorDescriptionTitle": "errorDescriptionTitle",
30
32
  "errorLoadingFormSchema": "Error loading form schema",
31
33
  "errorLoadingInitialValues": "Error loading initial values",
34
+ "errorMarkingPatientDeceased": "Error marking patient deceased",
32
35
  "errorRenderingField": "Error rendering field",
33
36
  "errorSavingAttachments": "Error saving attachments",
34
37
  "errorSavingEncounter": "Error saving encounter",
@@ -49,7 +52,9 @@
49
52
  "nullMandatoryField": "Please fill the required fields",
50
53
  "or": "or",
51
54
  "ordersSaved": "Orders saved successfully",
55
+ "patientCannotBeMarkedAsDeceasedBecauseNoPayloadSupplied": "Patient cannot be marked as deceased because no payload is supplied",
52
56
  "patientIdentifiersSaved": "Patient identifiers saved successfully",
57
+ "patientIsAlreadyMarkedAsDeceased": "Patient is already marked as deceased",
53
58
  "patientProgramsSaved": "Patient programs saved successfully",
54
59
  "preview": "Preview",
55
60
  "previousValue": "Previous value:",
@@ -60,6 +65,7 @@
60
65
  "search": "Search",
61
66
  "searching": "Searching",
62
67
  "submitting": "Submitting",
68
+ "successfullyMarkedAsDeceased": "The patient has successfully been marked as deceased",
63
69
  "thisList": "this list",
64
70
  "time": "Time",
65
71
  "toggleCollapseOrExpand": "Toggle collapse or expand",
@@ -9,6 +9,7 @@
9
9
  "cameraCapture": "Camera capture",
10
10
  "cancel": "Cancel",
11
11
  "cannotDiscontinueEnrollment": "Cannot discontinue an enrollment that does not exist",
12
+ "causeOfDeathQuestionIdIsNotConfigured": "Cause of death question ID is not configured",
12
13
  "chooseAnOption": "Choose an option",
13
14
  "clearFile": "Clear file",
14
15
  "close": "Close",
@@ -16,6 +17,7 @@
16
17
  "closesNotification": "Closes notification",
17
18
  "closeThisPanel": "Close this panel",
18
19
  "collapseAll": "Collapse all",
20
+ "dateOfDeathQuestionIdIsNotConfigured": "Date of death question ID is not configured",
19
21
  "deleteQuestion": "Delete question",
20
22
  "deleteQuestionConfirmation": "Are you sure you want to delete this question?",
21
23
  "deleteQuestionExplainerText": "This action cannot be undone.",
@@ -29,6 +31,7 @@
29
31
  "errorDescriptionTitle": "errorDescriptionTitle",
30
32
  "errorLoadingFormSchema": "Error loading form schema",
31
33
  "errorLoadingInitialValues": "Error loading initial values",
34
+ "errorMarkingPatientDeceased": "Error marking patient deceased",
32
35
  "errorRenderingField": "Error rendering field",
33
36
  "errorSavingAttachments": "Error saving attachments",
34
37
  "errorSavingEncounter": "Error saving encounter",
@@ -49,7 +52,9 @@
49
52
  "nullMandatoryField": "Please fill the required fields",
50
53
  "or": "or",
51
54
  "ordersSaved": "Orders saved successfully",
55
+ "patientCannotBeMarkedAsDeceasedBecauseNoPayloadSupplied": "Patient cannot be marked as deceased because no payload is supplied",
52
56
  "patientIdentifiersSaved": "Patient identifiers saved successfully",
57
+ "patientIsAlreadyMarkedAsDeceased": "Patient is already marked as deceased",
53
58
  "patientProgramsSaved": "Patient programs saved successfully",
54
59
  "preview": "Preview",
55
60
  "previousValue": "Previous value:",
@@ -60,6 +65,7 @@
60
65
  "search": "Search",
61
66
  "searching": "Searching",
62
67
  "submitting": "Submitting",
68
+ "successfullyMarkedAsDeceased": "The patient has successfully been marked as deceased",
63
69
  "thisList": "this list",
64
70
  "time": "Time",
65
71
  "toggleCollapseOrExpand": "Toggle collapse or expand",
@@ -9,6 +9,7 @@
9
9
  "cameraCapture": "Camera capture",
10
10
  "cancel": "Hủy",
11
11
  "cannotDiscontinueEnrollment": "Cannot discontinue an enrollment that does not exist",
12
+ "causeOfDeathQuestionIdIsNotConfigured": "Cause of death question ID is not configured",
12
13
  "chooseAnOption": "Choose an option",
13
14
  "clearFile": "Clear file",
14
15
  "close": "Close",
@@ -16,6 +17,7 @@
16
17
  "closesNotification": "Closes notification",
17
18
  "closeThisPanel": "Đóng bảng điều khiển này",
18
19
  "collapseAll": "Thu gọn tất cả",
20
+ "dateOfDeathQuestionIdIsNotConfigured": "Date of death question ID is not configured",
19
21
  "deleteQuestion": "Xóa câu hỏi",
20
22
  "deleteQuestionConfirmation": "Bạn có chắc chắn muốn xóa câu hỏi này không?",
21
23
  "deleteQuestionExplainerText": "Không thể hoàn tác hành động này.",
@@ -29,6 +31,7 @@
29
31
  "errorDescriptionTitle": "errorDescriptionTitle",
30
32
  "errorLoadingFormSchema": "Error loading form schema",
31
33
  "errorLoadingInitialValues": "Error loading initial values",
34
+ "errorMarkingPatientDeceased": "Error marking patient deceased",
32
35
  "errorRenderingField": "Error rendering field",
33
36
  "errorSavingAttachments": "Error saving attachments",
34
37
  "errorSavingEncounter": "Error saving encounter",
@@ -49,7 +52,9 @@
49
52
  "nullMandatoryField": "Please fill the required fields",
50
53
  "or": "hoặc",
51
54
  "ordersSaved": "Orders saved successfully",
55
+ "patientCannotBeMarkedAsDeceasedBecauseNoPayloadSupplied": "Patient cannot be marked as deceased because no payload is supplied",
52
56
  "patientIdentifiersSaved": "Patient identifiers saved successfully",
57
+ "patientIsAlreadyMarkedAsDeceased": "Patient is already marked as deceased",
53
58
  "patientProgramsSaved": "Patient programs saved successfully",
54
59
  "preview": "Preview",
55
60
  "previousValue": "Previous value:",
@@ -60,6 +65,7 @@
60
65
  "search": "Search",
61
66
  "searching": "Searching",
62
67
  "submitting": "Submitting",
68
+ "successfullyMarkedAsDeceased": "The patient has successfully been marked as deceased",
63
69
  "thisList": "danh sách này",
64
70
  "time": "Time",
65
71
  "toggleCollapseOrExpand": "Chuyển đổi thu gọn hoặc mở rộng",
@@ -9,6 +9,7 @@
9
9
  "cameraCapture": "Camera capture",
10
10
  "cancel": "取消",
11
11
  "cannotDiscontinueEnrollment": "Cannot discontinue an enrollment that does not exist",
12
+ "causeOfDeathQuestionIdIsNotConfigured": "Cause of death question ID is not configured",
12
13
  "chooseAnOption": "Choose an option",
13
14
  "clearFile": "Clear file",
14
15
  "close": "Close",
@@ -16,6 +17,7 @@
16
17
  "closesNotification": "Closes notification",
17
18
  "closeThisPanel": "关闭此面板",
18
19
  "collapseAll": "折叠所有",
20
+ "dateOfDeathQuestionIdIsNotConfigured": "Date of death question ID is not configured",
19
21
  "deleteQuestion": "删除问题",
20
22
  "deleteQuestionConfirmation": "你确定要删除这个问题吗?",
21
23
  "deleteQuestionExplainerText": "这个操作无法撤销",
@@ -29,6 +31,7 @@
29
31
  "errorDescriptionTitle": "errorDescriptionTitle",
30
32
  "errorLoadingFormSchema": "Error loading form schema",
31
33
  "errorLoadingInitialValues": "Error loading initial values",
34
+ "errorMarkingPatientDeceased": "Error marking patient deceased",
32
35
  "errorRenderingField": "Error rendering field",
33
36
  "errorSavingAttachments": "Error saving attachments",
34
37
  "errorSavingEncounter": "Error saving encounter",
@@ -49,7 +52,9 @@
49
52
  "nullMandatoryField": "Please fill the required fields",
50
53
  "or": "或者",
51
54
  "ordersSaved": "Orders saved successfully",
55
+ "patientCannotBeMarkedAsDeceasedBecauseNoPayloadSupplied": "Patient cannot be marked as deceased because no payload is supplied",
52
56
  "patientIdentifiersSaved": "Patient identifiers saved successfully",
57
+ "patientIsAlreadyMarkedAsDeceased": "Patient is already marked as deceased",
53
58
  "patientProgramsSaved": "Patient programs saved successfully",
54
59
  "preview": "Preview",
55
60
  "previousValue": "Previous value:",
@@ -60,6 +65,7 @@
60
65
  "search": "Search",
61
66
  "searching": "Searching",
62
67
  "submitting": "Submitting",
68
+ "successfullyMarkedAsDeceased": "The patient has successfully been marked as deceased",
63
69
  "thisList": "这个列表",
64
70
  "time": "Time",
65
71
  "toggleCollapseOrExpand": "切换折叠或展开",