@bahmni/widgets 0.0.1-dev.306 → 0.0.1-dev.311
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-Bdd_2VbQ.js → DocumentsTable-BDwPkT3o.js} +31 -31
- package/dist/{FormsTable-BE5L2Lku.js → FormsTable-HPpw1ZAS.js} +50 -50
- package/dist/{Observations-C5_s8JJs.js → Observations-ByVqCjFc.js} +39 -39
- package/dist/documentPrintButton/DocumentPrintButton.d.ts +4 -1
- package/dist/documentPrintButton/DocumentPrintButton.d.ts.map +1 -1
- package/dist/documentPrintButton/printViaIframe.d.ts +2 -0
- package/dist/documentPrintButton/printViaIframe.d.ts.map +1 -0
- package/dist/genericServiceRequest/GenericServiceRequestTable.d.ts.map +1 -1
- package/dist/genericServiceRequest/__tests__/__mocks__/serviceRequestMocks.d.ts +15 -0
- package/dist/genericServiceRequest/__tests__/__mocks__/serviceRequestMocks.d.ts.map +1 -0
- package/dist/{index-BxMJqMBe.js → index-BPBDx228.js} +72608 -72379
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +28 -27
- package/dist/registry/widgetMap.d.ts.map +1 -1
- package/dist/tasks/TaskList.d.ts +9 -0
- package/dist/tasks/TaskList.d.ts.map +1 -0
- package/dist/tasks/__tests__/__mocks__/taskListMocks.d.ts +16 -0
- package/dist/tasks/__tests__/__mocks__/taskListMocks.d.ts.map +1 -0
- package/dist/tasks/index.d.ts +2 -0
- package/dist/tasks/index.d.ts.map +1 -0
- package/dist/tasks/models.d.ts +28 -0
- package/dist/tasks/models.d.ts.map +1 -0
- package/package.json +1 -1
- package/dist/documentPrintButton/usePrintDocument.d.ts +0 -12
- package/dist/documentPrintButton/usePrintDocument.d.ts.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as r, jsxs as T, Fragment as Y } from "react/jsx-runtime";
|
|
2
|
-
import { u as W, a as
|
|
2
|
+
import { u as W, a as Z, S as X, Z as J, $ as x, j as ee, P as te } from "./index-BPBDx228.js";
|
|
3
3
|
import { useQuery as ne } from "@tanstack/react-query";
|
|
4
|
-
import { useState as l, useCallback as _, useEffect as
|
|
4
|
+
import { useState as l, useCallback as _, useEffect as I, useMemo as p } from "react";
|
|
5
5
|
import { useTranslation as ae } from "react-i18next";
|
|
6
6
|
const oe = "DocumentsTable-module_documentsTableBody__6iR3w", se = "DocumentsTable-module_viewAttachmentsLink__aQ1on", re = "DocumentsTable-module_documentViewerContainer__F5m8D", ce = "DocumentsTable-module_attachmentItem__17KA7", de = "DocumentsTable-module_attachmentCounter__WFiI3", me = "DocumentsTable-module_attachmentError__RI4U2", le = "DocumentsTable-module_documentIframe__ptq5I", ue = "DocumentsTable-module_documentImage__KQVgS", c = {
|
|
7
7
|
documentsTableBody: oe,
|
|
@@ -34,18 +34,18 @@ const Te = [
|
|
|
34
34
|
"attachments",
|
|
35
35
|
"uploadedOn",
|
|
36
36
|
"uploadedBy"
|
|
37
|
-
], _e = /\.(jpg|jpeg|png|gif|webp|bmp|svg)$/i,
|
|
38
|
-
const [d,
|
|
37
|
+
], _e = /\.(jpg|jpeg|png|gif|webp|bmp|svg)$/i, P = (n) => n.attachments.length > 0 ? n.attachments : n.documentUrl ? [{ url: n.documentUrl, contentType: n.contentType }] : [], Ie = ({ config: n, encounterUuids: E }) => {
|
|
38
|
+
const [d, L] = l(!1), [s, U] = l(
|
|
39
39
|
null
|
|
40
|
-
), [
|
|
40
|
+
), [F, A] = l(
|
|
41
41
|
/* @__PURE__ */ new Set()
|
|
42
|
-
), f = W(), { t: o } = ae(), { addNotification:
|
|
43
|
-
|
|
44
|
-
}, []),
|
|
45
|
-
|
|
42
|
+
), f = W(), { t: o } = ae(), { addNotification: w } = Z(), $ = Number(n?.pageSize) || 5, [N, C] = l(1), [u, V] = l($), [k, O] = l(void 0), v = _((e) => {
|
|
43
|
+
U(e), L(!0);
|
|
44
|
+
}, []), H = _(() => {
|
|
45
|
+
L(!1), U(null), A(/* @__PURE__ */ new Set());
|
|
46
46
|
}, []), R = _((e) => {
|
|
47
47
|
A((t) => new Set(t).add(e));
|
|
48
|
-
}, []), { data: i, isLoading:
|
|
48
|
+
}, []), { data: i, isLoading: z, isError: S, error: y } = ne({
|
|
49
49
|
queryKey: [
|
|
50
50
|
"documents",
|
|
51
51
|
f,
|
|
@@ -54,30 +54,30 @@ const Te = [
|
|
|
54
54
|
u
|
|
55
55
|
],
|
|
56
56
|
enabled: !!f,
|
|
57
|
-
queryFn: () =>
|
|
57
|
+
queryFn: () => X(
|
|
58
58
|
f,
|
|
59
59
|
E,
|
|
60
60
|
u,
|
|
61
61
|
N
|
|
62
62
|
)
|
|
63
63
|
});
|
|
64
|
-
|
|
64
|
+
I(() => {
|
|
65
65
|
i && O(i.total);
|
|
66
|
-
}, [i]),
|
|
66
|
+
}, [i]), I(() => {
|
|
67
67
|
C(1), O(void 0);
|
|
68
|
-
}, [f]),
|
|
69
|
-
S &&
|
|
68
|
+
}, [f]), I(() => {
|
|
69
|
+
S && w({
|
|
70
70
|
title: o("ERROR_DEFAULT_TITLE"),
|
|
71
71
|
message: y?.message ?? "",
|
|
72
72
|
type: "error"
|
|
73
73
|
});
|
|
74
|
-
}, [S, y,
|
|
74
|
+
}, [S, y, w, o]), I(() => {
|
|
75
75
|
const e = new AbortController();
|
|
76
76
|
return (async () => {
|
|
77
77
|
if (!d || !s) return;
|
|
78
|
-
const a = /* @__PURE__ */ new Set(),
|
|
79
|
-
for (let m = 0; m <
|
|
80
|
-
const b = B(
|
|
78
|
+
const a = /* @__PURE__ */ new Set(), g = P(s);
|
|
79
|
+
for (let m = 0; m < g.length; m++) {
|
|
80
|
+
const b = B(g[m].url);
|
|
81
81
|
try {
|
|
82
82
|
(await fetch(b, {
|
|
83
83
|
method: "HEAD",
|
|
@@ -90,22 +90,22 @@ const Te = [
|
|
|
90
90
|
e.signal.aborted || A(a);
|
|
91
91
|
})(), () => e.abort();
|
|
92
92
|
}, [d, s]);
|
|
93
|
-
const
|
|
93
|
+
const j = _(
|
|
94
94
|
(e, t) => {
|
|
95
|
-
t !== u ? (
|
|
95
|
+
t !== u ? (V(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
|
-
),
|
|
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]), G = 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 ? P(s) : [],
|
|
109
109
|
[s]
|
|
110
110
|
), Q = _(
|
|
111
111
|
(e, t) => {
|
|
@@ -124,7 +124,7 @@ const Te = [
|
|
|
124
124
|
return e.uploadedBy ?? o("DOCUMENTS_NOT_AVAILABLE");
|
|
125
125
|
case "attachments":
|
|
126
126
|
return e.attachments.length > 0 || !!e.documentUrl ? /* @__PURE__ */ r(
|
|
127
|
-
|
|
127
|
+
J,
|
|
128
128
|
{
|
|
129
129
|
onClick: () => v(e),
|
|
130
130
|
className: c.viewAttachmentsLink,
|
|
@@ -144,8 +144,8 @@ const Te = [
|
|
|
144
144
|
{
|
|
145
145
|
headers: K,
|
|
146
146
|
ariaLabel: o("DOCUMENTS_TABLE_HEADING"),
|
|
147
|
-
rows:
|
|
148
|
-
loading:
|
|
147
|
+
rows: q,
|
|
148
|
+
loading: z,
|
|
149
149
|
errorStateMessage: S ? y?.message : null,
|
|
150
150
|
sortable: G,
|
|
151
151
|
emptyStateMessage: o("DOCUMENTS_NO_RECORDS"),
|
|
@@ -155,7 +155,7 @@ const Te = [
|
|
|
155
155
|
pageSize: u,
|
|
156
156
|
totalItems: k,
|
|
157
157
|
page: N,
|
|
158
|
-
onPageChange:
|
|
158
|
+
onPageChange: j
|
|
159
159
|
}
|
|
160
160
|
) }),
|
|
161
161
|
d && s && /* @__PURE__ */ r(
|
|
@@ -164,13 +164,13 @@ const Te = [
|
|
|
164
164
|
id: "modalIdForActionAreaLayout",
|
|
165
165
|
portalId: "main-display-area",
|
|
166
166
|
open: d,
|
|
167
|
-
onRequestClose:
|
|
167
|
+
onRequestClose: H,
|
|
168
168
|
modalHeading: s.documentIdentifier,
|
|
169
169
|
passiveModal: !0,
|
|
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 = B(e.url),
|
|
173
|
+
const a = B(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
|
{
|
|
@@ -208,7 +208,7 @@ const Te = [
|
|
|
208
208
|
) : /* @__PURE__ */ r(
|
|
209
209
|
"iframe",
|
|
210
210
|
{
|
|
211
|
-
src:
|
|
211
|
+
src: g ? `${a}#toolbar=0` : a,
|
|
212
212
|
className: c.documentIframe,
|
|
213
213
|
title: s.documentIdentifier,
|
|
214
214
|
onError: () => R(t)
|
|
@@ -224,5 +224,5 @@ const Te = [
|
|
|
224
224
|
] });
|
|
225
225
|
};
|
|
226
226
|
export {
|
|
227
|
-
|
|
227
|
+
Ie as default
|
|
228
228
|
};
|
|
@@ -1,80 +1,80 @@
|
|
|
1
1
|
import { jsx as i, jsxs as te, Fragment as oe } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
import { useQueryClient as ge, useQuery as
|
|
4
|
-
import { useState as
|
|
2
|
+
import { X as se, u as ae, H as ne, s as de, r as ie, n as ce, F as le, w as me, M as k, $ as ue, Z as fe, j as x, T as ye, R as pe, P as be, O as he } from "./index-BPBDx228.js";
|
|
3
|
+
import { useQueryClient as ge, useQuery as b } from "@tanstack/react-query";
|
|
4
|
+
import { useState as H, useMemo as d, useCallback as h } from "react";
|
|
5
5
|
import { useTranslation as Fe } from "react-i18next";
|
|
6
6
|
const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_customAccordianItem__isszs", v = {
|
|
7
7
|
formsTableBody: Ne,
|
|
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 } = Fe(), u = ae(), [y,
|
|
16
|
+
const { t: n } = Fe(), u = ae(), [y, M] = H(!1), [a, I] = H(null), {
|
|
17
17
|
numberOfVisits: P,
|
|
18
|
-
hideThumbnail:
|
|
19
|
-
forms:
|
|
18
|
+
hideThumbnail: j = !1,
|
|
19
|
+
forms: p
|
|
20
20
|
} = g ?? {}, A = ne(
|
|
21
21
|
m,
|
|
22
22
|
c
|
|
23
|
-
),
|
|
23
|
+
), w = ge(), {
|
|
24
24
|
data: D = [],
|
|
25
|
-
isLoading:
|
|
26
|
-
isError:
|
|
27
|
-
error:
|
|
28
|
-
refetch:
|
|
29
|
-
} =
|
|
25
|
+
isLoading: T,
|
|
26
|
+
isError: B,
|
|
27
|
+
error: $,
|
|
28
|
+
refetch: K
|
|
29
|
+
} = b({
|
|
30
30
|
queryKey: ["forms", u, m],
|
|
31
31
|
queryFn: () => de(u, void 0, P),
|
|
32
32
|
enabled: !!u && !A
|
|
33
|
-
}),
|
|
33
|
+
}), R = d(() => {
|
|
34
34
|
let e = D;
|
|
35
35
|
return c && c.length > 0 && (e = e.filter(
|
|
36
36
|
(t) => c.includes(t.encounterUuid)
|
|
37
|
-
)), Array.isArray(
|
|
38
|
-
(t) =>
|
|
37
|
+
)), Array.isArray(p) && p.length > 0 && (e = e.filter(
|
|
38
|
+
(t) => p.some((r) => r.toLowerCase() === t.formName.toLowerCase())
|
|
39
39
|
)), e;
|
|
40
|
-
}, [D, c,
|
|
40
|
+
}, [D, c, p]), { data: _ = [] } = b({
|
|
41
41
|
queryKey: ["observationForms"],
|
|
42
42
|
queryFn: () => ie()
|
|
43
|
-
}),
|
|
44
|
-
(e) =>
|
|
45
|
-
[
|
|
43
|
+
}), L = h(
|
|
44
|
+
(e) => _.find((r) => r.name === e)?.uuid,
|
|
45
|
+
[_]
|
|
46
46
|
), F = d(() => {
|
|
47
47
|
if (a)
|
|
48
|
-
return
|
|
49
|
-
}, [a,
|
|
48
|
+
return L(a.formName);
|
|
49
|
+
}, [a, L]), {
|
|
50
50
|
data: l,
|
|
51
|
-
isLoading:
|
|
52
|
-
isError:
|
|
51
|
+
isLoading: V,
|
|
52
|
+
isError: z,
|
|
53
53
|
error: N
|
|
54
|
-
} =
|
|
54
|
+
} = b({
|
|
55
55
|
queryKey: ["formMetadata", F],
|
|
56
56
|
queryFn: () => ce(F),
|
|
57
57
|
enabled: !!F && y
|
|
58
58
|
}), {
|
|
59
59
|
data: O,
|
|
60
|
-
isLoading:
|
|
61
|
-
isError:
|
|
60
|
+
isLoading: G,
|
|
61
|
+
isError: Q,
|
|
62
62
|
error: E
|
|
63
|
-
} =
|
|
63
|
+
} = b({
|
|
64
64
|
queryKey: ["formsEncounterFHIR", a?.encounterUuid],
|
|
65
65
|
queryFn: () => le(a.encounterUuid),
|
|
66
66
|
enabled: !!a?.encounterUuid && y
|
|
67
67
|
});
|
|
68
68
|
me(
|
|
69
69
|
(e) => {
|
|
70
|
-
e.patientUUID === u && e.updatedConcepts.size > 0 && (
|
|
70
|
+
e.patientUUID === u && e.updatedConcepts.size > 0 && (K(), w.invalidateQueries({ queryKey: ["formsEncounterFHIR"] }));
|
|
71
71
|
},
|
|
72
72
|
[u]
|
|
73
73
|
);
|
|
74
74
|
const X = d(() => !O?.entry || !a?.formName ? [] : O.entry.filter((t) => t.resource?.resourceType === "Observation").map((t) => t.resource).filter((t) => {
|
|
75
75
|
const r = Ee(t);
|
|
76
76
|
return !r || r.includes(a.formName);
|
|
77
|
-
}), [O, a?.formName]),
|
|
77
|
+
}), [O, a?.formName]), Z = d(() => {
|
|
78
78
|
if (!l?.schema) return;
|
|
79
79
|
const e = [], t = (r) => {
|
|
80
80
|
(r ?? []).forEach((o) => {
|
|
@@ -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]), Y = d(() => {
|
|
89
89
|
if (!l?.schema) return;
|
|
90
90
|
const e = {}, t = (r, o) => {
|
|
91
91
|
for (const s of r)
|
|
@@ -99,7 +99,7 @@ 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]),
|
|
102
|
+
}, [l]), J = d(() => {
|
|
103
103
|
if (N)
|
|
104
104
|
return k(N).message;
|
|
105
105
|
if (E)
|
|
@@ -110,14 +110,14 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
110
110
|
{ key: "recordedBy", header: n("RECORDED_BY") }
|
|
111
111
|
],
|
|
112
112
|
[n]
|
|
113
|
-
),
|
|
113
|
+
), W = d(
|
|
114
114
|
() => [
|
|
115
115
|
{ key: "recordedOn", sortable: !0 },
|
|
116
116
|
{ key: "recordedBy", sortable: !0 }
|
|
117
117
|
],
|
|
118
118
|
[]
|
|
119
119
|
), S = d(() => {
|
|
120
|
-
const e =
|
|
120
|
+
const e = R.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
|
+
}, [R, 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,14 +159,14 @@ 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 || B || 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: B ? $?.message : void 0,
|
|
170
170
|
emptyStateMessage: n("FORMS_UNAVAILABLE"),
|
|
171
171
|
renderCell: U,
|
|
172
172
|
className: v.formsTableBody,
|
|
@@ -175,7 +175,7 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
175
175
|
) : /* @__PURE__ */ i(ye, { align: "start", children: S.map((e, t) => {
|
|
176
176
|
const { formName: r, records: o } = e;
|
|
177
177
|
return /* @__PURE__ */ i(
|
|
178
|
-
|
|
178
|
+
pe,
|
|
179
179
|
{
|
|
180
180
|
title: r,
|
|
181
181
|
className: v.customAccordianItem,
|
|
@@ -189,7 +189,7 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
189
189
|
rows: o,
|
|
190
190
|
loading: !1,
|
|
191
191
|
errorStateMessage: "",
|
|
192
|
-
sortable:
|
|
192
|
+
sortable: W,
|
|
193
193
|
emptyStateMessage: n("FORMS_UNAVAILABLE"),
|
|
194
194
|
renderCell: U,
|
|
195
195
|
className: v.formsTableBody,
|
|
@@ -201,7 +201,7 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
201
201
|
);
|
|
202
202
|
}) }) }),
|
|
203
203
|
y && a && /* @__PURE__ */ i(
|
|
204
|
-
|
|
204
|
+
be,
|
|
205
205
|
{
|
|
206
206
|
id: "modalIdForActionAreaLayout",
|
|
207
207
|
portalId: "main-display-area",
|
|
@@ -216,14 +216,14 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
216
216
|
he,
|
|
217
217
|
{
|
|
218
218
|
observations: X,
|
|
219
|
-
isLoading:
|
|
220
|
-
isError:
|
|
221
|
-
errorMessage:
|
|
219
|
+
isLoading: V || G,
|
|
220
|
+
isError: z || Q,
|
|
221
|
+
errorMessage: J,
|
|
222
222
|
emptyStateMessage: n("NO_FORM_DATA_AVAILABLE"),
|
|
223
223
|
testIdPrefix: a.formName,
|
|
224
|
-
hideThumbnail:
|
|
225
|
-
controlOrder:
|
|
226
|
-
sectionMap:
|
|
224
|
+
hideThumbnail: j,
|
|
225
|
+
controlOrder: Z,
|
|
226
|
+
sectionMap: Y
|
|
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,13 +1,13 @@
|
|
|
1
1
|
import { jsx as d, jsxs as N } from "react/jsx-runtime";
|
|
2
|
-
import { f as
|
|
2
|
+
import { f as Q, J as D, t as H, b as K, c as V, d as k, e as j, Q as q, u as G, a as P, g as J, L as z, w as X, h as Y, i as W, k as Z, o as x, j as ee } from "./index-BPBDx228.js";
|
|
3
3
|
import { useQueries as te, useQuery as se } from "@tanstack/react-query";
|
|
4
|
-
import { useRef as oe, useEffect as
|
|
4
|
+
import { useRef as oe, useEffect as S, useMemo as g } from "react";
|
|
5
5
|
import { useTranslation as U } from "react-i18next";
|
|
6
|
-
const
|
|
7
|
-
const s =
|
|
6
|
+
const F = (t, i, c, l, u, r) => {
|
|
7
|
+
const s = H(t, i, u), o = s.value, a = K(o);
|
|
8
8
|
let n = o;
|
|
9
9
|
a === "Image" && (n = /* @__PURE__ */ d(
|
|
10
|
-
|
|
10
|
+
k,
|
|
11
11
|
{
|
|
12
12
|
imageSrc: o,
|
|
13
13
|
alt: o,
|
|
@@ -15,18 +15,18 @@ const w = (t, i, c, l, u, r) => {
|
|
|
15
15
|
hideThumbnail: r
|
|
16
16
|
}
|
|
17
17
|
)), a === "Video" && (n = /* @__PURE__ */ d(
|
|
18
|
-
|
|
18
|
+
j,
|
|
19
19
|
{
|
|
20
20
|
id: `${o}-video`,
|
|
21
21
|
videoSrc: o,
|
|
22
22
|
hideThumbnail: r
|
|
23
23
|
}
|
|
24
|
-
)), a === "PDF" && (n = /* @__PURE__ */ d(
|
|
24
|
+
)), a === "PDF" && (n = /* @__PURE__ */ d(q, { id: `${o}-pdf`, src: o }));
|
|
25
25
|
const b = u("OBSERVATIONS_RECORDED_BY", {
|
|
26
26
|
provider: s.provider
|
|
27
|
-
}),
|
|
27
|
+
}), p = t.display, m = t.observationValue?.isAbnormal ? "abnormal-obs" : "obs", y = l ? `${l}-${m}-${p}-${c}-${i}` : `${m}-${p}-${c}-${i}`;
|
|
28
28
|
return /* @__PURE__ */ d(
|
|
29
|
-
|
|
29
|
+
V,
|
|
30
30
|
{
|
|
31
31
|
header: s.header,
|
|
32
32
|
value: n,
|
|
@@ -44,7 +44,7 @@ const w = (t, i, c, l, u, r) => {
|
|
|
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,
|
|
@@ -61,7 +61,7 @@ const w = (t, i, c, l, u, r) => {
|
|
|
61
61
|
hideThumbnail: c
|
|
62
62
|
}) => {
|
|
63
63
|
const { t: l } = U(), u = (r, s, o) => {
|
|
64
|
-
const a =
|
|
64
|
+
const a = Q(r.encounterDetails, l);
|
|
65
65
|
return /* @__PURE__ */ N(
|
|
66
66
|
D,
|
|
67
67
|
{
|
|
@@ -70,7 +70,7 @@ const w = (t, i, c, l, u, r) => {
|
|
|
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,
|
|
@@ -106,7 +106,7 @@ const w = (t, i, c, l, u, r) => {
|
|
|
106
106
|
)
|
|
107
107
|
}
|
|
108
108
|
);
|
|
109
|
-
}, ne = "Observations-module_observations__RKSyo", ie = "Observations-module_title__TJL3z",
|
|
109
|
+
}, ne = "Observations-module_observations__RKSyo", ie = "Observations-module_title__TJL3z", C = {
|
|
110
110
|
observations: ne,
|
|
111
111
|
title: ie
|
|
112
112
|
}, ce = (t) => ["conceptUuid", t], le = (t, i) => ["observations", t, ...i], ve = ({ config: t }) => {
|
|
@@ -114,14 +114,14 @@ const w = (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 =
|
|
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
|
-
queryFn: () =>
|
|
120
|
+
queryFn: () => J(e),
|
|
121
121
|
enabled: !!e
|
|
122
122
|
}))
|
|
123
123
|
});
|
|
124
|
-
|
|
124
|
+
S(() => {
|
|
125
125
|
n.forEach((e, v) => {
|
|
126
126
|
if (e.isError && !r.current.has(v)) {
|
|
127
127
|
const R = c[v];
|
|
@@ -133,46 +133,46 @@ const w = (t, i, c, l, u, r) => {
|
|
|
133
133
|
} else e.isError || r.current.delete(v);
|
|
134
134
|
});
|
|
135
135
|
}, [n, c]);
|
|
136
|
-
const b =
|
|
137
|
-
data:
|
|
136
|
+
const b = g(() => n.map((e) => e.data?.uuid).filter((e) => !!e), [n]), p = g(() => [.../* @__PURE__ */ new Set([...b, ...l])], [b, l]), f = g(() => c.length === 0 ? !0 : n.every((e) => !e.isLoading), [n, c.length]), {
|
|
137
|
+
data: m,
|
|
138
138
|
isLoading: y,
|
|
139
|
-
isError:
|
|
139
|
+
isError: h,
|
|
140
140
|
refetch: T
|
|
141
141
|
} = se({
|
|
142
|
-
queryKey: le(s,
|
|
143
|
-
queryFn: () =>
|
|
144
|
-
enabled: !!s &&
|
|
142
|
+
queryKey: le(s, p),
|
|
143
|
+
queryFn: () => z(s, p),
|
|
144
|
+
enabled: !!s && p.length > 0 && f
|
|
145
145
|
});
|
|
146
|
-
|
|
146
|
+
X(
|
|
147
147
|
(e) => {
|
|
148
148
|
e.patientUUID === s && e.updatedConcepts.size > 0 && [...e.updatedConcepts.keys()].some(
|
|
149
|
-
(R) =>
|
|
149
|
+
(R) => p.includes(R)
|
|
150
150
|
) && T();
|
|
151
151
|
},
|
|
152
152
|
[s, T]
|
|
153
|
-
),
|
|
154
|
-
|
|
153
|
+
), S(() => {
|
|
154
|
+
h && o({
|
|
155
155
|
title: a("ERROR_DEFAULT_TITLE"),
|
|
156
156
|
message: a("ERROR_FETCHING_OBSERVATIONS"),
|
|
157
157
|
type: "error"
|
|
158
158
|
});
|
|
159
|
-
}, [
|
|
160
|
-
const _ =
|
|
161
|
-
if (!
|
|
162
|
-
const e =
|
|
159
|
+
}, [h]);
|
|
160
|
+
const _ = g(() => {
|
|
161
|
+
if (!m) return [];
|
|
162
|
+
const e = Y(m), v = W(e);
|
|
163
163
|
return Z(v);
|
|
164
|
-
}, [
|
|
164
|
+
}, [m]), L = [
|
|
165
165
|
{ key: "name", header: "name" },
|
|
166
166
|
{ key: "value", header: "value" },
|
|
167
167
|
{ key: "form", header: "form" }
|
|
168
|
-
],
|
|
168
|
+
], $ = y || !f, I = h && f, B = (!m || m.entry?.length === 0 || p.length === 0) && f, A = I ? a("ERROR_FETCHING_OBSERVATIONS") : null, w = B ? a("NO_OBSERVATIONS_FOUND") : void 0, M = _.length > 0 && !$ && !I, O = i.titleTranslationKey, E = O ? a(O) : "";
|
|
169
169
|
return /* @__PURE__ */ N(
|
|
170
170
|
"div",
|
|
171
171
|
{
|
|
172
172
|
id: "observations",
|
|
173
173
|
"data-testid": O ? `observations-${E}` : "observations",
|
|
174
174
|
"aria-label": "observations-aria-label",
|
|
175
|
-
className:
|
|
175
|
+
className: C.observations,
|
|
176
176
|
children: [
|
|
177
177
|
/* @__PURE__ */ d(
|
|
178
178
|
x,
|
|
@@ -180,11 +180,11 @@ const w = (t, i, c, l, u, r) => {
|
|
|
180
180
|
id: "observations-title",
|
|
181
181
|
testId: O ? `observations-title-${E}` : "observations-title",
|
|
182
182
|
title: E,
|
|
183
|
-
className:
|
|
183
|
+
className: C.title,
|
|
184
184
|
children: /* @__PURE__ */ d("p", { children: E })
|
|
185
185
|
}
|
|
186
186
|
),
|
|
187
|
-
|
|
187
|
+
M ? /* @__PURE__ */ d(
|
|
188
188
|
ae,
|
|
189
189
|
{
|
|
190
190
|
groupedData: _,
|
|
@@ -194,12 +194,12 @@ const w = (t, i, c, l, u, r) => {
|
|
|
194
194
|
) : /* @__PURE__ */ d(
|
|
195
195
|
ee,
|
|
196
196
|
{
|
|
197
|
-
headers:
|
|
197
|
+
headers: L,
|
|
198
198
|
rows: [],
|
|
199
199
|
ariaLabel: a("OBSERVATIONS"),
|
|
200
|
-
loading:
|
|
201
|
-
errorStateMessage:
|
|
202
|
-
emptyStateMessage:
|
|
200
|
+
loading: $,
|
|
201
|
+
errorStateMessage: A,
|
|
202
|
+
emptyStateMessage: w,
|
|
203
203
|
dataTestId: "observations-table"
|
|
204
204
|
}
|
|
205
205
|
)
|
|
@@ -8,10 +8,13 @@ interface DocumentPrintButtonProps {
|
|
|
8
8
|
printOptions?: PrintOption[];
|
|
9
9
|
renderContext: Record<string, string>;
|
|
10
10
|
renderData?: Record<string, unknown>;
|
|
11
|
+
getRenderData?: (templateId: string) => Promise<Record<string, unknown>>;
|
|
11
12
|
size?: 'sm' | 'md' | 'lg';
|
|
12
13
|
disabled?: boolean;
|
|
13
14
|
'data-testid'?: string;
|
|
15
|
+
iconOnly?: boolean;
|
|
16
|
+
iconLabel?: string;
|
|
14
17
|
}
|
|
15
|
-
export declare const DocumentPrintButton: ({ printOptions, renderContext, renderData, size, disabled, "data-testid": dataTestId, }: DocumentPrintButtonProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
18
|
+
export declare const DocumentPrintButton: ({ printOptions, renderContext, renderData, getRenderData, size, disabled, "data-testid": dataTestId, iconOnly, iconLabel, }: DocumentPrintButtonProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
16
19
|
export {};
|
|
17
20
|
//# sourceMappingURL=DocumentPrintButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DocumentPrintButton.d.ts","sourceRoot":"","sources":["../../src/documentPrintButton/DocumentPrintButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DocumentPrintButton.d.ts","sourceRoot":"","sources":["../../src/documentPrintButton/DocumentPrintButton.tsx"],"names":[],"mappings":"AAoBA,MAAM,WAAW,WAAW;IAC1B,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IAEnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACvB;AAED,UAAU,wBAAwB;IAChC,YAAY,CAAC,EAAE,WAAW,EAAE,CAAC;IAC7B,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrC,aAAa,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;IACzE,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,mBAAmB,GAAI,6HAUjC,wBAAwB,mDA2G1B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"printViaIframe.d.ts","sourceRoot":"","sources":["../../src/documentPrintButton/printViaIframe.ts"],"names":[],"mappings":"AAiEA,wBAAsB,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CA6BhE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GenericServiceRequestTable.d.ts","sourceRoot":"","sources":["../../src/genericServiceRequest/GenericServiceRequestTable.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAI/D,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"GenericServiceRequestTable.d.ts","sourceRoot":"","sources":["../../src/genericServiceRequest/GenericServiceRequestTable.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAI/D,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAehD,eAAO,MAAM,8BAA8B,GACzC,cAAc,MAAM,EACpB,aAAa,MAAM,EACnB,iBAAiB,MAAM,EAAE,6EAEoD,CAAC;AAehF;;;GAGG;AACH,QAAA,MAAM,0BAA0B,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CA0QrD,CAAC;AAEF,eAAe,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Bundle, ServiceRequest } from 'fhir/r4';
|
|
2
|
+
import { ServiceRequestViewModel } from '../../models';
|
|
3
|
+
export declare const mockOrderTypes: {
|
|
4
|
+
results: {
|
|
5
|
+
uuid: string;
|
|
6
|
+
display: string;
|
|
7
|
+
conceptClasses: {
|
|
8
|
+
uuid: string;
|
|
9
|
+
name: string;
|
|
10
|
+
}[];
|
|
11
|
+
}[];
|
|
12
|
+
};
|
|
13
|
+
export declare const mockServiceRequestBundle: Bundle<ServiceRequest>;
|
|
14
|
+
export declare const mockServiceRequests: ServiceRequestViewModel[];
|
|
15
|
+
//# sourceMappingURL=serviceRequestMocks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"serviceRequestMocks.d.ts","sourceRoot":"","sources":["../../../../src/genericServiceRequest/__tests__/__mocks__/serviceRequestMocks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AACjD,OAAO,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAC;AAEvD,eAAO,MAAM,cAAc;;;;;;;;;CAuB1B,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,cAAc,CA4C3D,CAAC;AAGF,eAAO,MAAM,mBAAmB,EAAE,uBAAuB,EAW/C,CAAC"}
|