@openmrs/esm-dispensing-app 1.6.2 → 1.6.3-pre.3
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/.turbo/cache/3973258467ef7c66-meta.json +1 -0
- package/.turbo/cache/3973258467ef7c66.tar.zst +0 -0
- package/.turbo/turbo-build.log +44 -0
- package/dist/1616.js +2 -0
- package/dist/{524.js.LICENSE.txt → 1616.js.LICENSE.txt} +9 -14
- package/dist/1616.js.map +1 -0
- package/dist/1637.js +1 -0
- package/dist/1637.js.map +1 -0
- package/dist/1644.js +1 -0
- package/dist/1901.js +1 -0
- package/dist/1905.js +1 -0
- package/dist/1905.js.map +1 -0
- package/dist/2016.js +1 -0
- package/dist/2511.js +1 -0
- package/dist/2511.js.map +1 -0
- package/dist/2757.js +1 -0
- package/dist/3574.js +1 -0
- package/dist/3652.js +1 -0
- package/dist/3935.js +2 -0
- package/dist/3935.js.map +1 -0
- package/dist/4272.js +1 -0
- package/dist/4378.js +1 -0
- package/dist/4460.js +1 -0
- package/dist/4705.js +1 -0
- package/dist/5240.js +1 -0
- package/dist/5336.js +1 -0
- package/dist/5673.js +1 -0
- package/dist/5711.js +1 -0
- package/dist/5737.js +1 -0
- package/dist/5833.js +1 -0
- package/dist/5962.js +1 -0
- package/dist/6497.js +1 -0
- package/dist/6566.js +1 -0
- package/dist/6582.js +1 -0
- package/dist/6582.js.map +1 -0
- package/dist/6727.js +1 -0
- package/dist/6868.js +2 -0
- package/dist/6868.js.LICENSE.txt +14 -0
- package/dist/6868.js.map +1 -0
- package/dist/6936.js +1 -0
- package/dist/6936.js.map +1 -0
- package/dist/6973.js +1 -0
- package/dist/6973.js.map +1 -0
- package/dist/7294.js +2 -0
- package/dist/7294.js.map +1 -0
- package/dist/7484.js +1 -0
- package/dist/7484.js.map +1 -0
- package/dist/7626.js +1 -0
- package/dist/7626.js.map +1 -0
- package/dist/7687.js +1 -0
- package/dist/7687.js.map +1 -0
- package/dist/7807.js +1 -0
- package/dist/7998.js +1 -0
- package/dist/8077.js +1 -0
- package/dist/8077.js.map +1 -0
- package/dist/8271.js +1 -0
- package/dist/8319.js +1 -0
- package/dist/8323.js +1 -0
- package/dist/8788.js +1 -0
- package/dist/8949.js +1 -0
- package/dist/8949.js.map +1 -0
- package/dist/9204.js +2 -0
- package/dist/{204.js.LICENSE.txt → 9204.js.LICENSE.txt} +2 -0
- package/dist/9204.js.map +1 -0
- package/dist/9261.js +1 -0
- package/dist/9579.js +1 -0
- package/dist/9870.js +2 -0
- package/dist/9870.js.LICENSE.txt +9 -0
- package/dist/9870.js.map +1 -0
- package/dist/main.js +1 -1
- package/dist/main.js.LICENSE.txt +21 -11
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-dispensing-app.js +1 -1
- package/dist/openmrs-esm-dispensing-app.js.buildmanifest.json +455 -244
- package/dist/openmrs-esm-dispensing-app.js.map +1 -1
- package/dist/routes.json +1 -1
- package/jest.config.js +3 -1
- package/package.json +7 -4
- package/src/components/{action-buttons.component.test.tsx → action-buttons.test.tsx} +7 -7
- package/src/components/medication-card.component.tsx +3 -3
- package/src/components/medication-card.scss +8 -8
- package/src/components/medication-dispense-review.scss +10 -10
- package/src/components/medication-event.component.tsx +4 -4
- package/src/components/medication-event.scss +10 -5
- package/src/components/patient-details.component.tsx +4 -4
- package/src/components/patient-details.scss +12 -12
- package/src/components/prescription-actions/close-action-button.component.tsx +1 -1
- package/src/components/prescription-actions/dispense-action-button.component.tsx +1 -1
- package/src/components/prescription-actions/pause-action-button.component.tsx +1 -1
- package/src/conditions/conditions.component.tsx +93 -0
- package/src/conditions/conditions.resource.ts +100 -0
- package/src/conditions/conditions.scss +9 -0
- package/src/config-schema.ts +8 -0
- package/src/dashboard/dispensing-dashboard-link.component.tsx +1 -1
- package/src/dashboard/dispensing-dashboard.component.tsx +10 -4
- package/src/declarations.d.ts +0 -1
- package/src/diagnoses/diagnoses.component.tsx +92 -0
- package/src/diagnoses/diagnoses.resource.ts +30 -0
- package/src/diagnoses/diagnoses.scss +9 -0
- package/src/dispensing-tiles/dispensing-tile.component.tsx +20 -17
- package/src/dispensing-tiles/dispensing-tile.scss +8 -8
- package/src/dispensing-tiles/dispensing-tiles.scss +4 -5
- package/src/forms/close-dispense-form.workspace.tsx +25 -23
- package/src/forms/forms.scss +5 -9
- package/src/forms/medication-dispense-review.component.tsx +211 -196
- package/src/forms/pause-dispense-form.workspace.tsx +25 -23
- package/src/forms/stock-dispense/stock-dispense.component.tsx +10 -10
- package/src/history/history-and-comments.scss +15 -15
- package/src/index.ts +3 -0
- package/src/location/location.resource.test.tsx +1 -0
- package/src/medication/medication.resource.tsx +1 -1
- package/src/patient/patient-info-cell.component.tsx +1 -1
- package/src/pharmacy-header/pharmacy-header.scss +11 -11
- package/src/prescriptions/prescription-actions.scss +0 -1
- package/src/prescriptions/prescription-details.component.tsx +6 -6
- package/src/prescriptions/prescription-details.scss +10 -10
- package/src/prescriptions/prescription-expanded.component.tsx +5 -9
- package/src/prescriptions/prescription-expanded.scss +6 -7
- package/src/prescriptions/prescription-tab-lists.component.tsx +5 -5
- package/src/prescriptions/prescriptions.scss +15 -29
- package/src/print-prescription/prescription-printout.component.tsx +1 -1
- package/src/routes.json +14 -0
- package/src/utils.ts +1 -1
- package/tools/setup-tests.ts +1 -0
- package/tools/update-openmrs-deps.mjs +42 -0
- package/translations/en.json +9 -1
- package/translations/es.json +23 -23
- package/translations/it.json +87 -87
- package/translations/ky.json +92 -0
- package/tsconfig.json +3 -2
- package/dist/16.js +0 -1
- package/dist/204.js +0 -2
- package/dist/204.js.map +0 -1
- package/dist/240.js +0 -1
- package/dist/261.js +0 -1
- package/dist/271.js +0 -1
- package/dist/272.js +0 -1
- package/dist/294.js +0 -2
- package/dist/294.js.map +0 -1
- package/dist/319.js +0 -1
- package/dist/323.js +0 -1
- package/dist/336.js +0 -1
- package/dist/378.js +0 -1
- package/dist/460.js +0 -1
- package/dist/484.js +0 -1
- package/dist/484.js.map +0 -1
- package/dist/497.js +0 -1
- package/dist/524.js +0 -2
- package/dist/524.js.map +0 -1
- package/dist/566.js +0 -1
- package/dist/574.js +0 -1
- package/dist/579.js +0 -1
- package/dist/626.js +0 -1
- package/dist/626.js.map +0 -1
- package/dist/637.js +0 -1
- package/dist/637.js.map +0 -1
- package/dist/644.js +0 -1
- package/dist/652.js +0 -1
- package/dist/673.js +0 -1
- package/dist/705.js +0 -1
- package/dist/711.js +0 -1
- package/dist/727.js +0 -1
- package/dist/737.js +0 -1
- package/dist/749.js +0 -1
- package/dist/749.js.map +0 -1
- package/dist/757.js +0 -1
- package/dist/77.js +0 -1
- package/dist/77.js.map +0 -1
- package/dist/788.js +0 -1
- package/dist/803.js +0 -1
- package/dist/803.js.map +0 -1
- package/dist/807.js +0 -1
- package/dist/833.js +0 -1
- package/dist/888.js +0 -1
- package/dist/888.js.map +0 -1
- package/dist/890.js +0 -1
- package/dist/890.js.map +0 -1
- package/dist/901.js +0 -1
- package/dist/905.js +0 -1
- package/dist/905.js.map +0 -1
- package/dist/935.js +0 -2
- package/dist/935.js.map +0 -1
- package/dist/962.js +0 -1
- package/src/root.scss +0 -50
- package/src/setup-tests.ts +0 -1
- package/dist/{935.js.LICENSE.txt → 3935.js.LICENSE.txt} +0 -0
- package/dist/{294.js.LICENSE.txt → 7294.js.LICENSE.txt} +0 -0
- package/src/components/{medication-card.component.test.tsx → medication-card.test.tsx} +0 -0
- package/src/forms/{medication-dispense-review.component.test.tsx → medication-dispense-review.test.tsx} +1 -1
- /package/{i18next-parser.config.js → tools/i18next-parser.config.js} +0 -0
package/translations/it.json
CHANGED
|
@@ -1,92 +1,92 @@
|
|
|
1
1
|
{
|
|
2
|
-
"active": "
|
|
3
|
-
"activePrescriptions": "
|
|
4
|
-
"age": "
|
|
5
|
-
"allergiesCount_one": "{{count}}
|
|
6
|
-
"allergiesCount_other": "{{count}}
|
|
7
|
-
"allPrescriptions": "
|
|
8
|
-
"appName": "
|
|
9
|
-
"cancelled": "
|
|
10
|
-
"checkFilters": "
|
|
11
|
-
"clearSearchInput": "
|
|
12
|
-
"close": "
|
|
13
|
-
"closed": "
|
|
14
|
-
"closedDispense": "
|
|
15
|
-
"closePrescription": "
|
|
16
|
-
"completed": "
|
|
17
|
-
"created": "
|
|
18
|
-
"datePrescribed": "
|
|
19
|
-
"delete": "
|
|
20
|
-
"dispense": "
|
|
21
|
-
"dispensed": "
|
|
22
|
-
"dispenseDate": "
|
|
23
|
-
"dispensedBy": "
|
|
24
|
-
"dispensedMedication": "
|
|
25
|
-
"dispensePrescription": "
|
|
26
|
-
"dispensing": "
|
|
27
|
-
"dispensingAppError": "
|
|
28
|
-
"dispensingAppMisconfigurationMessage": "
|
|
2
|
+
"active": "Attivo",
|
|
3
|
+
"activePrescriptions": "Prescrizioni attive",
|
|
4
|
+
"age": "Età",
|
|
5
|
+
"allergiesCount_one": "{{count}} allergia",
|
|
6
|
+
"allergiesCount_other": "{{count}} allergie",
|
|
7
|
+
"allPrescriptions": "Tutte le prescrizioni",
|
|
8
|
+
"appName": "Farmacia",
|
|
9
|
+
"cancelled": "Annullato",
|
|
10
|
+
"checkFilters": "Verifica i filtri sopra",
|
|
11
|
+
"clearSearchInput": "Cancella input di ricerca",
|
|
12
|
+
"close": "Chiudi",
|
|
13
|
+
"closed": "Chiuso",
|
|
14
|
+
"closedDispense": "dispensazione chiusa",
|
|
15
|
+
"closePrescription": "Chiudi prescrizione",
|
|
16
|
+
"completed": "Completato",
|
|
17
|
+
"created": "Creato",
|
|
18
|
+
"datePrescribed": "Data di prescrizione",
|
|
19
|
+
"delete": "Elimina",
|
|
20
|
+
"dispense": "Dispensa",
|
|
21
|
+
"dispensed": "Dispensato",
|
|
22
|
+
"dispenseDate": "Data di dispensazione",
|
|
23
|
+
"dispensedBy": "Dispensato da",
|
|
24
|
+
"dispensedMedication": "farmaco dispensato",
|
|
25
|
+
"dispensePrescription": "Dispensa prescrizione",
|
|
26
|
+
"dispensing": "Dispensazione in corso",
|
|
27
|
+
"dispensingAppError": "Errore nell'app di dispensazione",
|
|
28
|
+
"dispensingAppMisconfigurationMessage": "Contatta l'amministratore di sistema: Configurazione errata - 'restrictTotalQuantityDispensed' non può essere abilitato se 'allowModifyingPrescription' è attivo.",
|
|
29
29
|
"dose": "Dose",
|
|
30
|
-
"doseUnit": "
|
|
31
|
-
"drugDispensingUnit": "
|
|
32
|
-
"drugs": "
|
|
33
|
-
"editCloseeRecord": "
|
|
34
|
-
"editDispenseRecord": "
|
|
35
|
-
"editPauseRecord": "
|
|
36
|
-
"editRecord": "
|
|
37
|
-
"error": "
|
|
38
|
-
"errorLoadingInventoryItems": "
|
|
39
|
-
"expired": "
|
|
40
|
-
"filterByLocation": "
|
|
41
|
-
"for": "
|
|
42
|
-
"frequency": "
|
|
43
|
-
"historyComments": "
|
|
30
|
+
"doseUnit": "Unità di dose",
|
|
31
|
+
"drugDispensingUnit": "Unità di dispensazione",
|
|
32
|
+
"drugs": "Farmaci",
|
|
33
|
+
"editCloseeRecord": "Modifica record di chiusura",
|
|
34
|
+
"editDispenseRecord": "Modifica record di dispensazione",
|
|
35
|
+
"editPauseRecord": "Modifica record di pausa",
|
|
36
|
+
"editRecord": "Modifica record",
|
|
37
|
+
"error": "Errore",
|
|
38
|
+
"errorLoadingInventoryItems": "Errore nel recupero degli articoli di inventario",
|
|
39
|
+
"expired": "Scaduto",
|
|
40
|
+
"filterByLocation": "Filtra per sede",
|
|
41
|
+
"for": "per",
|
|
42
|
+
"frequency": "Frequenza",
|
|
43
|
+
"historyComments": "Storico e commenti",
|
|
44
44
|
"home": "Home",
|
|
45
|
-
"last14Days": "
|
|
46
|
-
"lastDispenser": "
|
|
47
|
-
"loadingInventoryItems": "
|
|
48
|
-
"location": "
|
|
49
|
-
"maxQuantityRemaining": "
|
|
50
|
-
"medicationDispenseActionMenu": "
|
|
51
|
-
"medicationListUpdated": "
|
|
52
|
-
"missedCollections": "
|
|
53
|
-
"noAllergyDetailsFound": "
|
|
54
|
-
"noPrescriptionsToDisplay": "
|
|
55
|
-
"noRefills": "
|
|
56
|
-
"numberIsNotValid": "
|
|
57
|
-
"ordered": "
|
|
45
|
+
"last14Days": "Ultimi 14 giorni",
|
|
46
|
+
"lastDispenser": "Ultimo dispensatore",
|
|
47
|
+
"loadingInventoryItems": "Caricamento articoli di inventario...",
|
|
48
|
+
"location": "Sede",
|
|
49
|
+
"maxQuantityRemaining": "Quantità massima rimanente:",
|
|
50
|
+
"medicationDispenseActionMenu": "Menu azioni dispensazione farmaci",
|
|
51
|
+
"medicationListUpdated": "L'elenco dei farmaci dispensati è stato aggiornato.",
|
|
52
|
+
"missedCollections": "Ritiri mancati",
|
|
53
|
+
"noAllergyDetailsFound": "Nessun dettaglio di allergia trovato",
|
|
54
|
+
"noPrescriptionsToDisplay": "Nessuna prescrizione da visualizzare",
|
|
55
|
+
"noRefills": "Nessun rinnovo",
|
|
56
|
+
"numberIsNotValid": "Numero non valido",
|
|
57
|
+
"ordered": "Ordinato",
|
|
58
58
|
"orderedMedication ": "ordered medication",
|
|
59
|
-
"orders": "
|
|
60
|
-
"ordersForHomeDelivery": "
|
|
61
|
-
"patientInstructions": "
|
|
62
|
-
"patientName": "
|
|
63
|
-
"pause": "
|
|
64
|
-
"paused": "
|
|
65
|
-
"pausedDispense": "
|
|
66
|
-
"pausePrescription": "
|
|
67
|
-
"prescribed": "
|
|
68
|
-
"prescriber": "
|
|
69
|
-
"prescriptionDetails": "
|
|
70
|
-
"prescriptionInstructions": "
|
|
71
|
-
"prescriptionsToFillToday": "
|
|
72
|
-
"print": "
|
|
73
|
-
"printPrescriptions": "
|
|
74
|
-
"quantity": "
|
|
75
|
-
"reasonForClose": "
|
|
76
|
-
"reasonForPause": "
|
|
77
|
-
"refills": "
|
|
78
|
-
"route": "
|
|
79
|
-
"searchByPatientIdOrName": "
|
|
80
|
-
"selectPrescriptions": "
|
|
81
|
-
"selectStockDispense": "
|
|
82
|
-
"status": "
|
|
83
|
-
"stockDispense": "
|
|
84
|
-
"stockDispensed": "Stock
|
|
85
|
-
"stockDispenseDetails": "
|
|
86
|
-
"stockDispensedSuccessfully": "Stock
|
|
87
|
-
"substitutionReason": "
|
|
88
|
-
"substitutionType": "
|
|
89
|
-
"tabList": "
|
|
90
|
-
"today": "
|
|
91
|
-
"view": "
|
|
59
|
+
"orders": "Ordini",
|
|
60
|
+
"ordersForHomeDelivery": "Ordini per consegna a domicilio",
|
|
61
|
+
"patientInstructions": "Istruzioni per il paziente",
|
|
62
|
+
"patientName": "Nome del paziente",
|
|
63
|
+
"pause": "Pausa",
|
|
64
|
+
"paused": "In pausa",
|
|
65
|
+
"pausedDispense": "dispensazione in pausa",
|
|
66
|
+
"pausePrescription": "Metti in pausa la prescrizione",
|
|
67
|
+
"prescribed": "Prescritto",
|
|
68
|
+
"prescriber": "Prescrittore",
|
|
69
|
+
"prescriptionDetails": "Dettagli prescrizione",
|
|
70
|
+
"prescriptionInstructions": "Istruzioni della prescrizione",
|
|
71
|
+
"prescriptionsToFillToday": "Prescrizioni da evadere oggi",
|
|
72
|
+
"print": "Stampa",
|
|
73
|
+
"printPrescriptions": "Stampa prescrizioni",
|
|
74
|
+
"quantity": "Quantità",
|
|
75
|
+
"reasonForClose": "Motivo della chiusura",
|
|
76
|
+
"reasonForPause": "Motivo della pausa",
|
|
77
|
+
"refills": "Rinnovi della prescrizione",
|
|
78
|
+
"route": "Via di somministrazione",
|
|
79
|
+
"searchByPatientIdOrName": "Cerca per ID paziente o nome",
|
|
80
|
+
"selectPrescriptions": "Seleziona le prescrizioni da stampare",
|
|
81
|
+
"selectStockDispense": "Seleziona stock da cui dispensare",
|
|
82
|
+
"status": "Stato",
|
|
83
|
+
"stockDispense": "Dispensazione dallo stock",
|
|
84
|
+
"stockDispensed": "Stock dispensato",
|
|
85
|
+
"stockDispenseDetails": "Lotto: {{batchNumber}} - Quantità: {{quantity}} ({{quantityUoM}}) - Scadenza: {{expiration}}",
|
|
86
|
+
"stockDispensedSuccessfully": "Stock dispensato con successo e livello del lotto aggiornato.",
|
|
87
|
+
"substitutionReason": "Motivo della sostituzione",
|
|
88
|
+
"substitutionType": "Tipo di sostituzione",
|
|
89
|
+
"tabList": "Elenco schede",
|
|
90
|
+
"today": "Oggi",
|
|
91
|
+
"view": "Visualizza"
|
|
92
92
|
}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
{
|
|
2
|
+
"active": "Active",
|
|
3
|
+
"activePrescriptions": "Active prescriptions",
|
|
4
|
+
"age": "Age",
|
|
5
|
+
"allergiesCount_one": "{{count}} allergy",
|
|
6
|
+
"allergiesCount_other": "{{count}} allergies",
|
|
7
|
+
"allPrescriptions": "All prescriptions",
|
|
8
|
+
"appName": "Pharmacy",
|
|
9
|
+
"cancelled": "Cancelled",
|
|
10
|
+
"checkFilters": "Check the filters above",
|
|
11
|
+
"clearSearchInput": "Clear search input",
|
|
12
|
+
"close": "Close",
|
|
13
|
+
"closed": "Closed",
|
|
14
|
+
"closedDispense": "closed dispense",
|
|
15
|
+
"closePrescription": "Close prescription",
|
|
16
|
+
"completed": "Completed",
|
|
17
|
+
"created": "Created",
|
|
18
|
+
"datePrescribed": "Date prescribed",
|
|
19
|
+
"delete": "Delete",
|
|
20
|
+
"dispense": "Dispense",
|
|
21
|
+
"dispensed": "Dispensed",
|
|
22
|
+
"dispenseDate": "Date of Dispense",
|
|
23
|
+
"dispensedBy": "Dispensed by",
|
|
24
|
+
"dispensedMedication": "dispensed medication",
|
|
25
|
+
"dispensePrescription": "Dispense prescription",
|
|
26
|
+
"dispensing": "Dispensing",
|
|
27
|
+
"dispensingAppError": "Dispensing App Error",
|
|
28
|
+
"dispensingAppMisconfigurationMessage": "Please contact your system administration: Misconfiguration - 'restrictTotalQuantityDispensed' cannot be enabled if 'allowModifyingPrescription' is enabled.",
|
|
29
|
+
"dose": "Dose",
|
|
30
|
+
"doseUnit": "Dose unit",
|
|
31
|
+
"drugDispensingUnit": "Dispensing unit",
|
|
32
|
+
"drugs": "Drugs",
|
|
33
|
+
"editCloseeRecord": "Edit Close Record",
|
|
34
|
+
"editDispenseRecord": "Edit Dispense Record",
|
|
35
|
+
"editPauseRecord": "Edit Pause Record",
|
|
36
|
+
"editRecord": "Edit Record",
|
|
37
|
+
"error": "Error",
|
|
38
|
+
"errorLoadingInventoryItems": "Error fetching inventory items",
|
|
39
|
+
"expired": "Expired",
|
|
40
|
+
"filterByLocation": "Filter by location",
|
|
41
|
+
"for": "for",
|
|
42
|
+
"frequency": "Frequency",
|
|
43
|
+
"historyComments": "History and comments",
|
|
44
|
+
"home": "Home",
|
|
45
|
+
"last14Days": "Last 14 days",
|
|
46
|
+
"lastDispenser": "Last dispenser",
|
|
47
|
+
"loadingInventoryItems": "Loading inventory items...",
|
|
48
|
+
"location": "Location",
|
|
49
|
+
"maxQuantityRemaining": "Maximum quantity remaining:",
|
|
50
|
+
"medicationDispenseActionMenu": "Medication Dispense Action Menu",
|
|
51
|
+
"medicationListUpdated": "Medication dispense list has been updated.",
|
|
52
|
+
"missedCollections": "Missed collections",
|
|
53
|
+
"noAllergyDetailsFound": "No allergy details found",
|
|
54
|
+
"noPrescriptionsToDisplay": "No prescriptions to display",
|
|
55
|
+
"noRefills": "No refills",
|
|
56
|
+
"numberIsNotValid": "Number is not valid",
|
|
57
|
+
"ordered": "Ordered",
|
|
58
|
+
"orderedMedication ": "ordered medication",
|
|
59
|
+
"orders": "Orders",
|
|
60
|
+
"ordersForHomeDelivery": "Orders for home delivery",
|
|
61
|
+
"patientInstructions": "Patient instructions",
|
|
62
|
+
"patientName": "Patient name",
|
|
63
|
+
"pause": "Pause",
|
|
64
|
+
"paused": "Paused",
|
|
65
|
+
"pausedDispense": "paused dispense",
|
|
66
|
+
"pausePrescription": "Pause prescription",
|
|
67
|
+
"prescribed": "Prescribed",
|
|
68
|
+
"prescriber": "Prescriber",
|
|
69
|
+
"prescriptionDetails": "Prescription details",
|
|
70
|
+
"prescriptionInstructions": "Prescription instructions",
|
|
71
|
+
"prescriptionsToFillToday": "Prescriptions to fill today",
|
|
72
|
+
"print": "Print",
|
|
73
|
+
"printPrescriptions": "Print prescriptions",
|
|
74
|
+
"quantity": "Quantity",
|
|
75
|
+
"reasonForClose": "Reason for close",
|
|
76
|
+
"reasonForPause": "Reason for pause",
|
|
77
|
+
"refills": "Refills",
|
|
78
|
+
"route": "Route",
|
|
79
|
+
"searchByPatientIdOrName": "Search by patient ID or name",
|
|
80
|
+
"selectPrescriptions": "Check prescriptions to print",
|
|
81
|
+
"selectStockDispense": "Select stock to dispense from",
|
|
82
|
+
"status": "Status",
|
|
83
|
+
"stockDispense": "Stock Dispense",
|
|
84
|
+
"stockDispensed": "Stock dispensed",
|
|
85
|
+
"stockDispenseDetails": "Batch: {{batchNumber}} - Quantity: {{quantity}} ({{quantityUoM}}) - Expiry: {{expiration}}",
|
|
86
|
+
"stockDispensedSuccessfully": "Stock dispensed successfully and batch level updated.",
|
|
87
|
+
"substitutionReason": "Reason for substitution",
|
|
88
|
+
"substitutionType": "Type of substitution",
|
|
89
|
+
"tabList": "Tab List",
|
|
90
|
+
"today": "Today",
|
|
91
|
+
"view": "View"
|
|
92
|
+
}
|
package/tsconfig.json
CHANGED
package/dist/16.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(globalThis.webpackChunk_openmrs_esm_dispensing_app=globalThis.webpackChunk_openmrs_esm_dispensing_app||[]).push([[16],{2016:e=>{e.exports=JSON.parse('{"active":"Active","activePrescriptions":"Active prescriptions","age":"Age","allergiesCount_one":"{{count}} allergy","allergiesCount_other":"{{count}} allergies","allPrescriptions":"All prescriptions","appName":"Pharmacy","cancelled":"Cancelled","checkFilters":"Check the filters above","clearSearchInput":"Clear search input","close":"Close","closed":"Closed","closedDispense":"closed dispense","closePrescription":"Close prescription","completed":"Completed","created":"Created","datePrescribed":"Date prescribed","delete":"Delete","dispense":"Dispense","dispensed":"Dispensed","dispenseDate":"Date of Dispense","dispensedBy":"Dispensed by","dispensedMedication":"dispensed medication","dispensePrescription":"Dispense prescription","dispensing":"Dispensing","dispensingAppError":"Dispensing App Error","dispensingAppMisconfigurationMessage":"Please contact your system administration: Misconfiguration - \'restrictTotalQuantityDispensed\' cannot be enabled if \'allowModifyingPrescription\' is enabled.","dose":"Dose","doseUnit":"Dose unit","drugDispensingUnit":"Dispensing unit","drugs":"Drugs","editCloseeRecord":"Edit Close Record","editDispenseRecord":"Edit Dispense Record","editPauseRecord":"Edit Pause Record","editRecord":"Edit Record","error":"Error","errorLoadingInventoryItems":"Error fetching inventory items","expired":"Expired","filterByLocation":"Filter by location","for":"for","frequency":"Frequency","historyComments":"History and comments","home":"Home","last14Days":"Last 14 days","lastDispenser":"Last dispenser","loadingInventoryItems":"Loading inventory items...","location":"Location","maxQuantityRemaining":"Maximum quantity remaining:","medicationDispenseActionMenu":"Medication Dispense Action Menu","medicationListUpdated":"Medication dispense list has been updated.","missedCollections":"Missed collections","noAllergyDetailsFound":"No allergy details found","noPrescriptionsToDisplay":"No prescriptions to display","noRefills":"No refills","numberIsNotValid":"Number is not valid","ordered":"Ordered","orderedMedication ":"ordered medication","orders":"Orders","ordersForHomeDelivery":"Orders for home delivery","patientInstructions":"Patient instructions","patientName":"Patient name","pause":"Pause","paused":"Paused","pausedDispense":"paused dispense","pausePrescription":"Pause prescription","prescribed":"Prescribed","prescriber":"Prescriber","prescriptionDetails":"Prescription details","prescriptionInstructions":"Prescription instructions","prescriptionsToFillToday":"Prescriptions to fill today","print":"Print","printPrescriptions":"Print prescriptions","quantity":"Quantity","reasonForClose":"Reason for close","reasonForPause":"Reason for pause","refills":"Refills","route":"Route","searchByPatientIdOrName":"Search by patient ID or name","selectPrescriptions":"Check prescriptions to print","selectStockDispense":"Select stock to dispense from","status":"Status","stockDispense":"Stock Dispense","stockDispensed":"Stock dispensed","stockDispenseDetails":"Batch: {{batchNumber}} - Quantity: {{quantity}} ({{quantityUoM}}) - Expiry: {{expiration}}","stockDispensedSuccessfully":"Stock dispensed successfully and batch level updated.","substitutionReason":"Reason for substitution","substitutionType":"Type of substitution","tabList":"Tab List","today":"Today","view":"View"}')}}]);
|