@bahmni/home-app 0.0.1-dev.310 → 0.0.1-dev.311
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/{DocumentsTable-CaUlpFeN-CQonG7Zj.js → DocumentsTable-C8zEI_he-DFgv_Xh_.js} +33 -33
- package/dist/FormsTable-DARy4z7A-DLVDIFV-.js +234 -0
- package/dist/{LNWAZHJI-BfjP6QOG.js → LNWAZHJI-C7UXGOIp.js} +2 -2
- package/dist/{MWZ6AO7Z-BJhsyvHn.js → MWZ6AO7Z-FVet_b4M.js} +2 -2
- package/dist/{Observations-BIksHFko-yfCHnTMg.js → Observations-B7DE4zkT-BYTAV94z.js} +60 -60
- package/dist/{YPM2AS64-FwpMHqbq.js → YPM2AS64-ONFSLmFM.js} +1 -1
- package/dist/{index-C1UB-3eE.js → index-C409eusm.js} +1 -1
- package/dist/{index-Bi2CnBo0.js → index-CEoTbpqx.js} +50628 -47715
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/FormsTable-DQSl0827-BBtqnJna.js +0 -234
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { jsx as r, jsxs as
|
|
2
|
-
import {
|
|
1
|
+
import { jsx as r, jsxs as _, Fragment as x } from "react/jsx-runtime";
|
|
2
|
+
import { r as G, u as W, n as Y, C as J, D as X, m as Z, _ as ee, a as te } from "./index-CEoTbpqx.js";
|
|
3
3
|
import { useQuery as ae } from "@tanstack/react-query";
|
|
4
|
-
import { useState as l, useCallback as h, useEffect as
|
|
4
|
+
import { useState as l, useCallback as h, useEffect as N, useMemo as p } from "react";
|
|
5
5
|
const ne = "DocumentsTable-module_documentsTableBody__6iR3w", oe = "DocumentsTable-module_viewAttachmentsLink__aQ1on", re = "DocumentsTable-module_documentViewerContainer__F5m8D", de = "DocumentsTable-module_attachmentItem__17KA7", se = "DocumentsTable-module_attachmentCounter__WFiI3", me = "DocumentsTable-module_attachmentError__RI4U2", ce = "DocumentsTable-module_documentIframe__ptq5I", le = "DocumentsTable-module_documentImage__KQVgS", d = {
|
|
6
6
|
documentsTableBody: ne,
|
|
7
7
|
viewAttachmentsLink: oe,
|
|
@@ -33,44 +33,44 @@ const Te = [
|
|
|
33
33
|
"attachments",
|
|
34
34
|
"uploadedOn",
|
|
35
35
|
"uploadedBy"
|
|
36
|
-
],
|
|
36
|
+
], _e = /\.(jpg|jpeg|png|gif|webp|bmp|svg)$/i, B = (a) => a.attachments.length > 0 ? a.attachments : a.documentUrl ? [{ url: a.documentUrl, contentType: a.contentType }] : [], De = ({ config: a, encounterUuids: g }) => {
|
|
37
37
|
const [s, w] = l(!1), [o, U] = l(
|
|
38
38
|
null
|
|
39
|
-
), [$,
|
|
39
|
+
), [$, C] = l(
|
|
40
40
|
/* @__PURE__ */ new Set()
|
|
41
|
-
), E = G(), { t: n } =
|
|
41
|
+
), E = G(), { t: n } = W(), { addNotification: L } = Y(), k = Number(a?.pageSize) || 5, [I, O] = l(1), [u, V] = l(k), [F, A] = l(void 0), M = h((e) => {
|
|
42
42
|
U(e), w(!0);
|
|
43
43
|
}, []), H = h(() => {
|
|
44
|
-
w(!1), U(null),
|
|
44
|
+
w(!1), U(null), C(/* @__PURE__ */ new Set());
|
|
45
45
|
}, []), v = h((e) => {
|
|
46
|
-
|
|
46
|
+
C((t) => new Set(t).add(e));
|
|
47
47
|
}, []), { data: i, isLoading: q, isError: b, error: y } = ae({
|
|
48
48
|
queryKey: [
|
|
49
49
|
"documents",
|
|
50
50
|
E,
|
|
51
51
|
g,
|
|
52
|
-
|
|
52
|
+
I,
|
|
53
53
|
u
|
|
54
54
|
],
|
|
55
55
|
enabled: !!E,
|
|
56
|
-
queryFn: () =>
|
|
56
|
+
queryFn: () => J(
|
|
57
57
|
E,
|
|
58
58
|
g,
|
|
59
59
|
u,
|
|
60
|
-
|
|
60
|
+
I
|
|
61
61
|
)
|
|
62
62
|
});
|
|
63
|
-
|
|
63
|
+
N(() => {
|
|
64
64
|
i && A(i.total);
|
|
65
|
-
}, [i]),
|
|
66
|
-
|
|
67
|
-
}, [E]),
|
|
65
|
+
}, [i]), N(() => {
|
|
66
|
+
O(1), A(void 0);
|
|
67
|
+
}, [E]), N(() => {
|
|
68
68
|
b && L({
|
|
69
69
|
title: n("ERROR_DEFAULT_TITLE"),
|
|
70
70
|
message: y?.message ?? "",
|
|
71
71
|
type: "error"
|
|
72
72
|
});
|
|
73
|
-
}, [b, y, L, n]),
|
|
73
|
+
}, [b, y, L, n]), N(() => {
|
|
74
74
|
const e = new AbortController();
|
|
75
75
|
return (async () => {
|
|
76
76
|
if (!s || !o) return;
|
|
@@ -82,28 +82,28 @@ const Te = [
|
|
|
82
82
|
method: "HEAD",
|
|
83
83
|
signal: e.signal
|
|
84
84
|
})).ok || t.add(c);
|
|
85
|
-
} catch (
|
|
86
|
-
|
|
85
|
+
} catch (f) {
|
|
86
|
+
f instanceof Error && f.name !== "AbortError" && t.add(c);
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
|
-
e.signal.aborted ||
|
|
89
|
+
e.signal.aborted || C(t);
|
|
90
90
|
})(), () => e.abort();
|
|
91
91
|
}, [s, o]);
|
|
92
92
|
const j = h(
|
|
93
93
|
(e, t) => {
|
|
94
|
-
t !== u ? (V(t),
|
|
94
|
+
t !== u ? (V(t), O(1), A(void 0)) : O(e);
|
|
95
95
|
},
|
|
96
96
|
[u]
|
|
97
|
-
),
|
|
97
|
+
), D = p(
|
|
98
98
|
() => a?.fields ?? Te,
|
|
99
99
|
[a?.fields]
|
|
100
|
-
), P =
|
|
101
|
-
() =>
|
|
100
|
+
), P = p(() => [...i?.documents ?? []].sort((e, t) => !e.uploadedOn && !t.uploadedOn ? 0 : e.uploadedOn ? t.uploadedOn ? new Date(t.uploadedOn).getTime() - new Date(e.uploadedOn).getTime() : -1 : 1), [i]), z = p(() => ie(D, n), [D, n]), K = p(
|
|
101
|
+
() => D.map((e) => ({
|
|
102
102
|
key: e,
|
|
103
103
|
sortable: e !== "attachments"
|
|
104
104
|
})),
|
|
105
|
-
[
|
|
106
|
-
), T =
|
|
105
|
+
[D]
|
|
106
|
+
), T = p(
|
|
107
107
|
() => o ? B(o) : [],
|
|
108
108
|
[o]
|
|
109
109
|
), Q = h(
|
|
@@ -137,7 +137,7 @@ const Te = [
|
|
|
137
137
|
},
|
|
138
138
|
[M, n]
|
|
139
139
|
);
|
|
140
|
-
return /* @__PURE__ */
|
|
140
|
+
return /* @__PURE__ */ _(x, { children: [
|
|
141
141
|
/* @__PURE__ */ r("div", { "data-testid": "documents-table", children: /* @__PURE__ */ r(
|
|
142
142
|
ee,
|
|
143
143
|
{
|
|
@@ -153,7 +153,7 @@ const Te = [
|
|
|
153
153
|
dataTestId: "documents-table",
|
|
154
154
|
pageSize: u,
|
|
155
155
|
totalItems: F,
|
|
156
|
-
page:
|
|
156
|
+
page: I,
|
|
157
157
|
onPageChange: j
|
|
158
158
|
}
|
|
159
159
|
) }),
|
|
@@ -169,14 +169,14 @@ const Te = [
|
|
|
169
169
|
size: "lg",
|
|
170
170
|
testId: "document-view-modal",
|
|
171
171
|
children: /* @__PURE__ */ r("div", { className: d.documentViewerContainer, children: T.map((e, t) => {
|
|
172
|
-
const m = R(e.url), c = e.contentType?.toLowerCase().includes("pdf"), S = (e.contentType?.toLowerCase().includes("image") ?? !1) ||
|
|
173
|
-
return m === "#" ||
|
|
172
|
+
const m = R(e.url), c = e.contentType?.toLowerCase().includes("pdf"), S = (e.contentType?.toLowerCase().includes("image") ?? !1) || _e.test(e.url ?? ""), f = $.has(t);
|
|
173
|
+
return m === "#" || f ? /* @__PURE__ */ _(
|
|
174
174
|
"div",
|
|
175
175
|
{
|
|
176
176
|
className: d.attachmentError,
|
|
177
177
|
"data-testid": `attachment-error-${t}`,
|
|
178
178
|
children: [
|
|
179
|
-
T.length > 1 && /* @__PURE__ */
|
|
179
|
+
T.length > 1 && /* @__PURE__ */ _("p", { className: d.attachmentCounter, children: [
|
|
180
180
|
t + 1,
|
|
181
181
|
"/",
|
|
182
182
|
T.length
|
|
@@ -185,13 +185,13 @@ const Te = [
|
|
|
185
185
|
]
|
|
186
186
|
},
|
|
187
187
|
`${o.id}-${e.url}`
|
|
188
|
-
) : /* @__PURE__ */
|
|
188
|
+
) : /* @__PURE__ */ _(
|
|
189
189
|
"div",
|
|
190
190
|
{
|
|
191
191
|
className: d.attachmentItem,
|
|
192
192
|
"data-testid": `attachment-item-${t}`,
|
|
193
193
|
children: [
|
|
194
|
-
T.length > 1 && /* @__PURE__ */
|
|
194
|
+
T.length > 1 && /* @__PURE__ */ _("p", { className: d.attachmentCounter, children: [
|
|
195
195
|
t + 1,
|
|
196
196
|
"/",
|
|
197
197
|
T.length
|
|
@@ -223,5 +223,5 @@ const Te = [
|
|
|
223
223
|
] });
|
|
224
224
|
};
|
|
225
225
|
export {
|
|
226
|
-
|
|
226
|
+
De as default
|
|
227
227
|
};
|
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
import { jsx as i, jsxs as re, Fragment as te } from "react/jsx-runtime";
|
|
2
|
+
import { u as oe, r as ae, t as se, b as ne, z as de, A as ie, N as le, l as me, O as q, m as ue, D as ce, _ as k, W as fe, G as ye, a as be, c as pe, M as he } from "./index-CEoTbpqx.js";
|
|
3
|
+
import { useQueryClient as Ne, useQuery as b } from "@tanstack/react-query";
|
|
4
|
+
import { useState as j, useMemo as d, useCallback as p } from "react";
|
|
5
|
+
const ge = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_customAccordianItem__isszs", E = {
|
|
6
|
+
formsTableBody: ge,
|
|
7
|
+
customAccordianItem: Oe
|
|
8
|
+
}, Ae = (u) => u ? u.extension?.find(
|
|
9
|
+
(l) => l.url === he
|
|
10
|
+
)?.valueString : void 0, Me = ({
|
|
11
|
+
episodeOfCareUuids: u,
|
|
12
|
+
encounterUuids: l,
|
|
13
|
+
config: w
|
|
14
|
+
}) => {
|
|
15
|
+
const { t: n } = oe(), c = ae(), [f, T] = j(!1), [a, _] = j(null), {
|
|
16
|
+
numberOfVisits: z,
|
|
17
|
+
hideThumbnail: G = !1,
|
|
18
|
+
forms: y
|
|
19
|
+
} = w ?? {}, I = se(
|
|
20
|
+
u,
|
|
21
|
+
l
|
|
22
|
+
), K = Ne(), {
|
|
23
|
+
data: M = [],
|
|
24
|
+
isLoading: v,
|
|
25
|
+
isError: F,
|
|
26
|
+
error: x,
|
|
27
|
+
refetch: H
|
|
28
|
+
} = b({
|
|
29
|
+
queryKey: ["forms", c, u],
|
|
30
|
+
queryFn: () => ne(c, void 0, z),
|
|
31
|
+
enabled: !!c && !I
|
|
32
|
+
}), L = d(() => {
|
|
33
|
+
let e = M;
|
|
34
|
+
return l && l.length > 0 && (e = e.filter(
|
|
35
|
+
(r) => l.includes(r.encounterUuid)
|
|
36
|
+
)), Array.isArray(y) && y.length > 0 && (e = e.filter(
|
|
37
|
+
(r) => y.some((t) => t.toLowerCase() === r.formName.toLowerCase())
|
|
38
|
+
)), e;
|
|
39
|
+
}, [M, l, y]), { data: B = [] } = b({
|
|
40
|
+
queryKey: ["observationForms"],
|
|
41
|
+
queryFn: () => de()
|
|
42
|
+
}), D = p(
|
|
43
|
+
(e) => B.find((r) => r.name === e)?.uuid,
|
|
44
|
+
[B]
|
|
45
|
+
), h = d(() => {
|
|
46
|
+
if (a)
|
|
47
|
+
return D(a.formName);
|
|
48
|
+
}, [a, D]), {
|
|
49
|
+
data: m,
|
|
50
|
+
isLoading: V,
|
|
51
|
+
isError: $,
|
|
52
|
+
error: N
|
|
53
|
+
} = b({
|
|
54
|
+
queryKey: ["formMetadata", h],
|
|
55
|
+
queryFn: () => ie(h),
|
|
56
|
+
enabled: !!h && f
|
|
57
|
+
}), {
|
|
58
|
+
data: g,
|
|
59
|
+
isLoading: Q,
|
|
60
|
+
isError: W,
|
|
61
|
+
error: O
|
|
62
|
+
} = b({
|
|
63
|
+
queryKey: ["formsEncounterFHIR", a?.encounterUuid],
|
|
64
|
+
queryFn: () => le(a.encounterUuid),
|
|
65
|
+
enabled: !!a?.encounterUuid && f
|
|
66
|
+
});
|
|
67
|
+
me(
|
|
68
|
+
(e) => {
|
|
69
|
+
e.patientUUID === c && e.updatedConcepts.size > 0 && (H(), K.invalidateQueries({ queryKey: ["formsEncounterFHIR"] }));
|
|
70
|
+
},
|
|
71
|
+
[c]
|
|
72
|
+
);
|
|
73
|
+
const P = d(() => !g?.entry || !a?.formName ? [] : g.entry.filter((e) => e.resource?.resourceType === "Observation").map((e) => e.resource).filter((e) => {
|
|
74
|
+
const r = Ae(e);
|
|
75
|
+
return !r || r.includes(a.formName);
|
|
76
|
+
}), [g, a?.formName]), Y = d(() => {
|
|
77
|
+
if (!m?.schema) return;
|
|
78
|
+
const e = [], r = (t) => {
|
|
79
|
+
(t ?? []).forEach((s) => {
|
|
80
|
+
const o = s;
|
|
81
|
+
o.id != null && e.push(String(o.id)), o.controls && r(o.controls);
|
|
82
|
+
});
|
|
83
|
+
};
|
|
84
|
+
return r(
|
|
85
|
+
m.schema.controls ?? []
|
|
86
|
+
), e.length > 0 ? e : void 0;
|
|
87
|
+
}, [m]), J = d(() => {
|
|
88
|
+
if (!m?.schema) return;
|
|
89
|
+
const e = {}, r = (t, s) => {
|
|
90
|
+
for (const o of t)
|
|
91
|
+
if (o.type === "section") {
|
|
92
|
+
const A = o.label?.value ?? "Section";
|
|
93
|
+
r(o.controls ?? [], A);
|
|
94
|
+
} else
|
|
95
|
+
o.id != null && s && (e[String(o.id)] = s), o.controls && r(o.controls, s);
|
|
96
|
+
};
|
|
97
|
+
return r(
|
|
98
|
+
m.schema.controls ?? [],
|
|
99
|
+
null
|
|
100
|
+
), Object.keys(e).length > 0 ? e : void 0;
|
|
101
|
+
}, [m]), X = d(() => {
|
|
102
|
+
if (N)
|
|
103
|
+
return q(N).message;
|
|
104
|
+
if (O)
|
|
105
|
+
return q(O).message;
|
|
106
|
+
}, [N, O]), S = d(
|
|
107
|
+
() => [
|
|
108
|
+
{ key: "recordedOn", header: n("RECORDED_ON") },
|
|
109
|
+
{ key: "recordedBy", header: n("RECORDED_BY") }
|
|
110
|
+
],
|
|
111
|
+
[n]
|
|
112
|
+
), Z = d(
|
|
113
|
+
() => [
|
|
114
|
+
{ key: "recordedOn", sortable: !0 },
|
|
115
|
+
{ key: "recordedBy", sortable: !0 }
|
|
116
|
+
],
|
|
117
|
+
[]
|
|
118
|
+
), C = d(() => {
|
|
119
|
+
const e = L.reduce(
|
|
120
|
+
(r, t) => {
|
|
121
|
+
const s = t.formName;
|
|
122
|
+
r[s] ??= [];
|
|
123
|
+
const o = t.providers.map((A) => A.providerName).filter(Boolean).join(", ");
|
|
124
|
+
return r[s].push({
|
|
125
|
+
id: t.encounterUuid,
|
|
126
|
+
formName: t.formName,
|
|
127
|
+
recordedOn: ue(t.encounterDateTime, n, !0).formattedResult,
|
|
128
|
+
recordedBy: o ?? "--",
|
|
129
|
+
encounterDateTime: t.encounterDateTime,
|
|
130
|
+
encounterUuid: t.encounterUuid
|
|
131
|
+
}), r;
|
|
132
|
+
},
|
|
133
|
+
{}
|
|
134
|
+
);
|
|
135
|
+
return Object.entries(e).map(
|
|
136
|
+
([r, t]) => ({
|
|
137
|
+
formName: r,
|
|
138
|
+
records: t.sort(
|
|
139
|
+
(s, o) => o.encounterDateTime - s.encounterDateTime
|
|
140
|
+
)
|
|
141
|
+
})
|
|
142
|
+
).sort((r, t) => r.formName.localeCompare(t.formName));
|
|
143
|
+
}, [L, n]), R = p((e) => {
|
|
144
|
+
_(e), T(!0);
|
|
145
|
+
}, []), ee = p(() => {
|
|
146
|
+
T(!1), _(null);
|
|
147
|
+
}, []), U = p(
|
|
148
|
+
(e, r) => {
|
|
149
|
+
switch (r) {
|
|
150
|
+
case "recordedOn":
|
|
151
|
+
return /* @__PURE__ */ i(ce, { onClick: () => R(e), children: e.recordedOn });
|
|
152
|
+
case "recordedBy":
|
|
153
|
+
return e.recordedBy;
|
|
154
|
+
default:
|
|
155
|
+
return null;
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
[R]
|
|
159
|
+
);
|
|
160
|
+
return /* @__PURE__ */ re(te, { children: [
|
|
161
|
+
/* @__PURE__ */ i("div", { id: "forms-table", "data-testid": "forms-table", children: v || F || C.length === 0 || I ? /* @__PURE__ */ i(
|
|
162
|
+
k,
|
|
163
|
+
{
|
|
164
|
+
headers: S,
|
|
165
|
+
ariaLabel: n("FORMS_HEADING"),
|
|
166
|
+
rows: [],
|
|
167
|
+
loading: v,
|
|
168
|
+
errorStateMessage: F ? x?.message : void 0,
|
|
169
|
+
emptyStateMessage: n("FORMS_UNAVAILABLE"),
|
|
170
|
+
renderCell: U,
|
|
171
|
+
className: E.formsTableBody,
|
|
172
|
+
dataTestId: "forms-table"
|
|
173
|
+
}
|
|
174
|
+
) : /* @__PURE__ */ i(fe, { align: "start", children: C.map((e, r) => {
|
|
175
|
+
const { formName: t, records: s } = e;
|
|
176
|
+
return /* @__PURE__ */ i(
|
|
177
|
+
ye,
|
|
178
|
+
{
|
|
179
|
+
title: t,
|
|
180
|
+
className: E.customAccordianItem,
|
|
181
|
+
testId: `accordian-title-${t}`,
|
|
182
|
+
open: r === 0,
|
|
183
|
+
children: /* @__PURE__ */ i(
|
|
184
|
+
k,
|
|
185
|
+
{
|
|
186
|
+
headers: S,
|
|
187
|
+
ariaLabel: n("FORMS_HEADING"),
|
|
188
|
+
rows: s,
|
|
189
|
+
loading: !1,
|
|
190
|
+
errorStateMessage: "",
|
|
191
|
+
sortable: Z,
|
|
192
|
+
emptyStateMessage: n("FORMS_UNAVAILABLE"),
|
|
193
|
+
renderCell: U,
|
|
194
|
+
className: E.formsTableBody,
|
|
195
|
+
dataTestId: `forms-table-${t}`
|
|
196
|
+
}
|
|
197
|
+
)
|
|
198
|
+
},
|
|
199
|
+
t
|
|
200
|
+
);
|
|
201
|
+
}) }) }),
|
|
202
|
+
f && a && /* @__PURE__ */ i(
|
|
203
|
+
be,
|
|
204
|
+
{
|
|
205
|
+
id: "modalIdForActionAreaLayout",
|
|
206
|
+
portalId: "main-display-area",
|
|
207
|
+
open: f,
|
|
208
|
+
onRequestClose: ee,
|
|
209
|
+
modalHeading: a.formName,
|
|
210
|
+
modalLabel: `${a.recordedOn} | ${a.recordedBy}`,
|
|
211
|
+
passiveModal: !0,
|
|
212
|
+
size: "md",
|
|
213
|
+
testId: "form-details-modal",
|
|
214
|
+
children: /* @__PURE__ */ i(
|
|
215
|
+
pe,
|
|
216
|
+
{
|
|
217
|
+
observations: P,
|
|
218
|
+
isLoading: V || Q,
|
|
219
|
+
isError: $ || W,
|
|
220
|
+
errorMessage: X,
|
|
221
|
+
emptyStateMessage: n("NO_FORM_DATA_AVAILABLE"),
|
|
222
|
+
testIdPrefix: a.formName,
|
|
223
|
+
hideThumbnail: G,
|
|
224
|
+
controlOrder: Y,
|
|
225
|
+
sectionMap: J
|
|
226
|
+
}
|
|
227
|
+
)
|
|
228
|
+
}
|
|
229
|
+
)
|
|
230
|
+
] });
|
|
231
|
+
};
|
|
232
|
+
export {
|
|
233
|
+
Me as default
|
|
234
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-
|
|
2
|
-
import { U as d,
|
|
1
|
+
import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-ONFSLmFM.js";
|
|
2
|
+
import { U as d, V as f, X as e } from "./index-CEoTbpqx.js";
|
|
3
3
|
var p = (a) => {
|
|
4
4
|
const [r, t] = c({
|
|
5
5
|
prefix: "TanstackQueryDevtools"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as s, T as c, P as u, a as i, b as m, C as P, Q as d } from "./YPM2AS64-
|
|
2
|
-
import { U as v,
|
|
1
|
+
import { c as s, T as c, P as u, a as i, b as m, C as P, Q as d } from "./YPM2AS64-ONFSLmFM.js";
|
|
2
|
+
import { U as v, V as C, X as e } from "./index-CEoTbpqx.js";
|
|
3
3
|
var h = (t) => {
|
|
4
4
|
const [r, o] = s({
|
|
5
5
|
prefix: "TanstackQueryDevtools"
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsxs as S, jsx as u } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { r as K, n as q, u as N, d as x, x as k, l as w, S as G, $ as M, I as Q, H as j, _ as z, L as P, e as L, f as J, E as Y, g as W, v as X, h as Z, i as ee } from "./index-CEoTbpqx.js";
|
|
3
3
|
import { useQueries as te, useQuery as ae } from "@tanstack/react-query";
|
|
4
|
-
import { useRef as se, useEffect as
|
|
5
|
-
const
|
|
6
|
-
const a =
|
|
7
|
-
let
|
|
8
|
-
|
|
4
|
+
import { useRef as se, useEffect as f, useMemo as R } from "react";
|
|
5
|
+
const D = (t, n, d, l, b, r) => {
|
|
6
|
+
const a = J(t, n, b), s = a.value, i = Y(s);
|
|
7
|
+
let o = s;
|
|
8
|
+
i === "Image" && (o = /* @__PURE__ */ u(
|
|
9
9
|
X,
|
|
10
10
|
{
|
|
11
11
|
imageSrc: s,
|
|
@@ -13,14 +13,14 @@ const w = (t, n, d, l, b, r) => {
|
|
|
13
13
|
id: `${s}-img`,
|
|
14
14
|
hideThumbnail: r
|
|
15
15
|
}
|
|
16
|
-
)),
|
|
16
|
+
)), i === "Video" && (o = /* @__PURE__ */ u(
|
|
17
17
|
Z,
|
|
18
18
|
{
|
|
19
19
|
id: `${s}-video`,
|
|
20
20
|
videoSrc: s,
|
|
21
21
|
hideThumbnail: r
|
|
22
22
|
}
|
|
23
|
-
)),
|
|
23
|
+
)), i === "PDF" && (o = /* @__PURE__ */ u(ee, { id: `${s}-pdf`, src: s }));
|
|
24
24
|
const m = b("OBSERVATIONS_RECORDED_BY", {
|
|
25
25
|
provider: a.provider
|
|
26
26
|
}), p = t.display, h = t.observationValue?.isAbnormal ? "abnormal-obs" : "obs", c = l ? `${l}-${h}-${p}-${d}-${n}` : `${h}-${p}-${d}-${n}`;
|
|
@@ -28,7 +28,7 @@ const w = (t, n, d, l, b, r) => {
|
|
|
28
28
|
W,
|
|
29
29
|
{
|
|
30
30
|
header: a.header,
|
|
31
|
-
value:
|
|
31
|
+
value: o,
|
|
32
32
|
info: m,
|
|
33
33
|
id: c,
|
|
34
34
|
testId: c,
|
|
@@ -37,15 +37,15 @@ const w = (t, n, d, l, b, r) => {
|
|
|
37
37
|
`obs-${t.id}`
|
|
38
38
|
);
|
|
39
39
|
}, re = (t, n, d, l, b, r, a) => /* @__PURE__ */ u(
|
|
40
|
-
|
|
40
|
+
L,
|
|
41
41
|
{
|
|
42
42
|
title: t.display,
|
|
43
43
|
id: `grouped-obs-${t.display}-${l}`,
|
|
44
44
|
open: d,
|
|
45
45
|
children: t.members?.map(
|
|
46
|
-
(s,
|
|
46
|
+
(s, i) => D(
|
|
47
47
|
s,
|
|
48
|
-
|
|
48
|
+
i,
|
|
49
49
|
b,
|
|
50
50
|
r,
|
|
51
51
|
n,
|
|
@@ -54,23 +54,23 @@ const w = (t, n, d, l, b, r) => {
|
|
|
54
54
|
)
|
|
55
55
|
},
|
|
56
56
|
`grouped-obs-${t.id}`
|
|
57
|
-
),
|
|
57
|
+
), ie = ({
|
|
58
58
|
groupedData: t,
|
|
59
59
|
title: n = "",
|
|
60
60
|
hideThumbnail: d
|
|
61
61
|
}) => {
|
|
62
62
|
const { t: l } = N(), b = (r, a, s) => {
|
|
63
|
-
const
|
|
63
|
+
const i = P(r.encounterDetails, l);
|
|
64
64
|
return /* @__PURE__ */ S(
|
|
65
|
-
|
|
65
|
+
L,
|
|
66
66
|
{
|
|
67
|
-
title:
|
|
67
|
+
title: i,
|
|
68
68
|
id: `encounter-${r.encounterId}`,
|
|
69
69
|
open: a,
|
|
70
70
|
children: [
|
|
71
71
|
r.observations.map(
|
|
72
|
-
(
|
|
73
|
-
|
|
72
|
+
(o, m) => D(
|
|
73
|
+
o,
|
|
74
74
|
m,
|
|
75
75
|
s,
|
|
76
76
|
n,
|
|
@@ -79,8 +79,8 @@ const w = (t, n, d, l, b, r) => {
|
|
|
79
79
|
)
|
|
80
80
|
),
|
|
81
81
|
r.groupedObservations.map(
|
|
82
|
-
(
|
|
83
|
-
|
|
82
|
+
(o, m) => re(
|
|
83
|
+
o,
|
|
84
84
|
l,
|
|
85
85
|
a,
|
|
86
86
|
m,
|
|
@@ -105,100 +105,100 @@ const w = (t, n, d, l, b, r) => {
|
|
|
105
105
|
)
|
|
106
106
|
}
|
|
107
107
|
);
|
|
108
|
-
},
|
|
109
|
-
observations:
|
|
108
|
+
}, oe = "Observations-module_observations__RKSyo", ne = "Observations-module_title__TJL3z", I = {
|
|
109
|
+
observations: oe,
|
|
110
110
|
title: ne
|
|
111
111
|
}, de = (t) => ["conceptUuid", t], le = (t, n) => ["observations", t, ...n], pe = ({ config: t }) => {
|
|
112
112
|
const n = t, {
|
|
113
113
|
conceptNames: d = [],
|
|
114
114
|
conceptUuid: l = [],
|
|
115
115
|
hideThumbnail: b = !1
|
|
116
|
-
} = n, r = se(/* @__PURE__ */ new Set()), a =
|
|
116
|
+
} = n, r = se(/* @__PURE__ */ new Set()), a = K(), { addNotification: s } = q(), { t: i } = N(), o = te({
|
|
117
117
|
queries: d.map((e) => ({
|
|
118
118
|
queryKey: de(e),
|
|
119
|
-
queryFn: () =>
|
|
119
|
+
queryFn: () => x(e),
|
|
120
120
|
enabled: !!e
|
|
121
121
|
}))
|
|
122
122
|
});
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
if (e.isError && !r.current.has(
|
|
126
|
-
const
|
|
123
|
+
f(() => {
|
|
124
|
+
o.forEach((e, E) => {
|
|
125
|
+
if (e.isError && !r.current.has(E)) {
|
|
126
|
+
const H = d[E];
|
|
127
127
|
s({
|
|
128
|
-
title:
|
|
129
|
-
message:
|
|
128
|
+
title: i("ERROR_DEFAULT_TITLE"),
|
|
129
|
+
message: i("ERROR_FETCHING_CONCEPT", { conceptName: H }),
|
|
130
130
|
type: "error"
|
|
131
|
-
}), r.current.add(
|
|
132
|
-
} else e.isError || r.current.delete(
|
|
131
|
+
}), r.current.add(E);
|
|
132
|
+
} else e.isError || r.current.delete(E);
|
|
133
133
|
});
|
|
134
|
-
}, [
|
|
135
|
-
const m = R(() =>
|
|
134
|
+
}, [o, d]);
|
|
135
|
+
const m = R(() => o.map((e) => e.data?.uuid).filter((e) => !!e), [o]), p = R(() => [.../* @__PURE__ */ new Set([...m, ...l])], [m, l]), h = R(() => d.length === 0 ? !0 : o.every((e) => !e.isLoading), [o, d.length]), {
|
|
136
136
|
data: c,
|
|
137
|
-
isLoading:
|
|
137
|
+
isLoading: C,
|
|
138
138
|
isError: T,
|
|
139
|
-
refetch:
|
|
139
|
+
refetch: g
|
|
140
140
|
} = ae({
|
|
141
141
|
queryKey: le(a, p),
|
|
142
142
|
queryFn: () => k(a, p),
|
|
143
143
|
enabled: !!a && p.length > 0 && h
|
|
144
144
|
});
|
|
145
|
-
|
|
145
|
+
w(
|
|
146
146
|
(e) => {
|
|
147
147
|
e.patientUUID === a && e.updatedConcepts.size > 0 && [...e.updatedConcepts.keys()].some(
|
|
148
|
-
(
|
|
149
|
-
) &&
|
|
148
|
+
(E) => p.includes(E)
|
|
149
|
+
) && g();
|
|
150
150
|
},
|
|
151
|
-
[a,
|
|
152
|
-
),
|
|
151
|
+
[a, g]
|
|
152
|
+
), f(() => {
|
|
153
153
|
T && s({
|
|
154
|
-
title:
|
|
155
|
-
message:
|
|
154
|
+
title: i("ERROR_DEFAULT_TITLE"),
|
|
155
|
+
message: i("ERROR_FETCHING_OBSERVATIONS"),
|
|
156
156
|
type: "error"
|
|
157
157
|
});
|
|
158
158
|
}, [T]);
|
|
159
|
-
const
|
|
159
|
+
const O = R(() => {
|
|
160
160
|
if (!c) return [];
|
|
161
|
-
const e =
|
|
162
|
-
return
|
|
163
|
-
}, [c]),
|
|
161
|
+
const e = G(c), E = M(e);
|
|
162
|
+
return Q(E);
|
|
163
|
+
}, [c]), F = [
|
|
164
164
|
{ key: "name", header: "name" },
|
|
165
165
|
{ key: "value", header: "value" },
|
|
166
166
|
{ key: "form", header: "form" }
|
|
167
|
-
],
|
|
167
|
+
], _ = C || !h, $ = T && h, A = (!c || c.entry?.length === 0 || p.length === 0) && h, U = $ ? i("ERROR_FETCHING_OBSERVATIONS") : null, B = A ? i("NO_OBSERVATIONS_FOUND") : void 0, V = O.length > 0 && !_ && !$, y = n.titleTranslationKey, v = y ? i(y) : "";
|
|
168
168
|
return /* @__PURE__ */ S(
|
|
169
169
|
"div",
|
|
170
170
|
{
|
|
171
171
|
id: "observations",
|
|
172
|
-
"data-testid":
|
|
172
|
+
"data-testid": y ? `observations-${v}` : "observations",
|
|
173
173
|
"aria-label": "observations-aria-label",
|
|
174
174
|
className: I.observations,
|
|
175
175
|
children: [
|
|
176
176
|
/* @__PURE__ */ u(
|
|
177
|
-
|
|
177
|
+
j,
|
|
178
178
|
{
|
|
179
179
|
id: "observations-title",
|
|
180
|
-
testId:
|
|
180
|
+
testId: y ? `observations-title-${v}` : "observations-title",
|
|
181
181
|
title: v,
|
|
182
182
|
className: I.title,
|
|
183
183
|
children: /* @__PURE__ */ u("p", { children: v })
|
|
184
184
|
}
|
|
185
185
|
),
|
|
186
|
-
|
|
187
|
-
|
|
186
|
+
V ? /* @__PURE__ */ u(
|
|
187
|
+
ie,
|
|
188
188
|
{
|
|
189
|
-
groupedData:
|
|
189
|
+
groupedData: O,
|
|
190
190
|
title: v,
|
|
191
191
|
hideThumbnail: b
|
|
192
192
|
}
|
|
193
193
|
) : /* @__PURE__ */ u(
|
|
194
|
-
|
|
194
|
+
z,
|
|
195
195
|
{
|
|
196
|
-
headers:
|
|
196
|
+
headers: F,
|
|
197
197
|
rows: [],
|
|
198
|
-
ariaLabel:
|
|
199
|
-
loading:
|
|
200
|
-
errorStateMessage:
|
|
201
|
-
emptyStateMessage:
|
|
198
|
+
ariaLabel: i("OBSERVATIONS"),
|
|
199
|
+
loading: _,
|
|
200
|
+
errorStateMessage: U,
|
|
201
|
+
emptyStateMessage: B,
|
|
202
202
|
dataTestId: "observations-table"
|
|
203
203
|
}
|
|
204
204
|
)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Y as we, Z as z, a0 as xt, a1 as B,
|
|
1
|
+
import { Y as we, Z as z, a0 as xt, a1 as B, V as q, X as y, a2 as Ro, a3 as ye, a4 as R, a5 as _, a6 as k, a7 as N, a8 as A, a9 as bs, aa as ir, ab as $e, ac as G, ad as Hn, ae as Vn, af as dt, ag as D, ah as xs, ai as cn, aj as Be, ak as ws, al as qt, am as zt, an as $s, ao as Cs, ap as $n, aq as Ss, ar as Nr, as as Bt, at as zo, au as ks, av as Es, aw as j, ax as Gr, ay as Ms, az as Ds, aA as sr, aB as As, aC as Ts, aD as zn, aE as Fs, aF as Is, aG as Z, aH as Ps, aI as Ls } from "./index-CEoTbpqx.js";
|
|
2
2
|
var Os = (e) => e != null, qs = (e) => e.filter(Os);
|
|
3
3
|
function _s(e) {
|
|
4
4
|
return (...t) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as Ne, jsx as ne, Fragment as Xi } from "react/jsx-runtime";
|
|
2
|
-
import { u as ot,
|
|
2
|
+
import { u as ot, j as Qi, k as Ji, o as ec, p as tc, q as rc, s as nc, w as oc, y as hi, B as ac, P as lc, n as ic, F as cc, J as sc, K as fc, Q as pc, R as hc, T as uc } from "./index-CEoTbpqx.js";
|
|
3
3
|
import * as X from "react";
|
|
4
4
|
import r, { createContext as at, useContext as $e, Children as q1, useState as pe, useLayoutEffect as V1, useEffect as ie, useMemo as lt, useCallback as Me, useRef as oe, forwardRef as y1, useReducer as dc, cloneElement as G1, isValidElement as wc } from "react";
|
|
5
5
|
import { useQuery as mc } from "@tanstack/react-query";
|