@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": "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": "Check the filters above",
|
|
13
|
+
"clearSearchInput": "פינוי פלט חיפוש",
|
|
14
|
+
"close": "סגירה",
|
|
15
|
+
"closed": "נסגר",
|
|
16
|
+
"closedDispense": "closed dispense",
|
|
17
|
+
"closePrescription": "סגירת מרשם",
|
|
18
|
+
"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": "נוצר",
|
|
25
|
+
"datePrescribed": "Date prescribed",
|
|
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": "Diagnosis",
|
|
33
|
+
"dispense": "ניפוק",
|
|
34
|
+
"dispensed": "נופק",
|
|
35
|
+
"dispenseDate": "Date of Dispense",
|
|
36
|
+
"dispensedBy": "Dispensed by",
|
|
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": "Error fetching inventory items",
|
|
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": "for",
|
|
64
|
+
"freeTextDosage": "Free text dosage",
|
|
65
|
+
"frequency": "תדירות",
|
|
66
|
+
"historyComments": "היסטוריה ותגובות",
|
|
67
|
+
"home": "Home",
|
|
68
|
+
"last14Days": "14 הימים האחרונים",
|
|
69
|
+
"lastDispenser": "מנפיק אחרון",
|
|
70
|
+
"loadingInventoryItems": "Loading inventory items...",
|
|
71
|
+
"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": "לא נמצאו פרטי אלרגיה",
|
|
78
|
+
"noHistoryFound": "No history found",
|
|
79
|
+
"noPrescriptionsFound": "No prescriptions found",
|
|
80
|
+
"noPrescriptionsToDisplay": "No prescriptions to display",
|
|
81
|
+
"noRefills": "No refills",
|
|
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": "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": "כמות",
|
|
105
|
+
"quantityDispensed": "Quantity Dispensed",
|
|
106
|
+
"quantityPrescribed": "Quantity Prescribed",
|
|
107
|
+
"quantityRemaining": "Quantity Remaining to Dispense",
|
|
108
|
+
"reasonForClose": "סיבת הסגירה",
|
|
109
|
+
"reasonForPause": "סיבת ההשהיה",
|
|
110
|
+
"refills": "Refills",
|
|
111
|
+
"route": "Route",
|
|
112
|
+
"search": "Search",
|
|
113
|
+
"searchByPatientIdOrName": "חיפוש לפי מזהה מטופל/ת או שם",
|
|
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": "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": "סיבת ההחלפה",
|
|
124
|
+
"substitutionType": "סוג ההחלפה",
|
|
125
|
+
"success": "Success",
|
|
126
|
+
"tabList": "Tab List",
|
|
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
|
+
}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
{
|
|
2
|
+
"active": "Aktif",
|
|
3
|
+
"activeConditions": "Active conditions",
|
|
4
|
+
"activeConditionsEmpty": "active conditions",
|
|
5
|
+
"activePrescriptions": "Resep aktif",
|
|
6
|
+
"age": "Usia",
|
|
7
|
+
"allergiesCount_one": "{{count}} alergi",
|
|
8
|
+
"allergiesCount_other": "{{count}} alergi",
|
|
9
|
+
"allPrescriptions": "Semua resep",
|
|
10
|
+
"appName": "Farmasi",
|
|
11
|
+
"cancelled": "Dibatalkan",
|
|
12
|
+
"checkFilters": "Periksa filter di atas",
|
|
13
|
+
"clearSearchInput": "Hapus pencarian",
|
|
14
|
+
"close": "Tutup",
|
|
15
|
+
"closed": "Ditutup",
|
|
16
|
+
"closedDispense": "penyerahan ditutup",
|
|
17
|
+
"closePrescription": "Tutup resep",
|
|
18
|
+
"completed": "Selesai",
|
|
19
|
+
"completeOrderWithThisDispense": "Complete order with this dispense",
|
|
20
|
+
"conditions": "Kondisi",
|
|
21
|
+
"conditionsAndDiagnoses": "Kondisi dan diagnosis",
|
|
22
|
+
"couldNotDeleteMedicationDispense": "Could not delete medication dispense",
|
|
23
|
+
"couldNotUpdateMedicationRequestStatus": "Could not update medication request status",
|
|
24
|
+
"created": "Dibuat",
|
|
25
|
+
"datePrescribed": "Tanggal diresepkan",
|
|
26
|
+
"delete": "Hapus",
|
|
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": "Serahkan",
|
|
34
|
+
"dispensed": "Telah diserahkan",
|
|
35
|
+
"dispenseDate": "Tanggal Penyerahan",
|
|
36
|
+
"dispensedBy": "Diserahkan oleh",
|
|
37
|
+
"dispensedMedication": "obat yang diserahkan",
|
|
38
|
+
"dispensePrescription": "Serahkan resep",
|
|
39
|
+
"dispensing": "Penyerahan",
|
|
40
|
+
"dispensingAppError": "Error Aplikasi Penyerahan",
|
|
41
|
+
"dispensingAppMisconfigurationMessage": "Harap hubungi administrator sistem: Konfigurasi salah - 'restrictTotalQuantityDispensed' tidak dapat diaktifkan jika 'allowModifyingPrescription' diaktifkan.",
|
|
42
|
+
"dose": "Dosis",
|
|
43
|
+
"doseUnit": "Satuan dosis",
|
|
44
|
+
"drugDispensingUnit": "Unit penyerahan obat",
|
|
45
|
+
"drugHelpText": "You may edit the formulation and quantity dispensed here",
|
|
46
|
+
"drugHelpTextNoEdit": "You may edit quantity dispensed here",
|
|
47
|
+
"drugs": "Obat-obatan",
|
|
48
|
+
"editCloseRecord": "Edit Close Record",
|
|
49
|
+
"editDispenseRecord": "Edit Rekaman Penyerahan",
|
|
50
|
+
"editFormulation": "Edit formulation",
|
|
51
|
+
"editPauseRecord": "Edit Rekaman Jeda",
|
|
52
|
+
"editRecord": "Edit Rekaman",
|
|
53
|
+
"error": "Kesalahan",
|
|
54
|
+
"errorLoadingAllergies": "Error loading allergies",
|
|
55
|
+
"errorLoadingHistory": "Error loading history",
|
|
56
|
+
"errorLoadingInventoryItems": "Gagal mengambil item inventaris",
|
|
57
|
+
"errorLoadingPrescriptionDetails": "Error loading prescription details",
|
|
58
|
+
"errorLoadingPrescriptions": "Error loading prescriptions",
|
|
59
|
+
"expired": "Kadaluarsa",
|
|
60
|
+
"fillPrescription": "Fill prescription",
|
|
61
|
+
"fillPrescriptionForPatient": "Fill prescription for patient",
|
|
62
|
+
"filterByLocations": "Filter by locations",
|
|
63
|
+
"for": "untuk",
|
|
64
|
+
"freeTextDosage": "Free text dosage",
|
|
65
|
+
"frequency": "Frekuensi",
|
|
66
|
+
"historyComments": "Riwayat dan komentar",
|
|
67
|
+
"home": "Beranda",
|
|
68
|
+
"last14Days": "14 hari terakhir",
|
|
69
|
+
"lastDispenser": "Penyerah terakhir",
|
|
70
|
+
"loadingInventoryItems": "Memuat item inventaris...",
|
|
71
|
+
"location": "Lokasi",
|
|
72
|
+
"medicationDispenseActionMenu": "Menu Aksi Penyerahan Obat",
|
|
73
|
+
"medicationDispenseDeleted": "Medication dispense was deleted successfully",
|
|
74
|
+
"medicationFormulation": "Medication Formulation",
|
|
75
|
+
"medicationListUpdated": "Daftar penyerahan obat telah diperbarui.",
|
|
76
|
+
"missedCollections": "Pengambilan terlewat",
|
|
77
|
+
"noAllergyDetailsFound": "Tidak ditemukan detail alergi",
|
|
78
|
+
"noHistoryFound": "No history found",
|
|
79
|
+
"noPrescriptionsFound": "No prescriptions found",
|
|
80
|
+
"noPrescriptionsToDisplay": "Tidak ada resep untuk ditampilkan",
|
|
81
|
+
"noRefills": "Tidak ada isi ulang",
|
|
82
|
+
"numberIsNotValid": "Nomor tidak valid",
|
|
83
|
+
"onsetDate": "Onset date",
|
|
84
|
+
"ordered": "Dipesan",
|
|
85
|
+
"orderedMedication": "ordered medication",
|
|
86
|
+
"orders": "Pesanan",
|
|
87
|
+
"ordersForHomeDelivery": "Pesanan untuk pengiriman ke rumah",
|
|
88
|
+
"patientInstructions": "Instruksi pasien",
|
|
89
|
+
"patientName": "Nama pasien",
|
|
90
|
+
"pause": "Jeda",
|
|
91
|
+
"paused": "Dijeda",
|
|
92
|
+
"pausedDispense": "penyerahan dijeda",
|
|
93
|
+
"pausePrescription": "Jeda resep",
|
|
94
|
+
"prescribed": "Diresepkan",
|
|
95
|
+
"prescribedBy": "Prescribed By",
|
|
96
|
+
"prescriber": "Peresep",
|
|
97
|
+
"prescriptionCompleted": "Prescription completed",
|
|
98
|
+
"prescriptionCompletedSuccessfully": "Medication dispensed and prescription marked as completed",
|
|
99
|
+
"prescriptionDetails": "Detail resep",
|
|
100
|
+
"prescriptionInstructions": "Instruksi resep",
|
|
101
|
+
"prescriptionsToFillToday": "Resep yang harus dipenuhi hari ini",
|
|
102
|
+
"print": "Cetak",
|
|
103
|
+
"printPrescriptions": "Cetak resep",
|
|
104
|
+
"quantity": "Kuantitas",
|
|
105
|
+
"quantityDispensed": "Quantity Dispensed",
|
|
106
|
+
"quantityPrescribed": "Quantity Prescribed",
|
|
107
|
+
"quantityRemaining": "Quantity Remaining to Dispense",
|
|
108
|
+
"reasonForClose": "Alasan penutupan",
|
|
109
|
+
"reasonForPause": "Alasan jeda",
|
|
110
|
+
"refills": "Isi ulang",
|
|
111
|
+
"route": "Rute",
|
|
112
|
+
"search": "Search",
|
|
113
|
+
"searchByPatientIdOrName": "Cari berdasarkan ID atau nama pasien",
|
|
114
|
+
"searchForPatient": "Search for a patient by name or identifier number",
|
|
115
|
+
"searchForPatientHeader": "Search for a patient",
|
|
116
|
+
"selectPrescriptions": "Pilih resep untuk dicetak",
|
|
117
|
+
"selectStockDispense": "Pilih stok untuk diserahkan",
|
|
118
|
+
"status": "Status",
|
|
119
|
+
"stockDispense": "Penyerahan Stok",
|
|
120
|
+
"stockDispensed": "Stok diserahkan",
|
|
121
|
+
"stockDispenseDetails": "Batch: {{batchNumber}} - Kuantitas: {{quantity}} ({{quantityUoM}}) - Kedaluwarsa: {{expiration}}",
|
|
122
|
+
"stockDispensedSuccessfully": "Stok berhasil diserahkan dan level batch diperbarui.",
|
|
123
|
+
"substitutionReason": "Alasan substitusi",
|
|
124
|
+
"substitutionType": "Jenis substitusi",
|
|
125
|
+
"success": "Success",
|
|
126
|
+
"tabList": "Daftar Tab",
|
|
127
|
+
"today": "Hari ini",
|
|
128
|
+
"unknownAllergy": "Unknown allergy",
|
|
129
|
+
"updateStatusFailed": "Update Status Failed",
|
|
130
|
+
"view": "Lihat",
|
|
131
|
+
"visitRequired": "Visit required",
|
|
132
|
+
"visitRequiredForPatientToFillPrescription": "Visit required for patient to fill prescription"
|
|
133
|
+
}
|