@palladium-ethiopia/esm-clinical-workflow-app 5.4.2-pre.20

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.
Files changed (89) hide show
  1. package/.turbo/turbo-build.log +14 -0
  2. package/README.md +1 -0
  3. package/dist/152.js +1 -0
  4. package/dist/152.js.map +1 -0
  5. package/dist/159.js +1 -0
  6. package/dist/159.js.map +1 -0
  7. package/dist/208.js +1 -0
  8. package/dist/208.js.map +1 -0
  9. package/dist/209.js +1 -0
  10. package/dist/209.js.map +1 -0
  11. package/dist/363.js +1 -0
  12. package/dist/363.js.map +1 -0
  13. package/dist/410.js +1 -0
  14. package/dist/410.js.map +1 -0
  15. package/dist/442.js +1 -0
  16. package/dist/442.js.map +1 -0
  17. package/dist/466.js +1 -0
  18. package/dist/466.js.map +1 -0
  19. package/dist/484.js +11 -0
  20. package/dist/484.js.map +1 -0
  21. package/dist/540.js +1 -0
  22. package/dist/540.js.map +1 -0
  23. package/dist/545.js +43 -0
  24. package/dist/545.js.map +1 -0
  25. package/dist/61.js +1 -0
  26. package/dist/61.js.map +1 -0
  27. package/dist/677.js +1 -0
  28. package/dist/677.js.map +1 -0
  29. package/dist/689.js +1 -0
  30. package/dist/689.js.map +1 -0
  31. package/dist/697.js +1 -0
  32. package/dist/697.js.map +1 -0
  33. package/dist/712.js +1 -0
  34. package/dist/712.js.map +1 -0
  35. package/dist/771.js +1 -0
  36. package/dist/771.js.map +1 -0
  37. package/dist/789.js +1 -0
  38. package/dist/789.js.map +1 -0
  39. package/dist/ethiopia-esm-clinical-workflow-app.js +6 -0
  40. package/dist/ethiopia-esm-clinical-workflow-app.js.buildmanifest.json +579 -0
  41. package/dist/ethiopia-esm-clinical-workflow-app.js.map +1 -0
  42. package/dist/main.js +16 -0
  43. package/dist/main.js.map +1 -0
  44. package/dist/routes.json +1 -0
  45. package/jest.config.js +3 -0
  46. package/package.json +59 -0
  47. package/rspack.config.js +1 -0
  48. package/src/config-schema.ts +69 -0
  49. package/src/constants.ts +2 -0
  50. package/src/createDashboardLink.tsx +10 -0
  51. package/src/dashboard.meta.ts +6 -0
  52. package/src/declarations.d.ts +3 -0
  53. package/src/helper.ts +115 -0
  54. package/src/index.ts +51 -0
  55. package/src/mru/billing-information/billing-information.resource.ts +139 -0
  56. package/src/mru/billing-information/billing-information.scss +55 -0
  57. package/src/mru/billing-information/billing-information.workspace.tsx +371 -0
  58. package/src/mru/dashboard.component.tsx +18 -0
  59. package/src/mru/mru.component.tsx +106 -0
  60. package/src/mru/mru.scss +28 -0
  61. package/src/patient-registration/patient-registration.resource.tsx +129 -0
  62. package/src/patient-registration/patient.registration.workspace.scss +47 -0
  63. package/src/patient-registration/patient.registration.workspace.tsx +443 -0
  64. package/src/patient-registration/useGenerateIdentifier.ts +26 -0
  65. package/src/patient-scoreboard/appointment-cards/checked-in-appointments.card.tsx +18 -0
  66. package/src/patient-scoreboard/appointment-cards/not-arrived-appointments.card.tsx +18 -0
  67. package/src/patient-scoreboard/appointment-cards/total-appointments.card.tsx +18 -0
  68. package/src/patient-scoreboard/hooks/useAppointmentList.ts +61 -0
  69. package/src/patient-scoreboard/hooks/useVisitList.ts +104 -0
  70. package/src/patient-scoreboard/metrics-card/metrics-card.component.scss +84 -0
  71. package/src/patient-scoreboard/metrics-card/metrics-card.component.tsx +40 -0
  72. package/src/patient-scoreboard/patient-scoreboard.component.scss +47 -0
  73. package/src/patient-scoreboard/patient-scoreboard.component.tsx +70 -0
  74. package/src/patient-scoreboard/visit-cards/active-visits.card.tsx +18 -0
  75. package/src/patient-scoreboard/visit-cards/scheduled-visits.card.tsx +18 -0
  76. package/src/patient-scoreboard/visit-cards/total-visits.card.tsx +18 -0
  77. package/src/patient-scoreboard/visits-table/visits-table.component.scss +31 -0
  78. package/src/patient-scoreboard/visits-table/visits-table.component.tsx +181 -0
  79. package/src/root.component.tsx +20 -0
  80. package/src/root.scss +10 -0
  81. package/src/routes.json +108 -0
  82. package/src/triage/patient-banner.component.tsx +59 -0
  83. package/src/triage/patient-banner.scss +14 -0
  84. package/src/triage/triage-dashboard.component.tsx +116 -0
  85. package/src/triage/triage-dashboard.scss +107 -0
  86. package/src/triage/triage.resource.tsx +44 -0
  87. package/src/triage/useStartVisitAndLaunchTriageForm.ts +156 -0
  88. package/src/types/index.ts +0 -0
  89. package/tsconfig.json +4 -0
