@bahmni/clinical-app 0.0.1-dev.192 → 0.0.1-dev.194
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-Cvp30zri-C-ZHUh9x.js → DocumentsTable-BJ1OXT8Q-Bq282_zo.js} +56 -56
- package/dist/{FormsTable-ICc3VqdE-aCbgT20F.js → FormsTable-CF5ZuCw3-DGqQiwCC.js} +52 -52
- package/dist/LNWAZHJI-0CULmAKu.js +33 -0
- package/dist/{MWZ6AO7Z-DhZmInHS.js → MWZ6AO7Z-Bj9WuRhm.js} +7 -7
- package/dist/{Observations-CD5AxZVC-D0gsaOZq.js → Observations-COn04_t4-CEA3YMgy.js} +38 -38
- package/dist/{YPM2AS64-BH_3NEAg.js → YPM2AS64-BjArjSkq.js} +1 -1
- package/dist/{index-CUkfEf2V.js → index-DCHMhMTf.js} +10533 -10533
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/LNWAZHJI-BOS7p2Lr.js +0 -33
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { jsx as o, jsxs as l, Fragment as
|
|
2
|
-
import { d as V, u as F, t as H, a as
|
|
3
|
-
import { useState as
|
|
4
|
-
const
|
|
5
|
-
documentsTableBody:
|
|
1
|
+
import { jsx as o, jsxs as l, Fragment as k } from "react/jsx-runtime";
|
|
2
|
+
import { d as V, u as F, t as H, a as q, O as x, R as z, N as P, L as G, z as W } from "./index-DCHMhMTf.js";
|
|
3
|
+
import { useState as O, useCallback as T, useEffect as S, useMemo as p } from "react";
|
|
4
|
+
const Y = "_documentsTableBody_1voj8_1", J = "_viewAttachmentsLink_1voj8_11", K = "_documentViewerContainer_1voj8_15", Q = "_attachmentItem_1voj8_23", X = "_attachmentCounter_1voj8_27", Z = "_attachmentError_1voj8_36", ee = "_documentIframe_1voj8_44", te = "_documentImage_1voj8_50", d = {
|
|
5
|
+
documentsTableBody: Y,
|
|
6
6
|
viewAttachmentsLink: J,
|
|
7
7
|
documentViewerContainer: K,
|
|
8
8
|
attachmentItem: Q,
|
|
@@ -32,60 +32,60 @@ const re = [
|
|
|
32
32
|
"uploadedOn",
|
|
33
33
|
"uploadedBy",
|
|
34
34
|
"action"
|
|
35
|
-
],
|
|
36
|
-
const [s,
|
|
35
|
+
], oe = /\.(jpg|jpeg|png|gif|webp|bmp|svg)$/i, v = (a) => a.attachments.length > 0 ? a.attachments : a.documentUrl ? [{ url: a.documentUrl, contentType: a.contentType }] : [], ie = ({ config: a, encounterUuids: u }) => {
|
|
36
|
+
const [s, C] = O(!1), [r, A] = O(
|
|
37
37
|
null
|
|
38
|
-
), [w,
|
|
38
|
+
), [w, E] = O(
|
|
39
39
|
/* @__PURE__ */ new Set()
|
|
40
|
-
),
|
|
41
|
-
|
|
42
|
-
}, []),
|
|
43
|
-
|
|
40
|
+
), N = V(), { t: n } = F(), { addNotification: y } = H(), D = T((e) => {
|
|
41
|
+
A(e), C(!0);
|
|
42
|
+
}, []), M = T(() => {
|
|
43
|
+
C(!1), A(null), E(/* @__PURE__ */ new Set());
|
|
44
44
|
}, []), L = T((e) => {
|
|
45
|
-
|
|
46
|
-
}, []), { data:
|
|
47
|
-
queryKey: ["documents",
|
|
48
|
-
enabled: !!
|
|
49
|
-
queryFn: () =>
|
|
45
|
+
E((t) => new Set(t).add(e));
|
|
46
|
+
}, []), { data: b, isLoading: R, isError: f, error: g } = q({
|
|
47
|
+
queryKey: ["documents", N, u],
|
|
48
|
+
enabled: !!N,
|
|
49
|
+
queryFn: () => W(N, u)
|
|
50
50
|
});
|
|
51
51
|
S(() => {
|
|
52
52
|
f && y({
|
|
53
53
|
title: n("ERROR_DEFAULT_TITLE"),
|
|
54
|
-
message:
|
|
54
|
+
message: g?.message ?? "",
|
|
55
55
|
type: "error"
|
|
56
56
|
});
|
|
57
|
-
}, [f,
|
|
57
|
+
}, [f, g, y, n]), S(() => {
|
|
58
58
|
const e = new AbortController();
|
|
59
59
|
return (async () => {
|
|
60
60
|
if (!s || !r) return;
|
|
61
|
-
const t = /* @__PURE__ */ new Set(), c =
|
|
62
|
-
for (let
|
|
63
|
-
const
|
|
61
|
+
const t = /* @__PURE__ */ new Set(), c = v(r);
|
|
62
|
+
for (let i = 0; i < c.length; i++) {
|
|
63
|
+
const I = U(c[i].url);
|
|
64
64
|
try {
|
|
65
|
-
(await fetch(
|
|
65
|
+
(await fetch(I, {
|
|
66
66
|
method: "HEAD",
|
|
67
67
|
signal: e.signal
|
|
68
|
-
})).ok || t.add(
|
|
69
|
-
} catch (
|
|
70
|
-
|
|
68
|
+
})).ok || t.add(i);
|
|
69
|
+
} catch (h) {
|
|
70
|
+
h instanceof Error && h.name !== "AbortError" && t.add(i);
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
|
-
e.signal.aborted ||
|
|
73
|
+
e.signal.aborted || E(t);
|
|
74
74
|
})(), () => e.abort();
|
|
75
75
|
}, [s, r]);
|
|
76
|
-
const
|
|
76
|
+
const _ = p(
|
|
77
77
|
() => a?.fields ?? re,
|
|
78
78
|
[a?.fields]
|
|
79
|
-
),
|
|
80
|
-
() =>
|
|
79
|
+
), j = p(() => ne(_, n), [_, n]), B = p(
|
|
80
|
+
() => _.map((e) => ({
|
|
81
81
|
key: e,
|
|
82
82
|
sortable: e !== "action"
|
|
83
83
|
})),
|
|
84
|
-
[
|
|
85
|
-
),
|
|
86
|
-
() => r ?
|
|
84
|
+
[_]
|
|
85
|
+
), m = p(
|
|
86
|
+
() => r ? v(r) : [],
|
|
87
87
|
[r]
|
|
88
|
-
),
|
|
88
|
+
), $ = T(
|
|
89
89
|
(e, t) => {
|
|
90
90
|
switch (t) {
|
|
91
91
|
case "documentIdentifier":
|
|
@@ -93,7 +93,7 @@ const re = [
|
|
|
93
93
|
case "documentType":
|
|
94
94
|
return e.documentType ?? n("DOCUMENTS_NOT_AVAILABLE");
|
|
95
95
|
case "uploadedOn":
|
|
96
|
-
return
|
|
96
|
+
return z(
|
|
97
97
|
e.uploadedOn,
|
|
98
98
|
n,
|
|
99
99
|
!0
|
|
@@ -102,7 +102,7 @@ const re = [
|
|
|
102
102
|
return e.uploadedBy ?? n("DOCUMENTS_NOT_AVAILABLE");
|
|
103
103
|
case "action":
|
|
104
104
|
return e.attachments.length > 0 || e.documentUrl ? /* @__PURE__ */ o(
|
|
105
|
-
|
|
105
|
+
x,
|
|
106
106
|
{
|
|
107
107
|
onClick: () => D(e),
|
|
108
108
|
className: d.viewAttachmentsLink,
|
|
@@ -116,45 +116,45 @@ const re = [
|
|
|
116
116
|
},
|
|
117
117
|
[D, n]
|
|
118
118
|
);
|
|
119
|
-
return /* @__PURE__ */ l(
|
|
119
|
+
return /* @__PURE__ */ l(k, { children: [
|
|
120
120
|
/* @__PURE__ */ o("div", { "data-testid": "documents-table", children: /* @__PURE__ */ o(
|
|
121
|
-
|
|
121
|
+
P,
|
|
122
122
|
{
|
|
123
|
-
headers:
|
|
123
|
+
headers: j,
|
|
124
124
|
ariaLabel: n("DOCUMENTS_TABLE_HEADING"),
|
|
125
|
-
rows:
|
|
126
|
-
loading:
|
|
127
|
-
errorStateMessage: f ?
|
|
128
|
-
sortable:
|
|
125
|
+
rows: b ?? [],
|
|
126
|
+
loading: R,
|
|
127
|
+
errorStateMessage: f ? g?.message : null,
|
|
128
|
+
sortable: B,
|
|
129
129
|
emptyStateMessage: n("DOCUMENTS_NO_RECORDS"),
|
|
130
|
-
renderCell:
|
|
130
|
+
renderCell: $,
|
|
131
131
|
className: d.documentsTableBody,
|
|
132
132
|
dataTestId: "documents-table"
|
|
133
133
|
}
|
|
134
134
|
) }),
|
|
135
135
|
s && r && /* @__PURE__ */ o(
|
|
136
|
-
|
|
136
|
+
G,
|
|
137
137
|
{
|
|
138
138
|
id: "modalIdForActionAreaLayout",
|
|
139
139
|
portalId: "main-display-area",
|
|
140
140
|
open: s,
|
|
141
|
-
onRequestClose:
|
|
141
|
+
onRequestClose: M,
|
|
142
142
|
modalHeading: r.documentIdentifier,
|
|
143
143
|
passiveModal: !0,
|
|
144
144
|
size: "lg",
|
|
145
145
|
testId: "document-view-modal",
|
|
146
|
-
children: /* @__PURE__ */ o("div", { className: d.documentViewerContainer, children:
|
|
147
|
-
const c = U(e.url),
|
|
148
|
-
return c === "#" ||
|
|
146
|
+
children: /* @__PURE__ */ o("div", { className: d.documentViewerContainer, children: m.map((e, t) => {
|
|
147
|
+
const c = U(e.url), i = e.contentType?.toLowerCase().includes("pdf"), I = (e.contentType?.toLowerCase().includes("image") ?? !1) || oe.test(e.url ?? ""), h = w.has(t);
|
|
148
|
+
return c === "#" || h ? /* @__PURE__ */ l(
|
|
149
149
|
"div",
|
|
150
150
|
{
|
|
151
151
|
className: d.attachmentError,
|
|
152
152
|
"data-testid": `attachment-error-${t}`,
|
|
153
153
|
children: [
|
|
154
|
-
|
|
154
|
+
m.length > 1 && /* @__PURE__ */ l("p", { className: d.attachmentCounter, children: [
|
|
155
155
|
t + 1,
|
|
156
156
|
"/",
|
|
157
|
-
|
|
157
|
+
m.length
|
|
158
158
|
] }),
|
|
159
159
|
/* @__PURE__ */ o("p", { children: n("DOCUMENTS_ERROR_LOADING_ATTACHMENT") })
|
|
160
160
|
]
|
|
@@ -166,12 +166,12 @@ const re = [
|
|
|
166
166
|
className: d.attachmentItem,
|
|
167
167
|
"data-testid": `attachment-item-${t}`,
|
|
168
168
|
children: [
|
|
169
|
-
|
|
169
|
+
m.length > 1 && /* @__PURE__ */ l("p", { className: d.attachmentCounter, children: [
|
|
170
170
|
t + 1,
|
|
171
171
|
"/",
|
|
172
|
-
|
|
172
|
+
m.length
|
|
173
173
|
] }),
|
|
174
|
-
|
|
174
|
+
I ? /* @__PURE__ */ o(
|
|
175
175
|
"img",
|
|
176
176
|
{
|
|
177
177
|
src: c,
|
|
@@ -182,7 +182,7 @@ const re = [
|
|
|
182
182
|
) : /* @__PURE__ */ o(
|
|
183
183
|
"iframe",
|
|
184
184
|
{
|
|
185
|
-
src:
|
|
185
|
+
src: i ? `${c}#toolbar=0` : c,
|
|
186
186
|
className: d.documentIframe,
|
|
187
187
|
title: r.documentIdentifier,
|
|
188
188
|
onError: () => L(t)
|
|
@@ -198,5 +198,5 @@ const re = [
|
|
|
198
198
|
] });
|
|
199
199
|
};
|
|
200
200
|
export {
|
|
201
|
-
|
|
201
|
+
ie as default
|
|
202
202
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o, jsxs as p, Fragment as P } from "react/jsx-runtime";
|
|
2
|
-
import { u as O, d as ae, m as te,
|
|
3
|
-
import { useState as K, useMemo as
|
|
4
|
-
const Ne = "_formsTableBody_1pd36_1", Le = "_customAccordianItem_1pd36_6", Re = "_formContent_1pd36_18", Ce = "_formDetailsContainer_1pd36_25", Ae = "_observation_1pd36_30", Fe = "_groupContainer_1pd36_39", Ie = "_rowContainer_1pd36_43", Me = "_groupLabel_1pd36_48", Oe = "_rowLabel_1pd36_58", Te = "_rowValue_1pd36_67",
|
|
2
|
+
import { u as O, d as ae, m as te, b as oe, a as L, E as ne, R as se, O as de, N as q, W as me, K as ie, L as le, X as ce, I as H, V as ue, n as k, C, c as be, e as pe, r as _e, f as fe, g as $e, h as ge, i as he, x as ve, M as ye } from "./index-DCHMhMTf.js";
|
|
3
|
+
import { useState as K, useMemo as v, useCallback as R } from "react";
|
|
4
|
+
const Ne = "_formsTableBody_1pd36_1", Le = "_customAccordianItem_1pd36_6", Re = "_formContent_1pd36_18", Ce = "_formDetailsContainer_1pd36_25", Ae = "_observation_1pd36_30", Fe = "_groupContainer_1pd36_39", Ie = "_rowContainer_1pd36_43", Me = "_groupLabel_1pd36_48", Oe = "_rowLabel_1pd36_58", Te = "_rowValue_1pd36_67", Ve = "_groupMembers_1pd36_75", Ee = "_memberRow_1pd36_81", xe = "_memberLabel_1pd36_86", De = "_memberValue_1pd36_94", Se = "_abnormalValue_1pd36_102", we = "_commentSection_1pd36_110", Be = "_commentText_1pd36_116", Ge = "_nestedGroup_1pd36_125", Ue = "_nestedGroupLabel_1pd36_132", qe = "_nestedGroupMembers_1pd36_141", n = {
|
|
5
5
|
formsTableBody: Ne,
|
|
6
6
|
customAccordianItem: Le,
|
|
7
7
|
formContent: Re,
|
|
@@ -12,17 +12,17 @@ const Ne = "_formsTableBody_1pd36_1", Le = "_customAccordianItem_1pd36_6", Re =
|
|
|
12
12
|
groupLabel: Me,
|
|
13
13
|
rowLabel: Oe,
|
|
14
14
|
rowValue: Te,
|
|
15
|
-
groupMembers:
|
|
16
|
-
memberRow:
|
|
17
|
-
memberLabel:
|
|
18
|
-
memberValue:
|
|
19
|
-
abnormalValue:
|
|
15
|
+
groupMembers: Ve,
|
|
16
|
+
memberRow: Ee,
|
|
17
|
+
memberLabel: xe,
|
|
18
|
+
memberValue: De,
|
|
19
|
+
abnormalValue: Se,
|
|
20
20
|
commentSection: we,
|
|
21
21
|
commentText: Be,
|
|
22
22
|
nestedGroup: Ge,
|
|
23
23
|
nestedGroupLabel: Ue,
|
|
24
24
|
nestedGroupMembers: qe
|
|
25
|
-
},
|
|
25
|
+
}, j = (e) => {
|
|
26
26
|
const r = be(e);
|
|
27
27
|
return r === "Image" ? /* @__PURE__ */ o(
|
|
28
28
|
pe,
|
|
@@ -32,7 +32,7 @@ const Ne = "_formsTableBody_1pd36_1", Le = "_customAccordianItem_1pd36_6", Re =
|
|
|
32
32
|
id: `${e}-img`
|
|
33
33
|
}
|
|
34
34
|
) : r === "Video" ? /* @__PURE__ */ o(_e, { id: `${e}-video`, videoSrc: e }) : r === "PDF" ? /* @__PURE__ */ o(fe, { id: `${e}-pdf`, src: e }) : e;
|
|
35
|
-
},
|
|
35
|
+
}, Q = (e) => {
|
|
36
36
|
const r = e.observationValue?.referenceRange?.low?.value, s = e.observationValue?.referenceRange?.high?.value, a = r != null, l = s != null;
|
|
37
37
|
let d = "";
|
|
38
38
|
a && l ? d = ` (${r} - ${s})` : a ? d = ` (>${r})` : l && (d = ` (<${s})`);
|
|
@@ -67,22 +67,22 @@ const Ne = "_formsTableBody_1pd36_1", Le = "_customAccordianItem_1pd36_6", Re =
|
|
|
67
67
|
{
|
|
68
68
|
className: n.nestedGroupMembers,
|
|
69
69
|
"data-testid": `${c}obs-nested-group-members-${t}-${s}`,
|
|
70
|
-
children: e.members?.map((
|
|
70
|
+
children: e.members?.map((y, N) => /* @__PURE__ */ o(
|
|
71
71
|
z,
|
|
72
72
|
{
|
|
73
|
-
member:
|
|
73
|
+
member: y,
|
|
74
74
|
depth: r + 1,
|
|
75
75
|
memberIndex: N,
|
|
76
76
|
formName: a
|
|
77
77
|
},
|
|
78
|
-
`${
|
|
78
|
+
`${y.id}`
|
|
79
79
|
))
|
|
80
80
|
}
|
|
81
81
|
)
|
|
82
82
|
]
|
|
83
83
|
}
|
|
84
84
|
);
|
|
85
|
-
const { rangeString:
|
|
85
|
+
const { rangeString: g, isAbnormal: _ } = Q(e), f = k(e, d), $ = f ? j(f) : null;
|
|
86
86
|
return /* @__PURE__ */ p(P, { children: [
|
|
87
87
|
/* @__PURE__ */ p(
|
|
88
88
|
"div",
|
|
@@ -101,7 +101,7 @@ const Ne = "_formsTableBody_1pd36_1", Le = "_customAccordianItem_1pd36_6", Re =
|
|
|
101
101
|
"data-testid": `${c}obs-member-label-${t}-${s}`,
|
|
102
102
|
children: [
|
|
103
103
|
t,
|
|
104
|
-
|
|
104
|
+
g
|
|
105
105
|
]
|
|
106
106
|
}
|
|
107
107
|
),
|
|
@@ -138,7 +138,7 @@ const Ne = "_formsTableBody_1pd36_1", Le = "_customAccordianItem_1pd36_6", Re =
|
|
|
138
138
|
formName: s = "",
|
|
139
139
|
comment: a
|
|
140
140
|
}) => {
|
|
141
|
-
const { t: l } = O(), d = e.members && e.members.length > 0, { rangeString: b, isAbnormal: t } =
|
|
141
|
+
const { t: l } = O(), d = e.members && e.members.length > 0, { rangeString: b, isAbnormal: t } = Q(e), c = s ? `${s}-` : "", g = k(e, l), _ = g ? j(g) : null;
|
|
142
142
|
return /* @__PURE__ */ p(
|
|
143
143
|
"div",
|
|
144
144
|
{
|
|
@@ -221,7 +221,7 @@ const Ne = "_formsTableBody_1pd36_1", Le = "_customAccordianItem_1pd36_6", Re =
|
|
|
221
221
|
formFieldPath: Ke(s),
|
|
222
222
|
comment: Pe(s)
|
|
223
223
|
} : {};
|
|
224
|
-
},
|
|
224
|
+
}, je = (e, r) => {
|
|
225
225
|
if (!e?.entry || !r)
|
|
226
226
|
return [];
|
|
227
227
|
const s = ue(e);
|
|
@@ -243,76 +243,76 @@ const Ne = "_formsTableBody_1pd36_1", Le = "_customAccordianItem_1pd36_6", Re =
|
|
|
243
243
|
].filter(
|
|
244
244
|
({ formFieldPath: a }) => !a || a.includes(r)
|
|
245
245
|
);
|
|
246
|
-
},
|
|
246
|
+
}, Xe = ({
|
|
247
247
|
episodeOfCareUuids: e,
|
|
248
248
|
encounterUuids: r,
|
|
249
249
|
config: s
|
|
250
250
|
}) => {
|
|
251
|
-
const { t: a } = O(), l = ae(), [d, b] = K(!1), [t, c] = K(null),
|
|
251
|
+
const { t: a } = O(), l = ae(), [d, b] = K(!1), [t, c] = K(null), g = s?.numberOfVisits, _ = te(
|
|
252
252
|
e,
|
|
253
253
|
r
|
|
254
254
|
), f = oe(), {
|
|
255
255
|
data: $ = [],
|
|
256
|
-
isLoading:
|
|
256
|
+
isLoading: y,
|
|
257
257
|
isError: N,
|
|
258
|
-
error:
|
|
259
|
-
refetch:
|
|
258
|
+
error: W,
|
|
259
|
+
refetch: X
|
|
260
260
|
} = L({
|
|
261
261
|
queryKey: ["forms", l, e],
|
|
262
|
-
queryFn: () =>
|
|
262
|
+
queryFn: () => ge(l, void 0, g),
|
|
263
263
|
enabled: !!l && !_
|
|
264
|
-
}), T =
|
|
264
|
+
}), T = v(() => !r || r.length === 0 ? $ : $.filter(
|
|
265
265
|
(m) => r.includes(m.encounterUuid)
|
|
266
|
-
), [$, r]), { data:
|
|
266
|
+
), [$, r]), { data: V = [] } = L({
|
|
267
267
|
queryKey: ["observationForms"],
|
|
268
|
-
queryFn: () =>
|
|
269
|
-
}),
|
|
270
|
-
(m) =>
|
|
271
|
-
[
|
|
272
|
-
), A =
|
|
268
|
+
queryFn: () => he()
|
|
269
|
+
}), E = R(
|
|
270
|
+
(m) => V.find((u) => u.name === m)?.uuid,
|
|
271
|
+
[V]
|
|
272
|
+
), A = v(() => {
|
|
273
273
|
if (t)
|
|
274
|
-
return
|
|
275
|
-
}, [t,
|
|
274
|
+
return E(t.formName);
|
|
275
|
+
}, [t, E]), { isLoading: Y, error: x } = L({
|
|
276
276
|
queryKey: ["formMetadata", A],
|
|
277
|
-
queryFn: () =>
|
|
277
|
+
queryFn: () => ve(A),
|
|
278
278
|
enabled: !!A && d
|
|
279
279
|
}), {
|
|
280
280
|
data: F,
|
|
281
281
|
isLoading: Z,
|
|
282
|
-
error:
|
|
282
|
+
error: D
|
|
283
283
|
} = L({
|
|
284
284
|
queryKey: ["formsEncounterFHIR", t?.encounterUuid],
|
|
285
|
-
queryFn: () =>
|
|
285
|
+
queryFn: () => ye(t.encounterUuid),
|
|
286
286
|
enabled: !!t?.encounterUuid && d
|
|
287
287
|
});
|
|
288
288
|
ne(
|
|
289
289
|
(m) => {
|
|
290
|
-
m.patientUUID === l && m.updatedConcepts.size > 0 && (
|
|
290
|
+
m.patientUUID === l && m.updatedConcepts.size > 0 && (X(), f.invalidateQueries({ queryKey: ["formsEncounterFHIR"] }));
|
|
291
291
|
},
|
|
292
292
|
[l]
|
|
293
293
|
);
|
|
294
|
-
const
|
|
294
|
+
const S = v(() => !F || !t?.formName ? [] : je(
|
|
295
295
|
F,
|
|
296
296
|
t.formName
|
|
297
|
-
), [F, t?.formName]), w =
|
|
297
|
+
), [F, t?.formName]), w = v(
|
|
298
298
|
() => [
|
|
299
299
|
{ key: "recordedOn", header: a("FORM_RECORDED_ON") },
|
|
300
300
|
{ key: "recordedBy", header: a("FORM_RECORDED_BY") }
|
|
301
301
|
],
|
|
302
302
|
[a]
|
|
303
|
-
),
|
|
303
|
+
), J = v(
|
|
304
304
|
() => [
|
|
305
305
|
{ key: "recordedOn", sortable: !0 },
|
|
306
306
|
{ key: "recordedBy", sortable: !0 }
|
|
307
307
|
],
|
|
308
308
|
[]
|
|
309
|
-
), B =
|
|
309
|
+
), B = v(() => {
|
|
310
310
|
const m = T.reduce(
|
|
311
311
|
(u, i) => {
|
|
312
|
-
const
|
|
313
|
-
u[
|
|
312
|
+
const h = i.formName;
|
|
313
|
+
u[h] ??= [];
|
|
314
314
|
const I = i.providers.map((re) => re.providerName).filter(Boolean).join(", ");
|
|
315
|
-
return u[
|
|
315
|
+
return u[h].push({
|
|
316
316
|
id: i.encounterUuid,
|
|
317
317
|
formName: i.formName,
|
|
318
318
|
recordedOn: se(i.encounterDateTime, a, !0).formattedResult,
|
|
@@ -327,7 +327,7 @@ const Ne = "_formsTableBody_1pd36_1", Le = "_customAccordianItem_1pd36_6", Re =
|
|
|
327
327
|
([u, i]) => ({
|
|
328
328
|
formName: u,
|
|
329
329
|
records: i.sort(
|
|
330
|
-
(
|
|
330
|
+
(h, I) => I.encounterDateTime - h.encounterDateTime
|
|
331
331
|
)
|
|
332
332
|
})
|
|
333
333
|
).sort((u, i) => u.formName.localeCompare(i.formName));
|
|
@@ -349,21 +349,21 @@ const Ne = "_formsTableBody_1pd36_1", Le = "_customAccordianItem_1pd36_6", Re =
|
|
|
349
349
|
[G]
|
|
350
350
|
);
|
|
351
351
|
return /* @__PURE__ */ p(P, { children: [
|
|
352
|
-
/* @__PURE__ */ o("div", { "data-testid": "forms-table", children:
|
|
352
|
+
/* @__PURE__ */ o("div", { "data-testid": "forms-table", children: y || N || B.length === 0 || _ ? /* @__PURE__ */ o(
|
|
353
353
|
q,
|
|
354
354
|
{
|
|
355
355
|
headers: w,
|
|
356
356
|
ariaLabel: a("FORMS_HEADING"),
|
|
357
357
|
rows: [],
|
|
358
|
-
loading:
|
|
359
|
-
errorStateMessage: N ?
|
|
358
|
+
loading: y,
|
|
359
|
+
errorStateMessage: N ? W?.message : void 0,
|
|
360
360
|
emptyStateMessage: a("FORMS_UNAVAILABLE"),
|
|
361
361
|
renderCell: U,
|
|
362
362
|
className: n.formsTableBody,
|
|
363
363
|
dataTestId: "forms-table"
|
|
364
364
|
}
|
|
365
365
|
) : /* @__PURE__ */ o(me, { align: "start", children: B.map((m, u) => {
|
|
366
|
-
const { formName: i, records:
|
|
366
|
+
const { formName: i, records: h } = m;
|
|
367
367
|
return /* @__PURE__ */ o(
|
|
368
368
|
ie,
|
|
369
369
|
{
|
|
@@ -376,10 +376,10 @@ const Ne = "_formsTableBody_1pd36_1", Le = "_customAccordianItem_1pd36_6", Re =
|
|
|
376
376
|
{
|
|
377
377
|
headers: w,
|
|
378
378
|
ariaLabel: a("FORMS_HEADING"),
|
|
379
|
-
rows:
|
|
379
|
+
rows: h,
|
|
380
380
|
loading: !1,
|
|
381
381
|
errorStateMessage: "",
|
|
382
|
-
sortable:
|
|
382
|
+
sortable: J,
|
|
383
383
|
emptyStateMessage: a("FORMS_UNAVAILABLE"),
|
|
384
384
|
renderCell: U,
|
|
385
385
|
className: n.formsTableBody,
|
|
@@ -402,7 +402,7 @@ const Ne = "_formsTableBody_1pd36_1", Le = "_customAccordianItem_1pd36_6", Re =
|
|
|
402
402
|
passiveModal: !0,
|
|
403
403
|
size: "md",
|
|
404
404
|
testId: "form-details-modal",
|
|
405
|
-
children: /* @__PURE__ */ o("div", { className: n.formContent, children: Y || Z ? /* @__PURE__ */ o(ce, { width: "100%", lineCount: 3 }) :
|
|
405
|
+
children: /* @__PURE__ */ o("div", { className: n.formContent, children: Y || Z ? /* @__PURE__ */ o(ce, { width: "100%", lineCount: 3 }) : x ? /* @__PURE__ */ o("div", { children: H(x).message ?? a("ERROR_FETCHING_FORM_METADATA") }) : D ? /* @__PURE__ */ o("div", { children: H(D).message ?? a("ERROR_FETCHING_FORM_DATA") }) : S.length > 0 ? /* @__PURE__ */ o("div", { className: n.formDetailsContainer, children: S.map(({ obs: m, comment: u }, i) => /* @__PURE__ */ o(
|
|
406
406
|
He,
|
|
407
407
|
{
|
|
408
408
|
observation: m,
|
|
@@ -417,5 +417,5 @@ const Ne = "_formsTableBody_1pd36_1", Le = "_customAccordianItem_1pd36_6", Re =
|
|
|
417
417
|
] });
|
|
418
418
|
};
|
|
419
419
|
export {
|
|
420
|
-
|
|
420
|
+
Xe as default
|
|
421
421
|
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { c, T as l, P as m, a as v, D as u, Q as i } from "./YPM2AS64-BjArjSkq.js";
|
|
2
|
+
import { q as d, s as f, v as e } from "./index-DCHMhMTf.js";
|
|
3
|
+
var p = (a) => {
|
|
4
|
+
const [r, t] = c({
|
|
5
|
+
prefix: "TanstackQueryDevtools"
|
|
6
|
+
}), n = d(), s = f(() => {
|
|
7
|
+
const o = r.theme_preference || l;
|
|
8
|
+
return o !== "system" ? o : n();
|
|
9
|
+
});
|
|
10
|
+
return e(i.Provider, {
|
|
11
|
+
value: a,
|
|
12
|
+
get children() {
|
|
13
|
+
return e(m, {
|
|
14
|
+
localStore: r,
|
|
15
|
+
setLocalStore: t,
|
|
16
|
+
get children() {
|
|
17
|
+
return e(v.Provider, {
|
|
18
|
+
value: s,
|
|
19
|
+
get children() {
|
|
20
|
+
return e(u, {
|
|
21
|
+
localStore: r,
|
|
22
|
+
setLocalStore: t
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
}, C = p;
|
|
31
|
+
export {
|
|
32
|
+
C as default
|
|
33
|
+
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { c as
|
|
2
|
-
import {
|
|
1
|
+
import { c as l, T as c, P as u, a as i, b as m, C as P, Q as d } from "./YPM2AS64-BjArjSkq.js";
|
|
2
|
+
import { q as v, s as C, v as e } from "./index-DCHMhMTf.js";
|
|
3
3
|
var h = (t) => {
|
|
4
|
-
const [r, o] =
|
|
4
|
+
const [r, o] = l({
|
|
5
5
|
prefix: "TanstackQueryDevtools"
|
|
6
|
-
}), a = v(),
|
|
6
|
+
}), a = v(), s = C(() => {
|
|
7
7
|
const n = r.theme_preference || c;
|
|
8
8
|
return n !== "system" ? n : a();
|
|
9
9
|
});
|
|
@@ -16,7 +16,7 @@ var h = (t) => {
|
|
|
16
16
|
setLocalStore: o,
|
|
17
17
|
get children() {
|
|
18
18
|
return e(i.Provider, {
|
|
19
|
-
value:
|
|
19
|
+
value: s,
|
|
20
20
|
get children() {
|
|
21
21
|
return e(m, {
|
|
22
22
|
get children() {
|
|
@@ -36,7 +36,7 @@ var h = (t) => {
|
|
|
36
36
|
});
|
|
37
37
|
}
|
|
38
38
|
});
|
|
39
|
-
},
|
|
39
|
+
}, p = h;
|
|
40
40
|
export {
|
|
41
|
-
|
|
41
|
+
p as default
|
|
42
42
|
};
|