@bahmni/clinical-app 0.0.1-dev.362 → 0.0.1-dev.363
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/dist/{ConsultationPage-ClYIA8xI.js → ConsultationPage-DsRw8YYn.js} +24 -24
- package/dist/{DocumentsTable-DWtzocck-OdpJoLJE.js → DocumentsTable-ClhCu3Gn-Tup4hVRb.js} +33 -33
- package/dist/{FormsTable-cMrb-0Md-BgMVzqsz.js → FormsTable-B1Jf7c-q-Crxaz3NO.js} +60 -60
- package/dist/{LNWAZHJI-D3PtFqRe.js → LNWAZHJI-Ib9pzjmH.js} +2 -2
- package/dist/{MWZ6AO7Z-Ba30l2zT.js → MWZ6AO7Z-CDcmt8y2.js} +2 -2
- package/dist/{Observations-DNOcuCWE-DvhS75tW.js → Observations-BU2hE5R4-dUv2oABZ.js} +43 -43
- package/dist/{YPM2AS64-BlxW_DTC.js → YPM2AS64-C16VLrcR.js} +1 -1
- package/dist/{hook-BoQL42hZ.js → hook-Co0J9NE_.js} +1 -1
- package/dist/{index-8hfTiSbB.js → index-2_vXyzzs.js} +20 -18
- package/dist/{index-DVofVra1.js → index-DQ3rDVjy.js} +16056 -16065
- package/dist/{index-ALTIxFJT.js → index-zVjXa4YT.js} +31 -33
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/dist/locales/locale_en.json +1 -0
- package/dist/locales/locale_es.json +1 -0
- package/dist/pages/list/extensions/searchHandler/index.d.ts.map +1 -1
- package/dist/pages/list/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as S, jsx as u } from "react/jsx-runtime";
|
|
2
|
-
import { g as
|
|
3
|
-
import { useQueries as
|
|
2
|
+
import { g as Y, K as q, u as N, k as M, l as k, i as x, M as H, m as Q, x as w, o as G, U as j, V as z, q as U, H as P, r as J, I as W, w as X, A as Z, B as ee } from "./index-DQ3rDVjy.js";
|
|
3
|
+
import { useQueries as ae, useQuery as te } from "@tanstack/react-query";
|
|
4
4
|
import { useRef as se, useEffect as $, useMemo as E } from "react";
|
|
5
|
-
const A = (
|
|
6
|
-
const
|
|
5
|
+
const A = (a, n, d, l, b, r) => {
|
|
6
|
+
const t = P(a, n, b), s = t.value, o = J(s);
|
|
7
7
|
let i = s;
|
|
8
8
|
o === "Image" && (i = /* @__PURE__ */ u(
|
|
9
9
|
X,
|
|
@@ -22,51 +22,51 @@ const A = (t, n, d, l, b, r) => {
|
|
|
22
22
|
}
|
|
23
23
|
)), o === "PDF" && (i = /* @__PURE__ */ u(ee, { id: `${s}-pdf`, src: s }));
|
|
24
24
|
const m = b("OBSERVATIONS_RECORDED_BY", {
|
|
25
|
-
provider:
|
|
26
|
-
}), p =
|
|
25
|
+
provider: t.provider
|
|
26
|
+
}), p = a.display, y = a.observationValue?.isAbnormal ? "abnormal-obs" : "obs", c = l ? `${l}-${y}-${p}-${d}-${n}` : `${y}-${p}-${d}-${n}`;
|
|
27
27
|
return /* @__PURE__ */ u(
|
|
28
28
|
W,
|
|
29
29
|
{
|
|
30
|
-
header:
|
|
30
|
+
header: t.header,
|
|
31
31
|
value: i,
|
|
32
32
|
info: m,
|
|
33
33
|
id: c,
|
|
34
34
|
testId: c,
|
|
35
35
|
ariaLabel: c
|
|
36
36
|
},
|
|
37
|
-
`obs-${
|
|
37
|
+
`obs-${a.id}`
|
|
38
38
|
);
|
|
39
|
-
}, re = (
|
|
40
|
-
|
|
39
|
+
}, re = (a, n, d, l, b, r, t) => /* @__PURE__ */ u(
|
|
40
|
+
U,
|
|
41
41
|
{
|
|
42
|
-
title:
|
|
43
|
-
id: `grouped-obs-${
|
|
42
|
+
title: a.display,
|
|
43
|
+
id: `grouped-obs-${a.display}-${l}`,
|
|
44
44
|
open: d,
|
|
45
|
-
children:
|
|
45
|
+
children: a.members?.map(
|
|
46
46
|
(s, o) => A(
|
|
47
47
|
s,
|
|
48
48
|
o,
|
|
49
49
|
b,
|
|
50
50
|
r,
|
|
51
51
|
n,
|
|
52
|
-
|
|
52
|
+
t
|
|
53
53
|
)
|
|
54
54
|
)
|
|
55
55
|
},
|
|
56
|
-
`grouped-obs-${
|
|
56
|
+
`grouped-obs-${a.id}`
|
|
57
57
|
), oe = ({
|
|
58
|
-
groupedData:
|
|
58
|
+
groupedData: a,
|
|
59
59
|
title: n = "",
|
|
60
60
|
hideThumbnail: d
|
|
61
61
|
}) => {
|
|
62
|
-
const { t: l } = N(), b = (r,
|
|
63
|
-
const o =
|
|
62
|
+
const { t: l } = N(), b = (r, t, s) => {
|
|
63
|
+
const o = z(r.encounterDetails, l);
|
|
64
64
|
return /* @__PURE__ */ S(
|
|
65
|
-
|
|
65
|
+
U,
|
|
66
66
|
{
|
|
67
67
|
title: o,
|
|
68
68
|
id: `encounter-${r.encounterId}`,
|
|
69
|
-
open:
|
|
69
|
+
open: t,
|
|
70
70
|
children: [
|
|
71
71
|
r.observations.map(
|
|
72
72
|
(i, m) => A(
|
|
@@ -82,7 +82,7 @@ const A = (t, n, d, l, b, r) => {
|
|
|
82
82
|
(i, m) => re(
|
|
83
83
|
i,
|
|
84
84
|
l,
|
|
85
|
-
|
|
85
|
+
t,
|
|
86
86
|
m,
|
|
87
87
|
s,
|
|
88
88
|
n,
|
|
@@ -100,20 +100,20 @@ const A = (t, n, d, l, b, r) => {
|
|
|
100
100
|
id: "obs-by-encounter",
|
|
101
101
|
"data-testid": "obs-by-encounter-test-id",
|
|
102
102
|
"aria-label": "obs-by-encounter-aria-label",
|
|
103
|
-
children:
|
|
104
|
-
(r,
|
|
103
|
+
children: a.map(
|
|
104
|
+
(r, t) => b(r, t === 0, t)
|
|
105
105
|
)
|
|
106
106
|
}
|
|
107
107
|
);
|
|
108
108
|
}, ie = "Observations-module_observations__RKSyo", ne = "Observations-module_title__TJL3z", I = {
|
|
109
109
|
observations: ie,
|
|
110
110
|
title: ne
|
|
111
|
-
}, de = (
|
|
112
|
-
const n =
|
|
111
|
+
}, de = (a) => ["conceptUuid", a], le = (a, n) => ["observations", a, ...n], pe = ({ config: a }) => {
|
|
112
|
+
const n = a, {
|
|
113
113
|
conceptNames: d = [],
|
|
114
114
|
conceptUuid: l = [],
|
|
115
115
|
hideThumbnail: b = !1
|
|
116
|
-
} = n, r = se(/* @__PURE__ */ new Set()),
|
|
116
|
+
} = n, r = se(/* @__PURE__ */ new Set()), t = Y(), { addNotification: s } = q(), { t: o } = N(), i = ae({
|
|
117
117
|
queries: d.map((e) => ({
|
|
118
118
|
queryKey: de(e),
|
|
119
119
|
queryFn: () => M(e),
|
|
@@ -123,10 +123,10 @@ const A = (t, n, d, l, b, r) => {
|
|
|
123
123
|
$(() => {
|
|
124
124
|
i.forEach((e, h) => {
|
|
125
125
|
if (e.isError && !r.current.has(h)) {
|
|
126
|
-
const
|
|
126
|
+
const K = d[h];
|
|
127
127
|
s({
|
|
128
128
|
title: o("ERROR_DEFAULT_TITLE"),
|
|
129
|
-
message: o("ERROR_FETCHING_CONCEPT", { conceptName:
|
|
129
|
+
message: o("ERROR_FETCHING_CONCEPT", { conceptName: K }),
|
|
130
130
|
type: "error"
|
|
131
131
|
}), r.current.add(h);
|
|
132
132
|
} else e.isError || r.current.delete(h);
|
|
@@ -137,18 +137,18 @@ const A = (t, n, d, l, b, r) => {
|
|
|
137
137
|
isLoading: D,
|
|
138
138
|
isError: g,
|
|
139
139
|
refetch: T
|
|
140
|
-
} =
|
|
141
|
-
queryKey: le(
|
|
142
|
-
queryFn: () =>
|
|
143
|
-
enabled: !!
|
|
140
|
+
} = te({
|
|
141
|
+
queryKey: le(t, p),
|
|
142
|
+
queryFn: () => k(t, p),
|
|
143
|
+
enabled: !!t && p.length > 0 && y
|
|
144
144
|
});
|
|
145
|
-
|
|
145
|
+
x(
|
|
146
146
|
(e) => {
|
|
147
|
-
e.patientUUID ===
|
|
147
|
+
e.patientUUID === t && e.updatedConcepts.size > 0 && [...e.updatedConcepts.keys()].some(
|
|
148
148
|
(h) => p.includes(h)
|
|
149
149
|
) && T();
|
|
150
150
|
},
|
|
151
|
-
[
|
|
151
|
+
[t, T]
|
|
152
152
|
), $(() => {
|
|
153
153
|
g && s({
|
|
154
154
|
title: o("ERROR_DEFAULT_TITLE"),
|
|
@@ -158,13 +158,13 @@ const A = (t, n, d, l, b, r) => {
|
|
|
158
158
|
}, [g]);
|
|
159
159
|
const O = E(() => {
|
|
160
160
|
if (!c) return [];
|
|
161
|
-
const e =
|
|
162
|
-
return
|
|
163
|
-
}, [c]),
|
|
161
|
+
const e = H(c), h = Q(e);
|
|
162
|
+
return w(h);
|
|
163
|
+
}, [c]), F = [
|
|
164
164
|
{ key: "name", header: "name" },
|
|
165
165
|
{ key: "value", header: "value" },
|
|
166
166
|
{ key: "form", header: "form" }
|
|
167
|
-
], f = D || !y, _ = g && y,
|
|
167
|
+
], f = D || !y, _ = g && y, L = (!c || c.entry?.length === 0 || p.length === 0) && y, V = _ ? o("ERROR_FETCHING_OBSERVATIONS") : null, B = L ? o("NO_OBSERVATIONS_FOUND") : void 0, C = O.length > 0 && !f && !_, R = n.titleTranslationKey, v = R ? o(R) : "";
|
|
168
168
|
return /* @__PURE__ */ S(
|
|
169
169
|
"div",
|
|
170
170
|
{
|
|
@@ -183,7 +183,7 @@ const A = (t, n, d, l, b, r) => {
|
|
|
183
183
|
children: /* @__PURE__ */ u("p", { children: v })
|
|
184
184
|
}
|
|
185
185
|
),
|
|
186
|
-
|
|
186
|
+
C ? /* @__PURE__ */ u(
|
|
187
187
|
oe,
|
|
188
188
|
{
|
|
189
189
|
groupedData: O,
|
|
@@ -191,14 +191,14 @@ const A = (t, n, d, l, b, r) => {
|
|
|
191
191
|
hideThumbnail: b
|
|
192
192
|
}
|
|
193
193
|
) : /* @__PURE__ */ u(
|
|
194
|
-
|
|
194
|
+
j,
|
|
195
195
|
{
|
|
196
|
-
headers:
|
|
196
|
+
headers: F,
|
|
197
197
|
rows: [],
|
|
198
198
|
ariaLabel: o("OBSERVATIONS"),
|
|
199
199
|
loading: f,
|
|
200
200
|
errorStateMessage: V,
|
|
201
|
-
emptyStateMessage:
|
|
201
|
+
emptyStateMessage: B,
|
|
202
202
|
dataTestId: "observations-table"
|
|
203
203
|
}
|
|
204
204
|
)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { bQ as we, bR as z, bS as xt, bT as B, bO as q, bP as y, bU as Ro, bV as ye, bW as R, bX as _, bY as k, bZ as N, b_ as A, b$ as bs, c0 as ir, c1 as $e, c2 as U, c3 as Hn, c4 as Vn, c5 as dt, c6 as D, c7 as xs, c8 as cn, c9 as Be, ca as ws, cb as qt, cc as zt, cd as $s, ce as Cs, cf as $n, cg as Ss, ch as Nr, ci as Bt, cj as zo, ck as ks, cl as Es, cm as j, cn as Ur, co as Ms, cp as Ds, cq as sr, cr as As, cs as Ts, ct as zn, cu as Fs, cv as Is, cw as Z, cx as Ps, cy as Os } from "./index-
|
|
1
|
+
import { bQ as we, bR as z, bS as xt, bT as B, bO as q, bP as y, bU as Ro, bV as ye, bW as R, bX as _, bY as k, bZ as N, b_ as A, b$ as bs, c0 as ir, c1 as $e, c2 as U, c3 as Hn, c4 as Vn, c5 as dt, c6 as D, c7 as xs, c8 as cn, c9 as Be, ca as ws, cb as qt, cc as zt, cd as $s, ce as Cs, cf as $n, cg as Ss, ch as Nr, ci as Bt, cj as zo, ck as ks, cl as Es, cm as j, cn as Ur, co as Ms, cp as Ds, cq as sr, cr as As, cs as Ts, ct as zn, cu as Fs, cv as Is, cw as Z, cx as Ps, cy as Os } from "./index-DQ3rDVjy.js";
|
|
2
2
|
var Ls = (e) => e != null, qs = (e) => e.filter(Ls);
|
|
3
3
|
function _s(e) {
|
|
4
4
|
return (...t) => {
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
import { jsxs as d, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { u as r, cz as
|
|
3
|
-
import { Suspense as
|
|
2
|
+
import { u as r, cz as l, cA as o, cB as c, b7 as m, b8 as g, cC as p, cD as h, cE as b, aG as u } from "./index-DQ3rDVjy.js";
|
|
3
|
+
import { Suspense as _ } from "react";
|
|
4
4
|
import "@tanstack/react-query";
|
|
5
|
-
const
|
|
6
|
-
loading:
|
|
7
|
-
message:
|
|
5
|
+
const E = "index-module_loading__FAL7n", $ = "index-module_message__KjCnF", H = "index-module_panel__j5vTu", s = {
|
|
6
|
+
loading: E,
|
|
7
|
+
message: $,
|
|
8
|
+
panel: H
|
|
8
9
|
}, I = ({ extensions: i }) => {
|
|
9
|
-
const { t:
|
|
10
|
-
return i.length === 0 ? null : /* @__PURE__ */ d(
|
|
10
|
+
const { t: n } = r();
|
|
11
|
+
return i.length === 0 ? null : /* @__PURE__ */ d(l, { children: [
|
|
11
12
|
/* @__PURE__ */ e(
|
|
12
|
-
|
|
13
|
+
o,
|
|
13
14
|
{
|
|
14
15
|
id: "search-extension-tab-list",
|
|
15
16
|
"data-testid": "search-extension-tab-list-test-id",
|
|
@@ -30,33 +31,34 @@ const _ = "index-module_loading__FAL7n", $ = "index-module_message__KjCnF", t =
|
|
|
30
31
|
size: g.SM
|
|
31
32
|
}
|
|
32
33
|
) : void 0,
|
|
33
|
-
children:
|
|
34
|
+
children: n(a.translationKey)
|
|
34
35
|
},
|
|
35
36
|
a.id
|
|
36
37
|
))
|
|
37
38
|
}
|
|
38
39
|
),
|
|
39
|
-
/* @__PURE__ */ e(
|
|
40
|
-
const
|
|
40
|
+
/* @__PURE__ */ e(p, { children: i.map((a) => {
|
|
41
|
+
const t = h(
|
|
41
42
|
a.extensionParams?.searchHandler ?? ""
|
|
42
43
|
)?.component;
|
|
43
44
|
return /* @__PURE__ */ e(
|
|
44
|
-
|
|
45
|
+
b,
|
|
45
46
|
{
|
|
46
47
|
id: `${a.id}-panel`,
|
|
48
|
+
className: s.panel,
|
|
47
49
|
"data-testid": `${a.id}-panel-test-id`,
|
|
48
50
|
"aria-label": `Panel ${a.id}`,
|
|
49
|
-
children:
|
|
50
|
-
|
|
51
|
+
children: t ? /* @__PURE__ */ e(
|
|
52
|
+
_,
|
|
51
53
|
{
|
|
52
54
|
fallback: /* @__PURE__ */ e(
|
|
53
55
|
u,
|
|
54
56
|
{
|
|
55
57
|
type: "multi",
|
|
56
|
-
className:
|
|
58
|
+
className: s.loading
|
|
57
59
|
}
|
|
58
60
|
),
|
|
59
|
-
children: /* @__PURE__ */ e(
|
|
61
|
+
children: /* @__PURE__ */ e(t, { extensionParams: a.extensionParams })
|
|
60
62
|
}
|
|
61
63
|
) : /* @__PURE__ */ e(
|
|
62
64
|
"p",
|
|
@@ -64,8 +66,8 @@ const _ = "index-module_loading__FAL7n", $ = "index-module_message__KjCnF", t =
|
|
|
64
66
|
id: "extension-widget-not-registered",
|
|
65
67
|
"data-testid": "extension-widget-not-registered-test-id",
|
|
66
68
|
"aria-label": "Extension widget not registered",
|
|
67
|
-
className:
|
|
68
|
-
children:
|
|
69
|
+
className: s.message,
|
|
70
|
+
children: n("EXTENSION_WIDGET_NOT_REGISTERED")
|
|
69
71
|
}
|
|
70
72
|
)
|
|
71
73
|
},
|