@bahmni/clinical-app 0.0.1-dev.151 → 0.0.1-dev.153

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.
@@ -0,0 +1,423 @@
1
+ import { jsx as s, jsxs as p, Fragment as P } from "react/jsx-runtime";
2
+ import { u as ee, h as re, w as ae, a as te, b as C, e as oe, i as ne, C as se, z as U, Y as de, G as me, c as ie, d as le, V as q, f as ce, g as ue, j as A, P as be, M as pe, x as _e, F as fe, k as $e, W as he, K as ve, U as ge } from "./index-F3qh_qhX.js";
3
+ import { useState as K, useMemo as g, useCallback as L } from "react";
4
+ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Ce = "_formContent_1pd36_18", Le = "_formDetailsContainer_1pd36_25", Ae = "_observation_1pd36_30", Fe = "_groupContainer_1pd36_39", Me = "_rowContainer_1pd36_43", Re = "_groupLabel_1pd36_48", Ve = "_rowLabel_1pd36_58", Oe = "_rowValue_1pd36_67", Ie = "_groupMembers_1pd36_75", Te = "_memberRow_1pd36_81", Se = "_memberLabel_1pd36_86", we = "_memberValue_1pd36_94", xe = "_abnormalValue_1pd36_102", De = "_commentSection_1pd36_110", Ee = "_commentText_1pd36_116", Ge = "_nestedGroup_1pd36_125", Be = "_nestedGroupLabel_1pd36_132", Ue = "_nestedGroupMembers_1pd36_141", o = {
5
+ formsTableBody: Ne,
6
+ customAccordianItem: ye,
7
+ formContent: Ce,
8
+ formDetailsContainer: Le,
9
+ observation: Ae,
10
+ groupContainer: Fe,
11
+ rowContainer: Me,
12
+ groupLabel: Re,
13
+ rowLabel: Ve,
14
+ rowValue: Oe,
15
+ groupMembers: Ie,
16
+ memberRow: Te,
17
+ memberLabel: Se,
18
+ memberValue: we,
19
+ abnormalValue: xe,
20
+ commentSection: De,
21
+ commentText: Ee,
22
+ nestedGroup: Ge,
23
+ nestedGroupLabel: Be,
24
+ nestedGroupMembers: Ue
25
+ }, k = (e) => {
26
+ const r = be(e);
27
+ return r === "Image" ? /* @__PURE__ */ s(
28
+ pe,
29
+ {
30
+ imageSrc: e,
31
+ alt: e,
32
+ id: `${e}-img`
33
+ }
34
+ ) : r === "Video" ? /* @__PURE__ */ s(_e, { id: `${e}-video`, videoSrc: e }) : e;
35
+ }, j = (e) => {
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
+ return { units: r, rangeString: m, isAbnormal: t };
38
+ }, H = ({
39
+ member: e,
40
+ depth: r = 0,
41
+ memberIndex: n = 0,
42
+ formName: a = "",
43
+ comment: d
44
+ }) => {
45
+ const c = e.members && e.members.length > 0, m = e.display, t = a ? `${a}-` : "";
46
+ if (c)
47
+ return /* @__PURE__ */ p(
48
+ "div",
49
+ {
50
+ className: o.nestedGroup,
51
+ "data-testid": `${t}obs-nested-group-${m}-${n}`,
52
+ children: [
53
+ /* @__PURE__ */ s(
54
+ "div",
55
+ {
56
+ className: o.nestedGroupLabel,
57
+ "data-testid": `${t}obs-nested-group-label-${m}-${n}`,
58
+ style: { paddingLeft: `${r * 16}px` },
59
+ children: m
60
+ }
61
+ ),
62
+ /* @__PURE__ */ s(
63
+ "div",
64
+ {
65
+ className: o.nestedGroupMembers,
66
+ "data-testid": `${t}obs-nested-group-members-${m}-${n}`,
67
+ children: e.members?.map((N, y) => /* @__PURE__ */ s(
68
+ H,
69
+ {
70
+ member: N,
71
+ depth: r + 1,
72
+ memberIndex: y,
73
+ formName: a
74
+ },
75
+ `${N.id}`
76
+ ))
77
+ }
78
+ )
79
+ ]
80
+ }
81
+ );
82
+ const { units: b, rangeString: h, isAbnormal: _ } = j(e), f = e.observationValue?.value?.toString(), $ = f ? k(f) : null;
83
+ return /* @__PURE__ */ p(P, { children: [
84
+ /* @__PURE__ */ p(
85
+ "div",
86
+ {
87
+ className: o.memberRow,
88
+ "data-testid": `${t}obs-member-row-${m}-${n}`,
89
+ style: { paddingLeft: `${r * 16}px` },
90
+ children: [
91
+ /* @__PURE__ */ p(
92
+ "p",
93
+ {
94
+ className: A(
95
+ o.memberLabel,
96
+ _ ? o.abnormalValue : ""
97
+ ),
98
+ "data-testid": `${t}obs-member-label-${m}-${n}`,
99
+ children: [
100
+ m,
101
+ h
102
+ ]
103
+ }
104
+ ),
105
+ /* @__PURE__ */ p(
106
+ "div",
107
+ {
108
+ className: A(
109
+ o.memberValue,
110
+ _ ? o.abnormalValue : ""
111
+ ),
112
+ "data-testid": `${t}obs-member-value-${m}-${n}`,
113
+ children: [
114
+ $,
115
+ b && ` ${b}`
116
+ ]
117
+ }
118
+ )
119
+ ]
120
+ }
121
+ ),
122
+ d && /* @__PURE__ */ s(
123
+ "div",
124
+ {
125
+ className: o.commentSection,
126
+ "data-testid": `${t}obs-member-comment-${m}-${n}`,
127
+ style: { paddingLeft: `${r * 16}px` },
128
+ children: /* @__PURE__ */ p("span", { className: o.commentText, children: [
129
+ d,
130
+ e.encounter?.provider && ` - by ${e.encounter.provider}`
131
+ ] })
132
+ }
133
+ )
134
+ ] });
135
+ }, qe = ({
136
+ observation: e,
137
+ index: r,
138
+ formName: n = "",
139
+ comment: a
140
+ }) => {
141
+ const d = e.members && e.members.length > 0, { units: c, rangeString: m, isAbnormal: t } = j(e), b = n ? `${n}-` : "", h = e.observationValue?.value?.toString(), _ = h ? k(h) : null;
142
+ return /* @__PURE__ */ p(
143
+ "div",
144
+ {
145
+ className: o.observation,
146
+ "data-testid": `${b}observation-item-${e.display}-${r}`,
147
+ children: [
148
+ /* @__PURE__ */ p(
149
+ "div",
150
+ {
151
+ className: d ? o.groupContainer : o.rowContainer,
152
+ "data-testid": `${b}observation-container-${e.display}-${r}`,
153
+ children: [
154
+ /* @__PURE__ */ p(
155
+ "p",
156
+ {
157
+ className: A(
158
+ d ? o.groupLabel : o.rowLabel,
159
+ !d && t ? o.abnormalValue : ""
160
+ ),
161
+ "data-testid": `${b}observation-label-${e.display}-${r}`,
162
+ children: [
163
+ e.display,
164
+ !d && m && /* @__PURE__ */ s("span", { className: o.rangeInfo, children: m })
165
+ ]
166
+ }
167
+ ),
168
+ d ? /* @__PURE__ */ s(
169
+ "div",
170
+ {
171
+ className: o.groupMembers,
172
+ "data-testid": `${b}observation-group-members-${e.display}-${r}`,
173
+ children: e.members?.map((f, $) => /* @__PURE__ */ s(
174
+ H,
175
+ {
176
+ member: f,
177
+ depth: 0,
178
+ memberIndex: $,
179
+ formName: n
180
+ },
181
+ `${f.id}`
182
+ ))
183
+ }
184
+ ) : /* @__PURE__ */ p(
185
+ "div",
186
+ {
187
+ className: A(
188
+ o.rowValue,
189
+ t ? o.abnormalValue : ""
190
+ ),
191
+ "data-testid": `${b}observation-value-${e.display}-${r}`,
192
+ children: [
193
+ _,
194
+ c && ` ${c}`
195
+ ]
196
+ }
197
+ )
198
+ ]
199
+ }
200
+ ),
201
+ a && /* @__PURE__ */ s(
202
+ "div",
203
+ {
204
+ className: o.commentSection,
205
+ "data-testid": `${b}observation-comment-${e.display}-${r}`,
206
+ children: /* @__PURE__ */ p("span", { className: o.commentText, children: [
207
+ a,
208
+ e.encounter?.provider && ` - by ${e.encounter.provider}`
209
+ ] })
210
+ }
211
+ )
212
+ ]
213
+ },
214
+ `${e.id}-${r}`
215
+ );
216
+ }, Ke = (e) => e ? e.extension?.find(
217
+ (r) => r.url === fe
218
+ )?.valueString : void 0, Pe = (e) => {
219
+ if (e)
220
+ return e.note?.[0]?.text;
221
+ }, ke = (e, r) => e.entry?.find((n) => n.resource?.id === r)?.resource, V = (e, r) => {
222
+ const n = ke(e, r);
223
+ return n ? {
224
+ formFieldPath: Ke(n),
225
+ comment: Pe(n)
226
+ } : {};
227
+ }, je = (e, r) => {
228
+ if (!e?.entry || !r)
229
+ return [];
230
+ const n = ce(e);
231
+ return [
232
+ ...n.observations.map((a) => {
233
+ const { formFieldPath: d, comment: c } = V(
234
+ e,
235
+ a.id
236
+ );
237
+ return { obs: a, formFieldPath: d, comment: c };
238
+ }),
239
+ ...n.groupedObservations.flatMap((a) => {
240
+ const { formFieldPath: d } = V(e, a.id);
241
+ return (a.members ?? []).map((c) => {
242
+ const { comment: m } = V(e, c.id);
243
+ return { obs: c, formFieldPath: d, comment: m };
244
+ });
245
+ })
246
+ ].filter(
247
+ ({ formFieldPath: a }) => !a || a.includes(r)
248
+ );
249
+ }, Qe = ({
250
+ episodeOfCareUuids: e,
251
+ encounterUuids: r,
252
+ config: n
253
+ }) => {
254
+ const { t: a } = ee(), d = re(), [c, m] = K(!1), [t, b] = K(null), h = n?.numberOfVisits, _ = ae(
255
+ e,
256
+ r
257
+ ), f = te(), {
258
+ data: $ = [],
259
+ isLoading: N,
260
+ isError: y,
261
+ error: Y,
262
+ refetch: z
263
+ } = C({
264
+ queryKey: ["forms", d, e],
265
+ queryFn: () => $e(d, void 0, h),
266
+ enabled: !!d && !_
267
+ }), O = g(() => !r || r.length === 0 ? $ : $.filter(
268
+ (i) => r.includes(i.encounterUuid)
269
+ ), [$, r]), { data: I = [] } = C({
270
+ queryKey: ["observationForms"],
271
+ queryFn: () => he()
272
+ }), T = L(
273
+ (i) => I.find((u) => u.name === i)?.uuid,
274
+ [I]
275
+ ), F = g(() => {
276
+ if (t)
277
+ return T(t.formName);
278
+ }, [t, T]), { isLoading: Q, error: S } = C({
279
+ queryKey: ["formMetadata", F],
280
+ queryFn: () => ve(F),
281
+ enabled: !!F && c
282
+ }), {
283
+ data: M,
284
+ isLoading: W,
285
+ error: w
286
+ } = C({
287
+ queryKey: ["formsEncounterFHIR", t?.encounterUuid],
288
+ queryFn: () => ge(t.encounterUuid),
289
+ enabled: !!t?.encounterUuid && c
290
+ });
291
+ oe(
292
+ (i) => {
293
+ i.patientUUID === d && i.updatedConcepts.size > 0 && (z(), f.invalidateQueries({ queryKey: ["formsEncounter"] }));
294
+ },
295
+ [d]
296
+ );
297
+ const x = g(() => !M || !t?.formName ? [] : je(
298
+ M,
299
+ t.formName
300
+ ), [M, t?.formName]), D = g(
301
+ () => [
302
+ { key: "recordedOn", header: a("FORM_RECORDED_ON") },
303
+ { key: "recordedBy", header: a("FORM_RECORDED_BY") }
304
+ ],
305
+ [a]
306
+ ), X = g(
307
+ () => [
308
+ { key: "recordedOn", sortable: !0 },
309
+ { key: "recordedBy", sortable: !0 }
310
+ ],
311
+ []
312
+ ), E = g(() => {
313
+ const i = O.reduce(
314
+ (u, l) => {
315
+ const v = l.formName;
316
+ u[v] ??= [];
317
+ const R = l.providers.map((Z) => Z.providerName).filter(Boolean).join(", ");
318
+ return u[v].push({
319
+ id: l.encounterUuid,
320
+ formName: l.formName,
321
+ recordedOn: ne(l.encounterDateTime, a, ue).formattedResult,
322
+ recordedBy: R ?? "--",
323
+ encounterDateTime: l.encounterDateTime,
324
+ encounterUuid: l.encounterUuid
325
+ }), u;
326
+ },
327
+ {}
328
+ );
329
+ return Object.entries(i).map(
330
+ ([u, l]) => ({
331
+ formName: u,
332
+ records: l.sort(
333
+ (v, R) => R.encounterDateTime - v.encounterDateTime
334
+ )
335
+ })
336
+ ).sort((u, l) => u.formName.localeCompare(l.formName));
337
+ }, [O, a]), G = L((i) => {
338
+ b(i), m(!0);
339
+ }, []), J = L(() => {
340
+ m(!1), b(null);
341
+ }, []), B = L(
342
+ (i, u) => {
343
+ switch (u) {
344
+ case "recordedOn":
345
+ return /* @__PURE__ */ s(se, { onClick: () => G(i), children: i.recordedOn });
346
+ case "recordedBy":
347
+ return i.recordedBy;
348
+ default:
349
+ return null;
350
+ }
351
+ },
352
+ [G]
353
+ );
354
+ return /* @__PURE__ */ p(P, { children: [
355
+ /* @__PURE__ */ s("div", { "data-testid": "forms-table", children: N || y || E.length === 0 || _ ? /* @__PURE__ */ s(
356
+ U,
357
+ {
358
+ headers: D,
359
+ ariaLabel: a("FORMS_HEADING"),
360
+ rows: [],
361
+ loading: N,
362
+ errorStateMessage: y ? Y?.message : void 0,
363
+ emptyStateMessage: a("FORMS_UNAVAILABLE"),
364
+ renderCell: B,
365
+ className: o.formsTableBody,
366
+ dataTestId: "forms-table"
367
+ }
368
+ ) : /* @__PURE__ */ s(de, { align: "start", children: E.map((i, u) => {
369
+ const { formName: l, records: v } = i;
370
+ return /* @__PURE__ */ s(
371
+ me,
372
+ {
373
+ title: l,
374
+ className: o.customAccordianItem,
375
+ testId: `accordian-title-${l}`,
376
+ open: u === 0,
377
+ children: /* @__PURE__ */ s(
378
+ U,
379
+ {
380
+ headers: D,
381
+ ariaLabel: a("FORMS_HEADING"),
382
+ rows: v,
383
+ loading: !1,
384
+ errorStateMessage: "",
385
+ sortable: X,
386
+ emptyStateMessage: a("FORMS_UNAVAILABLE"),
387
+ renderCell: B,
388
+ className: o.formsTableBody,
389
+ dataTestId: `forms-table-${l}`
390
+ }
391
+ )
392
+ },
393
+ l
394
+ );
395
+ }) }) }),
396
+ c && t && /* @__PURE__ */ s(
397
+ ie,
398
+ {
399
+ id: "modalIdForActionAreaLayout",
400
+ open: c,
401
+ onRequestClose: J,
402
+ modalHeading: t.formName,
403
+ modalLabel: `${t.recordedOn} | ${t.recordedBy}`,
404
+ passiveModal: !0,
405
+ size: "md",
406
+ testId: "form-details-modal",
407
+ children: /* @__PURE__ */ s("div", { className: o.formContent, children: Q || W ? /* @__PURE__ */ s(le, { width: "100%", lineCount: 3 }) : S ? /* @__PURE__ */ s("div", { children: q(S).message ?? a("ERROR_FETCHING_FORM_METADATA") }) : w ? /* @__PURE__ */ s("div", { children: q(w).message ?? a("ERROR_FETCHING_FORM_DATA") }) : x.length > 0 ? /* @__PURE__ */ s("div", { className: o.formDetailsContainer, children: x.map(({ obs: i, comment: u }, l) => /* @__PURE__ */ s(
408
+ qe,
409
+ {
410
+ observation: i,
411
+ index: l,
412
+ formName: t.formName,
413
+ comment: u
414
+ },
415
+ `${i.id}`
416
+ )) }) : /* @__PURE__ */ s("div", { children: a("NO_FORM_DATA_AVAILABLE") }) })
417
+ }
418
+ )
419
+ ] });
420
+ };
421
+ export {
422
+ Qe as default
423
+ };
@@ -1,9 +1,9 @@
1
- import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-BRLiQ99R.js";
2
- import { n as p, o as d, p as e } from "./index-D9U_fT9q.js";
3
- var f = (a) => {
1
+ import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-C3PqXSYC.js";
2
+ import { o as d, r as f, s as e } from "./index-F3qh_qhX.js";
3
+ var p = (a) => {
4
4
  const [r, o] = c({
5
5
  prefix: "TanstackQueryDevtools"
6
- }), n = p(), s = d(() => {
6
+ }), n = d(), s = f(() => {
7
7
  const t = r.theme_preference || l;
8
8
  return t !== "system" ? t : n();
9
9
  });
@@ -27,7 +27,7 @@ var f = (a) => {
27
27
  });
28
28
  }
