@bahmni/appointments-app 0.0.1-dev.174 → 0.0.1-dev.176
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--BMJKb_Bx.js → DocumentsTable-DnvW9het-BnV0iBE2.js} +145 -144
- package/dist/{FormsTable-DL_zg0dG-DklS2lg4.js → FormsTable-zSGP5fgV-BhX9Cxni.js} +97 -96
- package/dist/{LNWAZHJI-Cu_Hh8TR.js → LNWAZHJI-CyA84bog.js} +2 -2
- package/dist/{MWZ6AO7Z-Db0lpiDb.js → MWZ6AO7Z-CIiz_hys.js} +5 -5
- package/dist/{Observations-c94Dp42v-3_rS3WGP.js → Observations-CLHIAmWH-CHlWbAL6.js} +31 -31
- package/dist/{YPM2AS64-PGEFZISM.js → YPM2AS64-VX3qhocS.js} +181 -181
- package/dist/{index-B0lOgWbO.js → index-mSxGH2KX.js} +23310 -23305
- package/dist/index.js +1 -1
- 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
|
|
5
|
-
formsTableBody:
|
|
6
|
-
customAccordianItem:
|
|
7
|
-
formContent:
|
|
1
|
+
import { jsx as s, jsxs as p, Fragment as P } from "react/jsx-runtime";
|
|
2
|
+
import { u as ee, f as re, E as ae, d as te, a as A, H as oe, b as ne, D as se, A as U, e as de, Y as me, G as ie, y as le, Z as q, P as ce, p as ue, T as F, g as be, h as pe, i as _e, j as fe, U as $e, q as ge, W as ve, F as he } from "./index-mSxGH2KX.js";
|
|
3
|
+
import { useState as H, useMemo as h, useCallback as R } from "react";
|
|
4
|
+
const ye = "_formsTableBody_1pd36_1", Ne = "_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", Ie = "_rowLabel_1pd36_58", Te = "_rowValue_1pd36_67", Me = "_groupMembers_1pd36_75", Ve = "_memberRow_1pd36_81", Se = "_memberLabel_1pd36_86", De = "_memberValue_1pd36_94", Ee = "_abnormalValue_1pd36_102", we = "_commentSection_1pd36_110", xe = "_commentText_1pd36_116", Be = "_nestedGroup_1pd36_125", Ge = "_nestedGroupLabel_1pd36_132", Ue = "_nestedGroupMembers_1pd36_141", o = {
|
|
5
|
+
formsTableBody: ye,
|
|
6
|
+
customAccordianItem: Ne,
|
|
7
|
+
formContent: Ae,
|
|
8
8
|
formDetailsContainer: Re,
|
|
9
|
-
observation:
|
|
10
|
-
groupContainer:
|
|
11
|
-
rowContainer:
|
|
12
|
-
groupLabel:
|
|
13
|
-
rowLabel:
|
|
14
|
-
rowValue:
|
|
15
|
-
groupMembers:
|
|
9
|
+
observation: Fe,
|
|
10
|
+
groupContainer: Le,
|
|
11
|
+
rowContainer: Ce,
|
|
12
|
+
groupLabel: Oe,
|
|
13
|
+
rowLabel: Ie,
|
|
14
|
+
rowValue: Te,
|
|
15
|
+
groupMembers: Me,
|
|
16
16
|
memberRow: Ve,
|
|
17
|
-
memberLabel:
|
|
18
|
-
memberValue:
|
|
19
|
-
abnormalValue:
|
|
20
|
-
commentSection:
|
|
21
|
-
commentText:
|
|
22
|
-
nestedGroup:
|
|
17
|
+
memberLabel: Se,
|
|
18
|
+
memberValue: De,
|
|
19
|
+
abnormalValue: Ee,
|
|
20
|
+
commentSection: we,
|
|
21
|
+
commentText: xe,
|
|
22
|
+
nestedGroup: Be,
|
|
23
23
|
nestedGroupLabel: Ge,
|
|
24
24
|
nestedGroupMembers: Ue
|
|
25
|
-
},
|
|
25
|
+
}, K = (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 = ({
|
|
@@ -64,23 +64,23 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
|
|
|
64
64
|
{
|
|
65
65
|
className: o.nestedGroupMembers,
|
|
66
66
|
"data-testid": `${t}obs-nested-group-members-${m}-${n}`,
|
|
67
|
-
children: e.members?.map((
|
|
67
|
+
children: e.members?.map((y, N) => /* @__PURE__ */ s(
|
|
68
68
|
j,
|
|
69
69
|
{
|
|
70
|
-
member:
|
|
70
|
+
member: y,
|
|
71
71
|
depth: r + 1,
|
|
72
|
-
memberIndex:
|
|
72
|
+
memberIndex: N,
|
|
73
73
|
formName: a
|
|
74
74
|
},
|
|
75
|
-
`${
|
|
75
|
+
`${y.id}`
|
|
76
76
|
))
|
|
77
77
|
}
|
|
78
78
|
)
|
|
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 ? K(f) : null;
|
|
83
|
+
return /* @__PURE__ */ p(P, { 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 ? K(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, Pe = (e) => {
|
|
219
219
|
if (e)
|
|
220
220
|
return e.note?.[0]?.text;
|
|
221
|
-
},
|
|
222
|
-
const n =
|
|
221
|
+
}, Ke = (e, r) => e.entry?.find((n) => n.resource?.id === r)?.resource, I = (e, r) => {
|
|
222
|
+
const n = Ke(e, r);
|
|
223
223
|
return n ? {
|
|
224
|
-
formFieldPath:
|
|
225
|
-
comment:
|
|
224
|
+
formFieldPath: He(n),
|
|
225
|
+
comment: Pe(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 } = I(
|
|
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 } = I(e, a.id);
|
|
241
241
|
return (a.members ?? []).map((c) => {
|
|
242
|
-
const { comment: m } =
|
|
242
|
+
const { comment: m } = I(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
|
-
isLoading:
|
|
260
|
-
isError:
|
|
261
|
-
error:
|
|
262
|
-
refetch:
|
|
263
|
-
} =
|
|
259
|
+
isLoading: y,
|
|
260
|
+
isError: N,
|
|
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: M = [] } = A({
|
|
270
270
|
queryKey: ["observationForms"],
|
|
271
271
|
queryFn: () => ge()
|
|
272
272
|
}), V = R(
|
|
273
|
-
(i) =>
|
|
274
|
-
[
|
|
275
|
-
),
|
|
273
|
+
(i) => M.find((u) => u.name === i)?.uuid,
|
|
274
|
+
[M]
|
|
275
|
+
), L = h(() => {
|
|
276
276
|
if (t)
|
|
277
277
|
return V(t.formName);
|
|
278
|
-
}, [t, V]), { isLoading:
|
|
279
|
-
queryKey: ["formMetadata",
|
|
280
|
-
queryFn: () => ve(
|
|
281
|
-
enabled: !!
|
|
278
|
+
}, [t, V]), { 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: z,
|
|
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
|
+
), W = h(
|
|
307
307
|
() => [
|
|
308
308
|
{ key: "recordedOn", sortable: !0 },
|
|
309
309
|
{ key: "recordedBy", sortable: !0 }
|
|
310
310
|
],
|
|
311
311
|
[]
|
|
312
|
-
),
|
|
313
|
-
const i =
|
|
312
|
+
), x = 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,11 +330,11 @@ 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]), B = R((i) => {
|
|
338
338
|
b(i), m(!0);
|
|
339
339
|
}, []), X = R(() => {
|
|
340
340
|
m(!1), b(null);
|
|
@@ -342,30 +342,30 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
|
|
|
342
342
|
(i, u) => {
|
|
343
343
|
switch (u) {
|
|
344
344
|
case "recordedOn":
|
|
345
|
-
return /* @__PURE__ */ s(se, { onClick: () =>
|
|
345
|
+
return /* @__PURE__ */ s(se, { onClick: () => B(i), children: i.recordedOn });
|
|
346
346
|
case "recordedBy":
|
|
347
347
|
return i.recordedBy;
|
|
348
348
|
default:
|
|
349
349
|
return null;
|
|
350
350
|
}
|
|
351
351
|
},
|
|
352
|
-
[
|
|
352
|
+
[B]
|
|
353
353
|
);
|
|
354
|
-
return /* @__PURE__ */ p(
|
|
355
|
-
/* @__PURE__ */ s("div", { "data-testid": "forms-table", children:
|
|
354
|
+
return /* @__PURE__ */ p(P, { children: [
|
|
355
|
+
/* @__PURE__ */ s("div", { "data-testid": "forms-table", children: y || N || x.length === 0 || _ ? /* @__PURE__ */ s(
|
|
356
356
|
U,
|
|
357
357
|
{
|
|
358
|
-
headers:
|
|
358
|
+
headers: w,
|
|
359
359
|
ariaLabel: a("FORMS_HEADING"),
|
|
360
360
|
rows: [],
|
|
361
|
-
loading:
|
|
362
|
-
errorStateMessage:
|
|
361
|
+
loading: y,
|
|
362
|
+
errorStateMessage: N ? 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: x.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: W,
|
|
386
386
|
emptyStateMessage: a("FORMS_UNAVAILABLE"),
|
|
387
387
|
renderCell: G,
|
|
388
388
|
className: o.formsTableBody,
|
|
@@ -397,6 +397,7 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
|
|
|
397
397
|
ie,
|
|
398
398
|
{
|
|
399
399
|
id: "modalIdForActionAreaLayout",
|
|
400
|
+
portalId: "main-display-area",
|
|
400
401
|
open: c,
|
|
401
402
|
onRequestClose: X,
|
|
402
403
|
modalHeading: t.formName,
|
|
@@ -404,7 +405,7 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
|
|
|
404
405
|
passiveModal: !0,
|
|
405
406
|
size: "md",
|
|
406
407
|
testId: "form-details-modal",
|
|
407
|
-
children: /* @__PURE__ */ s("div", { className: o.formContent, children:
|
|
408
|
+
children: /* @__PURE__ */ s("div", { className: o.formContent, children: Z || z ? /* @__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
409
|
qe,
|
|
409
410
|
{
|
|
410
411
|
observation: i,
|
|
@@ -419,5 +420,5 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
|
|
|
419
420
|
] });
|
|
420
421
|
};
|
|
421
422
|
export {
|
|
422
|
-
|
|
423
|
+
Ze as default
|
|
423
424
|
};
|
|
@@ -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-VX3qhocS.js";
|
|
2
|
+
import { r as d, s as f, t as e } from "./index-mSxGH2KX.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-VX3qhocS.js";
|
|
2
|
+
import { r as v, s as C, t as e } from "./index-mSxGH2KX.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,10 +1,10 @@
|
|
|
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 q, o as C, u as N, k as H, B as Q, a as K, H as j, P as w, Q as x, l as G, m as M, A as P, J as X, V as S, X as J, g as z, R as Y, h as Z, i as W, n as ee } from "./index-mSxGH2KX.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
10
|
}), p = t.display, v = t.observationValue?.isAbnormal ? "abnormal-obs" : "obs", u = l ? `${l}-${v}-${p}-${i}-${d}` : `${v}-${p}-${i}-${d}`;
|
|
@@ -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 = X(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,18 +73,18 @@ 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 = q(), { addNotification: r } = C(), { t: o } = N(), n = H({
|
|
81
81
|
queries: i.map((e) => ({
|
|
82
82
|
queryKey: ie(e),
|
|
83
|
-
queryFn: () =>
|
|
83
|
+
queryFn: () => Q(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
90
|
const k = i[m];
|
|
@@ -96,12 +96,12 @@ const D = (t, d, i, l, s) => {
|
|
|
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]), v = R(() => i.length === 0 ? !0 : n.every((e) => !e.isLoading), [n, i.length]), {
|
|
100
100
|
data: u,
|
|
101
|
-
isLoading:
|
|
101
|
+
isLoading: B,
|
|
102
102
|
isError: g,
|
|
103
103
|
refetch: h
|
|
104
|
-
} =
|
|
104
|
+
} = K({
|
|
105
105
|
queryKey: ne(a, p),
|
|
106
106
|
queryFn: () => ee(a, p),
|
|
107
107
|
enabled: !!a && p.length > 0 && v
|
|
@@ -113,49 +113,49 @@ const D = (t, d, i, l, s) => {
|
|
|
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 =
|
|
125
|
+
const e = w(u), m = x(e);
|
|
126
126
|
return G(m);
|
|
127
|
-
}, [u]),
|
|
127
|
+
}, [u]), D = [
|
|
128
128
|
{ key: "name", header: "name" },
|
|
129
129
|
{ key: "value", header: "value" },
|
|
130
130
|
{ key: "form", header: "form" }
|
|
131
|
-
],
|
|
131
|
+
], O = B || !v, _ = g && v, F = (!u || u.entry?.length === 0 || p.length === 0) && v, L = _ ? o("ERROR_FETCHING_OBSERVATIONS") : null, U = F ? o("NO_OBSERVATIONS_FOUND") : void 0, V = f.length > 0 && !O && !_, E = d.titleTranslationKey, y = 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-${y}` : "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:
|
|
144
|
+
testId: E ? `observations-title-${y}` : "observations-title",
|
|
145
145
|
title: y,
|
|
146
|
-
className:
|
|
146
|
+
className: $.title,
|
|
147
147
|
children: /* @__PURE__ */ c("p", { children: y })
|
|
148
148
|
}
|
|
149
149
|
),
|
|
150
|
-
|
|
151
|
-
|
|
150
|
+
V ? /* @__PURE__ */ c(se, { groupedData: f, title: y }) : /* @__PURE__ */ c(
|
|
151
|
+
P,
|
|
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
|
)
|