@bahmni/clinical-app 0.0.1-dev.222 → 0.0.1-dev.224
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.
- package/dist/{DocumentsTable-CxTI1Hgb-DwoYlX4u.js → DocumentsTable-itmbz5Wi-twr5ouQu.js} +1 -1
- package/dist/{FormsTable-DvLskkhx-Wx17ryEW.js → FormsTable-CGFieZJf-CHT8X_FU.js} +1 -1
- package/dist/{LNWAZHJI-DI225q7c.js → LNWAZHJI-Cex87qrL.js} +2 -2
- package/dist/{MWZ6AO7Z-CguRAJpQ.js → MWZ6AO7Z-BsPgQMGH.js} +2 -2
- package/dist/{Observations-BU9Xc30t-alt_7jLA.js → Observations-DCRioZtt-QA-gR2p0.js} +1 -1
- package/dist/{YPM2AS64-uUkV26GU.js → YPM2AS64-CLlElQn_.js} +1 -1
- package/dist/components/consultationPad/inputControlRegistry.d.ts.map +1 -1
- package/dist/components/forms/immunizationHistory/ImmunizationHistoryForm.d.ts.map +1 -1
- package/dist/components/forms/immunizationHistory/__tests__/__mocks__/immunizationHistoryMocks.d.ts +4 -3
- package/dist/components/forms/immunizationHistory/__tests__/__mocks__/immunizationHistoryMocks.d.ts.map +1 -1
- package/dist/components/forms/immunizationHistory/components/SelectedImmunizationItem.d.ts.map +1 -1
- package/dist/components/forms/immunizationHistory/constants.d.ts +3 -0
- package/dist/components/forms/immunizationHistory/constants.d.ts.map +1 -1
- package/dist/components/forms/immunizationHistory/models.d.ts +2 -0
- package/dist/components/forms/immunizationHistory/models.d.ts.map +1 -1
- package/dist/components/forms/immunizationHistory/stores.d.ts.map +1 -1
- package/dist/components/forms/immunizationHistory/utils.d.ts.map +1 -1
- package/dist/{index-CP_FtC4s.js → index-DkZMxVVp.js} +8302 -8259
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/dist/locales/locale_en.json +3 -0
- package/dist/locales/locale_es.json +3 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -182,6 +182,8 @@
|
|
|
182
182
|
"GLOBAL_ACTION_SEARCH": "Search",
|
|
183
183
|
"GLOBAL_ACTION_USER": "User",
|
|
184
184
|
"IMMUNIZATION_HISTORY_ADDED_ITEMS": "Added Immunization",
|
|
185
|
+
"IMMUNIZATION_HISTORY_ADD_NOTE": "Add Note",
|
|
186
|
+
"IMMUNIZATION_HISTORY_ADD_NOTE_PLACEHOLDER": "Add notes for the Immunization",
|
|
185
187
|
"IMMUNIZATION_HISTORY_ADMINISTERED_LOCATION_PLACEHOLDER": "Select administered location",
|
|
186
188
|
"IMMUNIZATION_HISTORY_ADMINISTERED_LOCATION_REQUIRED": "Please select an administered location",
|
|
187
189
|
"IMMUNIZATION_HISTORY_ADMINISTERED_ON": "Administered On",
|
|
@@ -191,6 +193,7 @@
|
|
|
191
193
|
"IMMUNIZATION_HISTORY_BATCH_NUMBER_REQUIRED": "Please enter a batch number",
|
|
192
194
|
"IMMUNIZATION_HISTORY_DRUG_CODE_REQUIRED": "Please select a drug name",
|
|
193
195
|
"IMMUNIZATION_HISTORY_EXPIRY_DATE": "Expiry Date",
|
|
196
|
+
"IMMUNIZATION_HISTORY_EXPIRY_DATE_BEFORE_ADMINISTERED_ON": "Expiry date cannot be before the administered date",
|
|
194
197
|
"IMMUNIZATION_HISTORY_EXPIRY_DATE_REQUIRED": "Please select an expiry date",
|
|
195
198
|
"IMMUNIZATION_HISTORY_FORM_TITLE": "Immunization History",
|
|
196
199
|
"IMMUNIZATION_HISTORY_MANUFACTURER": "Manufacturer",
|
|
@@ -182,6 +182,8 @@
|
|
|
182
182
|
"GLOBAL_ACTION_SEARCH": "Buscar",
|
|
183
183
|
"GLOBAL_ACTION_USER": "Usuario",
|
|
184
184
|
"IMMUNIZATION_HISTORY_ADDED_ITEMS": "Inmunizaciones Agregadas",
|
|
185
|
+
"IMMUNIZATION_HISTORY_ADD_NOTE": "Agregar Nota",
|
|
186
|
+
"IMMUNIZATION_HISTORY_ADD_NOTE_PLACEHOLDER": "Agregar notas para la Inmunización",
|
|
185
187
|
"IMMUNIZATION_HISTORY_ADMINISTERED_LOCATION_PLACEHOLDER": "Ingresar lugar",
|
|
186
188
|
"IMMUNIZATION_HISTORY_ADMINISTERED_LOCATION_REQUIRED": "Por favor seleccione el lugar de administración",
|
|
187
189
|
"IMMUNIZATION_HISTORY_ADMINISTERED_ON": "Administrado El",
|
|
@@ -191,6 +193,7 @@
|
|
|
191
193
|
"IMMUNIZATION_HISTORY_BATCH_NUMBER_REQUIRED": "Por favor ingrese el número de lote",
|
|
192
194
|
"IMMUNIZATION_HISTORY_DRUG_CODE_REQUIRED": "Por favor seleccione un nombre de medicamento",
|
|
193
195
|
"IMMUNIZATION_HISTORY_EXPIRY_DATE": "Fecha de Vencimiento",
|
|
196
|
+
"IMMUNIZATION_HISTORY_EXPIRY_DATE_BEFORE_ADMINISTERED_ON": "La fecha de vencimiento no puede ser anterior a la fecha de administración",
|
|
194
197
|
"IMMUNIZATION_HISTORY_EXPIRY_DATE_REQUIRED": "Por favor seleccione la fecha de vencimiento",
|
|
195
198
|
"IMMUNIZATION_HISTORY_FORM_TITLE": "Historial de Inmunización",
|
|
196
199
|
"IMMUNIZATION_HISTORY_MANUFACTURER": "Fabricante",
|