@bahmni/appointments-app 0.0.1-dev.259 → 0.0.1-dev.260

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.
@@ -1,5 +1,5 @@
1
1
  import { jsx as r, jsxs as p, Fragment as Y } from "react/jsx-runtime";
2
- import { c as K, u as Q, d as W, a as J, l as X, m as Z, b as ee, w as te, y as ae } from "./index-D86omKT7.js";
2
+ import { d as K, u as Q, a as W, b as J, c as X, m as Z, l as ee, r as te, z as ae } from "./index-BGsOPq88.js";
3
3
  import { useState as l, useCallback as h, useEffect as f, useMemo as T } from "react";
4
4
  const ne = "_documentsTableBody_1voj8_1", oe = "_viewAttachmentsLink_1voj8_11", re = "_documentViewerContainer_1voj8_15", de = "_attachmentItem_1voj8_23", se = "_attachmentCounter_1voj8_27", ce = "_attachmentError_1voj8_36", ie = "_documentIframe_1voj8_44", le = "_documentImage_1voj8_50", d = {
5
5
  documentsTableBody: ne,
@@ -33,17 +33,17 @@ const _e = [
33
33
  "uploadedBy",
34
34
  "action"
35
35
  ], pe = /\.(jpg|jpeg|png|gif|webp|bmp|svg)$/i, B = (a) => a.attachments.length > 0 ? a.attachments : a.documentUrl ? [{ url: a.documentUrl, contentType: a.contentType }] : [], Ee = ({ config: a, encounterUuids: g }) => {
36
- const [s, S] = l(!1), [o, L] = l(
36
+ const [s, w] = l(!1), [o, L] = l(
37
37
  null
38
38
  ), [R, I] = l(
39
39
  /* @__PURE__ */ new Set()
40
- ), E = K(), { t: n } = Q(), { addNotification: U } = W(), $ = Number(a?.pageSize) || 5, [C, y] = l(1), [m, k] = l($), [V, A] = l(void 0), b = h((e) => {
41
- L(e), S(!0);
42
- }, []), F = h(() => {
43
- S(!1), L(null), I(/* @__PURE__ */ new Set());
40
+ ), E = K(), { t: n } = Q(), { addNotification: U } = W(), $ = Number(a?.pageSize) || 5, [C, A] = l(1), [m, k] = l($), [V, y] = l(void 0), b = h((e) => {
41
+ L(e), w(!0);
42
+ }, []), z = h(() => {
43
+ w(!1), L(null), I(/* @__PURE__ */ new Set());
44
44
  }, []), M = h((e) => {
45
45
  I((t) => new Set(t).add(e));
46
- }, []), { data: u, isLoading: H, isError: D, error: v } = J({
46
+ }, []), { data: u, isLoading: F, isError: D, error: v } = J({
47
47
  queryKey: [
48
48
  "documents",
49
49
  E,
@@ -60,9 +60,9 @@ const _e = [
60
60
  )
61
61
  });
62
62
  f(() => {
63
- u && A(u.total);
63
+ u && y(u.total);
64
64
  }, [u]), f(() => {
65
- y(1), A(void 0);
65
+ A(1), y(void 0);
66
66
  }, [E]), f(() => {
67
67
  D && U({
68
68
  title: n("ERROR_DEFAULT_TITLE"),
@@ -75,9 +75,9 @@ const _e = [
75
75
  if (!s || !o) return;
76
76
  const t = /* @__PURE__ */ new Set(), c = B(o);
77
77
  for (let i = 0; i < c.length; i++) {
78
- const w = j(c[i].url);
78
+ const S = j(c[i].url);
79
79
  try {
80
- (await fetch(w, {
80
+ (await fetch(S, {
81
81
  method: "HEAD",
82
82
  signal: e.signal
83
83
  })).ok || t.add(i);
@@ -88,15 +88,15 @@ const _e = [
88
88
  e.signal.aborted || I(t);
89
89
  })(), () => e.abort();
90
90
  }, [s, o]);
91
- const q = h(
91
+ const H = h(
92
92
  (e, t) => {
93
- t !== m ? (k(t), y(1), A(void 0)) : y(e);
93
+ t !== m ? (k(t), A(1), y(void 0)) : A(e);
94
94
  },
95
95
  [m]
96
96
  ), N = T(
97
97
  () => a?.fields ?? _e,
98
98
  [a?.fields]
99
- ), P = T(() => [...u?.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), [u]), z = T(() => ue(N, n), [N, n]), x = T(
99
+ ), q = T(() => [...u?.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), [u]), P = T(() => ue(N, n), [N, n]), x = T(
100
100
  () => N.map((e) => ({
101
101
  key: e,
102
102
  sortable: e !== "action"
@@ -140,10 +140,10 @@ const _e = [
140
140
  /* @__PURE__ */ r("div", { "data-testid": "documents-table", children: /* @__PURE__ */ r(
141
141
  ee,
142
142
  {
143
- headers: z,
143
+ headers: P,
144
144
  ariaLabel: n("DOCUMENTS_TABLE_HEADING"),
145
- rows: P,
146
- loading: H,
145
+ rows: q,
146
+ loading: F,
147
147
  errorStateMessage: D ? v?.message : null,
148
148
  sortable: x,
149
149
  emptyStateMessage: n("DOCUMENTS_NO_RECORDS"),
@@ -153,7 +153,7 @@ const _e = [
153
153
  pageSize: m,
154
154
  totalItems: V,
155
155
  page: C,
156
- onPageChange: q
156
+ onPageChange: H
157
157
  }
158
158
  ) }),
159
159
  s && o && /* @__PURE__ */ r(
@@ -162,13 +162,13 @@ const _e = [
162
162
  id: "modalIdForActionAreaLayout",
163
163
  portalId: "main-display-area",
164
164
  open: s,
165
- onRequestClose: F,
165
+ onRequestClose: z,
166
166
  modalHeading: o.documentIdentifier,
167
167
  passiveModal: !0,
168
168
  size: "lg",
169
169
  testId: "document-view-modal",
170
170
  children: /* @__PURE__ */ r("div", { className: d.documentViewerContainer, children: _.map((e, t) => {
171
- const c = j(e.url), i = e.contentType?.toLowerCase().includes("pdf"), w = (e.contentType?.toLowerCase().includes("image") ?? !1) || pe.test(e.url ?? ""), O = R.has(t);
171
+ const c = j(e.url), i = e.contentType?.toLowerCase().includes("pdf"), S = (e.contentType?.toLowerCase().includes("image") ?? !1) || pe.test(e.url ?? ""), O = R.has(t);
172
172
  return c === "#" || O ? /* @__PURE__ */ p(
173
173
  "div",
174
174
  {
@@ -195,7 +195,7 @@ const _e = [
195
195
  "/",
196
196
  _.length
197
197
  ] }),
198
- w ? /* @__PURE__ */ r(
198
+ S ? /* @__PURE__ */ r(
199
199
  "img",
200
200
  {
201
201
  src: c,
@@ -1,53 +1,53 @@
1
- import { jsx as s, jsxs as W, Fragment as J } from "react/jsx-runtime";
2
- import { u as Z, c as ee, e as re, f as ae, a as c, X as te, L as U, m as oe, l as se, b as S, x as ne, N as de, w as ie, $ as ue, g as me, E as le, h as ce, v as fe, i as ye } from "./index-D86omKT7.js";
1
+ import { jsx as s, jsxs as J, Fragment as W } from "react/jsx-runtime";
2
+ import { u as Z, d as ee, h as re, e as ae, b as c, X as te, D as U, m as oe, c as se, l as S, A as ne, _ as de, r as ie, P as ue, V as me, N as le, M as ce, x as fe, f as ye } from "./index-BGsOPq88.js";
3
3
  import { useState as q, useMemo as d, useCallback as f } from "react";
4
- const pe = "_formsTableBody_81hra_1", be = "_customAccordianItem_81hra_6", O = {
4
+ const pe = "_formsTableBody_81hra_1", be = "_customAccordianItem_81hra_6", A = {
5
5
  formsTableBody: pe,
6
6
  customAccordianItem: be
7
- }, ge = (u) => u ? u.extension?.find(
7
+ }, Ne = (u) => u ? u.extension?.find(
8
8
  (n) => n.url === me
9
- )?.valueString : void 0, Ae = ({
9
+ )?.valueString : void 0, Oe = ({
10
10
  episodeOfCareUuids: u,
11
11
  encounterUuids: n,
12
12
  config: C
13
13
  }) => {
14
- const { t: o } = Z(), m = ee(), [l, A] = q(!1), [t, I] = q(null), { numberOfVisits: k, hideThumbnail: w = !1 } = C ?? {}, E = re(
14
+ const { t: o } = Z(), m = ee(), [l, O] = q(!1), [t, I] = q(null), { numberOfVisits: x, hideThumbnail: V = !1 } = C ?? {}, _ = re(
15
15
  u,
16
16
  n
17
- ), x = ae(), {
17
+ ), k = ae(), {
18
18
  data: y = [],
19
- isLoading: B,
20
- isError: L,
21
- error: $,
22
- refetch: H
19
+ isLoading: M,
20
+ isError: T,
21
+ error: H,
22
+ refetch: K
23
23
  } = c({
24
24
  queryKey: ["forms", m, u],
25
- queryFn: () => le(m, void 0, k),
26
- enabled: !!m && !E
27
- }), T = d(() => !n || n.length === 0 ? y : y.filter(
25
+ queryFn: () => le(m, void 0, x),
26
+ enabled: !!m && !_
27
+ }), B = d(() => !n || n.length === 0 ? y : y.filter(
28
28
  (e) => n.includes(e.encounterUuid)
29
- ), [y, n]), { data: _ = [] } = c({
29
+ ), [y, n]), { data: D = [] } = c({
30
30
  queryKey: ["observationForms"],
31
31
  queryFn: () => ce()
32
- }), v = f(
33
- (e) => _.find((r) => r.name === e)?.uuid,
34
- [_]
32
+ }), E = f(
33
+ (e) => D.find((r) => r.name === e)?.uuid,
34
+ [D]
35
35
  ), p = d(() => {
36
36
  if (t)
37
- return v(t.formName);
38
- }, [t, v]), {
39
- isLoading: K,
40
- isError: j,
37
+ return E(t.formName);
38
+ }, [t, E]), {
39
+ isLoading: j,
40
+ isError: $,
41
41
  error: b
42
42
  } = c({
43
43
  queryKey: ["formMetadata", p],
44
44
  queryFn: () => fe(p),
45
45
  enabled: !!p && l
46
46
  }), {
47
- data: g,
48
- isLoading: V,
49
- isError: Q,
50
- error: N
47
+ data: N,
48
+ isLoading: w,
49
+ isError: P,
50
+ error: h
51
51
  } = c({
52
52
  queryKey: ["formsEncounterFHIR", t?.encounterUuid],
53
53
  queryFn: () => ye(t.encounterUuid),
@@ -55,41 +55,41 @@ const pe = "_formsTableBody_81hra_1", be = "_customAccordianItem_81hra_6", O = {
55
55
  });
56
56
  te(
57
57
  (e) => {
58
- e.patientUUID === m && e.updatedConcepts.size > 0 && (H(), x.invalidateQueries({ queryKey: ["formsEncounterFHIR"] }));
58
+ e.patientUUID === m && e.updatedConcepts.size > 0 && (K(), k.invalidateQueries({ queryKey: ["formsEncounterFHIR"] }));
59
59
  },
60
60
  [m]
61
61
  );
62
- const z = d(() => !g?.entry || !t?.formName ? [] : g.entry.filter((e) => e.resource?.resourceType === "Observation").map((e) => e.resource).filter((e) => {
63
- const r = ge(e);
62
+ const Q = d(() => !N?.entry || !t?.formName ? [] : N.entry.filter((e) => e.resource?.resourceType === "Observation").map((e) => e.resource).filter((e) => {
63
+ const r = Ne(e);
64
64
  return !r || r.includes(t.formName);
65
- }), [g, t?.formName]), G = d(() => {
65
+ }), [N, t?.formName]), z = d(() => {
66
66
  if (b)
67
67
  return U(b).message;
68
- if (N)
69
- return U(N).message;
70
- }, [b, N]), F = d(
68
+ if (h)
69
+ return U(h).message;
70
+ }, [b, h]), F = d(
71
71
  () => [
72
72
  { key: "recordedOn", header: o("RECORDED_ON") },
73
73
  { key: "recordedBy", header: o("RECORDED_BY") }
74
74
  ],
75
75
  [o]
76
- ), P = d(
76
+ ), G = d(
77
77
  () => [
78
78
  { key: "recordedOn", sortable: !0 },
79
79
  { key: "recordedBy", sortable: !0 }
80
80
  ],
81
81
  []
82
- ), M = d(() => {
83
- const e = T.reduce(
82
+ ), L = d(() => {
83
+ const e = B.reduce(
84
84
  (r, a) => {
85
85
  const i = a.formName;
86
86
  r[i] ??= [];
87
- const h = a.providers.map((Y) => Y.providerName).filter(Boolean).join(", ");
87
+ const g = a.providers.map((Y) => Y.providerName).filter(Boolean).join(", ");
88
88
  return r[i].push({
89
89
  id: a.encounterUuid,
90
90
  formName: a.formName,
91
91
  recordedOn: oe(a.encounterDateTime, o, !0).formattedResult,
92
- recordedBy: h ?? "--",
92
+ recordedBy: g ?? "--",
93
93
  encounterDateTime: a.encounterDateTime,
94
94
  encounterUuid: a.encounterUuid
95
95
  }), r;
@@ -100,48 +100,48 @@ const pe = "_formsTableBody_81hra_1", be = "_customAccordianItem_81hra_6", O = {
100
100
  ([r, a]) => ({
101
101
  formName: r,
102
102
  records: a.sort(
103
- (i, h) => h.encounterDateTime - i.encounterDateTime
103
+ (i, g) => g.encounterDateTime - i.encounterDateTime
104
104
  )
105
105
  })
106
106
  ).sort((r, a) => r.formName.localeCompare(a.formName));
107
- }, [T, o]), D = f((e) => {
108
- I(e), A(!0);
107
+ }, [B, o]), v = f((e) => {
108
+ I(e), O(!0);
109
109
  }, []), X = f(() => {
110
- A(!1), I(null);
110
+ O(!1), I(null);
111
111
  }, []), R = f(
112
112
  (e, r) => {
113
113
  switch (r) {
114
114
  case "recordedOn":
115
- return /* @__PURE__ */ s(se, { onClick: () => D(e), children: e.recordedOn });
115
+ return /* @__PURE__ */ s(se, { onClick: () => v(e), children: e.recordedOn });
116
116
  case "recordedBy":
117
117
  return e.recordedBy;
118
118
  default:
119
119
  return null;
120
120
  }
121
121
  },
122
- [D]
122
+ [v]
123
123
  );
124
- return /* @__PURE__ */ W(J, { children: [
125
- /* @__PURE__ */ s("div", { "data-testid": "forms-table", children: B || L || M.length === 0 || E ? /* @__PURE__ */ s(
124
+ return /* @__PURE__ */ J(W, { children: [
125
+ /* @__PURE__ */ s("div", { "data-testid": "forms-table", children: M || T || L.length === 0 || _ ? /* @__PURE__ */ s(
126
126
  S,
127
127
  {
128
128
  headers: F,
129
129
  ariaLabel: o("FORMS_HEADING"),
130
130
  rows: [],
131
- loading: B,
132
- errorStateMessage: L ? $?.message : void 0,
131
+ loading: M,
132
+ errorStateMessage: T ? H?.message : void 0,
133
133
  emptyStateMessage: o("FORMS_UNAVAILABLE"),
134
134
  renderCell: R,
135
- className: O.formsTableBody,
135
+ className: A.formsTableBody,
136
136
  dataTestId: "forms-table"
137
137
  }
138
- ) : /* @__PURE__ */ s(ne, { align: "start", children: M.map((e, r) => {
138
+ ) : /* @__PURE__ */ s(ne, { align: "start", children: L.map((e, r) => {
139
139
  const { formName: a, records: i } = e;
140
140
  return /* @__PURE__ */ s(
141
141
  de,
142
142
  {
143
143
  title: a,
144
- className: O.customAccordianItem,
144
+ className: A.customAccordianItem,
145
145
  testId: `accordian-title-${a}`,
146
146
  open: r === 0,
147
147
  children: /* @__PURE__ */ s(
@@ -152,10 +152,10 @@ const pe = "_formsTableBody_81hra_1", be = "_customAccordianItem_81hra_6", O = {
152
152
  rows: i,
153
153
  loading: !1,
154
154
  errorStateMessage: "",
155
- sortable: P,
155
+ sortable: G,
156
156
  emptyStateMessage: o("FORMS_UNAVAILABLE"),
157
157
  renderCell: R,
158
- className: O.formsTableBody,
158
+ className: A.formsTableBody,
159
159
  dataTestId: `forms-table-${a}`
160
160
  }
161
161
  )
@@ -178,13 +178,13 @@ const pe = "_formsTableBody_81hra_1", be = "_customAccordianItem_81hra_6", O = {
178
178
  children: /* @__PURE__ */ s(
179
179
  ue,
180
180
  {
181
- observations: z,
182
- isLoading: K || V,
183
- isError: j || Q,
184
- errorMessage: G,
181
+ observations: Q,
182
+ isLoading: j || w,
183
+ isError: $ || P,
184
+ errorMessage: z,
185
185
  emptyStateMessage: o("NO_FORM_DATA_AVAILABLE"),
186
186
  testIdPrefix: t.formName,
187
- hideThumbnail: w
187
+ hideThumbnail: V
188
188
  }
189
189
  )
190
190
  }
@@ -192,5 +192,5 @@ const pe = "_formsTableBody_81hra_1", be = "_customAccordianItem_81hra_6", O = {
192
192
  ] });
193
193
  };
194
194
  export {
195
- Ae as default
195
+ Oe as default
196
196
  };
@@ -1,5 +1,5 @@
1
- import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-J-XUnkui.js";
2
- import { V as d, W as f, Z as e } from "./index-D86omKT7.js";
1
+ import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-5NZHFpxt.js";
2
+ import { S as d, U as f, Y as e } from "./index-BGsOPq88.js";
3
3
  var p = (a) => {
4
4
  const [r, t] = c({
5
5
  prefix: "TanstackQueryDevtools"
@@ -1,5 +1,5 @@
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-J-XUnkui.js";
2
- import { V as v, W as C, Z as e } from "./index-D86omKT7.js";
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-5NZHFpxt.js";
2
+ import { S as v, U as C, Y as e } from "./index-BGsOPq88.js";
3
3
  var h = (t) => {
4
4
  const [r, o] = s({
5
5
  prefix: "TanstackQueryDevtools"
@@ -1,33 +1,33 @@
1
1
  import { jsxs as N, jsx as u } from "react/jsx-runtime";
2
- import { c as V, d as H, u as S, j as K, p as M, a as Q, X, k as x, n as j, z as w, H as z, b as G, o as Y, Y as A, M as P, q as J, R as W, r as Z, s as ee, t as ae, A as te } from "./index-D86omKT7.js";
3
- import { useRef as se, useEffect as $, useMemo as R } from "react";
4
- const D = (a, n, d, l, b, r) => {
5
- const t = P(a, n, b), s = t.value, o = J(s);
6
- let i = s;
7
- o === "Image" && (i = /* @__PURE__ */ u(
8
- Z,
2
+ import { d as V, a as H, u as S, g as K, y as Q, b as X, X as x, O as j, L as w, i as G, j as M, l as P, C as Z, k as D, T as z, n as Y, Z as J, o as W, p as ee, v as ae, H as te } from "./index-BGsOPq88.js";
3
+ import { useRef as se, useEffect as $, useMemo as T } from "react";
4
+ const L = (a, n, d, l, b, r) => {
5
+ const t = z(a, n, b), s = t.value, i = Y(s);
6
+ let o = s;
7
+ i === "Image" && (o = /* @__PURE__ */ u(
8
+ W,
9
9
  {
10
10
  imageSrc: s,
11
11
  alt: s,
12
12
  id: `${s}-img`,
13
13
  hideThumbnail: r
14
14
  }
15
- )), o === "Video" && (i = /* @__PURE__ */ u(
15
+ )), i === "Video" && (o = /* @__PURE__ */ u(
16
16
  ee,
17
17
  {
18
18
  id: `${s}-video`,
19
19
  videoSrc: s,
20
20
  hideThumbnail: r
21
21
  }
22
- )), o === "PDF" && (i = /* @__PURE__ */ u(ae, { id: `${s}-pdf`, src: s }));
22
+ )), i === "PDF" && (o = /* @__PURE__ */ u(ae, { id: `${s}-pdf`, src: s }));
23
23
  const p = b("OBSERVATIONS_RECORDED_BY", {
24
24
  provider: t.provider
25
25
  }), m = a.display, y = a.observationValue?.isAbnormal ? "abnormal-obs" : "obs", c = l ? `${l}-${y}-${m}-${d}-${n}` : `${y}-${m}-${d}-${n}`;
26
26
  return /* @__PURE__ */ u(
27
- W,
27
+ J,
28
28
  {
29
29
  header: t.header,
30
- value: i,
30
+ value: o,
31
31
  info: p,
32
32
  id: c,
33
33
  testId: c,
@@ -36,15 +36,15 @@ const D = (a, n, d, l, b, r) => {
36
36
  `obs-${a.id}`
37
37
  );
38
38
  }, re = (a, n, d, l, b, r, t) => /* @__PURE__ */ u(
39
- A,
39
+ D,
40
40
  {
41
41
  title: a.display,
42
42
  id: `grouped-obs-${a.display}-${l}`,
43
43
  open: d,
44
44
  children: a.members?.map(
45
- (s, o) => D(
45
+ (s, i) => L(
46
46
  s,
47
- o,
47
+ i,
48
48
  b,
49
49
  r,
50
50
  n,
@@ -53,23 +53,23 @@ const D = (a, n, d, l, b, r) => {
53
53
  )
54
54
  },
55
55
  `grouped-obs-${a.id}`
56
- ), oe = ({
56
+ ), ie = ({
57
57
  groupedData: a,
58
58
  title: n = "",
59
59
  hideThumbnail: d
60
60
  }) => {
61
61
  const { t: l } = S(), b = (r, t, s) => {
62
- const o = Y(r.encounterDetails, l);
62
+ const i = Z(r.encounterDetails, l);
63
63
  return /* @__PURE__ */ N(
64
- A,
64
+ D,
65
65
  {
66
- title: o,
66
+ title: i,
67
67
  id: `encounter-${r.encounterId}`,
68
68
  open: t,
69
69
  children: [
70
70
  r.observations.map(
71
- (i, p) => D(
72
- i,
71
+ (o, p) => L(
72
+ o,
73
73
  p,
74
74
  s,
75
75
  n,
@@ -78,8 +78,8 @@ const D = (a, n, d, l, b, r) => {
78
78
  )
79
79
  ),
80
80
  r.groupedObservations.map(
81
- (i, p) => re(
82
- i,
81
+ (o, p) => re(
82
+ o,
83
83
  l,
84
84
  t,
85
85
  p,
@@ -104,66 +104,66 @@ const D = (a, n, d, l, b, r) => {
104
104
  )
105
105
  }
106
106
  );
107
- }, ie = "_observations_kfbhq_1", ne = "_title_kfbhq_12", I = {
108
- observations: ie,
107
+ }, oe = "_observations_kfbhq_1", ne = "_title_kfbhq_12", I = {
108
+ observations: oe,
109
109
  title: ne
110
110
  }, de = (a) => ["conceptUuid", a], le = (a, n) => ["observations", a, ...n], pe = ({ config: a }) => {
111
111
  const n = a, {
112
112
  conceptNames: d = [],
113
113
  conceptUuid: l = [],
114
114
  hideThumbnail: b = !1
115
- } = n, r = se(/* @__PURE__ */ new Set()), t = V(), { addNotification: s } = H(), { t: o } = S(), i = K({
115
+ } = n, r = se(/* @__PURE__ */ new Set()), t = V(), { addNotification: s } = H(), { t: i } = S(), o = K({
116
116
  queries: d.map((e) => ({
117
117
  queryKey: de(e),
118
- queryFn: () => M(e),
118
+ queryFn: () => Q(e),
119
119
  enabled: !!e
120
120
  }))
121
121
  });
122
122
  $(() => {
123
- i.forEach((e, h) => {
123
+ o.forEach((e, h) => {
124
124
  if (e.isError && !r.current.has(h)) {
125
125
  const B = d[h];
126
126
  s({
127
- title: o("ERROR_DEFAULT_TITLE"),
128
- message: o("ERROR_FETCHING_CONCEPT", { conceptName: B }),
127
+ title: i("ERROR_DEFAULT_TITLE"),
128
+ message: i("ERROR_FETCHING_CONCEPT", { conceptName: B }),
129
129
  type: "error"
130
130
  }), r.current.add(h);
131
131
  } else e.isError || r.current.delete(h);
132
132
  });
133
- }, [i, d]);
134
- const p = R(() => i.map((e) => e.data?.uuid).filter((e) => !!e), [i]), m = R(() => [.../* @__PURE__ */ new Set([...p, ...l])], [p, l]), y = R(() => d.length === 0 ? !0 : i.every((e) => !e.isLoading), [i, d.length]), {
133
+ }, [o, d]);
134
+ const p = T(() => o.map((e) => e.data?.uuid).filter((e) => !!e), [o]), m = T(() => [.../* @__PURE__ */ new Set([...p, ...l])], [p, l]), y = T(() => d.length === 0 ? !0 : o.every((e) => !e.isLoading), [o, d.length]), {
135
135
  data: c,
136
- isLoading: F,
137
- isError: T,
138
- refetch: f
139
- } = Q({
136
+ isLoading: C,
137
+ isError: g,
138
+ refetch: R
139
+ } = X({
140
140
  queryKey: le(t, m),
141
141
  queryFn: () => te(t, m),
142
142
  enabled: !!t && m.length > 0 && y
143
143
  });
144
- X(
144
+ x(
145
145
  (e) => {
146
146
  e.patientUUID === t && e.updatedConcepts.size > 0 && [...e.updatedConcepts.keys()].some(
147
147
  (h) => m.includes(h)
148
- ) && f();
148
+ ) && R();
149
149
  },
150
- [t, f]
150
+ [t, R]
151
151
  ), $(() => {
152
- T && s({
153
- title: o("ERROR_DEFAULT_TITLE"),
154
- message: o("ERROR_FETCHING_OBSERVATIONS"),
152
+ g && s({
153
+ title: i("ERROR_DEFAULT_TITLE"),
154
+ message: i("ERROR_FETCHING_OBSERVATIONS"),
155
155
  type: "error"
156
156
  });
157
- }, [T]);
158
- const g = R(() => {
157
+ }, [g]);
158
+ const f = T(() => {
159
159
  if (!c) return [];
160
- const e = x(c), h = j(e);
161
- return w(h);
162
- }, [c]), q = [
160
+ const e = j(c), h = w(e);
161
+ return G(h);
162
+ }, [c]), F = [
163
163
  { key: "name", header: "name" },
164
164
  { key: "value", header: "value" },
165
165
  { key: "form", header: "form" }
166
- ], O = F || !y, _ = T && y, L = (!c || c.entry?.length === 0 || m.length === 0) && y, k = _ ? o("ERROR_FETCHING_OBSERVATIONS") : null, C = L ? o("NO_OBSERVATIONS_FOUND") : void 0, U = g.length > 0 && !O && !_, E = n.titleTranslationKey, v = E ? o(E) : "";
166
+ ], O = C || !y, _ = g && y, A = (!c || c.entry?.length === 0 || m.length === 0) && y, k = _ ? i("ERROR_FETCHING_OBSERVATIONS") : null, q = A ? i("NO_OBSERVATIONS_FOUND") : void 0, U = f.length > 0 && !O && !_, E = n.titleTranslationKey, v = E ? i(E) : "";
167
167
  return /* @__PURE__ */ N(
168
168
  "div",
169
169
  {
@@ -173,7 +173,7 @@ const D = (a, n, d, l, b, r) => {
173
173
  className: I.observations,
174
174
  children: [
175
175
  /* @__PURE__ */ u(
176
- z,
176
+ M,
177
177
  {
178
178
  id: "observations-title",
179
179
  testId: E ? `observations-title-${v}` : "observations-title",
@@ -183,21 +183,21 @@ const D = (a, n, d, l, b, r) => {
183
183
  }
184
184
  ),
185
185
  U ? /* @__PURE__ */ u(
186
- oe,
186
+ ie,
187
187
  {
188
- groupedData: g,
188
+ groupedData: f,
189
189
  title: v,
190
190
  hideThumbnail: b
191
191
  }
192
192
  ) : /* @__PURE__ */ u(
193
- G,
193
+ P,
194
194
  {
195
- headers: q,
195
+ headers: F,
196
196
  rows: [],
197
- ariaLabel: o("OBSERVATIONS"),
197
+ ariaLabel: i("OBSERVATIONS"),
198
198
  loading: O,
199
199
  errorStateMessage: k,
200
- emptyStateMessage: C,
200
+ emptyStateMessage: q,
201
201
  dataTestId: "observations-table"
202
202
  }
203
203
  )