29
29
  });
30
- }, C = f;
30
+ }, C = p;
31
31
  export {
32
32
  C as default
33
33
  };
@@ -1,9 +1,9 @@
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-BRLiQ99R.js";
2
- import { n as v, o as C, p as e } from "./index-D9U_fT9q.js";
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-C3PqXSYC.js";
2
+ import { o as v, r as C, s as e } from "./index-F3qh_qhX.js";
3
3
  var h = (t) => {
4
- const [r, o] = s({
4
+ const [r, o] = l({
5
5
  prefix: "TanstackQueryDevtools"
6
- }), a = v(), l = C(() => {
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: l,
19
+ value: s,
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
- }, g = h;
39
+ }, p = h;
40
40
  export {
41
- g as default
41
+ p as default
42
42
  };
@@ -0,0 +1,170 @@
1
+ import { jsxs as I, jsx as c } from "react/jsx-runtime";
2
+ import { h as k, p as B, u as N, l as Q, m as x, b as H, e as K, f as M, n as j, t as w, A as z, z as G, X as P, H as S, Q as X, P as Y, L as J, M as W, x as Z, q as ee } from "./index-F3qh_qhX.js";
3
+ import { useRef as te, useEffect as T, useMemo as h } from "react";
4
+ const A = (t, d, i, l, s) => {
5
+ const a = X(t, d), r = a.value, o = Y(r);
6
+ let n = r;
7
+ o === "Image" && (n = /* @__PURE__ */ c(W, { imageSrc: r, alt: r, id: `${r}-img` })), o === "Video" && (n = /* @__PURE__ */ c(Z, { id: `${r}-video`, videoSrc: r }));
8
+ const b = s("OBSERVATIONS_RECORDED_BY", {
9
+ provider: a.provider
10
+ }), m = t.display, v = t.observationValue?.isAbnormal ? "abnormal-obs" : "obs", u = l ? `${l}-${v}-${m}-${i}-${d}` : `${v}-${m}-${i}-${d}`;
11
+ return /* @__PURE__ */ c(
12
+ J,
13
+ {
14
+ header: a.header,
15
+ value: n,
16
+ info: b,
17
+ id: u,
18
+ testId: u,
19
+ ariaLabel: u
20
+ },
21
+ `obs-${t.id}`
22
+ );
23
+ }, ae = (t, d, i, l, s, a) => /* @__PURE__ */ c(
24
+ S,
25
+ {
26
+ title: t.display,
27
+ id: `grouped-obs-${t.display}-${l}`,
28
+ open: i,
29
+ children: t.members?.map(
30
+ (r, o) => A(r, o, s, a, d)
31
+ )
32
+ },
33
+ `grouped-obs-${t.id}`
34
+ ), se = ({
35
+ groupedData: t,
36
+ title: d = ""
37
+ }) => {
38
+ const { t: i } = N(), l = (s, a, r) => {
39
+ const o = P(s.encounterDetails, i);
40
+ return /* @__PURE__ */ I(
41
+ S,
42
+ {
43
+ title: o,
44
+ id: `encounter-${s.encounterId}`,
45
+ open: a,
46
+ children: [
47
+ s.observations.map(
48
+ (n, b) => A(n, b, r, d, i)
49
+ ),
50
+ s.groupedObservations.map(
51
+ (n, b) => ae(
52
+ n,
53
+ i,
54
+ a,
55
+ b,
56
+ r,
57
+ d
58
+ )
59
+ )
60
+ ]
61
+ },
62
+ `encounter-${s.encounterId}`
63
+ );
64
+ };
65
+ return /* @__PURE__ */ c(
66
+ "div",
67
+ {
68
+ id: "obs-by-encounter",
69
+ "data-testid": "obs-by-encounter-test-id",
70
+ "aria-label": "obs-by-encounter-aria-label",
71
+ children: t.map(
72
+ (s, a) => l(s, a === 0, a)
73
+ )
74
+ }
75
+ );
76
+ }, re = "_observations_kfbhq_1", oe = "_title_kfbhq_12", $ = {
77
+ observations: re,
78
+ title: oe
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 = k(), { addNotification: r } = B(), { t: o } = N(), n = Q({
81
+ queries: i.map((e) => ({
82
+ queryKey: ie(e),
83
+ queryFn: () => x(e),
84
+ enabled: !!e
85
+ }))
86
+ });
87
+ T(() => {
88
+ n.forEach((e, p) => {
89
+ if (e.isError && !s.current.has(p)) {
90
+ const V = i[p];
91
+ r({
92
+ title: o("ERROR_DEFAULT_TITLE"),
93
+ message: o("ERROR_FETCHING_CONCEPT", { conceptName: V }),
94
+ type: "error"
95
+ }), s.current.add(p);
96
+ } else e.isError || s.current.delete(p);
97
+ });
98
+ }, [n, i]);
99
+ const b = h(() => n.map((e) => e.data?.uuid).filter((e) => !!e), [n]), m = h(() => [.../* @__PURE__ */ new Set([...b, ...l])], [b, l]), v = h(() => i.length === 0 ? !0 : n.every((e) => !e.isLoading), [n, i.length]), {
100
+ data: u,
101
+ isLoading: L,
102
+ isError: R,
103
+ refetch: g
104
+ } = H({
105
+ queryKey: ne(a, m),
106
+ queryFn: () => ee(a, m),
107
+ enabled: !!a && m.length > 0 && v
108
+ });
109
+ K(
110
+ (e) => {
111
+ e.patientUUID === a && e.updatedConcepts.size > 0 && [...e.updatedConcepts.keys()].some(
112
+ (p) => m.includes(p)
113
+ ) && g();
114
+ },
115
+ [a, g]
116
+ ), T(() => {
117
+ R && r({
118
+ title: o("ERROR_DEFAULT_TITLE"),
119
+ message: o("ERROR_FETCHING_OBSERVATIONS"),
120
+ type: "error"
121
+ });
122
+ }, [R]);
123
+ const f = h(() => {
124
+ if (!u) return [];
125
+ const e = M(u), p = j(e);
126
+ return w(p);
127
+ }, [u]), D = [
128
+ { key: "name", header: "name" },
129
+ { key: "value", header: "value" },
130
+ { key: "form", header: "form" }
131
+ ], O = L || !v, _ = R && v, q = (!u || u.entry?.length === 0 || m.length === 0) && v, F = _ ? o("ERROR_FETCHING_OBSERVATIONS") : null, U = q ? o("NO_OBSERVATIONS_FOUND") : void 0, C = f.length > 0 && !O && !_, E = d.titleTranslationKey, y = E ? o(E) : "";
132
+ return /* @__PURE__ */ I(
133
+ "div",
134
+ {
135
+ id: "observations",
136
+ "data-testid": E ? `observations-${y}` : "observations",
137
+ "aria-label": "observations-aria-label",
138
+ className: $.observations,
139
+ children: [
140
+ /* @__PURE__ */ c(
141
+ z,
142
+ {
143
+ id: "observations-title",
144
+ testId: E ? `observations-title-${y}` : "observations-title",
145
+ title: y,
146
+ className: $.title,
147
+ children: /* @__PURE__ */ c("p", { children: y })
148
+ }
149
+ ),
150
+ C ? /* @__PURE__ */ c(se, { groupedData: f, title: y }) : /* @__PURE__ */ c(
151
+ G,
152
+ {
153
+ headers: D,
154
+ rows: [],
155
+ ariaLabel: o("OBSERVATIONS"),
156
+ loading: O,
157
+ errorStateMessage: F,
158
+ emptyStateMessage: U,
159
+ dataTestId: "observations-table"
160
+ }
161
+ )
162
+ ]
163
+ }
164
+ );
165
+ };
166
+ export {
167
+ ie as conceptUuidQueryKeys,
168
+ ce as default,
169
+ ne as observationsQueryKeys
170
+ };
@@ -1,4 +1,4 @@
1
- import { r as we, s as z, t as xt, v as B, o as q, p as y, y as Ro, z as ye, S as R, B as _, D as k, E as N, I as A, N as bs, O as ir, R as $e, T as U, Z as Hn, _ as Vn, $ as dt, a0 as D, a1 as xs, a2 as cn, a3 as Be, a4 as ws, a5 as qt, a6 as zt, a7 as $s, a8 as Cs, a9 as $n, aa as Ss, ab as Nr, ac as Bt, ad as zo, ae as ks, af as Es, ag as j, ah as Ur, ai as Ms, aj as Ds, ak as sr, al as As, am as Ts, an as zn, ao as Fs, ap as Is, aq as Z, ar as Ps, as as Os } from "./index-D9U_fT9q.js";
1
+ import { v as we, y as z, B as xt, D as B, r as q, s as y, E as Ro, I as ye, S as R, J as _, N as k, O as N, R as A, T as bs, Z as ir, _ as $e, $ as U, a0 as Hn, a1 as Vn, a2 as dt, a3 as D, a4 as xs, a5 as cn, a6 as Be, a7 as ws, a8 as qt, a9 as zt, aa as $s, ab as Cs, ac as $n, ad as Ss, ae as Nr, af as Bt, ag as zo, ah as ks, ai as Es, aj as j, ak as Ur, al as Ms, am as Ds, an as sr, ao as As, ap as Ts, aq as zn, ar as Fs, as as Is, at as Z, au as Ps, av as Os } from "./index-F3qh_qhX.js";
2
2
  var Ls = (e) => e != null, qs = (e) => e.filter(Ls);
3
3
  function _s(e) {
4
4
  return (...t) => {
@@ -1 +1 @@
1
- {"version":3,"file":"ConsultationPad.d.ts","sourceRoot":"","sources":["../../../src/components/consultationPad/ConsultationPad.tsx"],"names":[],"mappings":"AAgBA,OAAO,KAAoB,MAAM,OAAO,CAAC;AA2CzC,UAAU,oBAAoB;IAC5B,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CA+anD,CAAC;AAEF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"ConsultationPad.d.ts","sourceRoot":"","sources":["../../../src/components/consultationPad/ConsultationPad.tsx"],"names":[],"mappings":"AAiBA,OAAO,KAAoB,MAAM,OAAO,CAAC;AA2CzC,UAAU,oBAAoB;IAC5B,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAobnD,CAAC;AAEF,eAAe,eAAe,CAAC"}