@@ -0,0 +1,579 @@
1
+ {
2
+ "chunks": [
3
+ {
4
+ "type": "chunk",
5
+ "rendered": true,
6
+ "initial": false,
7
+ "entry": false,
8
+ "size": 14472,
9
+ "sizes": {
10
+ "javascript": 14472
11
+ },
12
+ "names": [],
13
+ "idHints": [],
14
+ "runtime": [
15
+ "@palladium-ethiopia/esm-clinical-workflow-app",
16
+ "main"
17
+ ],
18
+ "files": [
19
+ "152.js"
20
+ ],
21
+ "auxiliaryFiles": [
22
+ "152.js.map"
23
+ ],
24
+ "hash": "88507d69e4e80de5",
25
+ "childrenByOrder": {}
26
+ },
27
+ {
28
+ "type": "chunk",
29
+ "rendered": true,
30
+ "initial": false,
31
+ "entry": false,
32
+ "size": 14373,
33
+ "sizes": {
34
+ "javascript": 14373
35
+ },
36
+ "names": [],
37
+ "idHints": [],
38
+ "runtime": [
39
+ "@palladium-ethiopia/esm-clinical-workflow-app",
40
+ "main"
41
+ ],
42
+ "files": [
43
+ "159.js"
44
+ ],
45
+ "auxiliaryFiles": [
46
+ "159.js.map"
47
+ ],
48
+ "hash": "2783c9c367670285",
49
+ "childrenByOrder": {}
50
+ },
51
+ {
52
+ "type": "chunk",
53
+ "rendered": true,
54
+ "initial": false,
55
+ "entry": false,
56
+ "size": 49591,
57
+ "sizes": {
58
+ "javascript": 49591
59
+ },
60
+ "names": [],
61
+ "idHints": [],
62
+ "runtime": [
63
+ "@palladium-ethiopia/esm-clinical-workflow-app",
64
+ "main"
65
+ ],
66
+ "files": [
67
+ "208.js"
68
+ ],
69
+ "auxiliaryFiles": [
70
+ "208.js.map"
71
+ ],
72
+ "hash": "b9803fdb352960c9",
73
+ "childrenByOrder": {}
74
+ },
75
+ {
76
+ "type": "chunk",
77
+ "rendered": true,
78
+ "initial": false,
79
+ "entry": false,
80
+ "reason": "split chunk (cache group: defaultVendors)",
81
+ "size": 61853,
82
+ "sizes": {
83
+ "javascript": 61853
84
+ },
85
+ "names": [],
86
+ "idHints": [
87
+ "vendors"
88
+ ],
89
+ "runtime": [
90
+ "@palladium-ethiopia/esm-clinical-workflow-app",
91
+ "main"
92
+ ],
93
+ "files": [
94
+ "209.js"
95
+ ],
96
+ "auxiliaryFiles": [
97
+ "209.js.map"
98
+ ],
99
+ "hash": "677255b126638ed6",
100
+ "childrenByOrder": {}
101
+ },
102
+ {
103
+ "type": "chunk",
104
+ "rendered": false,
105
+ "initial": false,
106
+ "entry": false,
107
+ "reason": "split chunk (cache group: default)",
108
+ "size": 168,
109
+ "sizes": {
110
+ "consume-shared": 168
111
+ },
112
+ "names": [],
113
+ "idHints": [
114
+ ""
115
+ ],
116
+ "runtime": [
117
+ "@palladium-ethiopia/esm-clinical-workflow-app",
118
+ "main"
119
+ ],
120
+ "files": [],
121
+ "auxiliaryFiles": [],
122
+ "hash": "b9a259e672e2a846",
123
+ "childrenByOrder": {}
124
+ },
125
+ {
126
+ "type": "chunk",
127
+ "rendered": true,
128
+ "initial": false,
129
+ "entry": false,
130
+ "reason": "split chunk (cache group: default)",
131
+ "size": 20480,
132
+ "sizes": {
133
+ "javascript": 20480
134
+ },
135
+ "names": [],
136
+ "idHints": [
137
+ ""
138
+ ],
139
+ "runtime": [
140
+ "@palladium-ethiopia/esm-clinical-workflow-app",
141
+ "main"
142
+ ],
143
+ "files": [
144
+ "363.js"
145
+ ],
146
+ "auxiliaryFiles": [
147
+ "363.js.map"
148
+ ],
149
+ "hash": "61caefbcd9bf8bf4",
150
+ "childrenByOrder": {}
151
+ },
152
+ {
153
+ "type": "chunk",
154
+ "rendered": true,
155
+ "initial": false,
156
+ "entry": false,
157
+ "size": 228976,
158
+ "sizes": {
159
+ "javascript": 228976
160
+ },
161
+ "names": [],
162
+ "idHints": [],
163
+ "runtime": [
164
+ "@palladium-ethiopia/esm-clinical-workflow-app"
165
+ ],
166
+ "files": [
167
+ "410.js"
168
+ ],
169
+ "auxiliaryFiles": [
170
+ "410.js.map"
171
+ ],
172
+ "hash": "1ea92be3b8c19189",
173
+ "childrenByOrder": {}
174
+ },
175
+ {
176
+ "type": "chunk",
177
+ "rendered": true,
178
+ "initial": false,
179
+ "entry": false,
180
+ "size": 504,
181
+ "sizes": {
182
+ "javascript": 504
183
+ },
184
+ "names": [],
185
+ "idHints": [],
186
+ "runtime": [
187
+ "@palladium-ethiopia/esm-clinical-workflow-app",
188
+ "main"
189
+ ],
190
+ "files": [
191
+ "442.js"
192
+ ],
193
+ "auxiliaryFiles": [
194
+ "442.js.map"
195
+ ],
196
+ "hash": "33c72e0846bb37e1",
197
+ "childrenByOrder": {}
198
+ },
199
+ {
200
+ "type": "chunk",
201
+ "rendered": true,
202
+ "initial": false,
203
+ "entry": false,
204
+ "size": 7120,
205
+ "sizes": {
206
+ "javascript": 7120
207
+ },
208
+ "names": [],
209
+ "idHints": [],
210
+ "runtime": [
211
+ "@palladium-ethiopia/esm-clinical-workflow-app",
212
+ "main"
213
+ ],
214
+ "files": [
215
+ "466.js"
216
+ ],
217
+ "auxiliaryFiles": [
218
+ "466.js.map"
219
+ ],
220
+ "hash": "f94d0a7b6f813492",
221
+ "childrenByOrder": {}
222
+ },
223
+ {
224
+ "type": "chunk",
225
+ "rendered": true,
226
+ "initial": false,
227
+ "entry": false,
228
+ "reason": "split chunk (cache group: defaultVendors)",
229
+ "size": 2688587,
230
+ "sizes": {
231
+ "javascript": 2688587
232
+ },
233
+ "names": [],
234
+ "idHints": [
235
+ "vendors"
236
+ ],
237
+ "runtime": [
238
+ "@palladium-ethiopia/esm-clinical-workflow-app",
239
+ "main"
240
+ ],
241
+ "files": [
242
+ "484.js"
243
+ ],
244
+ "auxiliaryFiles": [
245
+ "484.js.map"
246
+ ],
247
+ "hash": "8396938152ef7fd5",
248
+ "childrenByOrder": {}
249
+ },
250
+ {
251
+ "type": "chunk",
252
+ "rendered": true,
253
+ "initial": false,
254
+ "entry": false,
255
+ "reason": "split chunk (cache group: defaultVendors)",
256
+ "size": 260569,
257
+ "sizes": {
258
+ "javascript": 260569
259
+ },
260
+ "names": [],
261
+ "idHints": [
262
+ "vendors"
263
+ ],
264
+ "runtime": [
265
+ "@palladium-ethiopia/esm-clinical-workflow-app"
266
+ ],
267
+ "files": [
268
+ "540.js"
269
+ ],
270
+ "auxiliaryFiles": [
271
+ "540.js.map"
272
+ ],
273
+ "hash": "f93b134093ba69eb",
274
+ "childrenByOrder": {}
275
+ },
276
+ {
277
+ "type": "chunk",
278
+ "rendered": true,
279
+ "initial": false,
280
+ "entry": false,
281
+ "reason": "split chunk (cache group: defaultVendors)",
282
+ "size": 4570929,
283
+ "sizes": {
284
+ "javascript": 4570929
285
+ },
286
+ "names": [],
287
+ "idHints": [
288
+ "vendors"
289
+ ],
290
+ "runtime": [
291
+ "@palladium-ethiopia/esm-clinical-workflow-app",
292
+ "main"
293
+ ],
294
+ "files": [
295
+ "545.js"
296
+ ],
297
+ "auxiliaryFiles": [
298
+ "545.js.map"
299
+ ],
300
+ "hash": "36638ce705876434",
301
+ "childrenByOrder": {}
302
+ },
303
+ {
304
+ "type": "chunk",
305
+ "rendered": false,
306
+ "initial": false,
307
+ "entry": false,
308
+ "size": 84,
309
+ "sizes": {
310
+ "consume-shared": 84
311
+ },
312
+ "names": [],
313
+ "idHints": [
314
+ ""
315
+ ],
316
+ "runtime": [
317
+ "@palladium-ethiopia/esm-clinical-workflow-app",
318
+ "main"
319
+ ],
320
+ "files": [],
321
+ "auxiliaryFiles": [],
322
+ "hash": "f7d8716432560606",
323
+ "childrenByOrder": {}
324
+ },
325
+ {
326
+ "type": "chunk",
327
+ "rendered": true,
328
+ "initial": true,
329
+ "entry": true,
330
+ "size": 216683,
331
+ "sizes": {
332
+ "expose": 42,
333
+ "javascript": 216347,
334
+ "runtime": 14604,
335
+ "share-init": 294
336
+ },
337
+ "names": [
338
+ "@palladium-ethiopia/esm-clinical-workflow-app"
339
+ ],
340
+ "idHints": [],
341
+ "runtime": [
342
+ "@palladium-ethiopia/esm-clinical-workflow-app"
343
+ ],
344
+ "files": [
345
+ "ethiopia-esm-clinical-workflow-app.js"
346
+ ],
347
+ "auxiliaryFiles": [
348
+ "ethiopia-esm-clinical-workflow-app.js.map"
349
+ ],
350
+ "hash": "0bc9f920f38372b9",
351
+ "childrenByOrder": {}
352
+ },
353
+ {
354
+ "type": "chunk",
355
+ "rendered": true,
356
+ "initial": false,
357
+ "entry": false,
358
+ "size": 504,
359
+ "sizes": {
360
+ "javascript": 504
361
+ },
362
+ "names": [],
363
+ "idHints": [],
364
+ "runtime": [
365
+ "@palladium-ethiopia/esm-clinical-workflow-app",
366
+ "main"
367
+ ],
368
+ "files": [
369
+ "61.js"
370
+ ],
371
+ "auxiliaryFiles": [
372
+ "61.js.map"
373
+ ],
374
+ "hash": "9183607284a3e871",
375
+ "childrenByOrder": {}
376
+ },
377
+ {
378
+ "type": "chunk",
379
+ "rendered": true,
380
+ "initial": false,
381
+ "entry": false,
382
+ "size": 45968,
383
+ "sizes": {
384
+ "javascript": 45968
385
+ },
386
+ "names": [],
387
+ "idHints": [],
388
+ "runtime": [
389
+ "@palladium-ethiopia/esm-clinical-workflow-app",
390
+ "main"
391
+ ],
392
+ "files": [
393
+ "677.js"
394
+ ],
395
+ "auxiliaryFiles": [
396
+ "677.js.map"
397
+ ],
398
+ "hash": "e609a1eaa781fc05",
399
+ "childrenByOrder": {}
400
+ },
401
+ {
402
+ "type": "chunk",
403
+ "rendered": true,
404
+ "initial": false,
405
+ "entry": false,
406
+ "reason": "split chunk (cache group: defaultVendors)",
407
+ "size": 137481,
408
+ "sizes": {
409
+ "javascript": 137481
410
+ },
411
+ "names": [],
412
+ "idHints": [
413
+ "vendors"
414
+ ],
415
+ "runtime": [
416
+ "@palladium-ethiopia/esm-clinical-workflow-app",
417
+ "main"
418
+ ],
419
+ "files": [
420
+ "689.js"
421
+ ],
422
+ "auxiliaryFiles": [
423
+ "689.js.map"
424
+ ],
425
+ "hash": "165c2aacd4a283fa",
426
+ "childrenByOrder": {}
427
+ },
428
+ {
429
+ "type": "chunk",
430
+ "rendered": true,
431
+ "initial": false,
432
+ "entry": false,
433
+ "size": 7160,
434
+ "sizes": {
435
+ "javascript": 7160
436
+ },
437
+ "names": [],
438
+ "idHints": [],
439
+ "runtime": [
440
+ "@palladium-ethiopia/esm-clinical-workflow-app",
441
+ "main"
442
+ ],
443
+ "files": [
444
+ "697.js"
445
+ ],
446
+ "auxiliaryFiles": [
447
+ "697.js.map"
448
+ ],
449
+ "hash": "eb828a209ccc07de",
450
+ "childrenByOrder": {}
451
+ },
452
+ {
453
+ "type": "chunk",
454
+ "rendered": true,
455
+ "initial": false,
456
+ "entry": false,
457
+ "size": 315411,
458
+ "sizes": {
459
+ "javascript": 315411
460
+ },
461
+ "names": [],
462
+ "idHints": [
463
+ "vendors"
464
+ ],
465
+ "runtime": [
466
+ "@palladium-ethiopia/esm-clinical-workflow-app",
467
+ "main"
468
+ ],
469
+ "files": [
470
+ "712.js"
471
+ ],
472
+ "auxiliaryFiles": [
473
+ "712.js.map"
474
+ ],
475
+ "hash": "30c9618df719e79d",
476
+ "childrenByOrder": {}
477
+ },
478
+ {
479
+ "type": "chunk",
480
+ "rendered": true,
481
+ "initial": false,
482
+ "entry": false,
483
+ "size": 14472,
484
+ "sizes": {
485
+ "javascript": 14472
486
+ },
487
+ "names": [],
488
+ "idHints": [],
489
+ "runtime": [
490
+ "@palladium-ethiopia/esm-clinical-workflow-app",
491
+ "main"
492
+ ],
493
+ "files": [
494
+ "771.js"
495
+ ],
496
+ "auxiliaryFiles": [
497
+ "771.js.map"
498
+ ],
499
+ "hash": "16d19d0446632e55",
500
+ "childrenByOrder": {}
501
+ },
502
+ {
503
+ "type": "chunk",
504
+ "rendered": true,
505
+ "initial": false,
506
+ "entry": false,
507
+ "size": 29620,
508
+ "sizes": {
509
+ "javascript": 29620
510
+ },
511
+ "names": [],
512
+ "idHints": [
513
+ "vendors"
514
+ ],
515
+ "runtime": [
516
+ "@palladium-ethiopia/esm-clinical-workflow-app",
517
+ "main"
518
+ ],
519
+ "files": [
520
+ "789.js"
521
+ ],
522
+ "auxiliaryFiles": [
523
+ "789.js.map"
524
+ ],
525
+ "hash": "49f010032d50d145",
526
+ "childrenByOrder": {}
527
+ },
528
+ {
529
+ "type": "chunk",
530
+ "rendered": true,
531
+ "initial": true,
532
+ "entry": true,
533
+ "size": 3594275,
534
+ "sizes": {
535
+ "consume-shared": 210,
536
+ "javascript": 3593771,
537
+ "runtime": 13977,
538
+ "share-init": 294
539
+ },
540
+ "names": [
541
+ "main"
542
+ ],
543
+ "idHints": [],
544
+ "runtime": [
545
+ "main"
546
+ ],
547
+ "files": [
548
+ "main.js"
549
+ ],
550
+ "auxiliaryFiles": [
551
+ "main.js.map"
552
+ ],
553
+ "hash": "e83b251cfa9e09dd",
554
+ "childrenByOrder": {}
555
+ },
556
+ {
557
+ "type": "chunk",
558
+ "rendered": false,
559
+ "initial": false,
560
+ "entry": false,
561
+ "size": 42,
562
+ "sizes": {
563
+ "consume-shared": 42
564
+ },
565
+ "names": [],
566
+ "idHints": [
567
+ ""
568
+ ],
569
+ "runtime": [
570
+ "@palladium-ethiopia/esm-clinical-workflow-app",
571
+ "main"
572
+ ],
573
+ "files": [],
574
+ "auxiliaryFiles": [],
575
+ "hash": "a0ab909ba3915aa0",
576
+ "childrenByOrder": {}
577
+ }
578
+ ]
579
+ }