@bahmni/clinical-app 0.0.1-dev.173 → 0.0.1-dev.175
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-DV_nkz4--B5Jd4s9s.js → DocumentsTable-vAC0-Du4-BkgsDQcr.js} +181 -181
- package/dist/{FormsTable-DL_zg0dG-BC1vZhT0.js → FormsTable-DmEpKKr3-BKC7kS-P.js} +89 -89
- package/dist/{LNWAZHJI-Cbvtvfhl.js → LNWAZHJI-CNIMsk3S.js} +2 -2
- package/dist/{MWZ6AO7Z-GTr-52SK.js → MWZ6AO7Z-DqZkSym3.js} +5 -5
- package/dist/{Observations-c94Dp42v-C40JusTy.js → Observations-CghkmYr1-DPsVxrR7.js} +39 -39
- package/dist/{YPM2AS64-C3ymEp_p.js → YPM2AS64-5V13Mxmg.js} +181 -181
- package/dist/{index-DQkhMGdZ.js → index-B9LhHNy9.js} +20988 -20997
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/dist/locales/locale_en.json +9 -5
- package/dist/locales/locale_es.json +8 -4
- package/package.json +1 -1
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { jsx as s, jsxs as p, Fragment as
|
|
2
|
-
import { u as ee, f as re,
|
|
3
|
-
import { useState as
|
|
4
|
-
const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6",
|
|
1
|
+
import { jsx as s, jsxs as p, Fragment as k } from "react/jsx-runtime";
|
|
2
|
+
import { u as ee, f as re, E as ae, c as te, a as A, H as oe, b as ne, D as se, A as U, d as de, Y as me, G as ie, e as le, Z as q, P as ce, p as ue, T as F, k as be, V as pe, g as _e, B as fe, W as $e, F as ge, q as ve, j as he } from "./index-B9LhHNy9.js";
|
|
3
|
+
import { useState as H, useMemo as h, useCallback as R } from "react";
|
|
4
|
+
const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Ae = "_formContent_1pd36_18", Re = "_formDetailsContainer_1pd36_25", Fe = "_observation_1pd36_30", Le = "_groupContainer_1pd36_39", Ce = "_rowContainer_1pd36_43", Oe = "_groupLabel_1pd36_48", Ve = "_rowLabel_1pd36_58", Te = "_rowValue_1pd36_67", Ie = "_groupMembers_1pd36_75", Me = "_memberRow_1pd36_81", Se = "_memberLabel_1pd36_86", De = "_memberValue_1pd36_94", Ee = "_abnormalValue_1pd36_102", we = "_commentSection_1pd36_110", Be = "_commentText_1pd36_116", xe = "_nestedGroup_1pd36_125", Ge = "_nestedGroupLabel_1pd36_132", Ue = "_nestedGroupMembers_1pd36_141", o = {
|
|
5
5
|
formsTableBody: Ne,
|
|
6
6
|
customAccordianItem: ye,
|
|
7
|
-
formContent:
|
|
7
|
+
formContent: Ae,
|
|
8
8
|
formDetailsContainer: Re,
|
|
9
|
-
observation:
|
|
10
|
-
groupContainer:
|
|
11
|
-
rowContainer:
|
|
12
|
-
groupLabel:
|
|
13
|
-
rowLabel:
|
|
14
|
-
rowValue:
|
|
15
|
-
groupMembers:
|
|
16
|
-
memberRow:
|
|
17
|
-
memberLabel:
|
|
18
|
-
memberValue:
|
|
19
|
-
abnormalValue:
|
|
20
|
-
commentSection:
|
|
21
|
-
commentText:
|
|
9
|
+
observation: Fe,
|
|
10
|
+
groupContainer: Le,
|
|
11
|
+
rowContainer: Ce,
|
|
12
|
+
groupLabel: Oe,
|
|
13
|
+
rowLabel: Ve,
|
|
14
|
+
rowValue: Te,
|
|
15
|
+
groupMembers: Ie,
|
|
16
|
+
memberRow: Me,
|
|
17
|
+
memberLabel: Se,
|
|
18
|
+
memberValue: De,
|
|
19
|
+
abnormalValue: Ee,
|
|
20
|
+
commentSection: we,
|
|
21
|
+
commentText: Be,
|
|
22
22
|
nestedGroup: xe,
|
|
23
23
|
nestedGroupLabel: Ge,
|
|
24
24
|
nestedGroupMembers: Ue
|
|
25
|
-
},
|
|
25
|
+
}, P = (e) => {
|
|
26
26
|
const r = be(e);
|
|
27
27
|
return r === "Image" ? /* @__PURE__ */ s(
|
|
28
28
|
pe,
|
|
@@ -31,8 +31,8 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
|
|
|
31
31
|
alt: e,
|
|
32
32
|
id: `${e}-img`
|
|
33
33
|
}
|
|
34
|
-
) : r === "Video" ? /* @__PURE__ */ s(
|
|
35
|
-
},
|
|
34
|
+
) : r === "Video" ? /* @__PURE__ */ s(_e, { id: `${e}-video`, videoSrc: e }) : e;
|
|
35
|
+
}, K = (e) => {
|
|
36
36
|
const r = e.observationValue?.unit, n = e.observationValue?.referenceRange?.low?.value, a = e.observationValue?.referenceRange?.high?.value, d = n != null, c = a != null, m = d && c ? ` (${n} - ${a})` : d ? ` (>${n})` : c ? ` (<${a})` : "", t = e.observationValue?.isAbnormal === !0;
|
|
37
37
|
return { units: r, rangeString: m, isAbnormal: t };
|
|
38
38
|
}, j = ({
|
|
@@ -79,8 +79,8 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
|
|
|
79
79
|
]
|
|
80
80
|
}
|
|
81
81
|
);
|
|
82
|
-
const { units: b, rangeString: g, isAbnormal:
|
|
83
|
-
return /* @__PURE__ */ p(
|
|
82
|
+
const { units: b, rangeString: g, isAbnormal: _ } = K(e), f = e.observationValue?.value?.toString(), $ = f ? P(f) : null;
|
|
83
|
+
return /* @__PURE__ */ p(k, { children: [
|
|
84
84
|
/* @__PURE__ */ p(
|
|
85
85
|
"div",
|
|
86
86
|
{
|
|
@@ -91,9 +91,9 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
|
|
|
91
91
|
/* @__PURE__ */ p(
|
|
92
92
|
"p",
|
|
93
93
|
{
|
|
94
|
-
className:
|
|
94
|
+
className: F(
|
|
95
95
|
o.memberLabel,
|
|
96
|
-
|
|
96
|
+
_ ? o.abnormalValue : ""
|
|
97
97
|
),
|
|
98
98
|
"data-testid": `${t}obs-member-label-${m}-${n}`,
|
|
99
99
|
children: [
|
|
@@ -105,9 +105,9 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
|
|
|
105
105
|
/* @__PURE__ */ p(
|
|
106
106
|
"div",
|
|
107
107
|
{
|
|
108
|
-
className:
|
|
108
|
+
className: F(
|
|
109
109
|
o.memberValue,
|
|
110
|
-
|
|
110
|
+
_ ? o.abnormalValue : ""
|
|
111
111
|
),
|
|
112
112
|
"data-testid": `${t}obs-member-value-${m}-${n}`,
|
|
113
113
|
children: [
|
|
@@ -138,7 +138,7 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
|
|
|
138
138
|
formName: n = "",
|
|
139
139
|
comment: a
|
|
140
140
|
}) => {
|
|
141
|
-
const d = e.members && e.members.length > 0, { units: c, rangeString: m, isAbnormal: t } =
|
|
141
|
+
const d = e.members && e.members.length > 0, { units: c, rangeString: m, isAbnormal: t } = K(e), b = n ? `${n}-` : "", g = e.observationValue?.value?.toString(), _ = g ? P(g) : null;
|
|
142
142
|
return /* @__PURE__ */ p(
|
|
143
143
|
"div",
|
|
144
144
|
{
|
|
@@ -154,7 +154,7 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
|
|
|
154
154
|
/* @__PURE__ */ p(
|
|
155
155
|
"p",
|
|
156
156
|
{
|
|
157
|
-
className:
|
|
157
|
+
className: F(
|
|
158
158
|
d ? o.groupLabel : o.rowLabel,
|
|
159
159
|
!d && t ? o.abnormalValue : ""
|
|
160
160
|
),
|
|
@@ -170,27 +170,27 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
|
|
|
170
170
|
{
|
|
171
171
|
className: o.groupMembers,
|
|
172
172
|
"data-testid": `${b}observation-group-members-${e.display}-${r}`,
|
|
173
|
-
children: e.members?.map((
|
|
173
|
+
children: e.members?.map((f, $) => /* @__PURE__ */ s(
|
|
174
174
|
j,
|
|
175
175
|
{
|
|
176
|
-
member:
|
|
176
|
+
member: f,
|
|
177
177
|
depth: 0,
|
|
178
178
|
memberIndex: $,
|
|
179
179
|
formName: n
|
|
180
180
|
},
|
|
181
|
-
`${
|
|
181
|
+
`${f.id}`
|
|
182
182
|
))
|
|
183
183
|
}
|
|
184
184
|
) : /* @__PURE__ */ p(
|
|
185
185
|
"div",
|
|
186
186
|
{
|
|
187
|
-
className:
|
|
187
|
+
className: F(
|
|
188
188
|
o.rowValue,
|
|
189
189
|
t ? o.abnormalValue : ""
|
|
190
190
|
),
|
|
191
191
|
"data-testid": `${b}observation-value-${e.display}-${r}`,
|
|
192
192
|
children: [
|
|
193
|
-
|
|
193
|
+
_,
|
|
194
194
|
c && ` ${c}`
|
|
195
195
|
]
|
|
196
196
|
}
|
|
@@ -213,113 +213,113 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
|
|
|
213
213
|
},
|
|
214
214
|
`${e.id}-${r}`
|
|
215
215
|
);
|
|
216
|
-
},
|
|
217
|
-
(r) => r.url ===
|
|
218
|
-
)?.valueString : void 0,
|
|
216
|
+
}, He = (e) => e ? e.extension?.find(
|
|
217
|
+
(r) => r.url === fe
|
|
218
|
+
)?.valueString : void 0, ke = (e) => {
|
|
219
219
|
if (e)
|
|
220
220
|
return e.note?.[0]?.text;
|
|
221
|
-
},
|
|
222
|
-
const n =
|
|
221
|
+
}, Pe = (e, r) => e.entry?.find((n) => n.resource?.id === r)?.resource, V = (e, r) => {
|
|
222
|
+
const n = Pe(e, r);
|
|
223
223
|
return n ? {
|
|
224
|
-
formFieldPath:
|
|
225
|
-
comment:
|
|
224
|
+
formFieldPath: He(n),
|
|
225
|
+
comment: ke(n)
|
|
226
226
|
} : {};
|
|
227
|
-
},
|
|
227
|
+
}, Ke = (e, r) => {
|
|
228
228
|
if (!e?.entry || !r)
|
|
229
229
|
return [];
|
|
230
230
|
const n = ce(e);
|
|
231
231
|
return [
|
|
232
232
|
...n.observations.map((a) => {
|
|
233
|
-
const { formFieldPath: d, comment: c } =
|
|
233
|
+
const { formFieldPath: d, comment: c } = V(
|
|
234
234
|
e,
|
|
235
235
|
a.id
|
|
236
236
|
);
|
|
237
237
|
return { obs: a, formFieldPath: d, comment: c };
|
|
238
238
|
}),
|
|
239
239
|
...n.groupedObservations.flatMap((a) => {
|
|
240
|
-
const { formFieldPath: d } =
|
|
240
|
+
const { formFieldPath: d } = V(e, a.id);
|
|
241
241
|
return (a.members ?? []).map((c) => {
|
|
242
|
-
const { comment: m } =
|
|
242
|
+
const { comment: m } = V(e, c.id);
|
|
243
243
|
return { obs: c, formFieldPath: d, comment: m };
|
|
244
244
|
});
|
|
245
245
|
})
|
|
246
246
|
].filter(
|
|
247
247
|
({ formFieldPath: a }) => !a || a.includes(r)
|
|
248
248
|
);
|
|
249
|
-
},
|
|
249
|
+
}, ze = ({
|
|
250
250
|
episodeOfCareUuids: e,
|
|
251
251
|
encounterUuids: r,
|
|
252
252
|
config: n
|
|
253
253
|
}) => {
|
|
254
|
-
const { t: a } = ee(), d = re(), [c, m] =
|
|
254
|
+
const { t: a } = ee(), d = re(), [c, m] = H(!1), [t, b] = H(null), g = n?.numberOfVisits, _ = ae(
|
|
255
255
|
e,
|
|
256
256
|
r
|
|
257
|
-
),
|
|
257
|
+
), f = te(), {
|
|
258
258
|
data: $ = [],
|
|
259
259
|
isLoading: N,
|
|
260
260
|
isError: y,
|
|
261
|
-
error:
|
|
262
|
-
refetch:
|
|
263
|
-
} =
|
|
261
|
+
error: Q,
|
|
262
|
+
refetch: Y
|
|
263
|
+
} = A({
|
|
264
264
|
queryKey: ["forms", d, e],
|
|
265
265
|
queryFn: () => $e(d, void 0, g),
|
|
266
|
-
enabled: !!d && !
|
|
267
|
-
}),
|
|
266
|
+
enabled: !!d && !_
|
|
267
|
+
}), T = h(() => !r || r.length === 0 ? $ : $.filter(
|
|
268
268
|
(i) => r.includes(i.encounterUuid)
|
|
269
|
-
), [$, r]), { data:
|
|
269
|
+
), [$, r]), { data: I = [] } = A({
|
|
270
270
|
queryKey: ["observationForms"],
|
|
271
271
|
queryFn: () => ge()
|
|
272
|
-
}),
|
|
273
|
-
(i) =>
|
|
274
|
-
[
|
|
275
|
-
),
|
|
272
|
+
}), M = R(
|
|
273
|
+
(i) => I.find((u) => u.name === i)?.uuid,
|
|
274
|
+
[I]
|
|
275
|
+
), L = h(() => {
|
|
276
276
|
if (t)
|
|
277
|
-
return
|
|
278
|
-
}, [t,
|
|
279
|
-
queryKey: ["formMetadata",
|
|
280
|
-
queryFn: () => ve(
|
|
281
|
-
enabled: !!
|
|
277
|
+
return M(t.formName);
|
|
278
|
+
}, [t, M]), { isLoading: z, error: S } = A({
|
|
279
|
+
queryKey: ["formMetadata", L],
|
|
280
|
+
queryFn: () => ve(L),
|
|
281
|
+
enabled: !!L && c
|
|
282
282
|
}), {
|
|
283
|
-
data:
|
|
284
|
-
isLoading:
|
|
285
|
-
error:
|
|
286
|
-
} =
|
|
283
|
+
data: C,
|
|
284
|
+
isLoading: W,
|
|
285
|
+
error: D
|
|
286
|
+
} = A({
|
|
287
287
|
queryKey: ["formsEncounterFHIR", t?.encounterUuid],
|
|
288
288
|
queryFn: () => he(t.encounterUuid),
|
|
289
289
|
enabled: !!t?.encounterUuid && c
|
|
290
290
|
});
|
|
291
291
|
oe(
|
|
292
292
|
(i) => {
|
|
293
|
-
i.patientUUID === d && i.updatedConcepts.size > 0 && (
|
|
293
|
+
i.patientUUID === d && i.updatedConcepts.size > 0 && (Y(), f.invalidateQueries({ queryKey: ["formsEncounterFHIR"] }));
|
|
294
294
|
},
|
|
295
295
|
[d]
|
|
296
296
|
);
|
|
297
|
-
const
|
|
298
|
-
|
|
297
|
+
const E = h(() => !C || !t?.formName ? [] : Ke(
|
|
298
|
+
C,
|
|
299
299
|
t.formName
|
|
300
|
-
), [
|
|
300
|
+
), [C, t?.formName]), w = h(
|
|
301
301
|
() => [
|
|
302
302
|
{ key: "recordedOn", header: a("FORM_RECORDED_ON") },
|
|
303
303
|
{ key: "recordedBy", header: a("FORM_RECORDED_BY") }
|
|
304
304
|
],
|
|
305
305
|
[a]
|
|
306
|
-
),
|
|
306
|
+
), X = h(
|
|
307
307
|
() => [
|
|
308
308
|
{ key: "recordedOn", sortable: !0 },
|
|
309
309
|
{ key: "recordedBy", sortable: !0 }
|
|
310
310
|
],
|
|
311
311
|
[]
|
|
312
|
-
),
|
|
313
|
-
const i =
|
|
312
|
+
), B = h(() => {
|
|
313
|
+
const i = T.reduce(
|
|
314
314
|
(u, l) => {
|
|
315
315
|
const v = l.formName;
|
|
316
316
|
u[v] ??= [];
|
|
317
|
-
const
|
|
317
|
+
const O = l.providers.map((J) => J.providerName).filter(Boolean).join(", ");
|
|
318
318
|
return u[v].push({
|
|
319
319
|
id: l.encounterUuid,
|
|
320
320
|
formName: l.formName,
|
|
321
321
|
recordedOn: ne(l.encounterDateTime, a, ue).formattedResult,
|
|
322
|
-
recordedBy:
|
|
322
|
+
recordedBy: O ?? "--",
|
|
323
323
|
encounterDateTime: l.encounterDateTime,
|
|
324
324
|
encounterUuid: l.encounterUuid
|
|
325
325
|
}), u;
|
|
@@ -330,13 +330,13 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
|
|
|
330
330
|
([u, l]) => ({
|
|
331
331
|
formName: u,
|
|
332
332
|
records: l.sort(
|
|
333
|
-
(v,
|
|
333
|
+
(v, O) => O.encounterDateTime - v.encounterDateTime
|
|
334
334
|
)
|
|
335
335
|
})
|
|
336
336
|
).sort((u, l) => u.formName.localeCompare(l.formName));
|
|
337
|
-
}, [
|
|
337
|
+
}, [T, a]), x = R((i) => {
|
|
338
338
|
b(i), m(!0);
|
|
339
|
-
}, []),
|
|
339
|
+
}, []), Z = R(() => {
|
|
340
340
|
m(!1), b(null);
|
|
341
341
|
}, []), G = R(
|
|
342
342
|
(i, u) => {
|
|
@@ -351,21 +351,21 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
|
|
|
351
351
|
},
|
|
352
352
|
[x]
|
|
353
353
|
);
|
|
354
|
-
return /* @__PURE__ */ p(
|
|
355
|
-
/* @__PURE__ */ s("div", { "data-testid": "forms-table", children: N || y ||
|
|
354
|
+
return /* @__PURE__ */ p(k, { children: [
|
|
355
|
+
/* @__PURE__ */ s("div", { "data-testid": "forms-table", children: N || y || B.length === 0 || _ ? /* @__PURE__ */ s(
|
|
356
356
|
U,
|
|
357
357
|
{
|
|
358
|
-
headers:
|
|
358
|
+
headers: w,
|
|
359
359
|
ariaLabel: a("FORMS_HEADING"),
|
|
360
360
|
rows: [],
|
|
361
361
|
loading: N,
|
|
362
|
-
errorStateMessage: y ?
|
|
362
|
+
errorStateMessage: y ? Q?.message : void 0,
|
|
363
363
|
emptyStateMessage: a("FORMS_UNAVAILABLE"),
|
|
364
364
|
renderCell: G,
|
|
365
365
|
className: o.formsTableBody,
|
|
366
366
|
dataTestId: "forms-table"
|
|
367
367
|
}
|
|
368
|
-
) : /* @__PURE__ */ s(de, { align: "start", children:
|
|
368
|
+
) : /* @__PURE__ */ s(de, { align: "start", children: B.map((i, u) => {
|
|
369
369
|
const { formName: l, records: v } = i;
|
|
370
370
|
return /* @__PURE__ */ s(
|
|
371
371
|
me,
|
|
@@ -377,12 +377,12 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
|
|
|
377
377
|
children: /* @__PURE__ */ s(
|
|
378
378
|
U,
|
|
379
379
|
{
|
|
380
|
-
headers:
|
|
380
|
+
headers: w,
|
|
381
381
|
ariaLabel: a("FORMS_HEADING"),
|
|
382
382
|
rows: v,
|
|
383
383
|
loading: !1,
|
|
384
384
|
errorStateMessage: "",
|
|
385
|
-
sortable:
|
|
385
|
+
sortable: X,
|
|
386
386
|
emptyStateMessage: a("FORMS_UNAVAILABLE"),
|
|
387
387
|
renderCell: G,
|
|
388
388
|
className: o.formsTableBody,
|
|
@@ -398,13 +398,13 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
|
|
|
398
398
|
{
|
|
399
399
|
id: "modalIdForActionAreaLayout",
|
|
400
400
|
open: c,
|
|
401
|
-
onRequestClose:
|
|
401
|
+
onRequestClose: Z,
|
|
402
402
|
modalHeading: t.formName,
|
|
403
403
|
modalLabel: `${t.recordedOn} | ${t.recordedBy}`,
|
|
404
404
|
passiveModal: !0,
|
|
405
405
|
size: "md",
|
|
406
406
|
testId: "form-details-modal",
|
|
407
|
-
children: /* @__PURE__ */ s("div", { className: o.formContent, children:
|
|
407
|
+
children: /* @__PURE__ */ s("div", { className: o.formContent, children: z || W ? /* @__PURE__ */ s(le, { width: "100%", lineCount: 3 }) : S ? /* @__PURE__ */ s("div", { children: q(S).message ?? a("ERROR_FETCHING_FORM_METADATA") }) : D ? /* @__PURE__ */ s("div", { children: q(D).message ?? a("ERROR_FETCHING_FORM_DATA") }) : E.length > 0 ? /* @__PURE__ */ s("div", { className: o.formDetailsContainer, children: E.map(({ obs: i, comment: u }, l) => /* @__PURE__ */ s(
|
|
408
408
|
qe,
|
|
409
409
|
{
|
|
410
410
|
observation: i,
|
|
@@ -419,5 +419,5 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
|
|
|
419
419
|
] });
|
|
420
420
|
};
|
|
421
421
|
export {
|
|
422
|
-
|
|
422
|
+
ze as default
|
|
423
423
|
};
|
|
@@ -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 {
|
|
1
|
+
import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-5V13Mxmg.js";
|
|
2
|
+
import { r as d, s as f, t as e } from "./index-B9LhHNy9.js";
|
|
3
3
|
var p = (a) => {
|
|
4
4
|
const [r, t] = c({
|
|
5
5
|
prefix: "TanstackQueryDevtools"
|
|
@@ -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-5V13Mxmg.js";
|
|
2
|
+
import { r as v, s as C, t as e } from "./index-B9LhHNy9.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() {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsxs as I, jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import { f as
|
|
3
|
-
import { useRef as te, useEffect as
|
|
4
|
-
const
|
|
5
|
-
const a =
|
|
2
|
+
import { f as C, o as B, u as N, h as Q, i as H, a as K, H as G, P, X as w, Q as x, l as M, A as X, m as j, y as S, J, k as z, R as Y, V as Z, g as W, n as ee } from "./index-B9LhHNy9.js";
|
|
3
|
+
import { useRef as te, useEffect as T, useMemo as R } from "react";
|
|
4
|
+
const A = (t, d, i, l, s) => {
|
|
5
|
+
const a = J(t, d), r = a.value, o = z(r);
|
|
6
6
|
let n = r;
|
|
7
|
-
o === "Image" && (n = /* @__PURE__ */ c(
|
|
7
|
+
o === "Image" && (n = /* @__PURE__ */ c(Z, { imageSrc: r, alt: r, id: `${r}-img` })), o === "Video" && (n = /* @__PURE__ */ c(W, { id: `${r}-video`, videoSrc: r }));
|
|
8
8
|
const b = s("OBSERVATIONS_RECORDED_BY", {
|
|
9
9
|
provider: a.provider
|
|
10
|
-
}), p = t.display,
|
|
10
|
+
}), p = t.display, y = t.observationValue?.isAbnormal ? "abnormal-obs" : "obs", u = l ? `${l}-${y}-${p}-${i}-${d}` : `${y}-${p}-${i}-${d}`;
|
|
11
11
|
return /* @__PURE__ */ c(
|
|
12
12
|
Y,
|
|
13
13
|
{
|
|
@@ -27,7 +27,7 @@ const D = (t, d, i, l, s) => {
|
|
|
27
27
|
id: `grouped-obs-${t.display}-${l}`,
|
|
28
28
|
open: i,
|
|
29
29
|
children: t.members?.map(
|
|
30
|
-
(r, o) =>
|
|
30
|
+
(r, o) => A(r, o, s, a, d)
|
|
31
31
|
)
|
|
32
32
|
},
|
|
33
33
|
`grouped-obs-${t.id}`
|
|
@@ -36,7 +36,7 @@ const D = (t, d, i, l, s) => {
|
|
|
36
36
|
title: d = ""
|
|
37
37
|
}) => {
|
|
38
38
|
const { t: i } = N(), l = (s, a, r) => {
|
|
39
|
-
const o =
|
|
39
|
+
const o = j(s.encounterDetails, i);
|
|
40
40
|
return /* @__PURE__ */ I(
|
|
41
41
|
S,
|
|
42
42
|
{
|
|
@@ -45,7 +45,7 @@ const D = (t, d, i, l, s) => {
|
|
|
45
45
|
open: a,
|
|
46
46
|
children: [
|
|
47
47
|
s.observations.map(
|
|
48
|
-
(n, b) =>
|
|
48
|
+
(n, b) => A(n, b, r, d, i)
|
|
49
49
|
),
|
|
50
50
|
s.groupedObservations.map(
|
|
51
51
|
(n, b) => ae(
|
|
@@ -73,89 +73,89 @@ const D = (t, d, i, l, s) => {
|
|
|
73
73
|
)
|
|
74
74
|
}
|
|
75
75
|
);
|
|
76
|
-
}, re = "_observations_kfbhq_1", oe = "_title_kfbhq_12",
|
|
76
|
+
}, re = "_observations_kfbhq_1", oe = "_title_kfbhq_12", $ = {
|
|
77
77
|
observations: re,
|
|
78
78
|
title: oe
|
|
79
79
|
}, ie = (t) => ["conceptUuid", t], ne = (t, d) => ["observations", t, ...d], ce = ({ config: t }) => {
|
|
80
|
-
const d = t, { conceptNames: i = [], conceptUuid: l = [] } = d, s = te(/* @__PURE__ */ new Set()), a =
|
|
80
|
+
const d = t, { conceptNames: i = [], conceptUuid: l = [] } = d, s = te(/* @__PURE__ */ new Set()), a = C(), { addNotification: r } = B(), { t: o } = N(), n = Q({
|
|
81
81
|
queries: i.map((e) => ({
|
|
82
82
|
queryKey: ie(e),
|
|
83
|
-
queryFn: () =>
|
|
83
|
+
queryFn: () => H(e),
|
|
84
84
|
enabled: !!e
|
|
85
85
|
}))
|
|
86
86
|
});
|
|
87
|
-
|
|
87
|
+
T(() => {
|
|
88
88
|
n.forEach((e, m) => {
|
|
89
89
|
if (e.isError && !s.current.has(m)) {
|
|
90
|
-
const
|
|
90
|
+
const q = i[m];
|
|
91
91
|
r({
|
|
92
92
|
title: o("ERROR_DEFAULT_TITLE"),
|
|
93
|
-
message: o("ERROR_FETCHING_CONCEPT", { conceptName:
|
|
93
|
+
message: o("ERROR_FETCHING_CONCEPT", { conceptName: q }),
|
|
94
94
|
type: "error"
|
|
95
95
|
}), s.current.add(m);
|
|
96
96
|
} else e.isError || s.current.delete(m);
|
|
97
97
|
});
|
|
98
98
|
}, [n, i]);
|
|
99
|
-
const b =
|
|
99
|
+
const b = R(() => n.map((e) => e.data?.uuid).filter((e) => !!e), [n]), p = R(() => [.../* @__PURE__ */ new Set([...b, ...l])], [b, l]), y = R(() => i.length === 0 ? !0 : n.every((e) => !e.isLoading), [n, i.length]), {
|
|
100
100
|
data: u,
|
|
101
|
-
isLoading:
|
|
101
|
+
isLoading: k,
|
|
102
102
|
isError: g,
|
|
103
103
|
refetch: h
|
|
104
|
-
} =
|
|
104
|
+
} = K({
|
|
105
105
|
queryKey: ne(a, p),
|
|
106
106
|
queryFn: () => ee(a, p),
|
|
107
|
-
enabled: !!a && p.length > 0 &&
|
|
107
|
+
enabled: !!a && p.length > 0 && y
|
|
108
108
|
});
|
|
109
|
-
|
|
109
|
+
G(
|
|
110
110
|
(e) => {
|
|
111
111
|
e.patientUUID === a && e.updatedConcepts.size > 0 && [...e.updatedConcepts.keys()].some(
|
|
112
112
|
(m) => p.includes(m)
|
|
113
113
|
) && h();
|
|
114
114
|
},
|
|
115
115
|
[a, h]
|
|
116
|
-
),
|
|
116
|
+
), T(() => {
|
|
117
117
|
g && r({
|
|
118
118
|
title: o("ERROR_DEFAULT_TITLE"),
|
|
119
119
|
message: o("ERROR_FETCHING_OBSERVATIONS"),
|
|
120
120
|
type: "error"
|
|
121
121
|
});
|
|
122
122
|
}, [g]);
|
|
123
|
-
const f =
|
|
123
|
+
const f = R(() => {
|
|
124
124
|
if (!u) return [];
|
|
125
|
-
const e =
|
|
126
|
-
return
|
|
127
|
-
}, [u]),
|
|
125
|
+
const e = P(u), m = w(e);
|
|
126
|
+
return x(m);
|
|
127
|
+
}, [u]), D = [
|
|
128
128
|
{ key: "name", header: "name" },
|
|
129
129
|
{ key: "value", header: "value" },
|
|
130
130
|
{ key: "form", header: "form" }
|
|
131
|
-
],
|
|
131
|
+
], O = k || !y, _ = g && y, F = (!u || u.entry?.length === 0 || p.length === 0) && y, L = _ ? o("ERROR_FETCHING_OBSERVATIONS") : null, U = F ? o("NO_OBSERVATIONS_FOUND") : void 0, V = f.length > 0 && !O && !_, E = d.titleTranslationKey, v = E ? o(E) : "";
|
|
132
132
|
return /* @__PURE__ */ I(
|
|
133
133
|
"div",
|
|
134
134
|
{
|
|
135
135
|
id: "observations",
|
|
136
|
-
"data-testid":
|
|
136
|
+
"data-testid": E ? `observations-${v}` : "observations",
|
|
137
137
|
"aria-label": "observations-aria-label",
|
|
138
|
-
className:
|
|
138
|
+
className: $.observations,
|
|
139
139
|
children: [
|
|
140
140
|
/* @__PURE__ */ c(
|
|
141
|
-
|
|
141
|
+
M,
|
|
142
142
|
{
|
|
143
143
|
id: "observations-title",
|
|
144
|
-
testId:
|
|
145
|
-
title:
|
|
146
|
-
className:
|
|
147
|
-
children: /* @__PURE__ */ c("p", { children:
|
|
144
|
+
testId: E ? `observations-title-${v}` : "observations-title",
|
|
145
|
+
title: v,
|
|
146
|
+
className: $.title,
|
|
147
|
+
children: /* @__PURE__ */ c("p", { children: v })
|
|
148
148
|
}
|
|
149
149
|
),
|
|
150
|
-
|
|
151
|
-
|
|
150
|
+
V ? /* @__PURE__ */ c(se, { groupedData: f, title: v }) : /* @__PURE__ */ c(
|
|
151
|
+
X,
|
|
152
152
|
{
|
|
153
|
-
headers:
|
|
153
|
+
headers: D,
|
|
154
154
|
rows: [],
|
|
155
155
|
ariaLabel: o("OBSERVATIONS"),
|
|
156
|
-
loading:
|
|
157
|
-
errorStateMessage:
|
|
158
|
-
emptyStateMessage:
|
|
156
|
+
loading: O,
|
|
157
|
+
errorStateMessage: L,
|
|
158
|
+
emptyStateMessage: U,
|
|
159
159
|
dataTestId: "observations-table"
|
|
160
160
|
}
|
|
161
161
|
)
|