@bahmni/registration-app 0.0.1-dev.338 → 0.0.1-dev.342
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/App.d.ts.map +1 -1
- package/dist/{DocumentsTable-Cq55el4h-CpESRg6o.js → DocumentsTable-CwsQxB8z-B-MYv8jQ.js} +11 -11
- package/dist/{FormsTable-DJJY3k8g-BiNyN95b.js → FormsTable-D7qAq2oV-BSyg_8Bt.js} +68 -68
- package/dist/{LNWAZHJI-BeK659Vz.js → LNWAZHJI-dEtUjUQD.js} +5 -5
- package/dist/{MWZ6AO7Z-BbPeLxCj.js → MWZ6AO7Z-CiD3fJCe.js} +7 -7
- package/dist/{Observations-CHGrTi3--CfbZ119P.js → Observations-CuU8iPzI-CM-s8tGt.js} +36 -36
- package/dist/{YPM2AS64-C-raIn0u.js → YPM2AS64-BBHkfqKR.js} +181 -181
- package/dist/{index-CMTtgcpf.js → index-B2voj69C.js} +35757 -35609
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/dist/locales/locale_en.json +3 -0
- package/dist/locales/locale_es.json +3 -0
- package/dist/pages/PatientRegister/PatientRegister.d.ts.map +1 -1
- package/dist/pages/patientSearchPage/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/App.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../src/App.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../src/App.tsx"],"names":[],"mappings":"AAWA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAWnD,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAoD5B,CAAC;AAEF,OAAO,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as r, jsxs as h, Fragment as x } from "react/jsx-runtime";
|
|
2
|
-
import { l as G, u as W, B as Y,
|
|
2
|
+
import { l as G, u as W, B as Y, V as J, j as X, v as Z, S as ee, m as te } from "./index-B2voj69C.js";
|
|
3
3
|
import { useQuery as ae } from "@tanstack/react-query";
|
|
4
4
|
import { useState as c, useCallback as _, useEffect as I, 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", le = "DocumentsTable-module_documentIframe__ptq5I", ce = "DocumentsTable-module_documentImage__KQVgS", d = {
|
|
@@ -36,15 +36,15 @@ const Te = [
|
|
|
36
36
|
], he = /\.(jpg|jpeg|png|gif|webp|bmp|svg)$/i, R = (a) => a.attachments.length > 0 ? a.attachments : a.documentUrl ? [{ url: a.documentUrl, contentType: a.contentType }] : [], Ne = ({ config: a, encounterUuids: E }) => {
|
|
37
37
|
const [s, w] = c(!1), [o, U] = c(
|
|
38
38
|
null
|
|
39
|
-
), [
|
|
39
|
+
), [V, O] = c(
|
|
40
40
|
/* @__PURE__ */ new Set()
|
|
41
|
-
), g = G(), { t: n } = W(), { addNotification: L } = Y(),
|
|
41
|
+
), g = G(), { t: n } = W(), { addNotification: L } = Y(), $ = Number(a?.pageSize) || 5, [f, C] = c(1), [u, k] = c($), [F, A] = c(void 0), M = _((e) => {
|
|
42
42
|
U(e), w(!0);
|
|
43
|
-
}, []),
|
|
43
|
+
}, []), j = _(() => {
|
|
44
44
|
w(!1), U(null), O(/* @__PURE__ */ new Set());
|
|
45
45
|
}, []), v = _((e) => {
|
|
46
46
|
O((t) => new Set(t).add(e));
|
|
47
|
-
}, []), { data: i, isLoading:
|
|
47
|
+
}, []), { data: i, isLoading: H, isError: b, error: y } = ae({
|
|
48
48
|
queryKey: [
|
|
49
49
|
"documents",
|
|
50
50
|
g,
|
|
@@ -91,13 +91,13 @@ const Te = [
|
|
|
91
91
|
}, [s, o]);
|
|
92
92
|
const q = _(
|
|
93
93
|
(e, t) => {
|
|
94
|
-
t !== u ? (
|
|
94
|
+
t !== u ? (k(t), C(1), A(void 0)) : C(e);
|
|
95
95
|
},
|
|
96
96
|
[u]
|
|
97
97
|
), N = p(
|
|
98
98
|
() => a?.fields ?? Te,
|
|
99
99
|
[a?.fields]
|
|
100
|
-
),
|
|
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(N, n), [N, n]), K = p(
|
|
101
101
|
() => N.map((e) => ({
|
|
102
102
|
key: e,
|
|
103
103
|
sortable: e !== "attachments"
|
|
@@ -143,8 +143,8 @@ const Te = [
|
|
|
143
143
|
{
|
|
144
144
|
headers: z,
|
|
145
145
|
ariaLabel: n("DOCUMENTS_TABLE_HEADING"),
|
|
146
|
-
rows:
|
|
147
|
-
loading:
|
|
146
|
+
rows: P,
|
|
147
|
+
loading: H,
|
|
148
148
|
errorStateMessage: b ? y?.message : null,
|
|
149
149
|
sortable: K,
|
|
150
150
|
emptyStateMessage: n("DOCUMENTS_NO_RECORDS"),
|
|
@@ -163,13 +163,13 @@ const Te = [
|
|
|
163
163
|
id: "modalIdForActionAreaLayout",
|
|
164
164
|
portalId: "main-display-area",
|
|
165
165
|
open: s,
|
|
166
|
-
onRequestClose:
|
|
166
|
+
onRequestClose: j,
|
|
167
167
|
modalHeading: o.documentIdentifier,
|
|
168
168
|
passiveModal: !0,
|
|
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 = B(e.url), l = e.contentType?.toLowerCase().includes("pdf"), S = (e.contentType?.toLowerCase().includes("image") ?? !1) || he.test(e.url ?? ""), D =
|
|
172
|
+
const m = B(e.url), l = e.contentType?.toLowerCase().includes("pdf"), S = (e.contentType?.toLowerCase().includes("image") ?? !1) || he.test(e.url ?? ""), D = V.has(t);
|
|
173
173
|
return m === "#" || D ? /* @__PURE__ */ h(
|
|
174
174
|
"div",
|
|
175
175
|
{
|
|
@@ -1,61 +1,61 @@
|
|
|
1
1
|
import { jsx as i, jsxs as re, Fragment as oe } from "react/jsx-runtime";
|
|
2
|
-
import { u as ae, l as se,
|
|
3
|
-
import { useQueryClient as
|
|
4
|
-
import { useState as
|
|
2
|
+
import { u as ae, l as se, k as te, E as ne, N as de, a as ie, g as me, K as le, _ as ce, Z as q, v as ue, j as fe, S as k, L as ye, R as he, m as be, H as ge } from "./index-B2voj69C.js";
|
|
3
|
+
import { useQueryClient as pe, useQuery as y } from "@tanstack/react-query";
|
|
4
|
+
import { useState as H, useMemo as d, useCallback as h } from "react";
|
|
5
5
|
const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_customAccordianItem__isszs", A = {
|
|
6
6
|
formsTableBody: Ne,
|
|
7
7
|
customAccordianItem: Oe
|
|
8
|
-
},
|
|
9
|
-
episodeOfCareUuids:
|
|
8
|
+
}, ve = ({
|
|
9
|
+
episodeOfCareUuids: I,
|
|
10
10
|
encounterUuids: l,
|
|
11
|
-
config:
|
|
11
|
+
config: K
|
|
12
12
|
}) => {
|
|
13
|
-
const { t: n } = ae(), c = se(), [u,
|
|
14
|
-
numberOfVisits:
|
|
15
|
-
hideThumbnail:
|
|
13
|
+
const { t: n } = ae(), c = se(), [u, L] = H(!1), [s, T] = H(null), {
|
|
14
|
+
numberOfVisits: j,
|
|
15
|
+
hideThumbnail: w = !1,
|
|
16
16
|
forms: f
|
|
17
|
-
} =
|
|
18
|
-
|
|
17
|
+
} = K ?? {}, v = te(
|
|
18
|
+
I,
|
|
19
19
|
l
|
|
20
|
-
),
|
|
21
|
-
data:
|
|
22
|
-
isLoading:
|
|
23
|
-
isError:
|
|
24
|
-
error:
|
|
25
|
-
refetch:
|
|
20
|
+
), G = pe(), {
|
|
21
|
+
data: _ = [],
|
|
22
|
+
isLoading: B,
|
|
23
|
+
isError: E,
|
|
24
|
+
error: V,
|
|
25
|
+
refetch: $
|
|
26
26
|
} = y({
|
|
27
|
-
queryKey: ["forms", c,
|
|
28
|
-
queryFn: () => ne(c, void 0,
|
|
29
|
-
enabled: !!c && !
|
|
30
|
-
}),
|
|
31
|
-
let e =
|
|
27
|
+
queryKey: ["forms", c, I],
|
|
28
|
+
queryFn: () => ne(c, void 0, j),
|
|
29
|
+
enabled: !!c && !v
|
|
30
|
+
}), F = d(() => {
|
|
31
|
+
let e = _;
|
|
32
32
|
return l && l.length > 0 && (e = e.filter(
|
|
33
33
|
(r) => l.includes(r.encounterUuid)
|
|
34
34
|
)), Array.isArray(f) && f.length > 0 && (e = e.filter(
|
|
35
35
|
(r) => f.some((o) => o.toLowerCase() === r.formName.toLowerCase())
|
|
36
36
|
)), e;
|
|
37
|
-
}, [
|
|
37
|
+
}, [_, l, f]), { data: S = [] } = y({
|
|
38
38
|
queryKey: ["observationForms"],
|
|
39
39
|
queryFn: () => de()
|
|
40
|
-
}),
|
|
41
|
-
(e) =>
|
|
42
|
-
[
|
|
43
|
-
),
|
|
40
|
+
}), M = h(
|
|
41
|
+
(e) => S.find((r) => r.name === e)?.uuid,
|
|
42
|
+
[S]
|
|
43
|
+
), b = d(() => {
|
|
44
44
|
if (s)
|
|
45
|
-
return
|
|
46
|
-
}, [s,
|
|
45
|
+
return M(s.formName);
|
|
46
|
+
}, [s, M]), {
|
|
47
47
|
data: m,
|
|
48
|
-
isLoading:
|
|
48
|
+
isLoading: x,
|
|
49
49
|
isError: z,
|
|
50
|
-
error:
|
|
50
|
+
error: g
|
|
51
51
|
} = y({
|
|
52
|
-
queryKey: ["formMetadata",
|
|
53
|
-
queryFn: () => ie(
|
|
54
|
-
enabled: !!
|
|
52
|
+
queryKey: ["formMetadata", b],
|
|
53
|
+
queryFn: () => ie(b),
|
|
54
|
+
enabled: !!b && u
|
|
55
55
|
}), {
|
|
56
|
-
data:
|
|
57
|
-
isLoading:
|
|
58
|
-
isError:
|
|
56
|
+
data: p,
|
|
57
|
+
isLoading: Q,
|
|
58
|
+
isError: Z,
|
|
59
59
|
error: N
|
|
60
60
|
} = y({
|
|
61
61
|
queryKey: ["formsEncounterFHIR", s?.encounterUuid],
|
|
@@ -64,14 +64,14 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
64
64
|
});
|
|
65
65
|
le(
|
|
66
66
|
(e) => {
|
|
67
|
-
e.patientUUID === c && e.updatedConcepts.size > 0 && (
|
|
67
|
+
e.patientUUID === c && e.updatedConcepts.size > 0 && ($(), G.invalidateQueries({ queryKey: ["formsEncounterFHIR"] }));
|
|
68
68
|
},
|
|
69
69
|
[c]
|
|
70
70
|
);
|
|
71
|
-
const
|
|
71
|
+
const P = d(() => !p?.entry || !s?.formName ? [] : p.entry.filter((e) => e.resource?.resourceType === "Observation").map((e) => e.resource).filter((e) => {
|
|
72
72
|
const r = ce(e);
|
|
73
73
|
return !r || r.includes(s.formName);
|
|
74
|
-
}), [
|
|
74
|
+
}), [p, s?.formName]), Y = d(() => {
|
|
75
75
|
if (!m?.schema) return;
|
|
76
76
|
const e = [], r = (o) => {
|
|
77
77
|
(o ?? []).forEach((t) => {
|
|
@@ -97,11 +97,11 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
97
97
|
null
|
|
98
98
|
), Object.keys(e).length > 0 ? e : void 0;
|
|
99
99
|
}, [m]), W = d(() => {
|
|
100
|
-
if (
|
|
101
|
-
return q(
|
|
100
|
+
if (g)
|
|
101
|
+
return q(g).message;
|
|
102
102
|
if (N)
|
|
103
103
|
return q(N).message;
|
|
104
|
-
}, [
|
|
104
|
+
}, [g, N]), R = d(
|
|
105
105
|
() => [
|
|
106
106
|
{ key: "recordedOn", header: n("RECORDED_ON") },
|
|
107
107
|
{ key: "recordedBy", header: n("RECORDED_BY") }
|
|
@@ -113,8 +113,8 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
113
113
|
{ key: "recordedBy", sortable: !0 }
|
|
114
114
|
],
|
|
115
115
|
[]
|
|
116
|
-
),
|
|
117
|
-
const e =
|
|
116
|
+
), C = d(() => {
|
|
117
|
+
const e = F.reduce(
|
|
118
118
|
(r, o) => {
|
|
119
119
|
const t = o.formName;
|
|
120
120
|
r[t] ??= [];
|
|
@@ -138,50 +138,50 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
138
138
|
)
|
|
139
139
|
})
|
|
140
140
|
).sort((r, o) => r.formName.localeCompare(o.formName));
|
|
141
|
-
}, [
|
|
142
|
-
|
|
143
|
-
}, []), ee =
|
|
144
|
-
|
|
145
|
-
}, []), U =
|
|
141
|
+
}, [F, n]), D = h((e) => {
|
|
142
|
+
T(e), L(!0);
|
|
143
|
+
}, []), ee = h(() => {
|
|
144
|
+
L(!1), T(null);
|
|
145
|
+
}, []), U = h(
|
|
146
146
|
(e, r) => {
|
|
147
147
|
switch (r) {
|
|
148
148
|
case "recordedOn":
|
|
149
|
-
return /* @__PURE__ */ i(fe, { onClick: () =>
|
|
149
|
+
return /* @__PURE__ */ i(fe, { onClick: () => D(e), children: e.recordedOn });
|
|
150
150
|
case "recordedBy":
|
|
151
151
|
return e.recordedBy;
|
|
152
152
|
default:
|
|
153
153
|
return null;
|
|
154
154
|
}
|
|
155
155
|
},
|
|
156
|
-
[
|
|
156
|
+
[D]
|
|
157
157
|
);
|
|
158
158
|
return /* @__PURE__ */ re(oe, { children: [
|
|
159
|
-
/* @__PURE__ */ i("div", { id: "forms-table", "data-testid": "forms-table", children:
|
|
160
|
-
|
|
159
|
+
/* @__PURE__ */ i("div", { id: "forms-table", "data-testid": "forms-table", children: B || E || C.length === 0 || v ? /* @__PURE__ */ i(
|
|
160
|
+
k,
|
|
161
161
|
{
|
|
162
|
-
headers:
|
|
162
|
+
headers: R,
|
|
163
163
|
ariaLabel: n("FORMS_HEADING"),
|
|
164
164
|
rows: [],
|
|
165
|
-
loading:
|
|
166
|
-
errorStateMessage:
|
|
165
|
+
loading: B,
|
|
166
|
+
errorStateMessage: E ? V?.message : void 0,
|
|
167
167
|
emptyStateMessage: n("FORMS_UNAVAILABLE"),
|
|
168
168
|
renderCell: U,
|
|
169
169
|
className: A.formsTableBody,
|
|
170
170
|
dataTestId: "forms-table"
|
|
171
171
|
}
|
|
172
|
-
) : /* @__PURE__ */ i(ye, { align: "start", children:
|
|
172
|
+
) : /* @__PURE__ */ i(ye, { align: "start", children: C.map((e, r) => {
|
|
173
173
|
const { formName: o, records: t } = e;
|
|
174
174
|
return /* @__PURE__ */ i(
|
|
175
|
-
|
|
175
|
+
he,
|
|
176
176
|
{
|
|
177
177
|
title: o,
|
|
178
178
|
className: A.customAccordianItem,
|
|
179
179
|
testId: `accordian-title-${o}`,
|
|
180
180
|
open: r === 0,
|
|
181
181
|
children: /* @__PURE__ */ i(
|
|
182
|
-
|
|
182
|
+
k,
|
|
183
183
|
{
|
|
184
|
-
headers:
|
|
184
|
+
headers: R,
|
|
185
185
|
ariaLabel: n("FORMS_HEADING"),
|
|
186
186
|
rows: t,
|
|
187
187
|
loading: !1,
|
|
@@ -198,7 +198,7 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
198
198
|
);
|
|
199
199
|
}) }) }),
|
|
200
200
|
u && s && /* @__PURE__ */ i(
|
|
201
|
-
|
|
201
|
+
be,
|
|
202
202
|
{
|
|
203
203
|
id: "modalIdForActionAreaLayout",
|
|
204
204
|
portalId: "main-display-area",
|
|
@@ -210,15 +210,15 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
210
210
|
size: "md",
|
|
211
211
|
testId: "form-details-modal",
|
|
212
212
|
children: /* @__PURE__ */ i(
|
|
213
|
-
|
|
213
|
+
ge,
|
|
214
214
|
{
|
|
215
|
-
observations:
|
|
216
|
-
isLoading:
|
|
217
|
-
isError: z ||
|
|
215
|
+
observations: P,
|
|
216
|
+
isLoading: x || Q,
|
|
217
|
+
isError: z || Z,
|
|
218
218
|
errorMessage: W,
|
|
219
219
|
emptyStateMessage: n("NO_FORM_DATA_AVAILABLE"),
|
|
220
220
|
testIdPrefix: s.formName,
|
|
221
|
-
hideThumbnail:
|
|
221
|
+
hideThumbnail: w,
|
|
222
222
|
controlOrder: Y,
|
|
223
223
|
sectionMap: J
|
|
224
224
|
}
|
|
@@ -228,5 +228,5 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
228
228
|
] });
|
|
229
229
|
};
|
|
230
230
|
export {
|
|
231
|
-
|
|
231
|
+
ve as default
|
|
232
232
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-
|
|
2
|
-
import {
|
|
3
|
-
var
|
|
1
|
+
import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-BBHkfqKR.js";
|
|
2
|
+
import { p, q as d, r as e } from "./index-B2voj69C.js";
|
|
3
|
+
var f = (a) => {
|
|
4
4
|
const [r, t] = c({
|
|
5
5
|
prefix: "TanstackQueryDevtools"
|
|
6
|
-
}), n =
|
|
6
|
+
}), n = p(), s = d(() => {
|
|
7
7
|
const o = r.theme_preference || l;
|
|
8
8
|
return o !== "system" ? o : n();
|
|
9
9
|
});
|
|
@@ -27,7 +27,7 @@ var p = (a) => {
|
|
|
27
27
|
});
|
|
28
28
|
}
|
|
29
29
|
});
|
|
30
|
-
}, C =
|
|
30
|
+
}, C = f;
|
|
31
31
|
export {
|
|
32
32
|
C as default
|
|
33
33
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { c as
|
|
2
|
-
import {
|
|
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-BBHkfqKR.js";
|
|
2
|
+
import { p as v, q as C, r as e } from "./index-B2voj69C.js";
|
|
3
3
|
var h = (t) => {
|
|
4
|
-
const [r, o] =
|
|
4
|
+
const [r, o] = s({
|
|
5
5
|
prefix: "TanstackQueryDevtools"
|
|
6
|
-
}), a = v(),
|
|
6
|
+
}), a = v(), l = 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: l,
|
|
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
|
+
}, g = h;
|
|
40
40
|
export {
|
|
41
|
-
|
|
41
|
+
g as default
|
|
42
42
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as S, jsx as u } from "react/jsx-runtime";
|
|
2
|
-
import { l as
|
|
2
|
+
import { l as q, B as w, u as N, b as Q, w as k, K as z, A as H, C as M, z as x, c as G, S as Y, d as j, Y as A, e as P, f as J, h as W, o as X, i as Z, n as ee } from "./index-B2voj69C.js";
|
|
3
3
|
import { useQueries as ae, useQuery as te } from "@tanstack/react-query";
|
|
4
|
-
import { useRef as se, useEffect as
|
|
5
|
-
const
|
|
6
|
-
const t =
|
|
4
|
+
import { useRef as se, useEffect as I, useMemo as R } from "react";
|
|
5
|
+
const C = (a, n, d, l, b, r) => {
|
|
6
|
+
const t = P(a, n, b), s = t.value, o = J(s);
|
|
7
7
|
let i = s;
|
|
8
8
|
o === "Image" && (i = /* @__PURE__ */ u(
|
|
9
9
|
X,
|
|
@@ -37,13 +37,13 @@ const F = (a, n, d, l, b, r) => {
|
|
|
37
37
|
`obs-${a.id}`
|
|
38
38
|
);
|
|
39
39
|
}, re = (a, n, d, l, b, r, t) => /* @__PURE__ */ u(
|
|
40
|
-
|
|
40
|
+
A,
|
|
41
41
|
{
|
|
42
42
|
title: a.display,
|
|
43
43
|
id: `grouped-obs-${a.display}-${l}`,
|
|
44
44
|
open: d,
|
|
45
45
|
children: a.members?.map(
|
|
46
|
-
(s, o) =>
|
|
46
|
+
(s, o) => C(
|
|
47
47
|
s,
|
|
48
48
|
o,
|
|
49
49
|
b,
|
|
@@ -60,16 +60,16 @@ const F = (a, n, d, l, b, r) => {
|
|
|
60
60
|
hideThumbnail: d
|
|
61
61
|
}) => {
|
|
62
62
|
const { t: l } = N(), b = (r, t, s) => {
|
|
63
|
-
const o =
|
|
63
|
+
const o = j(r.encounterDetails, l);
|
|
64
64
|
return /* @__PURE__ */ S(
|
|
65
|
-
|
|
65
|
+
A,
|
|
66
66
|
{
|
|
67
67
|
title: o,
|
|
68
68
|
id: `encounter-${r.encounterId}`,
|
|
69
69
|
open: t,
|
|
70
70
|
children: [
|
|
71
71
|
r.observations.map(
|
|
72
|
-
(i, m) =>
|
|
72
|
+
(i, m) => C(
|
|
73
73
|
i,
|
|
74
74
|
m,
|
|
75
75
|
s,
|
|
@@ -105,7 +105,7 @@ const F = (a, n, d, l, b, r) => {
|
|
|
105
105
|
)
|
|
106
106
|
}
|
|
107
107
|
);
|
|
108
|
-
}, ie = "Observations-module_observations__RKSyo", ne = "Observations-module_title__TJL3z",
|
|
108
|
+
}, ie = "Observations-module_observations__RKSyo", ne = "Observations-module_title__TJL3z", $ = {
|
|
109
109
|
observations: ie,
|
|
110
110
|
title: ne
|
|
111
111
|
}, de = (a) => ["conceptUuid", a], le = (a, n) => ["observations", a, ...n], pe = ({ config: a }) => {
|
|
@@ -113,92 +113,92 @@ const F = (a, n, d, l, b, r) => {
|
|
|
113
113
|
conceptNames: d = [],
|
|
114
114
|
conceptUuid: l = [],
|
|
115
115
|
hideThumbnail: b = !1
|
|
116
|
-
} = n, r = se(/* @__PURE__ */ new Set()), t =
|
|
116
|
+
} = n, r = se(/* @__PURE__ */ new Set()), t = q(), { addNotification: s } = w(), { t: o } = N(), i = ae({
|
|
117
117
|
queries: d.map((e) => ({
|
|
118
118
|
queryKey: de(e),
|
|
119
|
-
queryFn: () =>
|
|
119
|
+
queryFn: () => Q(e),
|
|
120
120
|
enabled: !!e
|
|
121
121
|
}))
|
|
122
122
|
});
|
|
123
|
-
|
|
123
|
+
I(() => {
|
|
124
124
|
i.forEach((e, h) => {
|
|
125
125
|
if (e.isError && !r.current.has(h)) {
|
|
126
|
-
const
|
|
126
|
+
const V = d[h];
|
|
127
127
|
s({
|
|
128
128
|
title: o("ERROR_DEFAULT_TITLE"),
|
|
129
|
-
message: o("ERROR_FETCHING_CONCEPT", { conceptName:
|
|
129
|
+
message: o("ERROR_FETCHING_CONCEPT", { conceptName: V }),
|
|
130
130
|
type: "error"
|
|
131
131
|
}), r.current.add(h);
|
|
132
132
|
} else e.isError || r.current.delete(h);
|
|
133
133
|
});
|
|
134
134
|
}, [i, d]);
|
|
135
|
-
const m =
|
|
135
|
+
const m = R(() => i.map((e) => e.data?.uuid).filter((e) => !!e), [i]), p = R(() => [.../* @__PURE__ */ new Set([...m, ...l])], [m, l]), y = R(() => d.length === 0 ? !0 : i.every((e) => !e.isLoading), [i, d.length]), {
|
|
136
136
|
data: c,
|
|
137
|
-
isLoading:
|
|
137
|
+
isLoading: D,
|
|
138
138
|
isError: T,
|
|
139
139
|
refetch: g
|
|
140
140
|
} = te({
|
|
141
141
|
queryKey: le(t, p),
|
|
142
|
-
queryFn: () =>
|
|
142
|
+
queryFn: () => k(t, p),
|
|
143
143
|
enabled: !!t && p.length > 0 && y
|
|
144
144
|
});
|
|
145
|
-
|
|
145
|
+
z(
|
|
146
146
|
(e) => {
|
|
147
147
|
e.patientUUID === t && e.updatedConcepts.size > 0 && [...e.updatedConcepts.keys()].some(
|
|
148
148
|
(h) => p.includes(h)
|
|
149
149
|
) && g();
|
|
150
150
|
},
|
|
151
151
|
[t, g]
|
|
152
|
-
),
|
|
152
|
+
), I(() => {
|
|
153
153
|
T && s({
|
|
154
154
|
title: o("ERROR_DEFAULT_TITLE"),
|
|
155
155
|
message: o("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 = H(c), h = M(e);
|
|
162
|
+
return x(h);
|
|
163
|
+
}, [c]), F = [
|
|
164
164
|
{ key: "name", header: "name" },
|
|
165
165
|
{ key: "value", header: "value" },
|
|
166
166
|
{ key: "form", header: "form" }
|
|
167
|
-
],
|
|
167
|
+
], f = D || !y, _ = T && y, L = (!c || c.entry?.length === 0 || p.length === 0) && y, B = _ ? o("ERROR_FETCHING_OBSERVATIONS") : null, K = L ? o("NO_OBSERVATIONS_FOUND") : void 0, U = O.length > 0 && !f && !_, E = n.titleTranslationKey, v = E ? o(E) : "";
|
|
168
168
|
return /* @__PURE__ */ S(
|
|
169
169
|
"div",
|
|
170
170
|
{
|
|
171
171
|
id: "observations",
|
|
172
|
-
"data-testid":
|
|
172
|
+
"data-testid": E ? `observations-${v}` : "observations",
|
|
173
173
|
"aria-label": "observations-aria-label",
|
|
174
|
-
className:
|
|
174
|
+
className: $.observations,
|
|
175
175
|
children: [
|
|
176
176
|
/* @__PURE__ */ u(
|
|
177
|
-
|
|
177
|
+
G,
|
|
178
178
|
{
|
|
179
179
|
id: "observations-title",
|
|
180
|
-
testId:
|
|
180
|
+
testId: E ? `observations-title-${v}` : "observations-title",
|
|
181
181
|
title: v,
|
|
182
|
-
className:
|
|
182
|
+
className: $.title,
|
|
183
183
|
children: /* @__PURE__ */ u("p", { children: v })
|
|
184
184
|
}
|
|
185
185
|
),
|
|
186
|
-
|
|
186
|
+
U ? /* @__PURE__ */ u(
|
|
187
187
|
oe,
|
|
188
188
|
{
|
|
189
|
-
groupedData:
|
|
189
|
+
groupedData: O,
|
|
190
190
|
title: v,
|
|
191
191
|
hideThumbnail: b
|
|
192
192
|
}
|
|
193
193
|
) : /* @__PURE__ */ u(
|
|
194
|
-
|
|
194
|
+
Y,
|
|
195
195
|
{
|
|
196
|
-
headers:
|
|
196
|
+
headers: F,
|
|
197
197
|
rows: [],
|
|
198
198
|
ariaLabel: o("OBSERVATIONS"),
|
|
199
|
-
loading:
|
|
199
|
+
loading: f,
|
|
200
200
|
errorStateMessage: B,
|
|
201
|
-
emptyStateMessage:
|
|
201
|
+
emptyStateMessage: K,
|
|
202
202
|
dataTestId: "observations-table"
|
|
203
203
|
}
|
|
204
204
|
)
|