@bahmni/clinical-app 0.0.1-dev.227 → 0.0.1-dev.228

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/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { aw as i } from "./index-BFhERFMd.js";
1
+ import { aw as i } from "./index-B2p_rK5A.js";
2
2
  export {
3
3
  i as ClinicalApp
4
4
  };
@@ -191,6 +191,9 @@
191
191
  "IMMUNIZATION_HISTORY_BATCH_NUMBER": "Batch Number",
192
192
  "IMMUNIZATION_HISTORY_BATCH_NUMBER_PLACEHOLDER": "Enter batch number",
193
193
  "IMMUNIZATION_HISTORY_BATCH_NUMBER_REQUIRED": "Please enter a batch number",
194
+ "IMMUNIZATION_HISTORY_DOSE_SEQUENCE": "Dose Sequence",
195
+ "IMMUNIZATION_HISTORY_DOSE_SEQUENCE_PLACEHOLDER": "Enter dose sequence",
196
+ "IMMUNIZATION_HISTORY_DOSE_SEQUENCE_REQUIRED": "Please enter a dose sequence",
194
197
  "IMMUNIZATION_HISTORY_DRUG_CODE_REQUIRED": "Please select a drug name",
195
198
  "IMMUNIZATION_HISTORY_EXPIRY_DATE": "Expiry Date",
196
199
  "IMMUNIZATION_HISTORY_EXPIRY_DATE_BEFORE_ADMINISTERED_ON": "Expiry date cannot be before the administered date",
@@ -228,7 +231,7 @@
228
231
  "IMMUNIZATION_HISTORY_WIDGET_ERROR_FETCHING_DATA": "Error fetching data",
229
232
  "IMMUNIZATION_HISTORY_WIDGET_NOT_ADMINISTERED_TABLE_ARIA": "Not administered immunizations table",
230
233
  "IMMUNIZATION_HISTORY_WIDGET_NOT_ADMINISTERED_TAB_TITLE": "Vaccination waiver",
231
- "IMMUNIZATION_HISTORY_WIDGET_NO_IMMUNIZATIONS_RECORDED": "No immunisations recorded",
234
+ "IMMUNIZATION_HISTORY_WIDGET_NO_IMMUNIZATIONS_RECORDED": "No immunizations recorded",
232
235
  "IMMUNIZATION_HISTORY_WIDGET_NO_PATIENT_REFERENCE": "No patient reference provided",
233
236
  "IMMUNIZATION_HISTORY_WIDGET_STATUS_DONE": "Done",
234
237
  "IMMUNIZATION_HISTORY_WIDGET_TAB_ADMINISTERED": "Administered",
@@ -191,6 +191,9 @@
191
191
  "IMMUNIZATION_HISTORY_BATCH_NUMBER": "Número de Lote",
192
192
  "IMMUNIZATION_HISTORY_BATCH_NUMBER_PLACEHOLDER": "Ingresar número de lote",
193
193
  "IMMUNIZATION_HISTORY_BATCH_NUMBER_REQUIRED": "Por favor ingrese el número de lote",
194
+ "IMMUNIZATION_HISTORY_DOSE_SEQUENCE": "Secuencia de Dosis",
195
+ "IMMUNIZATION_HISTORY_DOSE_SEQUENCE_PLACEHOLDER": "Ingresar secuencia de dosis",
196
+ "IMMUNIZATION_HISTORY_DOSE_SEQUENCE_REQUIRED": "Por favor ingrese una secuencia de dosis",
194
197
  "IMMUNIZATION_HISTORY_DRUG_CODE_REQUIRED": "Por favor seleccione un nombre de medicamento",
195
198
  "IMMUNIZATION_HISTORY_EXPIRY_DATE": "Fecha de Vencimiento",
196
199
  "IMMUNIZATION_HISTORY_EXPIRY_DATE_BEFORE_ADMINISTERED_ON": "La fecha de vencimiento no puede ser anterior a la fecha de administración",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bahmni/clinical-app",
3
- "version": "0.0.1-dev.227",
3
+ "version": "0.0.1-dev.228",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",