@bahmni/widgets 0.0.1-dev.325 → 0.0.1-dev.329
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-BCApmM0e.js → DocumentsTable-CensDFhN.js} +19 -19
- package/dist/{FormsTable-D4uH1t5n.js → FormsTable-DnuqfSeq.js} +56 -56
- package/dist/{Observations-BuBMVV44.js → Observations-B6hrSDAh.js} +11 -11
- package/dist/{index-0AuXrwfX.js → index-CRlR0q5_.js} +9865 -9769
- package/dist/index.js +17 -17
- package/dist/tasks/TaskList.d.ts.map +1 -1
- package/dist/tasks/__tests__/__mocks__/taskActionsMocks.d.ts +23 -0
- package/dist/tasks/__tests__/__mocks__/taskActionsMocks.d.ts.map +1 -0
- package/dist/tasks/__tests__/__mocks__/taskListMocks.d.ts +32 -0
- package/dist/tasks/__tests__/__mocks__/taskListMocks.d.ts.map +1 -1
- package/dist/tasks/components/TaskActions.d.ts +10 -0
- package/dist/tasks/components/TaskActions.d.ts.map +1 -0
- package/dist/tasks/components/actionHandlers.d.ts +9 -0
- package/dist/tasks/components/actionHandlers.d.ts.map +1 -0
- package/dist/tasks/models.d.ts +13 -13
- package/dist/tasks/models.d.ts.map +1 -1
- package/dist/tasks/utils.d.ts +21 -0
- package/dist/tasks/utils.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { jsx as r, jsxs as T, Fragment as
|
|
2
|
-
import { u as
|
|
1
|
+
import { jsx as r, jsxs as T, Fragment as Q } from "react/jsx-runtime";
|
|
2
|
+
import { u as Y, a as Z, P as X, Z as J, W as x, j as ee, b as te } from "./index-CRlR0q5_.js";
|
|
3
3
|
import { useQuery as ne } from "@tanstack/react-query";
|
|
4
4
|
import { useState as l, useCallback as _, useEffect as I, useMemo as p } from "react";
|
|
5
5
|
import { useTranslation as ae } from "react-i18next";
|
|
@@ -19,7 +19,7 @@ const oe = "DocumentsTable-module_documentsTableBody__6iR3w", se = "DocumentsTab
|
|
|
19
19
|
uploadedBy: "DOCUMENTS_UPLOADED_BY",
|
|
20
20
|
attachments: "DOCUMENTS_ATTACHMENTS"
|
|
21
21
|
};
|
|
22
|
-
function
|
|
22
|
+
function R(n) {
|
|
23
23
|
return !n || n.includes(":") ? "#" : `/openmrs/auth?requested_document=/document_images/${n}`;
|
|
24
24
|
}
|
|
25
25
|
function he(n, E) {
|
|
@@ -34,16 +34,16 @@ const Te = [
|
|
|
34
34
|
"attachments",
|
|
35
35
|
"uploadedOn",
|
|
36
36
|
"uploadedBy"
|
|
37
|
-
], _e = /\.(jpg|jpeg|png|gif|webp|bmp|svg)$/i,
|
|
37
|
+
], _e = /\.(jpg|jpeg|png|gif|webp|bmp|svg)$/i, B = (n) => n.attachments.length > 0 ? n.attachments : n.documentUrl ? [{ url: n.documentUrl, contentType: n.contentType }] : [], Ie = ({ config: n, encounterUuids: E }) => {
|
|
38
38
|
const [d, L] = l(!1), [s, U] = l(
|
|
39
39
|
null
|
|
40
40
|
), [F, A] = l(
|
|
41
41
|
/* @__PURE__ */ new Set()
|
|
42
|
-
), f =
|
|
42
|
+
), f = Y(), { t: o } = ae(), { addNotification: w } = Z(), V = Number(n?.pageSize) || 5, [N, C] = l(1), [u, $] = l(V), [k, O] = l(void 0), v = _((e) => {
|
|
43
43
|
U(e), L(!0);
|
|
44
44
|
}, []), H = _(() => {
|
|
45
45
|
L(!1), U(null), A(/* @__PURE__ */ new Set());
|
|
46
|
-
}, []),
|
|
46
|
+
}, []), P = _((e) => {
|
|
47
47
|
A((t) => new Set(t).add(e));
|
|
48
48
|
}, []), { data: i, isLoading: z, isError: S, error: y } = ne({
|
|
49
49
|
queryKey: [
|
|
@@ -75,9 +75,9 @@ const Te = [
|
|
|
75
75
|
const e = new AbortController();
|
|
76
76
|
return (async () => {
|
|
77
77
|
if (!d || !s) return;
|
|
78
|
-
const a = /* @__PURE__ */ new Set(), g =
|
|
78
|
+
const a = /* @__PURE__ */ new Set(), g = B(s);
|
|
79
79
|
for (let m = 0; m < g.length; m++) {
|
|
80
|
-
const b =
|
|
80
|
+
const b = R(g[m].url);
|
|
81
81
|
try {
|
|
82
82
|
(await fetch(b, {
|
|
83
83
|
method: "HEAD",
|
|
@@ -92,22 +92,22 @@ const Te = [
|
|
|
92
92
|
}, [d, s]);
|
|
93
93
|
const j = _(
|
|
94
94
|
(e, t) => {
|
|
95
|
-
t !== u ? (
|
|
95
|
+
t !== u ? ($(t), C(1), O(void 0)) : C(e);
|
|
96
96
|
},
|
|
97
97
|
[u]
|
|
98
98
|
), D = p(
|
|
99
99
|
() => n?.fields ?? Te,
|
|
100
100
|
[n?.fields]
|
|
101
|
-
), q = p(() => [...i?.documents ?? []].sort((t, a) => !t.uploadedOn && !a.uploadedOn ? 0 : t.uploadedOn ? a.uploadedOn ? new Date(a.uploadedOn).getTime() - new Date(t.uploadedOn).getTime() : -1 : 1), [i]),
|
|
101
|
+
), q = p(() => [...i?.documents ?? []].sort((t, a) => !t.uploadedOn && !a.uploadedOn ? 0 : t.uploadedOn ? a.uploadedOn ? new Date(a.uploadedOn).getTime() - new Date(t.uploadedOn).getTime() : -1 : 1), [i]), K = p(() => he(D, o), [D, o]), W = p(
|
|
102
102
|
() => D.map((e) => ({
|
|
103
103
|
key: e,
|
|
104
104
|
sortable: e !== "attachments"
|
|
105
105
|
})),
|
|
106
106
|
[D]
|
|
107
107
|
), h = p(
|
|
108
|
-
() => s ?
|
|
108
|
+
() => s ? B(s) : [],
|
|
109
109
|
[s]
|
|
110
|
-
),
|
|
110
|
+
), G = _(
|
|
111
111
|
(e, t) => {
|
|
112
112
|
switch (t) {
|
|
113
113
|
case "documentIdentifier":
|
|
@@ -138,18 +138,18 @@ const Te = [
|
|
|
138
138
|
},
|
|
139
139
|
[v, o]
|
|
140
140
|
);
|
|
141
|
-
return /* @__PURE__ */ T(
|
|
141
|
+
return /* @__PURE__ */ T(Q, { children: [
|
|
142
142
|
/* @__PURE__ */ r("div", { "data-testid": "documents-table", children: /* @__PURE__ */ r(
|
|
143
143
|
ee,
|
|
144
144
|
{
|
|
145
|
-
headers:
|
|
145
|
+
headers: K,
|
|
146
146
|
ariaLabel: o("DOCUMENTS_TABLE_HEADING"),
|
|
147
147
|
rows: q,
|
|
148
148
|
loading: z,
|
|
149
149
|
errorStateMessage: S ? y?.message : null,
|
|
150
|
-
sortable:
|
|
150
|
+
sortable: W,
|
|
151
151
|
emptyStateMessage: o("DOCUMENTS_NO_RECORDS"),
|
|
152
|
-
renderCell:
|
|
152
|
+
renderCell: G,
|
|
153
153
|
className: c.documentsTableBody,
|
|
154
154
|
dataTestId: "documents-table",
|
|
155
155
|
pageSize: u,
|
|
@@ -170,7 +170,7 @@ const Te = [
|
|
|
170
170
|
size: "lg",
|
|
171
171
|
testId: "document-view-modal",
|
|
172
172
|
children: /* @__PURE__ */ r("div", { className: c.documentViewerContainer, children: h.map((e, t) => {
|
|
173
|
-
const a =
|
|
173
|
+
const a = R(e.url), g = e.contentType?.toLowerCase().includes("pdf"), m = (e.contentType?.toLowerCase().includes("image") ?? !1) || _e.test(e.url ?? ""), b = F.has(t);
|
|
174
174
|
return a === "#" || b ? /* @__PURE__ */ T(
|
|
175
175
|
"div",
|
|
176
176
|
{
|
|
@@ -203,7 +203,7 @@ const Te = [
|
|
|
203
203
|
src: a,
|
|
204
204
|
alt: s.documentIdentifier,
|
|
205
205
|
className: c.documentImage,
|
|
206
|
-
onError: () =>
|
|
206
|
+
onError: () => P(t)
|
|
207
207
|
}
|
|
208
208
|
) : /* @__PURE__ */ r(
|
|
209
209
|
"iframe",
|
|
@@ -211,7 +211,7 @@ const Te = [
|
|
|
211
211
|
src: g ? `${a}#toolbar=0` : a,
|
|
212
212
|
className: c.documentIframe,
|
|
213
213
|
title: s.documentIdentifier,
|
|
214
|
-
onError: () =>
|
|
214
|
+
onError: () => P(t)
|
|
215
215
|
}
|
|
216
216
|
)
|
|
217
217
|
]
|
|
@@ -1,65 +1,65 @@
|
|
|
1
1
|
import { jsx as i, jsxs as te, Fragment as oe } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { N as se, u as ae, c as ne, l as de, d as ie, e as ce, Y as le, R as me, q as k, W as ue, Z as fe, j as x, T as ye, f as be, b as pe, O as he } from "./index-CRlR0q5_.js";
|
|
3
3
|
import { useQueryClient as ge, useQuery as p } from "@tanstack/react-query";
|
|
4
|
-
import { useState as
|
|
5
|
-
import { useTranslation as
|
|
6
|
-
const
|
|
7
|
-
formsTableBody:
|
|
4
|
+
import { useState as j, useMemo as d, useCallback as h } from "react";
|
|
5
|
+
import { useTranslation as Ne } from "react-i18next";
|
|
6
|
+
const Fe = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_customAccordianItem__isszs", v = {
|
|
7
|
+
formsTableBody: Fe,
|
|
8
8
|
customAccordianItem: Oe
|
|
9
|
-
},
|
|
9
|
+
}, Ee = (m) => m ? m.extension?.find(
|
|
10
10
|
(g) => g.url === se
|
|
11
|
-
)?.valueString : void 0,
|
|
11
|
+
)?.valueString : void 0, Te = ({
|
|
12
12
|
episodeOfCareUuids: m,
|
|
13
13
|
encounterUuids: c,
|
|
14
14
|
config: g
|
|
15
15
|
}) => {
|
|
16
|
-
const { t: n } =
|
|
17
|
-
numberOfVisits:
|
|
16
|
+
const { t: n } = Ne(), u = ae(), [y, M] = j(!1), [a, I] = j(null), {
|
|
17
|
+
numberOfVisits: P,
|
|
18
18
|
hideThumbnail: w = !1,
|
|
19
19
|
forms: b
|
|
20
|
-
} = g ?? {},
|
|
20
|
+
} = g ?? {}, A = ne(
|
|
21
21
|
m,
|
|
22
22
|
c
|
|
23
|
-
),
|
|
24
|
-
data:
|
|
25
|
-
isLoading:
|
|
26
|
-
isError:
|
|
27
|
-
error:
|
|
28
|
-
refetch:
|
|
23
|
+
), H = ge(), {
|
|
24
|
+
data: D = [],
|
|
25
|
+
isLoading: T,
|
|
26
|
+
isError: R,
|
|
27
|
+
error: K,
|
|
28
|
+
refetch: V
|
|
29
29
|
} = p({
|
|
30
30
|
queryKey: ["forms", u, m],
|
|
31
|
-
queryFn: () => de(u, void 0,
|
|
32
|
-
enabled: !!u && !
|
|
33
|
-
}),
|
|
34
|
-
let e =
|
|
31
|
+
queryFn: () => de(u, void 0, P),
|
|
32
|
+
enabled: !!u && !A
|
|
33
|
+
}), B = d(() => {
|
|
34
|
+
let e = D;
|
|
35
35
|
return c && c.length > 0 && (e = e.filter(
|
|
36
36
|
(t) => c.includes(t.encounterUuid)
|
|
37
37
|
)), Array.isArray(b) && b.length > 0 && (e = e.filter(
|
|
38
38
|
(t) => b.some((r) => r.toLowerCase() === t.formName.toLowerCase())
|
|
39
39
|
)), e;
|
|
40
|
-
}, [
|
|
40
|
+
}, [D, c, b]), { data: _ = [] } = p({
|
|
41
41
|
queryKey: ["observationForms"],
|
|
42
42
|
queryFn: () => ie()
|
|
43
43
|
}), L = h(
|
|
44
44
|
(e) => _.find((r) => r.name === e)?.uuid,
|
|
45
45
|
[_]
|
|
46
|
-
),
|
|
46
|
+
), N = d(() => {
|
|
47
47
|
if (a)
|
|
48
48
|
return L(a.formName);
|
|
49
49
|
}, [a, L]), {
|
|
50
50
|
data: l,
|
|
51
|
-
isLoading:
|
|
52
|
-
isError:
|
|
53
|
-
error:
|
|
51
|
+
isLoading: $,
|
|
52
|
+
isError: z,
|
|
53
|
+
error: F
|
|
54
54
|
} = p({
|
|
55
|
-
queryKey: ["formMetadata",
|
|
56
|
-
queryFn: () => ce(
|
|
57
|
-
enabled: !!
|
|
55
|
+
queryKey: ["formMetadata", N],
|
|
56
|
+
queryFn: () => ce(N),
|
|
57
|
+
enabled: !!N && y
|
|
58
58
|
}), {
|
|
59
59
|
data: O,
|
|
60
|
-
isLoading:
|
|
60
|
+
isLoading: G,
|
|
61
61
|
isError: Q,
|
|
62
|
-
error:
|
|
62
|
+
error: E
|
|
63
63
|
} = p({
|
|
64
64
|
queryKey: ["formsEncounterFHIR", a?.encounterUuid],
|
|
65
65
|
queryFn: () => le(a.encounterUuid),
|
|
@@ -67,12 +67,12 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
67
67
|
});
|
|
68
68
|
me(
|
|
69
69
|
(e) => {
|
|
70
|
-
e.patientUUID === u && e.updatedConcepts.size > 0 && (
|
|
70
|
+
e.patientUUID === u && e.updatedConcepts.size > 0 && (V(), H.invalidateQueries({ queryKey: ["formsEncounterFHIR"] }));
|
|
71
71
|
},
|
|
72
72
|
[u]
|
|
73
73
|
);
|
|
74
|
-
const
|
|
75
|
-
const r =
|
|
74
|
+
const W = d(() => !O?.entry || !a?.formName ? [] : O.entry.filter((t) => t.resource?.resourceType === "Observation").map((t) => t.resource).filter((t) => {
|
|
75
|
+
const r = Ee(t);
|
|
76
76
|
return !r || r.includes(a.formName);
|
|
77
77
|
}), [O, a?.formName]), Y = d(() => {
|
|
78
78
|
if (!l?.schema) return;
|
|
@@ -85,7 +85,7 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
85
85
|
return t(
|
|
86
86
|
l.schema.controls ?? []
|
|
87
87
|
), e.length > 0 ? e : void 0;
|
|
88
|
-
}, [l]),
|
|
88
|
+
}, [l]), Z = d(() => {
|
|
89
89
|
if (!l?.schema) return;
|
|
90
90
|
const e = {}, t = (r, o) => {
|
|
91
91
|
for (const s of r)
|
|
@@ -99,12 +99,12 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
99
99
|
l.schema.controls ?? [],
|
|
100
100
|
null
|
|
101
101
|
), Object.keys(e).length > 0 ? e : void 0;
|
|
102
|
-
}, [l]),
|
|
103
|
-
if (
|
|
104
|
-
return k(
|
|
105
|
-
if (
|
|
106
|
-
return k(
|
|
107
|
-
}, [
|
|
102
|
+
}, [l]), J = d(() => {
|
|
103
|
+
if (F)
|
|
104
|
+
return k(F).message;
|
|
105
|
+
if (E)
|
|
106
|
+
return k(E).message;
|
|
107
|
+
}, [F, E]), C = d(
|
|
108
108
|
() => [
|
|
109
109
|
{ key: "recordedOn", header: n("RECORDED_ON") },
|
|
110
110
|
{ key: "recordedBy", header: n("RECORDED_BY") }
|
|
@@ -117,7 +117,7 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
117
117
|
],
|
|
118
118
|
[]
|
|
119
119
|
), S = d(() => {
|
|
120
|
-
const e =
|
|
120
|
+
const e = B.reduce(
|
|
121
121
|
(r, o) => {
|
|
122
122
|
const s = o.formName;
|
|
123
123
|
r[s] ??= [];
|
|
@@ -141,10 +141,10 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
141
141
|
)
|
|
142
142
|
})
|
|
143
143
|
).sort((r, o) => r.formName.localeCompare(o.formName));
|
|
144
|
-
}, [
|
|
145
|
-
|
|
144
|
+
}, [B, n]), q = h((e) => {
|
|
145
|
+
I(e), M(!0);
|
|
146
146
|
}, []), ee = h(() => {
|
|
147
|
-
|
|
147
|
+
M(!1), I(null);
|
|
148
148
|
}, []), U = h(
|
|
149
149
|
(e, t) => {
|
|
150
150
|
switch (t) {
|
|
@@ -159,17 +159,17 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
159
159
|
[q]
|
|
160
160
|
);
|
|
161
161
|
return /* @__PURE__ */ te(oe, { children: [
|
|
162
|
-
/* @__PURE__ */ i("div", { id: "forms-table", "data-testid": "forms-table", children:
|
|
162
|
+
/* @__PURE__ */ i("div", { id: "forms-table", "data-testid": "forms-table", children: T || R || S.length === 0 || A ? /* @__PURE__ */ i(
|
|
163
163
|
x,
|
|
164
164
|
{
|
|
165
165
|
headers: C,
|
|
166
166
|
ariaLabel: n("FORMS_HEADING"),
|
|
167
167
|
rows: [],
|
|
168
|
-
loading:
|
|
169
|
-
errorStateMessage:
|
|
168
|
+
loading: T,
|
|
169
|
+
errorStateMessage: R ? K?.message : void 0,
|
|
170
170
|
emptyStateMessage: n("FORMS_UNAVAILABLE"),
|
|
171
171
|
renderCell: U,
|
|
172
|
-
className:
|
|
172
|
+
className: v.formsTableBody,
|
|
173
173
|
dataTestId: "forms-table"
|
|
174
174
|
}
|
|
175
175
|
) : /* @__PURE__ */ i(ye, { align: "start", children: S.map((e, t) => {
|
|
@@ -178,7 +178,7 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
178
178
|
be,
|
|
179
179
|
{
|
|
180
180
|
title: r,
|
|
181
|
-
className:
|
|
181
|
+
className: v.customAccordianItem,
|
|
182
182
|
testId: `accordian-title-${r}`,
|
|
183
183
|
open: t === 0,
|
|
184
184
|
children: /* @__PURE__ */ i(
|
|
@@ -192,7 +192,7 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
192
192
|
sortable: X,
|
|
193
193
|
emptyStateMessage: n("FORMS_UNAVAILABLE"),
|
|
194
194
|
renderCell: U,
|
|
195
|
-
className:
|
|
195
|
+
className: v.formsTableBody,
|
|
196
196
|
dataTestId: `forms-table-${r}`
|
|
197
197
|
}
|
|
198
198
|
)
|
|
@@ -215,15 +215,15 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
215
215
|
children: /* @__PURE__ */ i(
|
|
216
216
|
he,
|
|
217
217
|
{
|
|
218
|
-
observations:
|
|
219
|
-
isLoading:
|
|
220
|
-
isError:
|
|
221
|
-
errorMessage:
|
|
218
|
+
observations: W,
|
|
219
|
+
isLoading: $ || G,
|
|
220
|
+
isError: z || Q,
|
|
221
|
+
errorMessage: J,
|
|
222
222
|
emptyStateMessage: n("NO_FORM_DATA_AVAILABLE"),
|
|
223
223
|
testIdPrefix: a.formName,
|
|
224
224
|
hideThumbnail: w,
|
|
225
225
|
controlOrder: Y,
|
|
226
|
-
sectionMap:
|
|
226
|
+
sectionMap: Z
|
|
227
227
|
}
|
|
228
228
|
)
|
|
229
229
|
}
|
|
@@ -231,5 +231,5 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
231
231
|
] });
|
|
232
232
|
};
|
|
233
233
|
export {
|
|
234
|
-
|
|
234
|
+
Te as default
|
|
235
235
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as d, jsxs as N } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { g as H, J as D, t as K, h as V, F as w, X as k, i as j, Q as q, u as G, a as P, k as J, m as z, R as X, n as Y, o as W, s as Z, p as x, j as ee } from "./index-CRlR0q5_.js";
|
|
3
3
|
import { useQueries as te, useQuery as se } from "@tanstack/react-query";
|
|
4
4
|
import { useRef as oe, useEffect as S, useMemo as g } from "react";
|
|
5
|
-
import { useTranslation as
|
|
6
|
-
const
|
|
5
|
+
import { useTranslation as U } from "react-i18next";
|
|
6
|
+
const F = (t, i, c, l, u, r) => {
|
|
7
7
|
const s = K(t, i, u), o = s.value, a = V(o);
|
|
8
8
|
let n = o;
|
|
9
9
|
a === "Image" && (n = /* @__PURE__ */ d(
|
|
@@ -38,13 +38,13 @@ const B = (t, i, c, l, u, r) => {
|
|
|
38
38
|
`obs-${t.id}`
|
|
39
39
|
);
|
|
40
40
|
}, re = (t, i, c, l, u, r, s) => /* @__PURE__ */ d(
|
|
41
|
-
|
|
41
|
+
D,
|
|
42
42
|
{
|
|
43
43
|
title: t.display,
|
|
44
44
|
id: `grouped-obs-${t.display}-${l}`,
|
|
45
45
|
open: c,
|
|
46
46
|
children: t.members?.map(
|
|
47
|
-
(o, a) =>
|
|
47
|
+
(o, a) => F(
|
|
48
48
|
o,
|
|
49
49
|
a,
|
|
50
50
|
u,
|
|
@@ -60,17 +60,17 @@ const B = (t, i, c, l, u, r) => {
|
|
|
60
60
|
title: i = "",
|
|
61
61
|
hideThumbnail: c
|
|
62
62
|
}) => {
|
|
63
|
-
const { t: l } =
|
|
63
|
+
const { t: l } = U(), u = (r, s, o) => {
|
|
64
64
|
const a = H(r.encounterDetails, l);
|
|
65
65
|
return /* @__PURE__ */ N(
|
|
66
|
-
|
|
66
|
+
D,
|
|
67
67
|
{
|
|
68
68
|
title: a,
|
|
69
69
|
id: `encounter-${r.encounterId}`,
|
|
70
70
|
open: s,
|
|
71
71
|
children: [
|
|
72
72
|
r.observations.map(
|
|
73
|
-
(n, b) =>
|
|
73
|
+
(n, b) => F(
|
|
74
74
|
n,
|
|
75
75
|
b,
|
|
76
76
|
o,
|
|
@@ -114,7 +114,7 @@ const B = (t, i, c, l, u, r) => {
|
|
|
114
114
|
conceptNames: c = [],
|
|
115
115
|
conceptUuid: l = [],
|
|
116
116
|
hideThumbnail: u = !1
|
|
117
|
-
} = i, r = oe(/* @__PURE__ */ new Set()), s = G(), { addNotification: o } = P(), { t: a } =
|
|
117
|
+
} = i, r = oe(/* @__PURE__ */ new Set()), s = G(), { addNotification: o } = P(), { t: a } = U(), n = te({
|
|
118
118
|
queries: c.map((e) => ({
|
|
119
119
|
queryKey: ce(e),
|
|
120
120
|
queryFn: () => J(e),
|
|
@@ -161,7 +161,7 @@ const B = (t, i, c, l, u, r) => {
|
|
|
161
161
|
if (!m) return [];
|
|
162
162
|
const e = Y(m), v = W(e);
|
|
163
163
|
return Z(v);
|
|
164
|
-
}, [m]),
|
|
164
|
+
}, [m]), B = [
|
|
165
165
|
{ key: "name", header: "name" },
|
|
166
166
|
{ key: "value", header: "value" },
|
|
167
167
|
{ key: "form", header: "form" }
|
|
@@ -194,7 +194,7 @@ const B = (t, i, c, l, u, r) => {
|
|
|
194
194
|
) : /* @__PURE__ */ d(
|
|
195
195
|
ee,
|
|
196
196
|
{
|
|
197
|
-
headers:
|
|
197
|
+
headers: B,
|
|
198
198
|
rows: [],
|
|
199
199
|
ariaLabel: a("OBSERVATIONS"),
|
|
200
200
|
loading: I,
|