@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,89 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
contextSeparator: '_',
|
|
3
|
+
// Key separator used in your translation keys
|
|
4
|
+
|
|
5
|
+
createOldCatalogs: false,
|
|
6
|
+
// Save the \_old files
|
|
7
|
+
|
|
8
|
+
defaultNamespace: 'translations',
|
|
9
|
+
// Default namespace used in your i18next config
|
|
10
|
+
|
|
11
|
+
defaultValue: '',
|
|
12
|
+
// Default value to give to empty keys
|
|
13
|
+
// You may also specify a function accepting the locale, namespace, and key as arguments
|
|
14
|
+
|
|
15
|
+
indentation: 2,
|
|
16
|
+
// Indentation of the catalog files
|
|
17
|
+
|
|
18
|
+
keepRemoved: false,
|
|
19
|
+
// Keep keys from the catalog that are no longer in code
|
|
20
|
+
|
|
21
|
+
keySeparator: '.',
|
|
22
|
+
// Key separator used in your translation keys
|
|
23
|
+
// If you want to use plain english keys, separators such as `.` and `:` will conflict. You might want to set `keySeparator: false` and `namespaceSeparator: false`. That way, `t('Status: Loading...')` will not think that there are a namespace and three separator dots for instance.
|
|
24
|
+
|
|
25
|
+
// see below for more details
|
|
26
|
+
lexers: {
|
|
27
|
+
hbs: ['HandlebarsLexer'],
|
|
28
|
+
handlebars: ['HandlebarsLexer'],
|
|
29
|
+
|
|
30
|
+
htm: ['HTMLLexer'],
|
|
31
|
+
html: ['HTMLLexer'],
|
|
32
|
+
|
|
33
|
+
mjs: ['JavascriptLexer'],
|
|
34
|
+
js: ['JavascriptLexer'], // if you're writing jsx inside .js files, change this to JsxLexer
|
|
35
|
+
ts: ['JavascriptLexer'],
|
|
36
|
+
jsx: ['JsxLexer'],
|
|
37
|
+
tsx: ['JsxLexer'],
|
|
38
|
+
|
|
39
|
+
default: ['JavascriptLexer'],
|
|
40
|
+
},
|
|
41
|
+
|
|
42
|
+
lineEnding: 'auto',
|
|
43
|
+
// Control the line ending. See options at https://github.com/ryanve/eol
|
|
44
|
+
|
|
45
|
+
locales: ['en'],
|
|
46
|
+
// An array of the locales in your applications
|
|
47
|
+
|
|
48
|
+
namespaceSeparator: ':',
|
|
49
|
+
// Namespace separator used in your translation keys
|
|
50
|
+
// If you want to use plain english keys, separators such as `.` and `:` will conflict. You might want to set `keySeparator: false` and `namespaceSeparator: false`. That way, `t('Status: Loading...')` will not think that there are a namespace and three separator dots for instance.
|
|
51
|
+
|
|
52
|
+
output: '$NAMESPACE/$LOCALE.json',
|
|
53
|
+
// Supports $LOCALE and $NAMESPACE injection
|
|
54
|
+
// Supports JSON (.json) and YAML (.yml) file formats
|
|
55
|
+
// Where to write the locale files relative to process.cwd()
|
|
56
|
+
|
|
57
|
+
pluralSeparator: '_',
|
|
58
|
+
// Plural separator used in your translation keys
|
|
59
|
+
// If you want to use plain english keys, separators such as `_` might conflict. You might want to set `pluralSeparator` to a different string that does not occur in your keys.
|
|
60
|
+
|
|
61
|
+
input: undefined,
|
|
62
|
+
// An array of globs that describe where to look for source files
|
|
63
|
+
// relative to the location of the configuration file
|
|
64
|
+
|
|
65
|
+
sort: true,
|
|
66
|
+
// Whether or not to sort the catalog
|
|
67
|
+
|
|
68
|
+
useKeysAsDefaultValue: false,
|
|
69
|
+
// Whether to use the keys as the default value; ex. "Hello": "Hello", "World": "World"
|
|
70
|
+
// This option takes precedence over the `defaultValue` and `skipDefaultValues` options
|
|
71
|
+
// You may also specify a function accepting the locale and namespace as arguments
|
|
72
|
+
|
|
73
|
+
verbose: false,
|
|
74
|
+
// Display info about the parsing including some stats
|
|
75
|
+
|
|
76
|
+
failOnWarnings: false,
|
|
77
|
+
// Exit with an exit code of 1 on warnings
|
|
78
|
+
|
|
79
|
+
customValueTemplate: null,
|
|
80
|
+
// If you wish to customize the value output the value as an object, you can set your own format.
|
|
81
|
+
// ${defaultValue} is the default value you set in your translation function.
|
|
82
|
+
// Any other custom property will be automatically extracted.
|
|
83
|
+
//
|
|
84
|
+
// Example:
|
|
85
|
+
// {
|
|
86
|
+
// message: "${defaultValue}",
|
|
87
|
+
// description: "${maxLength}", // t('my-key', {maxLength: 150})
|
|
88
|
+
// }
|
|
89
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { execSync } from 'node:child_process';
|
|
2
|
+
|
|
3
|
+
try {
|
|
4
|
+
execSync(`yarn up --fixed '@openmrs/*@next' 'openmrs@next'`, {
|
|
5
|
+
stdio: ['ignore', 'inherit', 'inherit'],
|
|
6
|
+
windowsHide: true,
|
|
7
|
+
});
|
|
8
|
+
} catch (error) {
|
|
9
|
+
console.error(`Error while updating dependencies: ${error.message ?? error}`);
|
|
10
|
+
process.exit(1);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
try {
|
|
14
|
+
execSync(`yarn dedupe`, {
|
|
15
|
+
stdio: ['ignore', 'inherit', 'inherit'],
|
|
16
|
+
windowsHide: true,
|
|
17
|
+
});
|
|
18
|
+
} catch (error) {
|
|
19
|
+
console.error(`Error while deduplicating dependencies: ${error.message ?? error}`);
|
|
20
|
+
process.exit(1);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
try {
|
|
24
|
+
execSync(`git diff-index --quiet HEAD --`, {
|
|
25
|
+
stdio: 'ignore',
|
|
26
|
+
windowsHide: true,
|
|
27
|
+
});
|
|
28
|
+
process.exit(0);
|
|
29
|
+
} catch (error) {
|
|
30
|
+
// git diff-index --quite HEAD --
|
|
31
|
+
// exits with status 1 if there are changes; we only need to run yarn verify if there are changes
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
try {
|
|
35
|
+
execSync(`yarn verify`, {
|
|
36
|
+
stdio: ['ignore', 'inherit', 'inherit'],
|
|
37
|
+
windowsHide: true,
|
|
38
|
+
});
|
|
39
|
+
} catch (error) {
|
|
40
|
+
console.error(`Error while running yarn verify: ${error.message ?? error}. Updates require manual intervention.`);
|
|
41
|
+
process.exit(1);
|
|
42
|
+
}
|
|
@@ -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": "نشط",
|
|
3
|
+
"activeConditions": "Active conditions",
|
|
4
|
+
"activeConditionsEmpty": "active conditions",
|
|
5
|
+
"activePrescriptions": "الأدوية النشطة",
|
|
6
|
+
"age": "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": "الاستغناء مغلقة",
|
|
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": "Dispense",
|
|
34
|
+
"dispensed": "Dispensed",
|
|
35
|
+
"dispenseDate": "Date of Dispense",
|
|
36
|
+
"dispensedBy": "Dispensed by",
|
|
37
|
+
"dispensedMedication": "dispensed medication",
|
|
38
|
+
"dispensePrescription": "Dispense prescription",
|
|
39
|
+
"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": "وحدة الجرعة",
|
|
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": "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": "التكرار",
|
|
66
|
+
"historyComments": "التاريخ والتعليقات",
|
|
67
|
+
"home": "Home",
|
|
68
|
+
"last14Days": "Last 14 days",
|
|
69
|
+
"lastDispenser": "Last dispenser",
|
|
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": "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": "مُطلوب",
|
|
85
|
+
"orderedMedication": "ordered medication",
|
|
86
|
+
"orders": "طلبات",
|
|
87
|
+
"ordersForHomeDelivery": "Orders for home delivery",
|
|
88
|
+
"patientInstructions": "تعليمات المريض",
|
|
89
|
+
"patientName": "اسم المريض",
|
|
90
|
+
"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": "عرض",
|
|
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
|
+
}
|