@ampath/esm-dispensing-app 1.10.0-next.1
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/.editorconfig +12 -0
- package/.eslintignore +2 -0
- package/.eslintrc +80 -0
- package/.husky/pre-commit +7 -0
- package/.husky/pre-push +6 -0
- package/.prettierignore +12 -0
- package/.tx/config +11 -0
- package/.yarn/versions/1c40b9b6.yml +0 -0
- package/.yarn/versions/ff162597.yml +0 -0
- package/LICENSE +401 -0
- package/README.md +124 -0
- package/__mocks__/react-i18next.js +51 -0
- package/dist/1043.js +1 -0
- package/dist/1043.js.map +1 -0
- package/dist/1119.js +1 -0
- package/dist/1197.js +1 -0
- package/dist/2146.js +1 -0
- package/dist/2177.js +2 -0
- package/dist/2177.js.LICENSE.txt +9 -0
- package/dist/2177.js.map +1 -0
- package/dist/2690.js +1 -0
- package/dist/2890.js +2 -0
- package/dist/2890.js.LICENSE.txt +14 -0
- package/dist/2890.js.map +1 -0
- package/dist/2898.js +1 -0
- package/dist/2898.js.map +1 -0
- package/dist/3041.js +1 -0
- package/dist/3041.js.map +1 -0
- package/dist/3099.js +1 -0
- package/dist/3184.js +2 -0
- package/dist/3184.js.LICENSE.txt +14 -0
- package/dist/3184.js.map +1 -0
- package/dist/3568.js +1 -0
- package/dist/3568.js.map +1 -0
- package/dist/3584.js +1 -0
- package/dist/4055.js +1 -0
- package/dist/4099.js +1 -0
- package/dist/4099.js.map +1 -0
- package/dist/4132.js +1 -0
- package/dist/4225.js +1 -0
- package/dist/4225.js.map +1 -0
- package/dist/4300.js +1 -0
- package/dist/4335.js +1 -0
- package/dist/4353.js +1 -0
- package/dist/4353.js.map +1 -0
- package/dist/439.js +1 -0
- package/dist/4618.js +1 -0
- package/dist/4652.js +1 -0
- package/dist/4944.js +1 -0
- package/dist/5173.js +1 -0
- package/dist/5241.js +1 -0
- package/dist/5422.js +1 -0
- package/dist/5422.js.map +1 -0
- package/dist/5442.js +1 -0
- package/dist/5661.js +1 -0
- package/dist/5897.js +1 -0
- package/dist/5897.js.map +1 -0
- package/dist/6022.js +1 -0
- package/dist/609.js +1 -0
- package/dist/609.js.map +1 -0
- package/dist/6468.js +1 -0
- package/dist/6540.js +2 -0
- package/dist/6540.js.LICENSE.txt +9 -0
- package/dist/6540.js.map +1 -0
- package/dist/6589.js +1 -0
- package/dist/6606.js +1 -0
- package/dist/6606.js.map +1 -0
- package/dist/6679.js +1 -0
- package/dist/6825.js +1 -0
- package/dist/6825.js.map +1 -0
- package/dist/6840.js +1 -0
- package/dist/6841.js +1 -0
- package/dist/6841.js.map +1 -0
- package/dist/6859.js +1 -0
- package/dist/7097.js +1 -0
- package/dist/7159.js +1 -0
- package/dist/723.js +1 -0
- package/dist/7240.js +1 -0
- package/dist/7240.js.map +1 -0
- package/dist/7255.js +1 -0
- package/dist/7255.js.map +1 -0
- package/dist/7617.js +1 -0
- package/dist/795.js +1 -0
- package/dist/8163.js +1 -0
- package/dist/8349.js +1 -0
- package/dist/8371.js +1 -0
- package/dist/8569.js +2 -0
- package/dist/8569.js.LICENSE.txt +41 -0
- package/dist/8569.js.map +1 -0
- package/dist/8600.js +1 -0
- package/dist/8600.js.map +1 -0
- package/dist/8618.js +1 -0
- package/dist/8885.js +1 -0
- package/dist/8885.js.map +1 -0
- package/dist/890.js +1 -0
- package/dist/9214.js +1 -0
- package/dist/9538.js +1 -0
- package/dist/9569.js +1 -0
- package/dist/961.js +2 -0
- package/dist/961.js.LICENSE.txt +19 -0
- package/dist/961.js.map +1 -0
- package/dist/963.js +1 -0
- package/dist/963.js.map +1 -0
- package/dist/986.js +1 -0
- package/dist/9879.js +1 -0
- package/dist/9895.js +1 -0
- package/dist/9900.js +1 -0
- package/dist/9913.js +1 -0
- package/dist/main.js +2 -0
- package/dist/main.js.LICENSE.txt +51 -0
- package/dist/main.js.map +1 -0
- package/dist/openmrs-esm-dispensing-app.js +1 -0
- package/dist/openmrs-esm-dispensing-app.js.buildmanifest.json +1645 -0
- package/dist/openmrs-esm-dispensing-app.js.map +1 -0
- package/dist/routes.json +1 -0
- package/e2e/README.md +119 -0
- package/e2e/commands/drug-order-operations.ts +43 -0
- package/e2e/commands/encounter-operations.ts +60 -0
- package/e2e/commands/index.ts +5 -0
- package/e2e/commands/patient-operations.ts +109 -0
- package/e2e/commands/provider-operations.ts +9 -0
- package/e2e/commands/types/index.ts +157 -0
- package/e2e/commands/visit-operations.ts +38 -0
- package/e2e/core/global-setup.ts +32 -0
- package/e2e/core/index.ts +1 -0
- package/e2e/core/test.ts +31 -0
- package/e2e/fixtures/api.ts +27 -0
- package/e2e/fixtures/index.ts +1 -0
- package/e2e/pages/dispensing-page.ts +9 -0
- package/e2e/pages/index.ts +1 -0
- package/e2e/specs/active-prescriptions.spec.ts +72 -0
- package/e2e/specs/close-prescription.spec.ts +71 -0
- package/e2e/specs/dispense-medication.spec.ts +71 -0
- package/e2e/specs/pause-prescription.spec.ts +72 -0
- package/e2e/support/github/Dockerfile +34 -0
- package/e2e/support/github/docker-compose.yml +24 -0
- package/e2e/support/github/run-e2e-docker-env.sh +42 -0
- package/e2e/types/index.ts +157 -0
- package/example.env +7 -0
- package/jest.config.js +24 -0
- package/package.json +110 -0
- package/playwright.config.ts +36 -0
- package/prettier.config.js +8 -0
- package/src/components/action-buttons.component.tsx +87 -0
- package/src/components/action-buttons.scss +16 -0
- package/src/components/action-buttons.test.tsx +217 -0
- package/src/components/medication-card.component.tsx +37 -0
- package/src/components/medication-card.scss +20 -0
- package/src/components/medication-card.test.tsx +36 -0
- package/src/components/medication-dispense-review.scss +108 -0
- package/src/components/medication-event.component.tsx +96 -0
- package/src/components/medication-event.scss +44 -0
- package/src/components/medication-event.test.tsx +212 -0
- package/src/components/prescription-actions/close-action-button.component.tsx +50 -0
- package/src/components/prescription-actions/dispense-action-button.component.tsx +57 -0
- package/src/components/prescription-actions/pause-action-button.component.tsx +49 -0
- package/src/conditions/conditions.component.tsx +118 -0
- package/src/conditions/conditions.resource.ts +100 -0
- package/src/conditions/conditions.scss +26 -0
- package/src/conditions/conditions.test.tsx +200 -0
- package/src/config-schema.ts +192 -0
- package/src/constants.ts +22 -0
- package/src/dashboard/dispensing-dashboard-link.component.tsx +36 -0
- package/src/dashboard/dispensing-dashboard.component.tsx +36 -0
- package/src/declarations.d.ts +2 -0
- package/src/diagnoses/diagnoses.component.tsx +111 -0
- package/src/diagnoses/diagnoses.resource.ts +30 -0
- package/src/diagnoses/diagnoses.scss +31 -0
- package/src/dispensing-link.component.tsx +9 -0
- package/src/dispensing-tiles/dispensing-tile.component.tsx +42 -0
- package/src/dispensing-tiles/dispensing-tile.scss +43 -0
- package/src/dispensing-tiles/dispensing-tiles.component.tsx +39 -0
- package/src/dispensing-tiles/dispensing-tiles.resource.tsx +30 -0
- package/src/dispensing-tiles/dispensing-tiles.scss +11 -0
- package/src/dispensing.component.tsx +31 -0
- package/src/dispensing.scss +5 -0
- package/src/dispensing.test.tsx +9 -0
- package/src/fill-prescription/fill-prescription-button.component.tsx +103 -0
- package/src/fill-prescription/fill-prescription-button.scss +8 -0
- package/src/fill-prescription/on-prescription-filled.modal.tsx +140 -0
- package/src/fill-prescription/on-prescription-filled.scss +7 -0
- package/src/forms/close-dispense-form.workspace.tsx +194 -0
- package/src/forms/dispense-form.workspace.test.tsx +334 -0
- package/src/forms/dispense-form.workspace.tsx +324 -0
- package/src/forms/forms.scss +152 -0
- package/src/forms/medication-dispense-review.component.tsx +649 -0
- package/src/forms/medication-dispense-review.test.tsx +158 -0
- package/src/forms/pause-dispense-form.workspace.tsx +196 -0
- package/src/forms/stock-dispense/stock-dispense.component.tsx +126 -0
- package/src/forms/stock-dispense/stock.resource.tsx +67 -0
- package/src/history/delete-confirm.modal.tsx +35 -0
- package/src/history/history-and-comments.component.tsx +338 -0
- package/src/history/history-and-comments.scss +54 -0
- package/src/index.ts +57 -0
- package/src/location/location.resource.test.tsx +108 -0
- package/src/location/location.resource.tsx +32 -0
- package/src/medication/medication.resource.test.tsx +156 -0
- package/src/medication/medication.resource.tsx +45 -0
- package/src/medication-dispense/medication-dispense.resource.test.tsx +243 -0
- package/src/medication-dispense/medication-dispense.resource.tsx +178 -0
- package/src/medication-request/medication-request.resource.test.tsx +1333 -0
- package/src/medication-request/medication-request.resource.tsx +257 -0
- package/src/patient/patient-info-cell.component.tsx +26 -0
- package/src/patient/patient.resources.ts +14 -0
- package/src/pharmacy-header/pharmacy-header.component.tsx +35 -0
- package/src/pharmacy-header/pharmacy-header.scss +55 -0
- package/src/pharmacy-header/pharmacy-illustration.component.tsx +30 -0
- package/src/prescriptions/patient-search-tab-panel.component.tsx +58 -0
- package/src/prescriptions/patient-search-tab-panel.scss +26 -0
- package/src/prescriptions/prescription-actions.component.tsx +24 -0
- package/src/prescriptions/prescription-actions.scss +14 -0
- package/src/prescriptions/prescription-details.component.tsx +152 -0
- package/src/prescriptions/prescription-details.scss +87 -0
- package/src/prescriptions/prescription-details.test.tsx +267 -0
- package/src/prescriptions/prescription-expanded.component.tsx +58 -0
- package/src/prescriptions/prescription-expanded.scss +56 -0
- package/src/prescriptions/prescription-tab-lists.component.tsx +70 -0
- package/src/prescriptions/prescription-tab-panel.component.tsx +83 -0
- package/src/prescriptions/prescriptions-table.component.tsx +189 -0
- package/src/prescriptions/prescriptions.scss +152 -0
- package/src/print-prescription/prescription-print-action.component.tsx +30 -0
- package/src/print-prescription/prescription-print-preview.modal.tsx +92 -0
- package/src/print-prescription/prescription-printout.component.tsx +154 -0
- package/src/print-prescription/print-prescription.scss +75 -0
- package/src/print-prescription/printable-prescriptions.component.tsx +57 -0
- package/src/routes.json +137 -0
- package/src/types.ts +530 -0
- package/src/utils.test.ts +2947 -0
- package/src/utils.ts +637 -0
- package/tools/i18next-parser.config.js +89 -0
- package/tools/setup-tests.ts +8 -0
- package/tools/update-openmrs-deps.mjs +42 -0
- package/translations/am.json +133 -0
- package/translations/ar.json +133 -0
- package/translations/ar_SY.json +133 -0
- package/translations/bn.json +133 -0
- package/translations/cs.json +133 -0
- package/translations/de.json +133 -0
- package/translations/en.json +133 -0
- package/translations/en_US.json +133 -0
- package/translations/es.json +133 -0
- package/translations/es_MX.json +133 -0
- package/translations/fr.json +133 -0
- package/translations/he.json +133 -0
- package/translations/hi.json +133 -0
- package/translations/hi_IN.json +133 -0
- package/translations/id.json +133 -0
- package/translations/it.json +133 -0
- package/translations/ka.json +133 -0
- package/translations/km.json +133 -0
- package/translations/ku.json +133 -0
- package/translations/ky.json +133 -0
- package/translations/lg.json +133 -0
- package/translations/ne.json +133 -0
- package/translations/pl.json +133 -0
- package/translations/pt.json +133 -0
- package/translations/pt_BR.json +133 -0
- package/translations/qu.json +133 -0
- package/translations/ro_RO.json +133 -0
- package/translations/ru_RU.json +133 -0
- package/translations/si.json +133 -0
- package/translations/sq.json +133 -0
- package/translations/sw.json +133 -0
- package/translations/sw_KE.json +133 -0
- package/translations/tr.json +133 -0
- package/translations/tr_TR.json +133 -0
- package/translations/uk.json +133 -0
- package/translations/uz.json +133 -0
- package/translations/uz@Latn.json +133 -0
- package/translations/uz_UZ.json +133 -0
- package/translations/vi.json +133 -0
- package/translations/zh.json +133 -0
- package/translations/zh_CN.json +133 -0
- package/translations/zh_TW.json +133 -0
- package/tsconfig.json +23 -0
- package/turbo.json +41 -0
- package/webpack.config.js +1 -0
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
{
|
|
2
|
+
"active": "Attivo",
|
|
3
|
+
"activeConditions": "Active conditions",
|
|
4
|
+
"activeConditionsEmpty": "active conditions",
|
|
5
|
+
"activePrescriptions": "Prescrizioni attive",
|
|
6
|
+
"age": "Età",
|
|
7
|
+
"allergiesCount_one": "{{count}} allergia",
|
|
8
|
+
"allergiesCount_other": "{{count}} allergie",
|
|
9
|
+
"allPrescriptions": "Tutte le prescrizioni",
|
|
10
|
+
"appName": "Farmacia",
|
|
11
|
+
"cancelled": "Annullato",
|
|
12
|
+
"checkFilters": "Verifica i filtri sopra",
|
|
13
|
+
"clearSearchInput": "Cancella input di ricerca",
|
|
14
|
+
"close": "Chiudi",
|
|
15
|
+
"closed": "Chiuso",
|
|
16
|
+
"closedDispense": "dispensazione chiusa",
|
|
17
|
+
"closePrescription": "Chiudi prescrizione",
|
|
18
|
+
"completed": "Completato",
|
|
19
|
+
"completeOrderWithThisDispense": "Completa l'ordine con questa somministrazione",
|
|
20
|
+
"conditions": "Patologia",
|
|
21
|
+
"conditionsAndDiagnoses": "Patologie e diagnosi",
|
|
22
|
+
"couldNotDeleteMedicationDispense": "Non è stato possibile eliminare la somministrazione del farmaco",
|
|
23
|
+
"couldNotUpdateMedicationRequestStatus": "Non è stato possibile aggiorare lo stato di richiesta del farmaco",
|
|
24
|
+
"created": "Creato",
|
|
25
|
+
"datePrescribed": "Data di prescrizione",
|
|
26
|
+
"delete": "Elimina",
|
|
27
|
+
"deleteDispenseRecord": "Elimina voce somministrazione",
|
|
28
|
+
"deleteDispenseRecordMessage": "Sei sicuro di voler eliminare questa voce di somministrazione?",
|
|
29
|
+
"deleteFailed": "Eliminazione fallita",
|
|
30
|
+
"diagnoses": "Diagnoses",
|
|
31
|
+
"diagnosesEmpty": "diagnoses",
|
|
32
|
+
"diagnosis": "Diagnosi",
|
|
33
|
+
"dispense": "Dispensa",
|
|
34
|
+
"dispensed": "Dispensato",
|
|
35
|
+
"dispenseDate": "Data di dispensazione",
|
|
36
|
+
"dispensedBy": "Dispensato da",
|
|
37
|
+
"dispensedMedication": "farmaco dispensato",
|
|
38
|
+
"dispensePrescription": "Dispensa prescrizione",
|
|
39
|
+
"dispensing": "Dispensazione in corso",
|
|
40
|
+
"dispensingAppError": "Errore nell'app di dispensazione",
|
|
41
|
+
"dispensingAppMisconfigurationMessage": "Contatta l'amministratore di sistema: Configurazione errata - 'restrictTotalQuantityDispensed' non può essere abilitato se 'allowModifyingPrescription' è attivo.",
|
|
42
|
+
"dose": "Dose",
|
|
43
|
+
"doseUnit": "Unità di dose",
|
|
44
|
+
"drugDispensingUnit": "Unità di dispensazione",
|
|
45
|
+
"drugHelpText": "You may edit the formulation and quantity dispensed here",
|
|
46
|
+
"drugHelpTextNoEdit": "You may edit quantity dispensed here",
|
|
47
|
+
"drugs": "Farmaci",
|
|
48
|
+
"editCloseRecord": "Modifica record di chiusura",
|
|
49
|
+
"editDispenseRecord": "Modifica record di dispensazione",
|
|
50
|
+
"editFormulation": "Edit formulation",
|
|
51
|
+
"editPauseRecord": "Modifica record di pausa",
|
|
52
|
+
"editRecord": "Modifica record",
|
|
53
|
+
"error": "Errore",
|
|
54
|
+
"errorLoadingAllergies": "Error loading allergies",
|
|
55
|
+
"errorLoadingHistory": "Error loading history",
|
|
56
|
+
"errorLoadingInventoryItems": "Errore nel recupero degli articoli di inventario",
|
|
57
|
+
"errorLoadingPrescriptionDetails": "Error loading prescription details",
|
|
58
|
+
"errorLoadingPrescriptions": "Error loading prescriptions",
|
|
59
|
+
"expired": "Scaduto",
|
|
60
|
+
"fillPrescription": "Fill prescription",
|
|
61
|
+
"fillPrescriptionForPatient": "Fill prescription for patient",
|
|
62
|
+
"filterByLocations": "Filter by locations",
|
|
63
|
+
"for": "per",
|
|
64
|
+
"freeTextDosage": "Free text dosage",
|
|
65
|
+
"frequency": "Frequenza",
|
|
66
|
+
"historyComments": "Storico e commenti",
|
|
67
|
+
"home": "Home",
|
|
68
|
+
"last14Days": "Ultimi 14 giorni",
|
|
69
|
+
"lastDispenser": "Ultimo dispensatore",
|
|
70
|
+
"loadingInventoryItems": "Caricamento articoli di inventario...",
|
|
71
|
+
"location": "Sede",
|
|
72
|
+
"medicationDispenseActionMenu": "Menu azioni dispensazione farmaci",
|
|
73
|
+
"medicationDispenseDeleted": "La somministrazione del farmaco è stata eliminata correttamente",
|
|
74
|
+
"medicationFormulation": "Formulazione del Farmaco",
|
|
75
|
+
"medicationListUpdated": "L'elenco dei farmaci dispensati è stato aggiornato.",
|
|
76
|
+
"missedCollections": "Ritiri mancati",
|
|
77
|
+
"noAllergyDetailsFound": "Nessun dettaglio di allergia trovato",
|
|
78
|
+
"noHistoryFound": "No history found",
|
|
79
|
+
"noPrescriptionsFound": "No prescriptions found",
|
|
80
|
+
"noPrescriptionsToDisplay": "Nessuna prescrizione da visualizzare",
|
|
81
|
+
"noRefills": "Nessun rinnovo",
|
|
82
|
+
"numberIsNotValid": "Numero non valido",
|
|
83
|
+
"onsetDate": "Onset date",
|
|
84
|
+
"ordered": "Ordinato",
|
|
85
|
+
"orderedMedication": "ordered medication",
|
|
86
|
+
"orders": "Ordini",
|
|
87
|
+
"ordersForHomeDelivery": "Ordini per consegna a domicilio",
|
|
88
|
+
"patientInstructions": "Istruzioni per il paziente",
|
|
89
|
+
"patientName": "Nome del paziente",
|
|
90
|
+
"pause": "Pausa",
|
|
91
|
+
"paused": "In pausa",
|
|
92
|
+
"pausedDispense": "dispensazione in pausa",
|
|
93
|
+
"pausePrescription": "Metti in pausa la prescrizione",
|
|
94
|
+
"prescribed": "Prescritto",
|
|
95
|
+
"prescribedBy": "Prescritto da",
|
|
96
|
+
"prescriber": "Prescrittore",
|
|
97
|
+
"prescriptionCompleted": "Prescrizione completa",
|
|
98
|
+
"prescriptionCompletedSuccessfully": "Farmaco somministrato e prescrizione segnata come completata",
|
|
99
|
+
"prescriptionDetails": "Dettagli prescrizione",
|
|
100
|
+
"prescriptionInstructions": "Istruzioni della prescrizione",
|
|
101
|
+
"prescriptionsToFillToday": "Prescrizioni da evadere oggi",
|
|
102
|
+
"print": "Stampa",
|
|
103
|
+
"printPrescriptions": "Stampa prescrizioni",
|
|
104
|
+
"quantity": "Quantità",
|
|
105
|
+
"quantityDispensed": "Quantità Somministrata",
|
|
106
|
+
"quantityPrescribed": "Quantità Prescritta",
|
|
107
|
+
"quantityRemaining": "Quantità da Somministrare Rimanente",
|
|
108
|
+
"reasonForClose": "Motivo della chiusura",
|
|
109
|
+
"reasonForPause": "Motivo della pausa",
|
|
110
|
+
"refills": "Rinnovi della prescrizione",
|
|
111
|
+
"route": "Via di somministrazione",
|
|
112
|
+
"search": "Ricerca",
|
|
113
|
+
"searchByPatientIdOrName": "Cerca per ID paziente o nome",
|
|
114
|
+
"searchForPatient": "Cerca un paziente per nome o numero identificativo",
|
|
115
|
+
"searchForPatientHeader": "Cerca paziente",
|
|
116
|
+
"selectPrescriptions": "Seleziona le prescrizioni da stampare",
|
|
117
|
+
"selectStockDispense": "Seleziona stock da cui dispensare",
|
|
118
|
+
"status": "Stato",
|
|
119
|
+
"stockDispense": "Dispensazione dallo stock",
|
|
120
|
+
"stockDispensed": "Stock dispensato",
|
|
121
|
+
"stockDispenseDetails": "Lotto: {{batchNumber}} - Quantità: {{quantity}} ({{quantityUoM}}) - Scadenza: {{expiration}}",
|
|
122
|
+
"stockDispensedSuccessfully": "Stock dispensato con successo e livello del lotto aggiornato.",
|
|
123
|
+
"substitutionReason": "Motivo della sostituzione",
|
|
124
|
+
"substitutionType": "Tipo di sostituzione",
|
|
125
|
+
"success": "Successo",
|
|
126
|
+
"tabList": "Elenco schede",
|
|
127
|
+
"today": "Oggi",
|
|
128
|
+
"unknownAllergy": "Unknown allergy",
|
|
129
|
+
"updateStatusFailed": "Aggiornamento dello Stato Fallito",
|
|
130
|
+
"view": "Visualizza",
|
|
131
|
+
"visitRequired": "Visit required",
|
|
132
|
+
"visitRequiredForPatientToFillPrescription": "Visit required for patient to fill prescription"
|
|
133
|
+
}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
{
|
|
2
|
+
"active": "აქტიური",
|
|
3
|
+
"activeConditions": "Active conditions",
|
|
4
|
+
"activeConditionsEmpty": "active conditions",
|
|
5
|
+
"activePrescriptions": "აქტიური გამოწერები",
|
|
6
|
+
"age": "ასაკი",
|
|
7
|
+
"allergiesCount_one": "{{count}} ალერგია",
|
|
8
|
+
"allergiesCount_other": "{{count}} ალერგია",
|
|
9
|
+
"allPrescriptions": "ყველა გამოწერა",
|
|
10
|
+
"appName": "აფთიაქი",
|
|
11
|
+
"cancelled": "გაუქმებულია",
|
|
12
|
+
"checkFilters": "შეამოწმეთ ფილტრები ზემოთ",
|
|
13
|
+
"clearSearchInput": "ძებნის გასუფთავება",
|
|
14
|
+
"close": "დახურვა",
|
|
15
|
+
"closed": "დახურულია",
|
|
16
|
+
"closedDispense": "დახურული განაწილება",
|
|
17
|
+
"closePrescription": "გამოწერის დახურვა",
|
|
18
|
+
"completed": "დასრულებულია",
|
|
19
|
+
"completeOrderWithThisDispense": "Complete order with this dispense",
|
|
20
|
+
"conditions": "მდგომარეობა",
|
|
21
|
+
"conditionsAndDiagnoses": "მდგობარეობები და დიაგნოზები",
|
|
22
|
+
"couldNotDeleteMedicationDispense": "Could not delete medication dispense",
|
|
23
|
+
"couldNotUpdateMedicationRequestStatus": "Could not update medication request status",
|
|
24
|
+
"created": "შექმნილია",
|
|
25
|
+
"datePrescribed": "გამოწერის თარიღი",
|
|
26
|
+
"delete": "წაშლა",
|
|
27
|
+
"deleteDispenseRecord": "Delete Dispense Record",
|
|
28
|
+
"deleteDispenseRecordMessage": "Are you sure you want to delete this dispense record?",
|
|
29
|
+
"deleteFailed": "Delete Failed",
|
|
30
|
+
"diagnoses": "Diagnoses",
|
|
31
|
+
"diagnosesEmpty": "diagnoses",
|
|
32
|
+
"diagnosis": "დიაგნოზი",
|
|
33
|
+
"dispense": "განაწილება",
|
|
34
|
+
"dispensed": "განაწილებულია",
|
|
35
|
+
"dispenseDate": "განაწილების დღე",
|
|
36
|
+
"dispensedBy": "განაწილებულია ვის მიერ",
|
|
37
|
+
"dispensedMedication": "განაწილებული წამალი",
|
|
38
|
+
"dispensePrescription": "განაწილების გამოწერა",
|
|
39
|
+
"dispensing": "მიმდინარეობს განაწილება",
|
|
40
|
+
"dispensingAppError": "განაწილების აპის შეცდომა",
|
|
41
|
+
"dispensingAppMisconfigurationMessage": "Please contact your system administration: Misconfiguration - 'restrictTotalQuantityDispensed' cannot be enabled if 'allowModifyingPrescription' is enabled.",
|
|
42
|
+
"dose": "დოზა",
|
|
43
|
+
"doseUnit": "დოზის ერთეული",
|
|
44
|
+
"drugDispensingUnit": "განაწილების ერთეული",
|
|
45
|
+
"drugHelpText": "You may edit the formulation and quantity dispensed here",
|
|
46
|
+
"drugHelpTextNoEdit": "You may edit quantity dispensed here",
|
|
47
|
+
"drugs": "წამლები",
|
|
48
|
+
"editCloseRecord": "Edit Close Record",
|
|
49
|
+
"editDispenseRecord": "განაწილების ჩანაწერის ჩასწორება",
|
|
50
|
+
"editFormulation": "Edit formulation",
|
|
51
|
+
"editPauseRecord": "შეჩერების ჩანაწერის ჩასწორება",
|
|
52
|
+
"editRecord": "ჩანაწერის ჩასწორება",
|
|
53
|
+
"error": "შეცდომა",
|
|
54
|
+
"errorLoadingAllergies": "Error loading allergies",
|
|
55
|
+
"errorLoadingHistory": "Error loading history",
|
|
56
|
+
"errorLoadingInventoryItems": "ინვენტარის ელემენტების გამოთხოვის შეცდომა",
|
|
57
|
+
"errorLoadingPrescriptionDetails": "Error loading prescription details",
|
|
58
|
+
"errorLoadingPrescriptions": "Error loading prescriptions",
|
|
59
|
+
"expired": "ვადაგასულია",
|
|
60
|
+
"fillPrescription": "Fill prescription",
|
|
61
|
+
"fillPrescriptionForPatient": "Fill prescription for patient",
|
|
62
|
+
"filterByLocations": "Filter by locations",
|
|
63
|
+
"for": "ვისთვის",
|
|
64
|
+
"freeTextDosage": "Free text dosage",
|
|
65
|
+
"frequency": "სიხშირე",
|
|
66
|
+
"historyComments": "ისტორია და კომენტარები",
|
|
67
|
+
"home": "საწყისი",
|
|
68
|
+
"last14Days": "ბოლო 14 დღე",
|
|
69
|
+
"lastDispenser": "ბოლო განაწილება",
|
|
70
|
+
"loadingInventoryItems": "ინვენტარის ელემენტების ჩატვირთვა...",
|
|
71
|
+
"location": "მდებარეობა",
|
|
72
|
+
"medicationDispenseActionMenu": "წამლის განაწილების ქმედების მენიუ",
|
|
73
|
+
"medicationDispenseDeleted": "Medication dispense was deleted successfully",
|
|
74
|
+
"medicationFormulation": "Medication Formulation",
|
|
75
|
+
"medicationListUpdated": "Medication dispense list has been updated.",
|
|
76
|
+
"missedCollections": "გამოტოვებული აღებები",
|
|
77
|
+
"noAllergyDetailsFound": "ალერგიის დეტალები აღმოჩენილი არაა",
|
|
78
|
+
"noHistoryFound": "No history found",
|
|
79
|
+
"noPrescriptionsFound": "No prescriptions found",
|
|
80
|
+
"noPrescriptionsToDisplay": "საჩვენებელი გამოწერების გარეშე",
|
|
81
|
+
"noRefills": "შევსებების გარეშე",
|
|
82
|
+
"numberIsNotValid": "რიცხვი არასწორია",
|
|
83
|
+
"onsetDate": "Onset date",
|
|
84
|
+
"ordered": "შეკვეთილია",
|
|
85
|
+
"orderedMedication": "ordered medication",
|
|
86
|
+
"orders": "შეკვეთები",
|
|
87
|
+
"ordersForHomeDelivery": "შეკვეთები სახლში მისატანად",
|
|
88
|
+
"patientInstructions": "პაციენტის ინსტრუქციები",
|
|
89
|
+
"patientName": "პაციენტის სახელი",
|
|
90
|
+
"pause": "პაუზა",
|
|
91
|
+
"paused": "დაპაუზებულია",
|
|
92
|
+
"pausedDispense": "შეჩერებული განაწილება",
|
|
93
|
+
"pausePrescription": "გამოწერის შეჩერება",
|
|
94
|
+
"prescribed": "გამოწერილია",
|
|
95
|
+
"prescribedBy": "Prescribed By",
|
|
96
|
+
"prescriber": "გამომწერი",
|
|
97
|
+
"prescriptionCompleted": "Prescription completed",
|
|
98
|
+
"prescriptionCompletedSuccessfully": "Medication dispensed and prescription marked as completed",
|
|
99
|
+
"prescriptionDetails": "გამოწერის დეტალები",
|
|
100
|
+
"prescriptionInstructions": "გამოწერის ინსტრუქციები",
|
|
101
|
+
"prescriptionsToFillToday": "დღეს შესავსები გამოწერები",
|
|
102
|
+
"print": "დაბეჭდვა",
|
|
103
|
+
"printPrescriptions": "გამოწერების დაბეჭდვა",
|
|
104
|
+
"quantity": "რაოდენობა",
|
|
105
|
+
"quantityDispensed": "Quantity Dispensed",
|
|
106
|
+
"quantityPrescribed": "Quantity Prescribed",
|
|
107
|
+
"quantityRemaining": "Quantity Remaining to Dispense",
|
|
108
|
+
"reasonForClose": "მიზეზი დახურვისთვის",
|
|
109
|
+
"reasonForPause": "მიზეზი შეჩერებისთვის",
|
|
110
|
+
"refills": "შევსებები",
|
|
111
|
+
"route": "გზა",
|
|
112
|
+
"search": "Search",
|
|
113
|
+
"searchByPatientIdOrName": "Search by patient ID or name",
|
|
114
|
+
"searchForPatient": "Search for a patient by name or identifier number",
|
|
115
|
+
"searchForPatientHeader": "Search for a patient",
|
|
116
|
+
"selectPrescriptions": "Check prescriptions to print",
|
|
117
|
+
"selectStockDispense": "Select stock to dispense from",
|
|
118
|
+
"status": "სტატუსი",
|
|
119
|
+
"stockDispense": "მარაგის განაწილება",
|
|
120
|
+
"stockDispensed": "მარაგი განაწილებულია",
|
|
121
|
+
"stockDispenseDetails": "Batch: {{batchNumber}} - Quantity: {{quantity}} ({{quantityUoM}}) - Expiry: {{expiration}}",
|
|
122
|
+
"stockDispensedSuccessfully": "Stock dispensed successfully and batch level updated.",
|
|
123
|
+
"substitutionReason": "მიზეზი ჩანაცვლებისთვის",
|
|
124
|
+
"substitutionType": "ჩანაცვლების ტიპი",
|
|
125
|
+
"success": "Success",
|
|
126
|
+
"tabList": "ჩანართების სია",
|
|
127
|
+
"today": "დღეს",
|
|
128
|
+
"unknownAllergy": "Unknown allergy",
|
|
129
|
+
"updateStatusFailed": "Update Status Failed",
|
|
130
|
+
"view": "ნახვა",
|
|
131
|
+
"visitRequired": "Visit required",
|
|
132
|
+
"visitRequiredForPatientToFillPrescription": "Visit required for patient to fill prescription"
|
|
133
|
+
}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
{
|
|
2
|
+
"active": "Active",
|
|
3
|
+
"activeConditions": "Active conditions",
|
|
4
|
+
"activeConditionsEmpty": "active conditions",
|
|
5
|
+
"activePrescriptions": "Active prescriptions",
|
|
6
|
+
"age": "Age",
|
|
7
|
+
"allergiesCount_one": "{{count}} allergy",
|
|
8
|
+
"allergiesCount_other": "{{count}} allergies",
|
|
9
|
+
"allPrescriptions": "All prescriptions",
|
|
10
|
+
"appName": "Pharmacy",
|
|
11
|
+
"cancelled": "Cancelled",
|
|
12
|
+
"checkFilters": "Check the filters above",
|
|
13
|
+
"clearSearchInput": "Clear search input",
|
|
14
|
+
"close": "Close",
|
|
15
|
+
"closed": "Closed",
|
|
16
|
+
"closedDispense": "closed dispense",
|
|
17
|
+
"closePrescription": "Close prescription",
|
|
18
|
+
"completed": "Completed",
|
|
19
|
+
"completeOrderWithThisDispense": "Complete order with this dispense",
|
|
20
|
+
"conditions": "Condition",
|
|
21
|
+
"conditionsAndDiagnoses": "Conditions and diagnoses",
|
|
22
|
+
"couldNotDeleteMedicationDispense": "Could not delete medication dispense",
|
|
23
|
+
"couldNotUpdateMedicationRequestStatus": "Could not update medication request status",
|
|
24
|
+
"created": "Created",
|
|
25
|
+
"datePrescribed": "Date prescribed",
|
|
26
|
+
"delete": "Delete",
|
|
27
|
+
"deleteDispenseRecord": "Delete Dispense Record",
|
|
28
|
+
"deleteDispenseRecordMessage": "Are you sure you want to delete this dispense record?",
|
|
29
|
+
"deleteFailed": "Delete Failed",
|
|
30
|
+
"diagnoses": "Diagnoses",
|
|
31
|
+
"diagnosesEmpty": "diagnoses",
|
|
32
|
+
"diagnosis": "Diagnosis",
|
|
33
|
+
"dispense": "Dispense",
|
|
34
|
+
"dispensed": "Dispensed",
|
|
35
|
+
"dispenseDate": "Date of Dispense",
|
|
36
|
+
"dispensedBy": "Dispensed by",
|
|
37
|
+
"dispensedMedication": "dispensed medication",
|
|
38
|
+
"dispensePrescription": "Dispense prescription",
|
|
39
|
+
"dispensing": "Dispensing",
|
|
40
|
+
"dispensingAppError": "Dispensing App Error",
|
|
41
|
+
"dispensingAppMisconfigurationMessage": "Please contact your system administration: Misconfiguration - 'restrictTotalQuantityDispensed' cannot be enabled if 'allowModifyingPrescription' is enabled.",
|
|
42
|
+
"dose": "Dose",
|
|
43
|
+
"doseUnit": "Dose unit",
|
|
44
|
+
"drugDispensingUnit": "Dispensing unit",
|
|
45
|
+
"drugHelpText": "You may edit the formulation and quantity dispensed here",
|
|
46
|
+
"drugHelpTextNoEdit": "You may edit quantity dispensed here",
|
|
47
|
+
"drugs": "Drugs",
|
|
48
|
+
"editCloseRecord": "Edit Close Record",
|
|
49
|
+
"editDispenseRecord": "Edit Dispense Record",
|
|
50
|
+
"editFormulation": "Edit formulation",
|
|
51
|
+
"editPauseRecord": "Edit Pause Record",
|
|
52
|
+
"editRecord": "Edit Record",
|
|
53
|
+
"error": "Error",
|
|
54
|
+
"errorLoadingAllergies": "Error loading allergies",
|
|
55
|
+
"errorLoadingHistory": "Error loading history",
|
|
56
|
+
"errorLoadingInventoryItems": "Error fetching inventory items",
|
|
57
|
+
"errorLoadingPrescriptionDetails": "Error loading prescription details",
|
|
58
|
+
"errorLoadingPrescriptions": "Error loading prescriptions",
|
|
59
|
+
"expired": "Expired",
|
|
60
|
+
"fillPrescription": "Fill prescription",
|
|
61
|
+
"fillPrescriptionForPatient": "Fill prescription for patient",
|
|
62
|
+
"filterByLocations": "Filter by locations",
|
|
63
|
+
"for": "for",
|
|
64
|
+
"freeTextDosage": "Free text dosage",
|
|
65
|
+
"frequency": "Frequency",
|
|
66
|
+
"historyComments": "History and comments",
|
|
67
|
+
"home": "Home",
|
|
68
|
+
"last14Days": "Last 14 days",
|
|
69
|
+
"lastDispenser": "Last dispenser",
|
|
70
|
+
"loadingInventoryItems": "Loading inventory items...",
|
|
71
|
+
"location": "Location",
|
|
72
|
+
"medicationDispenseActionMenu": "Medication Dispense Action Menu",
|
|
73
|
+
"medicationDispenseDeleted": "Medication dispense was deleted successfully",
|
|
74
|
+
"medicationFormulation": "Medication Formulation",
|
|
75
|
+
"medicationListUpdated": "Medication dispense list has been updated.",
|
|
76
|
+
"missedCollections": "Missed collections",
|
|
77
|
+
"noAllergyDetailsFound": "No allergy details found",
|
|
78
|
+
"noHistoryFound": "No history found",
|
|
79
|
+
"noPrescriptionsFound": "No prescriptions found",
|
|
80
|
+
"noPrescriptionsToDisplay": "No prescriptions to display",
|
|
81
|
+
"noRefills": "No refills",
|
|
82
|
+
"numberIsNotValid": "Number is not valid",
|
|
83
|
+
"onsetDate": "Onset date",
|
|
84
|
+
"ordered": "Ordered",
|
|
85
|
+
"orderedMedication": "ordered medication",
|
|
86
|
+
"orders": "Orders",
|
|
87
|
+
"ordersForHomeDelivery": "Orders for home delivery",
|
|
88
|
+
"patientInstructions": "Patient instructions",
|
|
89
|
+
"patientName": "Patient name",
|
|
90
|
+
"pause": "Pause",
|
|
91
|
+
"paused": "Paused",
|
|
92
|
+
"pausedDispense": "paused dispense",
|
|
93
|
+
"pausePrescription": "Pause prescription",
|
|
94
|
+
"prescribed": "Prescribed",
|
|
95
|
+
"prescribedBy": "Prescribed By",
|
|
96
|
+
"prescriber": "Prescriber",
|
|
97
|
+
"prescriptionCompleted": "Prescription completed",
|
|
98
|
+
"prescriptionCompletedSuccessfully": "Medication dispensed and prescription marked as completed",
|
|
99
|
+
"prescriptionDetails": "Prescription details",
|
|
100
|
+
"prescriptionInstructions": "Prescription instructions",
|
|
101
|
+
"prescriptionsToFillToday": "Prescriptions to fill today",
|
|
102
|
+
"print": "Print",
|
|
103
|
+
"printPrescriptions": "Print prescriptions",
|
|
104
|
+
"quantity": "Quantity",
|
|
105
|
+
"quantityDispensed": "Quantity Dispensed",
|
|
106
|
+
"quantityPrescribed": "Quantity Prescribed",
|
|
107
|
+
"quantityRemaining": "Quantity Remaining to Dispense",
|
|
108
|
+
"reasonForClose": "Reason for close",
|
|
109
|
+
"reasonForPause": "Reason for pause",
|
|
110
|
+
"refills": "Refills",
|
|
111
|
+
"route": "Route",
|
|
112
|
+
"search": "Search",
|
|
113
|
+
"searchByPatientIdOrName": "Search by patient ID or name",
|
|
114
|
+
"searchForPatient": "Search for a patient by name or identifier number",
|
|
115
|
+
"searchForPatientHeader": "Search for a patient",
|
|
116
|
+
"selectPrescriptions": "Check prescriptions to print",
|
|
117
|
+
"selectStockDispense": "Select stock to dispense from",
|
|
118
|
+
"status": "Status",
|
|
119
|
+
"stockDispense": "Stock Dispense",
|
|
120
|
+
"stockDispensed": "Stock dispensed",
|
|
121
|
+
"stockDispenseDetails": "Batch: {{batchNumber}} - Quantity: {{quantity}} ({{quantityUoM}}) - Expiry: {{expiration}}",
|
|
122
|
+
"stockDispensedSuccessfully": "Stock dispensed successfully and batch level updated.",
|
|
123
|
+
"substitutionReason": "Reason for substitution",
|
|
124
|
+
"substitutionType": "Type of substitution",
|
|
125
|
+
"success": "Success",
|
|
126
|
+
"tabList": "Tab List",
|
|
127
|
+
"today": "Today",
|
|
128
|
+
"unknownAllergy": "Unknown allergy",
|
|
129
|
+
"updateStatusFailed": "Update Status Failed",
|
|
130
|
+
"view": "View",
|
|
131
|
+
"visitRequired": "Visit required",
|
|
132
|
+
"visitRequiredForPatientToFillPrescription": "Visit required for patient to fill prescription"
|
|
133
|
+
}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
{
|
|
2
|
+
"active": "Active",
|
|
3
|
+
"activeConditions": "Active conditions",
|
|
4
|
+
"activeConditionsEmpty": "active conditions",
|
|
5
|
+
"activePrescriptions": "Active prescriptions",
|
|
6
|
+
"age": "Age",
|
|
7
|
+
"allergiesCount_one": "{{count}} allergy",
|
|
8
|
+
"allergiesCount_other": "{{count}} allergies",
|
|
9
|
+
"allPrescriptions": "All prescriptions",
|
|
10
|
+
"appName": "Pharmacy",
|
|
11
|
+
"cancelled": "Cancelled",
|
|
12
|
+
"checkFilters": "Check the filters above",
|
|
13
|
+
"clearSearchInput": "Clear search input",
|
|
14
|
+
"close": "Close",
|
|
15
|
+
"closed": "Closed",
|
|
16
|
+
"closedDispense": "closed dispense",
|
|
17
|
+
"closePrescription": "Close prescription",
|
|
18
|
+
"completed": "Completed",
|
|
19
|
+
"completeOrderWithThisDispense": "Complete order with this dispense",
|
|
20
|
+
"conditions": "Condition",
|
|
21
|
+
"conditionsAndDiagnoses": "Conditions and diagnoses",
|
|
22
|
+
"couldNotDeleteMedicationDispense": "Could not delete medication dispense",
|
|
23
|
+
"couldNotUpdateMedicationRequestStatus": "Could not update medication request status",
|
|
24
|
+
"created": "Created",
|
|
25
|
+
"datePrescribed": "Date prescribed",
|
|
26
|
+
"delete": "Delete",
|
|
27
|
+
"deleteDispenseRecord": "Delete Dispense Record",
|
|
28
|
+
"deleteDispenseRecordMessage": "Are you sure you want to delete this dispense record?",
|
|
29
|
+
"deleteFailed": "Delete Failed",
|
|
30
|
+
"diagnoses": "Diagnoses",
|
|
31
|
+
"diagnosesEmpty": "diagnoses",
|
|
32
|
+
"diagnosis": "Diagnosis",
|
|
33
|
+
"dispense": "Dispense",
|
|
34
|
+
"dispensed": "Dispensed",
|
|
35
|
+
"dispenseDate": "Date of Dispense",
|
|
36
|
+
"dispensedBy": "Dispensed by",
|
|
37
|
+
"dispensedMedication": "dispensed medication",
|
|
38
|
+
"dispensePrescription": "Dispense prescription",
|
|
39
|
+
"dispensing": "Dispensing",
|
|
40
|
+
"dispensingAppError": "Dispensing App Error",
|
|
41
|
+
"dispensingAppMisconfigurationMessage": "Please contact your system administration: Misconfiguration - 'restrictTotalQuantityDispensed' cannot be enabled if 'allowModifyingPrescription' is enabled.",
|
|
42
|
+
"dose": "Dose",
|
|
43
|
+
"doseUnit": "Dose unit",
|
|
44
|
+
"drugDispensingUnit": "Dispensing unit",
|
|
45
|
+
"drugHelpText": "You may edit the formulation and quantity dispensed here",
|
|
46
|
+
"drugHelpTextNoEdit": "You may edit quantity dispensed here",
|
|
47
|
+
"drugs": "Drugs",
|
|
48
|
+
"editCloseRecord": "Edit Close Record",
|
|
49
|
+
"editDispenseRecord": "Edit Dispense Record",
|
|
50
|
+
"editFormulation": "Edit formulation",
|
|
51
|
+
"editPauseRecord": "Edit Pause Record",
|
|
52
|
+
"editRecord": "Edit Record",
|
|
53
|
+
"error": "Error",
|
|
54
|
+
"errorLoadingAllergies": "Error loading allergies",
|
|
55
|
+
"errorLoadingHistory": "Error loading history",
|
|
56
|
+
"errorLoadingInventoryItems": "Error fetching inventory items",
|
|
57
|
+
"errorLoadingPrescriptionDetails": "Error loading prescription details",
|
|
58
|
+
"errorLoadingPrescriptions": "Error loading prescriptions",
|
|
59
|
+
"expired": "Expired",
|
|
60
|
+
"fillPrescription": "Fill prescription",
|
|
61
|
+
"fillPrescriptionForPatient": "Fill prescription for patient",
|
|
62
|
+
"filterByLocations": "Filter by locations",
|
|
63
|
+
"for": "for",
|
|
64
|
+
"freeTextDosage": "Free text dosage",
|
|
65
|
+
"frequency": "Frequency",
|
|
66
|
+
"historyComments": "History and comments",
|
|
67
|
+
"home": "Home",
|
|
68
|
+
"last14Days": "Last 14 days",
|
|
69
|
+
"lastDispenser": "Last dispenser",
|
|
70
|
+
"loadingInventoryItems": "Loading inventory items...",
|
|
71
|
+
"location": "Location",
|
|
72
|
+
"medicationDispenseActionMenu": "Medication Dispense Action Menu",
|
|
73
|
+
"medicationDispenseDeleted": "Medication dispense was deleted successfully",
|
|
74
|
+
"medicationFormulation": "Medication Formulation",
|
|
75
|
+
"medicationListUpdated": "Medication dispense list has been updated.",
|
|
76
|
+
"missedCollections": "Missed collections",
|
|
77
|
+
"noAllergyDetailsFound": "No allergy details found",
|
|
78
|
+
"noHistoryFound": "No history found",
|
|
79
|
+
"noPrescriptionsFound": "No prescriptions found",
|
|
80
|
+
"noPrescriptionsToDisplay": "No prescriptions to display",
|
|
81
|
+
"noRefills": "No refills",
|
|
82
|
+
"numberIsNotValid": "Number is not valid",
|
|
83
|
+
"onsetDate": "Onset date",
|
|
84
|
+
"ordered": "Ordered",
|
|
85
|
+
"orderedMedication": "ordered medication",
|
|
86
|
+
"orders": "Orders",
|
|
87
|
+
"ordersForHomeDelivery": "Orders for home delivery",
|
|
88
|
+
"patientInstructions": "Patient instructions",
|
|
89
|
+
"patientName": "Patient name",
|
|
90
|
+
"pause": "Pause",
|
|
91
|
+
"paused": "Paused",
|
|
92
|
+
"pausedDispense": "paused dispense",
|
|
93
|
+
"pausePrescription": "Pause prescription",
|
|
94
|
+
"prescribed": "Prescribed",
|
|
95
|
+
"prescribedBy": "Prescribed By",
|
|
96
|
+
"prescriber": "Prescriber",
|
|
97
|
+
"prescriptionCompleted": "Prescription completed",
|
|
98
|
+
"prescriptionCompletedSuccessfully": "Medication dispensed and prescription marked as completed",
|
|
99
|
+
"prescriptionDetails": "Prescription details",
|
|
100
|
+
"prescriptionInstructions": "Prescription instructions",
|
|
101
|
+
"prescriptionsToFillToday": "Prescriptions to fill today",
|
|
102
|
+
"print": "Print",
|
|
103
|
+
"printPrescriptions": "Print prescriptions",
|
|
104
|
+
"quantity": "Quantity",
|
|
105
|
+
"quantityDispensed": "Quantity Dispensed",
|
|
106
|
+
"quantityPrescribed": "Quantity Prescribed",
|
|
107
|
+
"quantityRemaining": "Quantity Remaining to Dispense",
|
|
108
|
+
"reasonForClose": "Reason for close",
|
|
109
|
+
"reasonForPause": "Reason for pause",
|
|
110
|
+
"refills": "Refills",
|
|
111
|
+
"route": "Route",
|
|
112
|
+
"search": "Search",
|
|
113
|
+
"searchByPatientIdOrName": "Search by patient ID or name",
|
|
114
|
+
"searchForPatient": "Search for a patient by name or identifier number",
|
|
115
|
+
"searchForPatientHeader": "Search for a patient",
|
|
116
|
+
"selectPrescriptions": "Check prescriptions to print",
|
|
117
|
+
"selectStockDispense": "Select stock to dispense from",
|
|
118
|
+
"status": "Status",
|
|
119
|
+
"stockDispense": "Stock Dispense",
|
|
120
|
+
"stockDispensed": "Stock dispensed",
|
|
121
|
+
"stockDispenseDetails": "Batch: {{batchNumber}} - Quantity: {{quantity}} ({{quantityUoM}}) - Expiry: {{expiration}}",
|
|
122
|
+
"stockDispensedSuccessfully": "Stock dispensed successfully and batch level updated.",
|
|
123
|
+
"substitutionReason": "Reason for substitution",
|
|
124
|
+
"substitutionType": "Type of substitution",
|
|
125
|
+
"success": "Success",
|
|
126
|
+
"tabList": "Tab List",
|
|
127
|
+
"today": "Today",
|
|
128
|
+
"unknownAllergy": "Unknown allergy",
|
|
129
|
+
"updateStatusFailed": "Update Status Failed",
|
|
130
|
+
"view": "View",
|
|
131
|
+
"visitRequired": "Visit required",
|
|
132
|
+
"visitRequiredForPatientToFillPrescription": "Visit required for patient to fill prescription"
|
|
133
|
+
}
|