@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
package/dist/9214.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_form_engine_app=globalThis.webpackChunk_openmrs_esm_form_engine_app||[]).push([[9214],{79214:e=>{e.exports=JSON.parse('{"add":"Add","addCameraImage":"Add camera image","addFile":"Add files","alreadyDiscontinuedDescription":"This patient is already enrolled in the selected program and has already been discontinued.","alreadyEnrolledDescription":"This patient is already enrolled in the selected program and cannot be enrolled again.","attachmentsSaved":"Attachments saved successfully","blank":"Blank","cameraCapture":"Camera capture","cancel":"Hủy","cannotDiscontinueEnrollment":"Cannot discontinue an enrollment that does not exist","chooseAnOption":"Choose an option","clearFile":"Clear file","close":"Close","closeCamera":"Close camera","closesNotification":"Closes notification","closeThisPanel":"Đóng bảng điều khiển này","collapseAll":"Thu gọn tất cả","deleteQuestion":"Xóa câu hỏi","deleteQuestionConfirmation":"Bạn có chắc chắn muốn xóa câu hỏi này không?","deleteQuestionExplainerText":"Không thể hoàn tác hành động này.","diagnosisSaved":"Diagnosis(es) saved successfully","enrolledToProgram":"The patient has been successfully enrolled in the program.","enrollmentAlreadyDiscontinued":"Enrollment already discontinued","enrollmentDiscontinuationNotAllowed":"Enrollment discontinuation not allowed","enrollmentDiscontinued":"The patient\'s program enrollment has been successfully discontinued.","enrollmentNotAllowed":"Enrollment not allowed","errorDescription":"{{errors}}","errorDescriptionTitle":"errorDescriptionTitle","errorLoadingFormSchema":"Error loading form schema","errorLoadingInitialValues":"Error loading initial values","errorRenderingField":"Error rendering field","errorSavingAttachments":"Error saving attachments","errorSavingEncounter":"Error saving encounter","errorSavingEnrollment":"Error saving enrollment","errorSavingPatientIdentifiers":"Error saving patient identifiers","errorSavingPatientPrograms":"Error saving patient programs","errorTitle":"Có lỗi với mẫu này","expandAll":"Mở rộng tất cả","fieldErrorDescriptionTitle":"Validation Errors","fileUploadDescription":"","fileUploadDescriptionAny":"Upload any file type","formActionFailed":"Form action failed","invalidWorkspaceName":"Invalid workspace name.","invalidWorkspaceNameSubtitle":"Please provide a valid workspace name.","launchWorkspace":"Launch Workspace","loading":"Đang tải","notification":"Notification","nullMandatoryField":"Please fill the required fields","or":"hoặc","ordersSaved":"Orders saved successfully","patientIdentifiersSaved":"Patient identifiers saved successfully","patientProgramsSaved":"Patient programs saved successfully","preview":"Preview","previousValue":"Previous value:","remove":"Remove","required":"Required","reuseValue":"Reuse value","save":"Save","search":"Search","searching":"Searching","submitting":"Submitting","thisList":"danh sách này","time":"Time","toggleCollapseOrExpand":"Chuyển đổi thu gọn hoặc mở rộng","tryAgainMessage":"Hãy thử mở một biểu mẫu khác từ","unspecified":"Unspecified","upload":"Upload","uploadedPhoto":"Uploaded photo","uploadImage":"Upload image","valuesOutOfBound":"Some of the values are out of bounds"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_form_engine_app=globalThis.webpackChunk_openmrs_esm_form_engine_app||[]).push([[9214],{79214:e=>{e.exports=JSON.parse('{"add":"Add","addCameraImage":"Add camera image","addFile":"Add files","alreadyDiscontinuedDescription":"This patient is already enrolled in the selected program and has already been discontinued.","alreadyEnrolledDescription":"This patient is already enrolled in the selected program and cannot be enrolled again.","attachmentsSaved":"Attachments saved successfully","blank":"Blank","cameraCapture":"Camera capture","cancel":"Hủy","cannotDiscontinueEnrollment":"Cannot discontinue an enrollment that does not exist","causeOfDeathQuestionIdIsNotConfigured":"Cause of death question ID is not configured","chooseAnOption":"Choose an option","clearFile":"Clear file","close":"Close","closeCamera":"Close camera","closesNotification":"Closes notification","closeThisPanel":"Đóng bảng điều khiển này","collapseAll":"Thu gọn tất cả","dateOfDeathQuestionIdIsNotConfigured":"Date of death question ID is not configured","deleteQuestion":"Xóa câu hỏi","deleteQuestionConfirmation":"Bạn có chắc chắn muốn xóa câu hỏi này không?","deleteQuestionExplainerText":"Không thể hoàn tác hành động này.","diagnosisSaved":"Diagnosis(es) saved successfully","enrolledToProgram":"The patient has been successfully enrolled in the program.","enrollmentAlreadyDiscontinued":"Enrollment already discontinued","enrollmentDiscontinuationNotAllowed":"Enrollment discontinuation not allowed","enrollmentDiscontinued":"The patient\'s program enrollment has been successfully discontinued.","enrollmentNotAllowed":"Enrollment not allowed","errorDescription":"{{errors}}","errorDescriptionTitle":"errorDescriptionTitle","errorLoadingFormSchema":"Error loading form schema","errorLoadingInitialValues":"Error loading initial values","errorMarkingPatientDeceased":"Error marking patient deceased","errorRenderingField":"Error rendering field","errorSavingAttachments":"Error saving attachments","errorSavingEncounter":"Error saving encounter","errorSavingEnrollment":"Error saving enrollment","errorSavingPatientIdentifiers":"Error saving patient identifiers","errorSavingPatientPrograms":"Error saving patient programs","errorTitle":"Có lỗi với mẫu này","expandAll":"Mở rộng tất cả","fieldErrorDescriptionTitle":"Validation Errors","fileUploadDescription":"","fileUploadDescriptionAny":"Upload any file type","formActionFailed":"Form action failed","invalidWorkspaceName":"Invalid workspace name.","invalidWorkspaceNameSubtitle":"Please provide a valid workspace name.","launchWorkspace":"Launch Workspace","loading":"Đang tải","notification":"Notification","nullMandatoryField":"Please fill the required fields","or":"hoặc","ordersSaved":"Orders saved successfully","patientCannotBeMarkedAsDeceasedBecauseNoPayloadSupplied":"Patient cannot be marked as deceased because no payload is supplied","patientIdentifiersSaved":"Patient identifiers saved successfully","patientIsAlreadyMarkedAsDeceased":"Patient is already marked as deceased","patientProgramsSaved":"Patient programs saved successfully","preview":"Preview","previousValue":"Previous value:","remove":"Remove","required":"Required","reuseValue":"Reuse value","save":"Save","search":"Search","searching":"Searching","submitting":"Submitting","successfullyMarkedAsDeceased":"The patient has successfully been marked as deceased","thisList":"danh sách này","time":"Time","toggleCollapseOrExpand":"Chuyển đổi thu gọn hoặc mở rộng","tryAgainMessage":"Hãy thử mở một biểu mẫu khác từ","unspecified":"Unspecified","upload":"Upload","uploadedPhoto":"Uploaded photo","uploadImage":"Upload image","valuesOutOfBound":"Some of the values are out of bounds"}')}}]);
package/dist/9538.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_form_engine_app=globalThis.webpackChunk_openmrs_esm_form_engine_app||[]).push([[9538],{9538:e=>{e.exports=JSON.parse('{"add":"Aggiungi","addCameraImage":"Aggiungi immagine dalla fotocamera","addFile":"Aggiungi file","alreadyDiscontinuedDescription":"This patient is already enrolled in the selected program and has already been discontinued.","alreadyEnrolledDescription":"This patient is already enrolled in the selected program and cannot be enrolled again.","attachmentsSaved":"Attachments saved successfully","blank":"Vuoto","cameraCapture":"Acquisizione fotocamera","cancel":"Annulla","cannotDiscontinueEnrollment":"Cannot discontinue an enrollment that does not exist","chooseAnOption":"Scegli un\'opzione","clearFile":"Cancella file","close":"Chiudi","closeCamera":"Chiudi fotocamera","closesNotification":"Chiude notifica","closeThisPanel":"Chiudi questo pannello","collapseAll":"Comprimi tutto","deleteQuestion":"Elimina domanda","deleteQuestionConfirmation":"Sei sicuro di voler eliminare questa domanda?","deleteQuestionExplainerText":"Questa azione non può essere annullata.","diagnosisSaved":"Diagnosis(es) saved successfully","enrolledToProgram":"The patient has been successfully enrolled in the program.","enrollmentAlreadyDiscontinued":"Enrollment already discontinued","enrollmentDiscontinuationNotAllowed":"Enrollment discontinuation not allowed","enrollmentDiscontinued":"The patient\'s program enrollment has been successfully discontinued.","enrollmentNotAllowed":"Enrollment not allowed","errorDescription":"{{errors}}","errorDescriptionTitle":"errorDescriptionTitle","errorLoadingFormSchema":"Errore nel caricamento dello schema del modulo","errorLoadingInitialValues":"Errore nel caricamento dei valori iniziali","errorRenderingField":"Errore nel rendering del campo","errorSavingAttachments":"Error saving attachments","errorSavingEncounter":"Error saving encounter","errorSavingEnrollment":"Error saving enrollment","errorSavingPatientIdentifiers":"Error saving patient identifiers","errorSavingPatientPrograms":"Error saving patient programs","errorTitle":"Si è verificato un errore con questo modulo","expandAll":"Espandi tutto","fieldErrorDescriptionTitle":"Errori di validazione","fileUploadDescription":"","fileUploadDescriptionAny":"Carica qualsiasi tipo di file","formActionFailed":"Form action failed","invalidWorkspaceName":"Nome dell\'area di lavoro non valido.","invalidWorkspaceNameSubtitle":"Inserisci un nome valido per l\'area di lavoro.","launchWorkspace":"Avvia area di lavoro","loading":"Caricamento in corso","notification":"Notifica","nullMandatoryField":"Compila i campi obbligatori","or":"o","ordersSaved":"Orders saved successfully","patientIdentifiersSaved":"Patient identifiers saved successfully","patientProgramsSaved":"Patient programs saved successfully","preview":"Anteprima","previousValue":"Valore precedente:","remove":"Rimuovi","required":"Obbligatorio","reuseValue":"Riutilizza valore","save":"Salva","search":"Cerca","searching":"Ricerca in corso","submitting":"Invio in corso","thisList":"questo elenco","time":"Orario","toggleCollapseOrExpand":"Attiva/disattiva comprimi o espandi","tryAgainMessage":"Prova ad aprire un altro modulo da","unspecified":"Non specificato","upload":"Carica","uploadedPhoto":"Foto caricata","uploadImage":"Carica immagine","valuesOutOfBound":"Alcuni valori sono fuori limite"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_form_engine_app=globalThis.webpackChunk_openmrs_esm_form_engine_app||[]).push([[9538],{9538:e=>{e.exports=JSON.parse('{"add":"Aggiungi","addCameraImage":"Aggiungi immagine dalla fotocamera","addFile":"Aggiungi file","alreadyDiscontinuedDescription":"Il paziente è già iscritto nel programma selezionato e tale iscrizione è stata interrotta.","alreadyEnrolledDescription":"Il paziente è già iscritto nel programma selezionato e non può essere iscritto nuovamente.","attachmentsSaved":"Allegati salvati correttamente","blank":"Vuoto","cameraCapture":"Acquisizione fotocamera","cancel":"Annulla","cannotDiscontinueEnrollment":"Impossibile interrompere un\'iscrizione che non esiste","causeOfDeathQuestionIdIsNotConfigured":"l\'ID della domanda della causa del decesso non è stato configurato","chooseAnOption":"Scegli un\'opzione","clearFile":"Cancella file","close":"Chiudi","closeCamera":"Chiudi fotocamera","closesNotification":"Chiude notifica","closeThisPanel":"Chiudi questo pannello","collapseAll":"Comprimi tutto","dateOfDeathQuestionIdIsNotConfigured":"ID della domanda della data del decesso non configurato","deleteQuestion":"Elimina domanda","deleteQuestionConfirmation":"Sei sicuro di voler eliminare questa domanda?","deleteQuestionExplainerText":"Questa azione non può essere annullata.","diagnosisSaved":"Diagnosi salvata(e) correttamente","enrolledToProgram":"Il paziente è stato iscritto al programma correttamente","enrollmentAlreadyDiscontinued":"l\'iscrizione è già stata interrotta","enrollmentDiscontinuationNotAllowed":"L\'interruzione dell\'iscrizione non è consentita","enrollmentDiscontinued":"L\'iscrizione al programma del paziente è stata interrotta con successo.","enrollmentNotAllowed":"Iscrizione non consentita","errorDescription":"{{errors}}","errorDescriptionTitle":"errorDescriptionTitle","errorLoadingFormSchema":"Errore nel caricamento dello schema del modulo","errorLoadingInitialValues":"Errore nel caricamento dei valori iniziali","errorMarkingPatientDeceased":"Errore nel contrassegnare il paziente come deceduto","errorRenderingField":"Errore nel rendering del campo","errorSavingAttachments":"Errore nel salvataggio degli allegati","errorSavingEncounter":"Errore nel salvataggio dell\'incontro","errorSavingEnrollment":"Errore nel salvataggio dell\'iscrizione","errorSavingPatientIdentifiers":"Errore nel salvataggio degli identificativi del paziente","errorSavingPatientPrograms":"Errore nel salvataggio dei programmi del paziente","errorTitle":"Si è verificato un errore con questo modulo","expandAll":"Espandi tutto","fieldErrorDescriptionTitle":"Errori di validazione","fileUploadDescription":"","fileUploadDescriptionAny":"Carica qualsiasi tipo di file","formActionFailed":"Form action failed","invalidWorkspaceName":"Nome dell\'area di lavoro non valido.","invalidWorkspaceNameSubtitle":"Inserisci un nome valido per l\'area di lavoro.","launchWorkspace":"Avvia area di lavoro","loading":"Caricamento in corso","notification":"Notifica","nullMandatoryField":"Compila i campi obbligatori","or":"o","ordersSaved":"Orders saved successfully","patientCannotBeMarkedAsDeceasedBecauseNoPayloadSupplied":"Patient cannot be marked as deceased because no payload is supplied","patientIdentifiersSaved":"Patient identifiers saved successfully","patientIsAlreadyMarkedAsDeceased":"Patient is already marked as deceased","patientProgramsSaved":"Patient programs saved successfully","preview":"Anteprima","previousValue":"Valore precedente:","remove":"Rimuovi","required":"Obbligatorio","reuseValue":"Riutilizza valore","save":"Salva","search":"Cerca","searching":"Ricerca in corso","submitting":"Invio in corso","successfullyMarkedAsDeceased":"The patient has successfully been marked as deceased","thisList":"questo elenco","time":"Orario","toggleCollapseOrExpand":"Attiva/disattiva comprimi o espandi","tryAgainMessage":"Prova ad aprire un altro modulo da","unspecified":"Non specificato","upload":"Carica","uploadedPhoto":"Foto caricata","uploadImage":"Carica immagine","valuesOutOfBound":"Alcuni valori sono fuori limite"}')}}]);
package/dist/9569.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_form_engine_app=globalThis.webpackChunk_openmrs_esm_form_engine_app||[]).push([[9569],{59569:e=>{e.exports=JSON.parse('{"add":"Add","addCameraImage":"Add camera image","addFile":"Add files","alreadyDiscontinuedDescription":"This patient is already enrolled in the selected program and has already been discontinued.","alreadyEnrolledDescription":"This patient is already enrolled in the selected program and cannot be enrolled again.","attachmentsSaved":"Attachments saved successfully","blank":"Blank","cameraCapture":"Camera capture","cancel":"Cancel","cannotDiscontinueEnrollment":"Cannot discontinue an enrollment that does not exist","chooseAnOption":"Choose an option","clearFile":"Clear file","close":"Close","closeCamera":"Close camera","closesNotification":"Closes notification","closeThisPanel":"Close this panel","collapseAll":"Collapse all","deleteQuestion":"Delete question","deleteQuestionConfirmation":"Are you sure you want to delete this question?","deleteQuestionExplainerText":"This action cannot be undone.","diagnosisSaved":"Diagnosis(es) saved successfully","enrolledToProgram":"The patient has been successfully enrolled in the program.","enrollmentAlreadyDiscontinued":"Enrollment already discontinued","enrollmentDiscontinuationNotAllowed":"Enrollment discontinuation not allowed","enrollmentDiscontinued":"The patient\'s program enrollment has been successfully discontinued.","enrollmentNotAllowed":"Enrollment not allowed","errorDescription":"{{errors}}","errorDescriptionTitle":"errorDescriptionTitle","errorLoadingFormSchema":"Error loading form schema","errorLoadingInitialValues":"Error loading initial values","errorRenderingField":"Error rendering field","errorSavingAttachments":"Error saving attachments","errorSavingEncounter":"Error saving encounter","errorSavingEnrollment":"Error saving enrollment","errorSavingPatientIdentifiers":"Error saving patient identifiers","errorSavingPatientPrograms":"Error saving patient programs","errorTitle":"There was an error with this form","expandAll":"Expand all","fieldErrorDescriptionTitle":"Validation Errors","fileUploadDescription":"","fileUploadDescriptionAny":"Upload any file type","formActionFailed":"Form action failed","invalidWorkspaceName":"Invalid workspace name.","invalidWorkspaceNameSubtitle":"Please provide a valid workspace name.","launchWorkspace":"Launch Workspace","loading":"Loading","notification":"Notification","nullMandatoryField":"Please fill the required fields","or":"or","ordersSaved":"Orders saved successfully","patientIdentifiersSaved":"Patient identifiers saved successfully","patientProgramsSaved":"Patient programs saved successfully","preview":"Preview","previousValue":"Previous value:","remove":"Remove","required":"Required","reuseValue":"Reuse value","save":"Save","search":"Search","searching":"Searching","submitting":"Submitting","thisList":"this list","time":"Time","toggleCollapseOrExpand":"Toggle collapse or expand","tryAgainMessage":"Try opening another form from","unspecified":"Unspecified","upload":"Upload","uploadedPhoto":"Uploaded photo","uploadImage":"Upload image","valuesOutOfBound":"Some of the values are out of bounds"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_form_engine_app=globalThis.webpackChunk_openmrs_esm_form_engine_app||[]).push([[9569],{59569:e=>{e.exports=JSON.parse('{"add":"Add","addCameraImage":"Add camera image","addFile":"Add files","alreadyDiscontinuedDescription":"This patient is already enrolled in the selected program and has already been discontinued.","alreadyEnrolledDescription":"This patient is already enrolled in the selected program and cannot be enrolled again.","attachmentsSaved":"Attachments saved successfully","blank":"Blank","cameraCapture":"Camera capture","cancel":"Cancel","cannotDiscontinueEnrollment":"Cannot discontinue an enrollment that does not exist","causeOfDeathQuestionIdIsNotConfigured":"Cause of death question ID is not configured","chooseAnOption":"Choose an option","clearFile":"Clear file","close":"Close","closeCamera":"Close camera","closesNotification":"Closes notification","closeThisPanel":"Close this panel","collapseAll":"Collapse all","dateOfDeathQuestionIdIsNotConfigured":"Date of death question ID is not configured","deleteQuestion":"Delete question","deleteQuestionConfirmation":"Are you sure you want to delete this question?","deleteQuestionExplainerText":"This action cannot be undone.","diagnosisSaved":"Diagnosis(es) saved successfully","enrolledToProgram":"The patient has been successfully enrolled in the program.","enrollmentAlreadyDiscontinued":"Enrollment already discontinued","enrollmentDiscontinuationNotAllowed":"Enrollment discontinuation not allowed","enrollmentDiscontinued":"The patient\'s program enrollment has been successfully discontinued.","enrollmentNotAllowed":"Enrollment not allowed","errorDescription":"{{errors}}","errorDescriptionTitle":"errorDescriptionTitle","errorLoadingFormSchema":"Error loading form schema","errorLoadingInitialValues":"Error loading initial values","errorMarkingPatientDeceased":"Error marking patient deceased","errorRenderingField":"Error rendering field","errorSavingAttachments":"Error saving attachments","errorSavingEncounter":"Error saving encounter","errorSavingEnrollment":"Error saving enrollment","errorSavingPatientIdentifiers":"Error saving patient identifiers","errorSavingPatientPrograms":"Error saving patient programs","errorTitle":"There was an error with this form","expandAll":"Expand all","fieldErrorDescriptionTitle":"Validation Errors","fileUploadDescription":"","fileUploadDescriptionAny":"Upload any file type","formActionFailed":"Form action failed","invalidWorkspaceName":"Invalid workspace name.","invalidWorkspaceNameSubtitle":"Please provide a valid workspace name.","launchWorkspace":"Launch Workspace","loading":"Loading","notification":"Notification","nullMandatoryField":"Please fill the required fields","or":"or","ordersSaved":"Orders saved successfully","patientCannotBeMarkedAsDeceasedBecauseNoPayloadSupplied":"Patient cannot be marked as deceased because no payload is supplied","patientIdentifiersSaved":"Patient identifiers saved successfully","patientIsAlreadyMarkedAsDeceased":"Patient is already marked as deceased","patientProgramsSaved":"Patient programs saved successfully","preview":"Preview","previousValue":"Previous value:","remove":"Remove","required":"Required","reuseValue":"Reuse value","save":"Save","search":"Search","searching":"Searching","submitting":"Submitting","successfullyMarkedAsDeceased":"The patient has successfully been marked as deceased","thisList":"this list","time":"Time","toggleCollapseOrExpand":"Toggle collapse or expand","tryAgainMessage":"Try opening another form from","unspecified":"Unspecified","upload":"Upload","uploadedPhoto":"Uploaded photo","uploadImage":"Upload image","valuesOutOfBound":"Some of the values are out of bounds"}')}}]);
package/dist/986.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_form_engine_app=globalThis.webpackChunk_openmrs_esm_form_engine_app||[]).push([[986],{60986:e=>{e.exports=JSON.parse('{"add":"Add","addCameraImage":"Add camera image","addFile":"Add files","alreadyDiscontinuedDescription":"This patient is already enrolled in the selected program and has already been discontinued.","alreadyEnrolledDescription":"This patient is already enrolled in the selected program and cannot be enrolled again.","attachmentsSaved":"Attachments saved successfully","blank":"Blank","cameraCapture":"Camera capture","cancel":"Cancel","cannotDiscontinueEnrollment":"Cannot discontinue an enrollment that does not exist","chooseAnOption":"Choose an option","clearFile":"Clear file","close":"Close","closeCamera":"Close camera","closesNotification":"Closes notification","closeThisPanel":"Close this panel","collapseAll":"Collapse all","deleteQuestion":"Delete question","deleteQuestionConfirmation":"Are you sure you want to delete this question?","deleteQuestionExplainerText":"This action cannot be undone.","diagnosisSaved":"Diagnosis(es) saved successfully","enrolledToProgram":"The patient has been successfully enrolled in the program.","enrollmentAlreadyDiscontinued":"Enrollment already discontinued","enrollmentDiscontinuationNotAllowed":"Enrollment discontinuation not allowed","enrollmentDiscontinued":"The patient\'s program enrollment has been successfully discontinued.","enrollmentNotAllowed":"Enrollment not allowed","errorDescription":"{{errors}}","errorDescriptionTitle":"errorDescriptionTitle","errorLoadingFormSchema":"Error loading form schema","errorLoadingInitialValues":"Error loading initial values","errorRenderingField":"Error rendering field","errorSavingAttachments":"Error saving attachments","errorSavingEncounter":"Error saving encounter","errorSavingEnrollment":"Error saving enrollment","errorSavingPatientIdentifiers":"Error saving patient identifiers","errorSavingPatientPrograms":"Error saving patient programs","errorTitle":"There was an error with this form","expandAll":"Expand all","fieldErrorDescriptionTitle":"Validation Errors","fileUploadDescription":"","fileUploadDescriptionAny":"Upload any file type","formActionFailed":"Form action failed","invalidWorkspaceName":"Invalid workspace name.","invalidWorkspaceNameSubtitle":"Please provide a valid workspace name.","launchWorkspace":"Launch Workspace","loading":"Loading","notification":"Notification","nullMandatoryField":"Please fill the required fields","or":"or","ordersSaved":"Orders saved successfully","patientIdentifiersSaved":"Patient identifiers saved successfully","patientProgramsSaved":"Patient programs saved successfully","preview":"Preview","previousValue":"Previous value:","remove":"Remove","required":"Required","reuseValue":"Reuse value","save":"Save","search":"Search","searching":"Searching","submitting":"Submitting","thisList":"this list","time":"Time","toggleCollapseOrExpand":"Toggle collapse or expand","tryAgainMessage":"Try opening another form from","unspecified":"Unspecified","upload":"Upload","uploadedPhoto":"Uploaded photo","uploadImage":"Upload image","valuesOutOfBound":"Some of the values are out of bounds"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_form_engine_app=globalThis.webpackChunk_openmrs_esm_form_engine_app||[]).push([[986],{60986:e=>{e.exports=JSON.parse('{"add":"Add","addCameraImage":"Add camera image","addFile":"Add files","alreadyDiscontinuedDescription":"This patient is already enrolled in the selected program and has already been discontinued.","alreadyEnrolledDescription":"This patient is already enrolled in the selected program and cannot be enrolled again.","attachmentsSaved":"Attachments saved successfully","blank":"Blank","cameraCapture":"Camera capture","cancel":"Cancel","cannotDiscontinueEnrollment":"Cannot discontinue an enrollment that does not exist","causeOfDeathQuestionIdIsNotConfigured":"Cause of death question ID is not configured","chooseAnOption":"Choose an option","clearFile":"Clear file","close":"Close","closeCamera":"Close camera","closesNotification":"Closes notification","closeThisPanel":"Close this panel","collapseAll":"Collapse all","dateOfDeathQuestionIdIsNotConfigured":"Date of death question ID is not configured","deleteQuestion":"Delete question","deleteQuestionConfirmation":"Are you sure you want to delete this question?","deleteQuestionExplainerText":"This action cannot be undone.","diagnosisSaved":"Diagnosis(es) saved successfully","enrolledToProgram":"The patient has been successfully enrolled in the program.","enrollmentAlreadyDiscontinued":"Enrollment already discontinued","enrollmentDiscontinuationNotAllowed":"Enrollment discontinuation not allowed","enrollmentDiscontinued":"The patient\'s program enrollment has been successfully discontinued.","enrollmentNotAllowed":"Enrollment not allowed","errorDescription":"{{errors}}","errorDescriptionTitle":"errorDescriptionTitle","errorLoadingFormSchema":"Error loading form schema","errorLoadingInitialValues":"Error loading initial values","errorMarkingPatientDeceased":"Error marking patient deceased","errorRenderingField":"Error rendering field","errorSavingAttachments":"Error saving attachments","errorSavingEncounter":"Error saving encounter","errorSavingEnrollment":"Error saving enrollment","errorSavingPatientIdentifiers":"Error saving patient identifiers","errorSavingPatientPrograms":"Error saving patient programs","errorTitle":"There was an error with this form","expandAll":"Expand all","fieldErrorDescriptionTitle":"Validation Errors","fileUploadDescription":"","fileUploadDescriptionAny":"Upload any file type","formActionFailed":"Form action failed","invalidWorkspaceName":"Invalid workspace name.","invalidWorkspaceNameSubtitle":"Please provide a valid workspace name.","launchWorkspace":"Launch Workspace","loading":"Loading","notification":"Notification","nullMandatoryField":"Please fill the required fields","or":"or","ordersSaved":"Orders saved successfully","patientCannotBeMarkedAsDeceasedBecauseNoPayloadSupplied":"Patient cannot be marked as deceased because no payload is supplied","patientIdentifiersSaved":"Patient identifiers saved successfully","patientIsAlreadyMarkedAsDeceased":"Patient is already marked as deceased","patientProgramsSaved":"Patient programs saved successfully","preview":"Preview","previousValue":"Previous value:","remove":"Remove","required":"Required","reuseValue":"Reuse value","save":"Save","search":"Search","searching":"Searching","submitting":"Submitting","successfullyMarkedAsDeceased":"The patient has successfully been marked as deceased","thisList":"this list","time":"Time","toggleCollapseOrExpand":"Toggle collapse or expand","tryAgainMessage":"Try opening another form from","unspecified":"Unspecified","upload":"Upload","uploadedPhoto":"Uploaded photo","uploadImage":"Upload image","valuesOutOfBound":"Some of the values are out of bounds"}')}}]);
package/dist/9879.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_form_engine_app=globalThis.webpackChunk_openmrs_esm_form_engine_app||[]).push([[9879],{99879:e=>{e.exports=JSON.parse('{"add":"Add","addCameraImage":"Add camera image","addFile":"Add files","alreadyDiscontinuedDescription":"This patient is already enrolled in the selected program and has already been discontinued.","alreadyEnrolledDescription":"This patient is already enrolled in the selected program and cannot be enrolled again.","attachmentsSaved":"Attachments saved successfully","blank":"空白","cameraCapture":"相机拍摄","cancel":"取消","cannotDiscontinueEnrollment":"Cannot discontinue an enrollment that does not exist","chooseAnOption":"选择一个选项","clearFile":"清除文件","close":"关闭","closeCamera":"关闭相机","closesNotification":"关闭通知","closeThisPanel":"关闭此面板","collapseAll":"折叠所有","deleteQuestion":"删除问题","deleteQuestionConfirmation":"你确定要删除这个问题吗?","deleteQuestionExplainerText":"这个操作无法撤销","diagnosisSaved":"诊断保存成功","enrolledToProgram":"病人已经成功注册到项目","enrollmentAlreadyDiscontinued":"该登记已终止","enrollmentDiscontinuationNotAllowed":"登记终止不被允许","enrollmentDiscontinued":"The patient\'s program enrollment has been successfully discontinued.","enrollmentNotAllowed":"Enrollment not allowed","errorDescription":"{{errors}}","errorDescriptionTitle":"errorDescriptionTitle","errorLoadingFormSchema":"Error loading form schema","errorLoadingInitialValues":"Error loading initial values","errorRenderingField":"Error rendering field","errorSavingAttachments":"Error saving attachments","errorSavingEncounter":"Error saving encounter","errorSavingEnrollment":"Error saving enrollment","errorSavingPatientIdentifiers":"Error saving patient identifiers","errorSavingPatientPrograms":"Error saving patient programs","errorTitle":"此表单出现错误","expandAll":"展开所有","fieldErrorDescriptionTitle":"Validation Errors","fileUploadDescription":"","fileUploadDescriptionAny":"上传任何文件类型","formActionFailed":"表单操作失败","invalidWorkspaceName":"无效的的工作空间名称","invalidWorkspaceNameSubtitle":"Please provide a valid workspace name.","launchWorkspace":"启动工作空间","loading":"加载中","notification":"通知","nullMandatoryField":"请填写所有必填字段","or":"或者","ordersSaved":"医嘱保存成功","patientIdentifiersSaved":"Patient identifiers saved successfully","patientProgramsSaved":"Patient programs saved successfully","preview":"Preview","previousValue":"Previous value:","remove":"移除","required":"必填","reuseValue":"Reuse value","save":"保存","search":"搜索","searching":"搜索中","submitting":"提交中","thisList":"这个列表","time":"时间","toggleCollapseOrExpand":"切换折叠或展开","tryAgainMessage":"尝试打开另一个表单 ","unspecified":"未指定","upload":"上传","uploadedPhoto":"上传照片","uploadImage":"上传图片","valuesOutOfBound":"输入的一些值超越边界"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_form_engine_app=globalThis.webpackChunk_openmrs_esm_form_engine_app||[]).push([[9879],{99879:e=>{e.exports=JSON.parse('{"add":"Add","addCameraImage":"Add camera image","addFile":"Add files","alreadyDiscontinuedDescription":"This patient is already enrolled in the selected program and has already been discontinued.","alreadyEnrolledDescription":"This patient is already enrolled in the selected program and cannot be enrolled again.","attachmentsSaved":"Attachments saved successfully","blank":"空白","cameraCapture":"相机拍摄","cancel":"取消","cannotDiscontinueEnrollment":"Cannot discontinue an enrollment that does not exist","causeOfDeathQuestionIdIsNotConfigured":"Cause of death question ID is not configured","chooseAnOption":"选择一个选项","clearFile":"清除文件","close":"关闭","closeCamera":"关闭相机","closesNotification":"关闭通知","closeThisPanel":"关闭此面板","collapseAll":"折叠所有","dateOfDeathQuestionIdIsNotConfigured":"Date of death question ID is not configured","deleteQuestion":"删除问题","deleteQuestionConfirmation":"你确定要删除这个问题吗?","deleteQuestionExplainerText":"这个操作无法撤销","diagnosisSaved":"诊断保存成功","enrolledToProgram":"病人已经成功注册到项目","enrollmentAlreadyDiscontinued":"该登记已终止","enrollmentDiscontinuationNotAllowed":"登记终止不被允许","enrollmentDiscontinued":"The patient\'s program enrollment has been successfully discontinued.","enrollmentNotAllowed":"Enrollment not allowed","errorDescription":"{{errors}}","errorDescriptionTitle":"errorDescriptionTitle","errorLoadingFormSchema":"Error loading form schema","errorLoadingInitialValues":"Error loading initial values","errorMarkingPatientDeceased":"Error marking patient deceased","errorRenderingField":"Error rendering field","errorSavingAttachments":"Error saving attachments","errorSavingEncounter":"Error saving encounter","errorSavingEnrollment":"Error saving enrollment","errorSavingPatientIdentifiers":"Error saving patient identifiers","errorSavingPatientPrograms":"Error saving patient programs","errorTitle":"此表单出现错误","expandAll":"展开所有","fieldErrorDescriptionTitle":"Validation Errors","fileUploadDescription":"","fileUploadDescriptionAny":"上传任何文件类型","formActionFailed":"表单操作失败","invalidWorkspaceName":"无效的的工作空间名称","invalidWorkspaceNameSubtitle":"Please provide a valid workspace name.","launchWorkspace":"启动工作空间","loading":"加载中","notification":"通知","nullMandatoryField":"请填写所有必填字段","or":"或者","ordersSaved":"医嘱保存成功","patientCannotBeMarkedAsDeceasedBecauseNoPayloadSupplied":"Patient cannot be marked as deceased because no payload is supplied","patientIdentifiersSaved":"Patient identifiers saved successfully","patientIsAlreadyMarkedAsDeceased":"Patient is already marked as deceased","patientProgramsSaved":"Patient programs saved successfully","preview":"Preview","previousValue":"Previous value:","remove":"移除","required":"必填","reuseValue":"Reuse value","save":"保存","search":"搜索","searching":"搜索中","submitting":"提交中","successfullyMarkedAsDeceased":"The patient has successfully been marked as deceased","thisList":"这个列表","time":"时间","toggleCollapseOrExpand":"切换折叠或展开","tryAgainMessage":"尝试打开另一个表单 ","unspecified":"未指定","upload":"上传","uploadedPhoto":"上传照片","uploadImage":"上传图片","valuesOutOfBound":"输入的一些值超越边界"}')}}]);
package/dist/9895.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_form_engine_app=globalThis.webpackChunk_openmrs_esm_form_engine_app||[]).push([[9895],{9895:e=>{e.exports=JSON.parse('{"add":"Add","addCameraImage":"Add camera image","addFile":"Add files","alreadyDiscontinuedDescription":"This patient is already enrolled in the selected program and has already been discontinued.","alreadyEnrolledDescription":"This patient is already enrolled in the selected program and cannot be enrolled again.","attachmentsSaved":"Attachments saved successfully","blank":"Blank","cameraCapture":"Camera capture","cancel":"Cancel","cannotDiscontinueEnrollment":"Cannot discontinue an enrollment that does not exist","chooseAnOption":"Choose an option","clearFile":"Clear file","close":"Close","closeCamera":"Close camera","closesNotification":"Closes notification","closeThisPanel":"Close this panel","collapseAll":"Collapse all","deleteQuestion":"Delete question","deleteQuestionConfirmation":"Are you sure you want to delete this question?","deleteQuestionExplainerText":"This action cannot be undone.","diagnosisSaved":"Diagnosis(es) saved successfully","enrolledToProgram":"The patient has been successfully enrolled in the program.","enrollmentAlreadyDiscontinued":"Enrollment already discontinued","enrollmentDiscontinuationNotAllowed":"Enrollment discontinuation not allowed","enrollmentDiscontinued":"The patient\'s program enrollment has been successfully discontinued.","enrollmentNotAllowed":"Enrollment not allowed","errorDescription":"{{errors}}","errorDescriptionTitle":"errorDescriptionTitle","errorLoadingFormSchema":"Error loading form schema","errorLoadingInitialValues":"Error loading initial values","errorRenderingField":"Error rendering field","errorSavingAttachments":"Error saving attachments","errorSavingEncounter":"Error saving encounter","errorSavingEnrollment":"Error saving enrollment","errorSavingPatientIdentifiers":"Error saving patient identifiers","errorSavingPatientPrograms":"Error saving patient programs","errorTitle":"There was an error with this form","expandAll":"Expand all","fieldErrorDescriptionTitle":"Validation Errors","fileUploadDescription":"","fileUploadDescriptionAny":"Upload any file type","formActionFailed":"Form action failed","invalidWorkspaceName":"Invalid workspace name.","invalidWorkspaceNameSubtitle":"Please provide a valid workspace name.","launchWorkspace":"Launch Workspace","loading":"Loading","notification":"Notification","nullMandatoryField":"Please fill the required fields","or":"or","ordersSaved":"Orders saved successfully","patientIdentifiersSaved":"Patient identifiers saved successfully","patientProgramsSaved":"Patient programs saved successfully","preview":"Preview","previousValue":"Previous value:","remove":"Remove","required":"Required","reuseValue":"Reuse value","save":"Save","search":"Search","searching":"Searching","submitting":"Submitting","thisList":"this list","time":"Time","toggleCollapseOrExpand":"Toggle collapse or expand","tryAgainMessage":"Try opening another form from","unspecified":"Unspecified","upload":"Upload","uploadedPhoto":"Uploaded photo","uploadImage":"Upload image","valuesOutOfBound":"Some of the values are out of bounds"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_form_engine_app=globalThis.webpackChunk_openmrs_esm_form_engine_app||[]).push([[9895],{9895:e=>{e.exports=JSON.parse('{"add":"Add","addCameraImage":"Add camera image","addFile":"Add files","alreadyDiscontinuedDescription":"This patient is already enrolled in the selected program and has already been discontinued.","alreadyEnrolledDescription":"This patient is already enrolled in the selected program and cannot be enrolled again.","attachmentsSaved":"Attachments saved successfully","blank":"Blank","cameraCapture":"Camera capture","cancel":"Cancel","cannotDiscontinueEnrollment":"Cannot discontinue an enrollment that does not exist","causeOfDeathQuestionIdIsNotConfigured":"Cause of death question ID is not configured","chooseAnOption":"Choose an option","clearFile":"Clear file","close":"Close","closeCamera":"Close camera","closesNotification":"Closes notification","closeThisPanel":"Close this panel","collapseAll":"Collapse all","dateOfDeathQuestionIdIsNotConfigured":"Date of death question ID is not configured","deleteQuestion":"Delete question","deleteQuestionConfirmation":"Are you sure you want to delete this question?","deleteQuestionExplainerText":"This action cannot be undone.","diagnosisSaved":"Diagnosis(es) saved successfully","enrolledToProgram":"The patient has been successfully enrolled in the program.","enrollmentAlreadyDiscontinued":"Enrollment already discontinued","enrollmentDiscontinuationNotAllowed":"Enrollment discontinuation not allowed","enrollmentDiscontinued":"The patient\'s program enrollment has been successfully discontinued.","enrollmentNotAllowed":"Enrollment not allowed","errorDescription":"{{errors}}","errorDescriptionTitle":"errorDescriptionTitle","errorLoadingFormSchema":"Error loading form schema","errorLoadingInitialValues":"Error loading initial values","errorMarkingPatientDeceased":"Error marking patient deceased","errorRenderingField":"Error rendering field","errorSavingAttachments":"Error saving attachments","errorSavingEncounter":"Error saving encounter","errorSavingEnrollment":"Error saving enrollment","errorSavingPatientIdentifiers":"Error saving patient identifiers","errorSavingPatientPrograms":"Error saving patient programs","errorTitle":"There was an error with this form","expandAll":"Expand all","fieldErrorDescriptionTitle":"Validation Errors","fileUploadDescription":"","fileUploadDescriptionAny":"Upload any file type","formActionFailed":"Form action failed","invalidWorkspaceName":"Invalid workspace name.","invalidWorkspaceNameSubtitle":"Please provide a valid workspace name.","launchWorkspace":"Launch Workspace","loading":"Loading","notification":"Notification","nullMandatoryField":"Please fill the required fields","or":"or","ordersSaved":"Orders saved successfully","patientCannotBeMarkedAsDeceasedBecauseNoPayloadSupplied":"Patient cannot be marked as deceased because no payload is supplied","patientIdentifiersSaved":"Patient identifiers saved successfully","patientIsAlreadyMarkedAsDeceased":"Patient is already marked as deceased","patientProgramsSaved":"Patient programs saved successfully","preview":"Preview","previousValue":"Previous value:","remove":"Remove","required":"Required","reuseValue":"Reuse value","save":"Save","search":"Search","searching":"Searching","submitting":"Submitting","successfullyMarkedAsDeceased":"The patient has successfully been marked as deceased","thisList":"this list","time":"Time","toggleCollapseOrExpand":"Toggle collapse or expand","tryAgainMessage":"Try opening another form from","unspecified":"Unspecified","upload":"Upload","uploadedPhoto":"Uploaded photo","uploadImage":"Upload image","valuesOutOfBound":"Some of the values are out of bounds"}')}}]);
package/dist/9900.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_form_engine_app=globalThis.webpackChunk_openmrs_esm_form_engine_app||[]).push([[9900],{99900:e=>{e.exports=JSON.parse('{"add":"Add","addCameraImage":"Add camera image","addFile":"Add files","alreadyDiscontinuedDescription":"This patient is already enrolled in the selected program and has already been discontinued.","alreadyEnrolledDescription":"This patient is already enrolled in the selected program and cannot be enrolled again.","attachmentsSaved":"Attachments saved successfully","blank":"Blank","cameraCapture":"Camera capture","cancel":"Cancel","cannotDiscontinueEnrollment":"Cannot discontinue an enrollment that does not exist","chooseAnOption":"Choose an option","clearFile":"Clear file","close":"Close","closeCamera":"Close camera","closesNotification":"Closes notification","closeThisPanel":"Close this panel","collapseAll":"Collapse all","deleteQuestion":"Delete question","deleteQuestionConfirmation":"Are you sure you want to delete this question?","deleteQuestionExplainerText":"This action cannot be undone.","diagnosisSaved":"Diagnosis(es) saved successfully","enrolledToProgram":"The patient has been successfully enrolled in the program.","enrollmentAlreadyDiscontinued":"Enrollment already discontinued","enrollmentDiscontinuationNotAllowed":"Enrollment discontinuation not allowed","enrollmentDiscontinued":"The patient\'s program enrollment has been successfully discontinued.","enrollmentNotAllowed":"Enrollment not allowed","errorDescription":"{{errors}}","errorDescriptionTitle":"errorDescriptionTitle","errorLoadingFormSchema":"Error loading form schema","errorLoadingInitialValues":"Error loading initial values","errorRenderingField":"Error rendering field","errorSavingAttachments":"Error saving attachments","errorSavingEncounter":"Error saving encounter","errorSavingEnrollment":"Error saving enrollment","errorSavingPatientIdentifiers":"Error saving patient identifiers","errorSavingPatientPrograms":"Error saving patient programs","errorTitle":"There was an error with this form","expandAll":"Expand all","fieldErrorDescriptionTitle":"Validation Errors","fileUploadDescription":"","fileUploadDescriptionAny":"Upload any file type","formActionFailed":"Form action failed","invalidWorkspaceName":"Invalid workspace name.","invalidWorkspaceNameSubtitle":"Please provide a valid workspace name.","launchWorkspace":"Launch Workspace","loading":"Loading","notification":"Notification","nullMandatoryField":"Please fill the required fields","or":"or","ordersSaved":"Orders saved successfully","patientIdentifiersSaved":"Patient identifiers saved successfully","patientProgramsSaved":"Patient programs saved successfully","preview":"Preview","previousValue":"Previous value:","remove":"Remove","required":"Required","reuseValue":"Reuse value","save":"Save","search":"Search","searching":"Searching","submitting":"Submitting","thisList":"this list","time":"Time","toggleCollapseOrExpand":"Toggle collapse or expand","tryAgainMessage":"Try opening another form from","unspecified":"Unspecified","upload":"Upload","uploadedPhoto":"Uploaded photo","uploadImage":"Upload image","valuesOutOfBound":"Some of the values are out of bounds"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_form_engine_app=globalThis.webpackChunk_openmrs_esm_form_engine_app||[]).push([[9900],{99900:e=>{e.exports=JSON.parse('{"add":"Add","addCameraImage":"Add camera image","addFile":"Add files","alreadyDiscontinuedDescription":"This patient is already enrolled in the selected program and has already been discontinued.","alreadyEnrolledDescription":"This patient is already enrolled in the selected program and cannot be enrolled again.","attachmentsSaved":"Attachments saved successfully","blank":"Blank","cameraCapture":"Camera capture","cancel":"Cancel","cannotDiscontinueEnrollment":"Cannot discontinue an enrollment that does not exist","causeOfDeathQuestionIdIsNotConfigured":"Cause of death question ID is not configured","chooseAnOption":"Choose an option","clearFile":"Clear file","close":"Close","closeCamera":"Close camera","closesNotification":"Closes notification","closeThisPanel":"Close this panel","collapseAll":"Collapse all","dateOfDeathQuestionIdIsNotConfigured":"Date of death question ID is not configured","deleteQuestion":"Delete question","deleteQuestionConfirmation":"Are you sure you want to delete this question?","deleteQuestionExplainerText":"This action cannot be undone.","diagnosisSaved":"Diagnosis(es) saved successfully","enrolledToProgram":"The patient has been successfully enrolled in the program.","enrollmentAlreadyDiscontinued":"Enrollment already discontinued","enrollmentDiscontinuationNotAllowed":"Enrollment discontinuation not allowed","enrollmentDiscontinued":"The patient\'s program enrollment has been successfully discontinued.","enrollmentNotAllowed":"Enrollment not allowed","errorDescription":"{{errors}}","errorDescriptionTitle":"errorDescriptionTitle","errorLoadingFormSchema":"Error loading form schema","errorLoadingInitialValues":"Error loading initial values","errorMarkingPatientDeceased":"Error marking patient deceased","errorRenderingField":"Error rendering field","errorSavingAttachments":"Error saving attachments","errorSavingEncounter":"Error saving encounter","errorSavingEnrollment":"Error saving enrollment","errorSavingPatientIdentifiers":"Error saving patient identifiers","errorSavingPatientPrograms":"Error saving patient programs","errorTitle":"There was an error with this form","expandAll":"Expand all","fieldErrorDescriptionTitle":"Validation Errors","fileUploadDescription":"","fileUploadDescriptionAny":"Upload any file type","formActionFailed":"Form action failed","invalidWorkspaceName":"Invalid workspace name.","invalidWorkspaceNameSubtitle":"Please provide a valid workspace name.","launchWorkspace":"Launch Workspace","loading":"Loading","notification":"Notification","nullMandatoryField":"Please fill the required fields","or":"or","ordersSaved":"Orders saved successfully","patientCannotBeMarkedAsDeceasedBecauseNoPayloadSupplied":"Patient cannot be marked as deceased because no payload is supplied","patientIdentifiersSaved":"Patient identifiers saved successfully","patientIsAlreadyMarkedAsDeceased":"Patient is already marked as deceased","patientProgramsSaved":"Patient programs saved successfully","preview":"Preview","previousValue":"Previous value:","remove":"Remove","required":"Required","reuseValue":"Reuse value","save":"Save","search":"Search","searching":"Searching","submitting":"Submitting","successfullyMarkedAsDeceased":"The patient has successfully been marked as deceased","thisList":"this list","time":"Time","toggleCollapseOrExpand":"Toggle collapse or expand","tryAgainMessage":"Try opening another form from","unspecified":"Unspecified","upload":"Upload","uploadedPhoto":"Uploaded photo","uploadImage":"Upload image","valuesOutOfBound":"Some of the values are out of bounds"}')}}]);
package/dist/9913.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_form_engine_app=globalThis.webpackChunk_openmrs_esm_form_engine_app||[]).push([[9913],{89913:e=>{e.exports=JSON.parse('{"add":"Add","addCameraImage":"Add camera image","addFile":"Add files","alreadyDiscontinuedDescription":"This patient is already enrolled in the selected program and has already been discontinued.","alreadyEnrolledDescription":"This patient is already enrolled in the selected program and cannot be enrolled again.","attachmentsSaved":"Attachments saved successfully","blank":"Blank","cameraCapture":"Camera capture","cancel":"Cancel","cannotDiscontinueEnrollment":"Cannot discontinue an enrollment that does not exist","chooseAnOption":"Choose an option","clearFile":"Clear file","close":"Close","closeCamera":"Close camera","closesNotification":"Closes notification","closeThisPanel":"Close this panel","collapseAll":"Collapse all","deleteQuestion":"Delete question","deleteQuestionConfirmation":"Are you sure you want to delete this question?","deleteQuestionExplainerText":"This action cannot be undone.","diagnosisSaved":"Diagnosis(es) saved successfully","enrolledToProgram":"The patient has been successfully enrolled in the program.","enrollmentAlreadyDiscontinued":"Enrollment already discontinued","enrollmentDiscontinuationNotAllowed":"Enrollment discontinuation not allowed","enrollmentDiscontinued":"The patient\'s program enrollment has been successfully discontinued.","enrollmentNotAllowed":"Enrollment not allowed","errorDescription":"{{errors}}","errorDescriptionTitle":"errorDescriptionTitle","errorLoadingFormSchema":"Error loading form schema","errorLoadingInitialValues":"Error loading initial values","errorRenderingField":"Error rendering field","errorSavingAttachments":"Error saving attachments","errorSavingEncounter":"Error saving encounter","errorSavingEnrollment":"Error saving enrollment","errorSavingPatientIdentifiers":"Error saving patient identifiers","errorSavingPatientPrograms":"Error saving patient programs","errorTitle":"There was an error with this form","expandAll":"Expand all","fieldErrorDescriptionTitle":"Validation Errors","fileUploadDescription":"","fileUploadDescriptionAny":"Upload any file type","formActionFailed":"Form action failed","invalidWorkspaceName":"Invalid workspace name.","invalidWorkspaceNameSubtitle":"Please provide a valid workspace name.","launchWorkspace":"Launch Workspace","loading":"Loading","notification":"Notification","nullMandatoryField":"Please fill the required fields","or":"or","ordersSaved":"Orders saved successfully","patientIdentifiersSaved":"Patient identifiers saved successfully","patientProgramsSaved":"Patient programs saved successfully","preview":"Preview","previousValue":"Previous value:","remove":"Remove","required":"Required","reuseValue":"Reuse value","save":"Save","search":"Search","searching":"Searching","submitting":"Submitting","thisList":"this list","time":"Time","toggleCollapseOrExpand":"Toggle collapse or expand","tryAgainMessage":"Try opening another form from","unspecified":"Unspecified","upload":"Upload","uploadedPhoto":"Uploaded photo","uploadImage":"Upload image","valuesOutOfBound":"Some of the values are out of bounds"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_form_engine_app=globalThis.webpackChunk_openmrs_esm_form_engine_app||[]).push([[9913],{89913:e=>{e.exports=JSON.parse('{"add":"Add","addCameraImage":"Add camera image","addFile":"Add files","alreadyDiscontinuedDescription":"This patient is already enrolled in the selected program and has already been discontinued.","alreadyEnrolledDescription":"This patient is already enrolled in the selected program and cannot be enrolled again.","attachmentsSaved":"Attachments saved successfully","blank":"Blank","cameraCapture":"Camera capture","cancel":"Cancel","cannotDiscontinueEnrollment":"Cannot discontinue an enrollment that does not exist","causeOfDeathQuestionIdIsNotConfigured":"Cause of death question ID is not configured","chooseAnOption":"Choose an option","clearFile":"Clear file","close":"Close","closeCamera":"Close camera","closesNotification":"Closes notification","closeThisPanel":"Close this panel","collapseAll":"Collapse all","dateOfDeathQuestionIdIsNotConfigured":"Date of death question ID is not configured","deleteQuestion":"Delete question","deleteQuestionConfirmation":"Are you sure you want to delete this question?","deleteQuestionExplainerText":"This action cannot be undone.","diagnosisSaved":"Diagnosis(es) saved successfully","enrolledToProgram":"The patient has been successfully enrolled in the program.","enrollmentAlreadyDiscontinued":"Enrollment already discontinued","enrollmentDiscontinuationNotAllowed":"Enrollment discontinuation not allowed","enrollmentDiscontinued":"The patient\'s program enrollment has been successfully discontinued.","enrollmentNotAllowed":"Enrollment not allowed","errorDescription":"{{errors}}","errorDescriptionTitle":"errorDescriptionTitle","errorLoadingFormSchema":"Error loading form schema","errorLoadingInitialValues":"Error loading initial values","errorMarkingPatientDeceased":"Error marking patient deceased","errorRenderingField":"Error rendering field","errorSavingAttachments":"Error saving attachments","errorSavingEncounter":"Error saving encounter","errorSavingEnrollment":"Error saving enrollment","errorSavingPatientIdentifiers":"Error saving patient identifiers","errorSavingPatientPrograms":"Error saving patient programs","errorTitle":"There was an error with this form","expandAll":"Expand all","fieldErrorDescriptionTitle":"Validation Errors","fileUploadDescription":"","fileUploadDescriptionAny":"Upload any file type","formActionFailed":"Form action failed","invalidWorkspaceName":"Invalid workspace name.","invalidWorkspaceNameSubtitle":"Please provide a valid workspace name.","launchWorkspace":"Launch Workspace","loading":"Loading","notification":"Notification","nullMandatoryField":"Please fill the required fields","or":"or","ordersSaved":"Orders saved successfully","patientCannotBeMarkedAsDeceasedBecauseNoPayloadSupplied":"Patient cannot be marked as deceased because no payload is supplied","patientIdentifiersSaved":"Patient identifiers saved successfully","patientIsAlreadyMarkedAsDeceased":"Patient is already marked as deceased","patientProgramsSaved":"Patient programs saved successfully","preview":"Preview","previousValue":"Previous value:","remove":"Remove","required":"Required","reuseValue":"Reuse value","save":"Save","search":"Search","searching":"Searching","submitting":"Submitting","successfullyMarkedAsDeceased":"The patient has successfully been marked as deceased","thisList":"this list","time":"Time","toggleCollapseOrExpand":"Toggle collapse or expand","tryAgainMessage":"Try opening another form from","unspecified":"Unspecified","upload":"Upload","uploadedPhoto":"Uploaded photo","uploadImage":"Upload image","valuesOutOfBound":"Some of the values are out of bounds"}')}}]);