@openmrs/esm-laboratory-app 1.0.1-pre.99 → 1.0.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/.eslintignore +2 -2
- package/.eslintrc +47 -10
- package/.husky/pre-commit +4 -1
- package/.prettierignore +0 -2
- package/.prettierrc +8 -0
- package/.tx/config +11 -0
- package/README.md +20 -11
- package/dist/1448.js +1 -0
- package/dist/1556.js +2 -0
- package/dist/{894.js.LICENSE.txt → 1556.js.LICENSE.txt} +5 -23
- package/dist/1556.js.map +1 -0
- package/dist/1636.js +1 -0
- package/dist/1636.js.map +1 -0
- package/dist/1708.js +1 -0
- package/dist/1708.js.map +1 -0
- package/dist/1800.js +1 -0
- package/dist/1800.js.map +1 -0
- package/dist/2156.js +1 -0
- package/dist/2156.js.map +1 -0
- package/dist/2328.js +1 -0
- package/dist/2636.js +1 -0
- package/dist/2636.js.map +1 -0
- package/dist/2664.js +1 -0
- package/dist/2816.js +1 -0
- package/dist/3240.js +1 -0
- package/dist/3264.js +1 -0
- package/dist/3264.js.map +1 -0
- package/dist/370.js +1 -0
- package/dist/3724.js +1 -0
- package/dist/3724.js.map +1 -0
- package/dist/3872.js +1 -0
- package/dist/{395.js → 400.js} +1 -1
- package/dist/{395.js.map → 400.js.map} +1 -1
- package/dist/436.js +2 -0
- package/dist/{56.js.LICENSE.txt → 436.js.LICENSE.txt} +3 -3
- package/dist/436.js.map +1 -0
- package/dist/4412.js +1 -0
- package/dist/4592.js +1 -0
- package/dist/464.js +1 -0
- package/dist/4744.js +1 -0
- package/dist/5028.js +1 -0
- package/dist/5086.js +1 -0
- package/dist/5136.js +1 -0
- package/dist/5144.js +2 -0
- package/dist/5144.js.LICENSE.txt +9 -0
- package/dist/5144.js.map +1 -0
- package/dist/552.js +1 -0
- package/dist/6048.js +1 -0
- package/dist/6048.js.map +1 -0
- package/dist/6092.js +1 -0
- package/dist/6092.js.map +1 -0
- package/dist/6352.js +1 -0
- package/dist/6504.js +1 -0
- package/dist/6676.js +1 -0
- package/dist/6676.js.map +1 -0
- package/dist/6856.js +1 -0
- package/dist/6936.js +1 -0
- package/dist/7295.js +1 -0
- package/dist/7295.js.map +1 -0
- package/dist/7328.js +1 -0
- package/dist/7328.js.map +1 -0
- package/dist/744.js +1 -0
- package/dist/744.js.map +1 -0
- package/dist/7540.js +1 -0
- package/dist/7540.js.map +1 -0
- package/dist/764.js +1 -0
- package/dist/764.js.map +1 -0
- package/dist/7724.js +1 -0
- package/dist/7724.js.map +1 -0
- package/dist/8064.js +1 -0
- package/dist/8170.js +1 -0
- package/dist/8256.js +1 -0
- package/dist/8570.js +1 -0
- package/dist/8684.js +1 -0
- package/dist/8684.js.map +1 -0
- package/dist/8698.js +1 -0
- package/dist/8720.js +1 -0
- package/dist/8728.js +2 -0
- package/dist/{800.js.LICENSE.txt → 8728.js.LICENSE.txt} +2 -0
- package/dist/8728.js.map +1 -0
- package/dist/8936.js +1 -0
- package/dist/9064.js +2 -0
- package/dist/9064.js.LICENSE.txt +19 -0
- package/dist/9064.js.map +1 -0
- package/dist/9288.js +1 -0
- package/dist/9288.js.map +1 -0
- package/dist/9464.js +1 -0
- package/dist/9656.js +1 -0
- package/dist/9832.js +1 -0
- package/dist/9864.js +1 -0
- package/dist/9960.js +1 -0
- package/dist/main.js +1 -1
- package/dist/main.js.LICENSE.txt +6 -4
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-laboratory-app.js +1 -1
- package/dist/openmrs-esm-laboratory-app.js.buildmanifest.json +898 -169
- package/dist/openmrs-esm-laboratory-app.js.map +1 -1
- package/dist/routes.json +1 -1
- package/i18next-parser.config.js +20 -22
- package/jest.config.js +10 -8
- package/package.json +25 -40
- package/src/components/create-dashboard-link.component.tsx +15 -20
- package/src/components/loader/loader.component.tsx +11 -0
- package/src/components/loader/loader.scss +9 -0
- package/src/components/orders-table/list-order-details.component.tsx +143 -0
- package/src/components/orders-table/list-order-details.scss +116 -0
- package/src/components/orders-table/order-detail.scss +18 -0
- package/src/components/orders-table/orders-data-table.component.tsx +224 -0
- package/src/components/orders-table/orders-data-table.resource.ts +25 -0
- package/src/components/orders-table/orders-data-table.scss +117 -0
- package/src/components/orders-table/orders-date-range-picker.component.tsx +37 -0
- package/src/components/orders-table/orders-date-range-picker.scss +15 -0
- package/src/components/overlay/overlay.component.tsx +11 -20
- package/src/components/overlay/overlay.scss +10 -11
- package/src/components/overlay/{hook.ts → store.ts} +4 -4
- package/src/components/summary-tile/lab-summary-tile.component.tsx +35 -0
- package/src/components/summary-tile/lab-summary-tile.scss +64 -0
- package/src/config-schema.ts +25 -25
- package/src/constants.ts +2 -5
- package/src/declarations.d.ts +4 -4
- package/src/index.ts +69 -59
- package/src/lab-tabs/actions/actions.scss +20 -0
- package/src/lab-tabs/actions/add-lab-request-results-action.component.tsx +38 -0
- package/src/lab-tabs/actions/edit-lab-request-results-action.component.tsx +26 -0
- package/src/lab-tabs/actions/pickup-lab-request-action.component.tsx +37 -0
- package/src/lab-tabs/actions/reject-lab-request-action.component.tsx +36 -0
- package/src/lab-tabs/actions/transition-patient-to-new-queue/transition-patient-to-new-queue.component.tsx +35 -0
- package/src/lab-tabs/actions/transition-patient-to-new-queue/transition-patient-to-new-queue.scss +13 -0
- package/src/lab-tabs/actions/transition-patient-to-new-queue/transition-patient-to-new-queue.test.tsx +64 -0
- package/src/lab-tabs/data-table-extensions/completed-lab-requests-table.extension.tsx +15 -0
- package/src/lab-tabs/data-table-extensions/declined-lab-requests-table-extension.tsx +15 -0
- package/src/lab-tabs/data-table-extensions/in-progress-lab-requests-table.extension.tsx +18 -0
- package/src/lab-tabs/data-table-extensions/tests-ordered-table.extension.tsx +18 -0
- package/src/lab-tabs/laboratory-tabs.component.tsx +73 -0
- package/src/lab-tabs/laboratory-tabs.scss +47 -0
- package/src/lab-tabs/modals/pickup-lab-request-modal.component.tsx +80 -0
- package/src/lab-tabs/modals/pickup-lab-request-modal.scss +29 -0
- package/src/lab-tabs/modals/reject-lab-request-modal.component.tsx +100 -0
- package/src/lab-tabs/modals/reject-lab-request-modal.scss +41 -0
- package/src/lab-tiles/all-lab-requests-tile.component.tsx +20 -0
- package/src/lab-tiles/completed-lab-requests-tile.component.tsx +19 -0
- package/src/lab-tiles/in-progress-lab-requests-tile.component.tsx +19 -0
- package/src/lab-tiles/laboratory-summary-tiles.component.tsx +38 -0
- package/src/lab-tiles/laboratory-summary-tiles.scss +16 -0
- package/src/laboratory-dashboard.component.tsx +32 -0
- package/src/laboratory-dashboard.scss +6 -0
- package/src/laboratory-resource.ts +94 -0
- package/src/root.component.tsx +4 -4
- package/src/routes.json +78 -25
- package/src/setup-tests.ts +1 -1
- package/src/types.ts +32 -0
- package/src/utils.ts +9 -0
- package/tools/i18next-parser.config.js +93 -0
- package/translations/am.json +68 -0
- package/translations/ar.json +68 -0
- package/translations/bn.json +68 -0
- package/translations/de.json +68 -0
- package/translations/en.json +59 -7
- package/translations/es.json +66 -1
- package/translations/fr.json +66 -1
- package/translations/he.json +68 -0
- package/translations/hi.json +68 -0
- package/translations/hi_IN.json +68 -0
- package/translations/id.json +68 -0
- package/translations/it.json +68 -0
- package/translations/km.json +68 -0
- package/translations/ku.json +68 -0
- package/translations/lg.json +68 -0
- package/translations/ne.json +68 -0
- package/translations/pt.json +68 -0
- package/translations/pt_BR.json +68 -0
- package/translations/qu.json +68 -0
- package/translations/ru_RU.json +68 -0
- package/translations/si.json +68 -0
- package/translations/sw.json +68 -0
- package/translations/sw_KE.json +68 -0
- package/translations/tr.json +68 -0
- package/translations/tr_TR.json +68 -0
- package/translations/uk.json +68 -0
- package/translations/uz.json +68 -0
- package/translations/uz_UZ.json +68 -0
- package/translations/vi.json +68 -0
- package/translations/zh.json +68 -0
- package/translations/zh_CN.json +68 -0
- package/tsconfig.json +2 -1
- package/turbo.json +15 -0
- package/webpack.config.js +7 -11
- package/.turbo/turbo-build.log +0 -30
- package/.turbo/turbo-lint.log +0 -12
- package/.turbo/turbo-typescript.log +0 -0
- package/.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs +0 -541
- package/.yarn/plugins/@yarnpkg/plugin-version.cjs +0 -550
- package/.yarn/versions/8cb8b9c6.yml +0 -0
- package/assets/logo/logo.png +0 -0
- package/assets/logo/moh_logo_without_word.png +0 -0
- package/assets/screenshots/labs_enter_results.png +0 -0
- package/assets/screenshots/labs_general_dashboard.png +0 -0
- package/dist/142.js +0 -1
- package/dist/142.js.map +0 -1
- package/dist/319.js +0 -1
- package/dist/36.js +0 -1
- package/dist/36.js.map +0 -1
- package/dist/453.js +0 -1
- package/dist/453.js.map +0 -1
- package/dist/533.js +0 -1
- package/dist/533.js.map +0 -1
- package/dist/56.js +0 -2
- package/dist/56.js.map +0 -1
- package/dist/572.js +0 -1
- package/dist/572.js.map +0 -1
- package/dist/574.js +0 -1
- package/dist/581.js +0 -1
- package/dist/581.js.map +0 -1
- package/dist/66.js +0 -1
- package/dist/66.js.map +0 -1
- package/dist/757.js +0 -1
- package/dist/769.js +0 -1
- package/dist/769.js.map +0 -1
- package/dist/770.js +0 -1
- package/dist/770.js.map +0 -1
- package/dist/800.js +0 -2
- package/dist/800.js.map +0 -1
- package/dist/809.js +0 -1
- package/dist/809.js.map +0 -1
- package/dist/889.js +0 -1
- package/dist/889.js.map +0 -1
- package/dist/894.js +0 -2
- package/dist/894.js.map +0 -1
- package/dist/924.js +0 -1
- package/dist/924.js.map +0 -1
- package/dist/928.js +0 -1
- package/dist/928.js.map +0 -1
- package/dist/967b98e46b0984c4.png +0 -0
- package/dist/97.js +0 -1
- package/dist/97.js.map +0 -1
- package/dist/983.js +0 -1
- package/dist/983.js.map +0 -1
- package/src/completed-list/completed-list.component.tsx +0 -242
- package/src/completed-list/completed-list.resource.ts +0 -0
- package/src/completed-list/completed-list.scss +0 -232
- package/src/header/laboratory-header.component.tsx +0 -35
- package/src/header/laboratory-header.scss +0 -68
- package/src/header/laboratory-illustration.component.tsx +0 -13
- package/src/laboratory.component.tsx +0 -18
- package/src/patient-chart/laboratory-item/view-laboratory-item.component.tsx +0 -39
- package/src/patient-chart/laboratory-item/view-laboratory-item.resource.ts +0 -290
- package/src/patient-chart/laboratory-item/view-laboratory-item.scss +0 -0
- package/src/patient-chart/laboratory-order.component.tsx +0 -453
- package/src/patient-chart/laboratory-order.resource.ts +0 -437
- package/src/patient-chart/laboratory-order.scss +0 -66
- package/src/patient-chart/results-summary/print-results-summary.component.tsx +0 -240
- package/src/patient-chart/results-summary/print-results-summary.scss +0 -105
- package/src/patient-chart/results-summary/print-results-table.component.tsx +0 -163
- package/src/patient-chart/results-summary/results/results.component.tsx +0 -25
- package/src/patient-chart/results-summary/results/results.resource.ts +0 -50
- package/src/patient-chart/results-summary/results/results.scss +0 -0
- package/src/patient-chart/results-summary/results-dialog/edit-results-dialog.component.tsx +0 -46
- package/src/patient-chart/results-summary/results-summary.component.tsx +0 -98
- package/src/patient-chart/results-summary/results-summary.resource.tsx +0 -185
- package/src/patient-chart/results-summary/results-summary.scss +0 -154
- package/src/patient-chart/results-summary/send-email-dialog.component.tsx +0 -111
- package/src/patient-chart/results-summary/test-children-results.component.tsx +0 -221
- package/src/patient-chart/results-summary/test-print-results-table.component.tsx +0 -148
- package/src/patient-chart/results-summary/test-results-delete-action-menu.component.tsx +0 -27
- package/src/patient-chart/results-summary/test-results-rescend-action-menu.component.tsx +0 -26
- package/src/patient-chart/results-summary/test-results-table.component.tsx +0 -153
- package/src/patient-chart/results-summary/tests-children-detail.component.tsx +0 -54
- package/src/patient-chart/results-summary/views/email.handlebars +0 -13
- package/src/queue-list/lab-dialogs/add-to-worklist-dialog.component.tsx +0 -323
- package/src/queue-list/lab-dialogs/add-to-worklist-dialog.resource.ts +0 -155
- package/src/queue-list/lab-dialogs/add-to-worklist-dialog.scss +0 -20
- package/src/queue-list/lab-tests/lab-tests.component.tsx +0 -116
- package/src/queue-list/lab-tests/lab-tests.resource.ts +0 -17
- package/src/queue-list/lab-tests/lab-tests.scss +0 -12
- package/src/queue-list/laboratory-patient-list.component.tsx +0 -277
- package/src/queue-list/laboratory-patient-list.resource.ts +0 -86
- package/src/queue-list/laboratory-queue.component.tsx +0 -120
- package/src/queue-list/laboratory-queue.scss +0 -213
- package/src/queue-list/laboratory-tabs.component.tsx +0 -81
- package/src/queue-list/pick-lab-request-menu.component.tsx +0 -38
- package/src/reject-order/reject-order-dialog.component.tsx +0 -114
- package/src/reject-order/reject-order-dialog.resource.ts +0 -14
- package/src/reject-order/reject-order-dialog.scss +0 -14
- package/src/results/result-form.component.tsx +0 -223
- package/src/results/result-form.resource.ts +0 -328
- package/src/results/result-form.scss +0 -19
- package/src/review-list/dialog/review-item.component.tsx +0 -283
- package/src/review-list/dialog/review-item.resource.ts +0 -14
- package/src/review-list/dialog/review-item.scss +0 -0
- package/src/review-list/review-list.component.tsx +0 -277
- package/src/review-list/review-list.resource.ts +0 -0
- package/src/review-list/review-list.scss +0 -189
- package/src/root.scss +0 -50
- package/src/summary-tiles/laboratory-summary-tiles.component.tsx +0 -53
- package/src/summary-tiles/laboratory-summary-tiles.scss +0 -12
- package/src/summary-tiles/laboratory-summary.resource.tsx +0 -50
- package/src/summary-tiles/summary-tile.component.tsx +0 -48
- package/src/summary-tiles/summary-tile.scss +0 -43
- package/src/types/index.ts +0 -412
- package/src/types/patient-queues.ts +0 -189
- package/src/utils/functions.ts +0 -246
- package/src/work-list/work-list.component.tsx +0 -310
- package/src/work-list/work-list.resource.ts +0 -136
- package/src/work-list/work-list.scss +0 -215
package/.eslintignore
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
**/*.d.ts
|
|
2
|
+
**/node_modules/**/*
|
package/.eslintrc
CHANGED
|
@@ -1,32 +1,69 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"env": {
|
|
3
|
+
"node": true
|
|
4
|
+
},
|
|
5
|
+
"extends": [
|
|
6
|
+
"eslint:recommended",
|
|
7
|
+
"plugin:@typescript-eslint/recommended"
|
|
8
|
+
],
|
|
3
9
|
"parser": "@typescript-eslint/parser",
|
|
4
|
-
"
|
|
10
|
+
"parserOptions": {
|
|
11
|
+
"project": true,
|
|
12
|
+
"tsconfigRootDir": "__dirname"
|
|
13
|
+
},
|
|
14
|
+
"plugins": ["@typescript-eslint", "import", "react-hooks"],
|
|
15
|
+
"root": true,
|
|
5
16
|
"rules": {
|
|
17
|
+
// The following rules need `noImplicitAny` to be set to `true` in our tsconfig. They are too restrictive for now, but should be reconsidered in future
|
|
18
|
+
"@typescript-eslint/ban-types": "off",
|
|
19
|
+
"@typescript-eslint/ban-ts-comment": "off",
|
|
20
|
+
"@typescript-eslint/no-explicit-any": "off",
|
|
21
|
+
"@typescript-eslint/no-floating-promises": "off",
|
|
22
|
+
"@typescript-eslint/no-unsafe-argument": "off",
|
|
23
|
+
"@typescript-eslint/no-unsafe-assignment": "off",
|
|
24
|
+
"@typescript-eslint/no-unsafe-call": "off",
|
|
25
|
+
"@typescript-eslint/no-unsafe-member-access": "off",
|
|
26
|
+
"@typescript-eslint/no-unsafe-return": "off",
|
|
27
|
+
"@typescript-eslint/no-unused-vars": "off",
|
|
28
|
+
"@typescript-eslint/unbound-method": "off",
|
|
29
|
+
"@typescript-eslint/consistent-type-definitions": "off",
|
|
30
|
+
"@typescript-eslint/consistent-type-exports": "error",
|
|
31
|
+
// Use `import type` instead of `import` for type imports
|
|
32
|
+
"@typescript-eslint/consistent-type-imports": [
|
|
33
|
+
"error",
|
|
34
|
+
{
|
|
35
|
+
"fixStyle": "inline-type-imports"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"import/no-duplicates": "error",
|
|
39
|
+
"no-console": ["error", { "allow": ["warn", "error"] }],
|
|
6
40
|
"no-restricted-imports": [
|
|
7
41
|
"error",
|
|
8
42
|
{
|
|
9
43
|
"paths": [
|
|
44
|
+
// These two rules ensure that we're importing lodash and lodash-es correctly. Not doing so can bloat our bundle size significantly.
|
|
10
45
|
{
|
|
11
46
|
"name": "lodash",
|
|
12
|
-
"message": "Import specific methods from `lodash
|
|
47
|
+
"message": "Import specific methods from `lodash`. e.g. `import map from 'lodash/map'`"
|
|
13
48
|
},
|
|
14
49
|
{
|
|
15
50
|
"name": "lodash-es",
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
51
|
+
"importNames": ["default"],
|
|
52
|
+
"message": "Import specific methods from `lodash-es`. e.g. `import { map } from 'lodash-es'`"
|
|
53
|
+
},
|
|
54
|
+
// These two rules ensure that we're importing Carbon components and icons from the correct packages (after v10). May be removed in the future.
|
|
20
55
|
{
|
|
21
|
-
"
|
|
56
|
+
"name": "carbon-components-react",
|
|
22
57
|
"message": "Import from `@carbon/react` directly. e.g. `import { Toggle } from '@carbon/react'`"
|
|
23
58
|
},
|
|
24
59
|
{
|
|
25
|
-
"
|
|
60
|
+
"name": "@carbon/icons-react",
|
|
26
61
|
"message": "Import from `@carbon/react/icons`. e.g. `import { ChevronUp } from '@carbon/react/icons'`"
|
|
27
62
|
}
|
|
28
63
|
]
|
|
29
64
|
}
|
|
30
|
-
]
|
|
65
|
+
],
|
|
66
|
+
"react-hooks/exhaustive-deps": "warn",
|
|
67
|
+
"react-hooks/rules-of-hooks": "error"
|
|
31
68
|
}
|
|
32
69
|
}
|
package/.husky/pre-commit
CHANGED
package/.prettierignore
CHANGED
package/.prettierrc
ADDED
package/.tx/config
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
[main]
|
|
2
|
+
host = https://www.transifex.com
|
|
3
|
+
|
|
4
|
+
[o:openmrs:p:openmrs3:r:openmrs-esm-laboratory-app]
|
|
5
|
+
file_filter = translations/<lang>.json
|
|
6
|
+
source_file = translations/en.json
|
|
7
|
+
source_lang = en
|
|
8
|
+
type = KEYVALUEJSON
|
|
9
|
+
minimum_perc = 0
|
|
10
|
+
replace_edited_strings = false
|
|
11
|
+
keep_translations = false
|
package/README.md
CHANGED
|
@@ -1,19 +1,26 @@
|
|
|
1
|
-
#
|
|
1
|
+
# openmrs-esm-laboratory-app
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
An O3 frontend module for managing laboratory requests and queues.
|
|
4
4
|
|
|
5
|
-
For more information, please refer to the
|
|
6
|
-
[OpenMRS 3.x Frontend Documentation](https://o3-docs.openmrs.org/).
|
|
5
|
+
For more information, please refer to the [OpenMRS 3.x Frontend Documentation](https://o3-docs.openmrs.org/).
|
|
7
6
|
|
|
8
|
-
|
|
7
|
+
## Dashboard
|
|
9
8
|
|
|
10
9
|
<img src="https://raw.githubusercontent.com/openmrs/openmrs-esm-laboratory/main/assets/screenshots/labs_general_dashboard.png" />
|
|
11
10
|
|
|
12
11
|
### Adding Results
|
|
13
12
|
|
|
13
|
+
### Adding tab panels
|
|
14
|
+
|
|
15
|
+
Implementers can add or remove laboratory tab panels via extension configuration in the [routes.js](https://github.com/openmrs/openmrs-esm-laboratory/blob/main/src/routes.json) json file.
|
|
16
|
+
|
|
14
17
|
<img src="https://raw.githubusercontent.com/openmrs/openmrs-esm-laboratory/main/assets/screenshots/labs_enter_results.png" />
|
|
15
18
|
|
|
16
|
-
|
|
19
|
+
### Adding or removing summary tiles
|
|
20
|
+
|
|
21
|
+
Implementers can add or remove summary tiles via extension configuration in the [routes.js](https://github.com/openmrs/openmrs-esm-laboratory/blob/main/src/routes.json) json file.
|
|
22
|
+
|
|
23
|
+
## Getting Started
|
|
17
24
|
|
|
18
25
|
```sh
|
|
19
26
|
# Clone the repository
|
|
@@ -29,11 +36,13 @@ yarn start
|
|
|
29
36
|
yarn start --port 5000
|
|
30
37
|
```
|
|
31
38
|
|
|
32
|
-
Once it is running, a browser window
|
|
33
|
-
should open with the OpenMRS 3 application. Log in and then navigate to
|
|
34
|
-
`/openmrs/spa/home/laboratory`.
|
|
39
|
+
Once it is running, a browser window should open with O3 running. Log in and then navigate to `/openmrs/spa/home/laboratory`.
|
|
35
40
|
|
|
36
|
-
|
|
37
|
-
|
|
41
|
+
## Running tests
|
|
42
|
+
|
|
43
|
+
```sh
|
|
38
44
|
yarn run test
|
|
39
45
|
```
|
|
46
|
+
|
|
47
|
+
# ⚠️ Important Notice: Dependency
|
|
48
|
+
As of this [PR](https://github.com/openmrs/openmrs-esm-laboratory-app/pull/87) some features of the `@openmrs/esm-laboratory-app` are dependent on `@openmrs/esm-patient-lab-order` package. Please keep that in mind as you are implementing the module.
|
package/dist/1448.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(globalThis.webpackChunk_openmrs_esm_laboratory_app=globalThis.webpackChunk_openmrs_esm_laboratory_app||[]).push([[1448],{1448:e=>{e.exports=JSON.parse('{"action":"Action","addLabResult":"Add lab results","age":"Age","all":"All","cancel":"Cancel","checkFilters":"Please check the filters above and try again","completed":"Completed","Completed":"Completed","completedStatus":"COMPLETED","dateRange":"Date range","declinedStatus":"DECLINED","discard":"Discard","editResults":"Edit results","errorPickingOrder\', \'Error picking order":"","errorRejectingRequest":"Error rejecting lab request","exceptionStatus":"EXCEPTION","filterOrdersByStatus":"Filter orders by status","fulfillerComment":"Fulfiller comment","gender":"Gender","In progress":"In progress","inProgress":"In progress","inProgressStatus":"IN_PROGRESS","laboratory":"Laboratory","Laboratory":"Laboratory","loading":"Loading","newStatus":"NEW","nextPage":"Next page","NoInstructionLeft":"No instructions are provided.","noLabRequestsFoundC":"No lab requests found","onHoldStatus":"ON_HOLD","orderDate":"Order Date:","Ordered tests":"Ordered tests","ordererName":"Orderer Name: ","orderInStruction":"Instructions: ","orderNotPicked":"Order not picked","orderNumbers":"Order number:","orderPickedSuccessfully":"You have successfully picked an order","orders":"Orders","orderStatus":"Status:","patient":"Patient","pickedAnOrder":"Picked an order","pickLabRequest":"Pick Lab Request","pickRequest":"Pick lab request","pickRequestConfirmationText":"Continuing will update the request status to \\"In Progress\\" and advance it to the next stage. Are you sure you want to proceed?","pickupLabRequest":"Pick up lab request","previousPage":"Previous page","reasonForDecline":"Reason for decline","receivedStatus":"RECEIVED","Referred tests":"Referred tests","reject":"Reject","rejectLabRequest":"Reject lab request","rejectLabRequestSuccessMessage":"","rejectLabRequestTitle":"Lab request rejected","results":"Results","searchThisList":"Search this list","tabletOverlay":"Tablet overlay","testOrdered":"Test ordered: ","Tests ordered":"Tests ordered","testsOrdered":"Tests ordered","testType":"Test type","totalOrders":"Total orders","transition":"Transition","urgencyStatus":"Urgency: ","viewTestResults":"View test results","worklist":"Worklist","Worklist":"Worklist"}')}}]);
|