@bahmni/appointments-app 0.0.1-dev.174 → 0.0.1-dev.176

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,28 +1,28 @@
1
- import { jsx as s, jsxs as p, Fragment as K } from "react/jsx-runtime";
2
- import { u as ee, f as re, v as ae, c as te, a as L, e as oe, b as ne, L as se, z as U, K as de, Y as me, G as ie, d as le, B as q, $ as ce, g as ue, C as A, D as be, h as pe, w as fe, S as _e, i as $e, k as ge, Z as ve, I as he } from "./index-B0lOgWbO.js";
3
- import { useState as k, useMemo as h, useCallback as R } from "react";
4
- const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le = "_formContent_1pd36_18", Re = "_formDetailsContainer_1pd36_25", Ae = "_observation_1pd36_30", Ce = "_groupContainer_1pd36_39", Fe = "_rowContainer_1pd36_43", Ie = "_groupLabel_1pd36_48", Oe = "_rowLabel_1pd36_58", Me = "_rowValue_1pd36_67", Se = "_groupMembers_1pd36_75", Ve = "_memberRow_1pd36_81", Te = "_memberLabel_1pd36_86", we = "_memberValue_1pd36_94", De = "_abnormalValue_1pd36_102", Be = "_commentSection_1pd36_110", Ee = "_commentText_1pd36_116", xe = "_nestedGroup_1pd36_125", Ge = "_nestedGroupLabel_1pd36_132", Ue = "_nestedGroupMembers_1pd36_141", o = {
5
- formsTableBody: Ne,
6
- customAccordianItem: ye,
7
- formContent: Le,
1
+ import { jsx as s, jsxs as p, Fragment as P } from "react/jsx-runtime";
2
+ import { u as ee, f as re, E as ae, d as te, a as A, H as oe, b as ne, D as se, A as U, e as de, Y as me, G as ie, y as le, Z as q, P as ce, p as ue, T as F, g as be, h as pe, i as _e, j as fe, U as $e, q as ge, W as ve, F as he } from "./index-mSxGH2KX.js";
3
+ import { useState as H, useMemo as h, useCallback as R } from "react";
4
+ const ye = "_formsTableBody_1pd36_1", Ne = "_customAccordianItem_1pd36_6", Ae = "_formContent_1pd36_18", Re = "_formDetailsContainer_1pd36_25", Fe = "_observation_1pd36_30", Le = "_groupContainer_1pd36_39", Ce = "_rowContainer_1pd36_43", Oe = "_groupLabel_1pd36_48", Ie = "_rowLabel_1pd36_58", Te = "_rowValue_1pd36_67", Me = "_groupMembers_1pd36_75", Ve = "_memberRow_1pd36_81", Se = "_memberLabel_1pd36_86", De = "_memberValue_1pd36_94", Ee = "_abnormalValue_1pd36_102", we = "_commentSection_1pd36_110", xe = "_commentText_1pd36_116", Be = "_nestedGroup_1pd36_125", Ge = "_nestedGroupLabel_1pd36_132", Ue = "_nestedGroupMembers_1pd36_141", o = {
5
+ formsTableBody: ye,
6
+ customAccordianItem: Ne,
7
+ formContent: Ae,
8
8
  formDetailsContainer: Re,
9
- observation: Ae,
10
- groupContainer: Ce,
11
- rowContainer: Fe,
12
- groupLabel: Ie,
13
- rowLabel: Oe,
14
- rowValue: Me,
15
- groupMembers: Se,
9
+ observation: Fe,
10
+ groupContainer: Le,
11
+ rowContainer: Ce,
12
+ groupLabel: Oe,
13
+ rowLabel: Ie,
14
+ rowValue: Te,
15
+ groupMembers: Me,
16
16
  memberRow: Ve,
17
- memberLabel: Te,
18
- memberValue: we,
19
- abnormalValue: De,
20
- commentSection: Be,
21
- commentText: Ee,
22
- nestedGroup: xe,
17
+ memberLabel: Se,
18
+ memberValue: De,
19
+ abnormalValue: Ee,
20
+ commentSection: we,
21
+ commentText: xe,
22
+ nestedGroup: Be,
23
23
  nestedGroupLabel: Ge,
24
24
  nestedGroupMembers: Ue
25
- }, H = (e) => {
25
+ }, K = (e) => {
26
26
  const r = be(e);
27
27
  return r === "Image" ? /* @__PURE__ */ s(
28
28
  pe,
@@ -31,8 +31,8 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
31
31
  alt: e,
32
32
  id: `${e}-img`
33
33
  }
34
- ) : r === "Video" ? /* @__PURE__ */ s(fe, { id: `${e}-video`, videoSrc: e }) : e;
35
- }, P = (e) => {
34
+ ) : r === "Video" ? /* @__PURE__ */ s(_e, { id: `${e}-video`, videoSrc: e }) : e;
35
+ }, k = (e) => {
36
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
37
  return { units: r, rangeString: m, isAbnormal: t };
38
38
  }, j = ({
@@ -64,23 +64,23 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
64
64
  {
65
65
  className: o.nestedGroupMembers,
66
66
  "data-testid": `${t}obs-nested-group-members-${m}-${n}`,
67
- children: e.members?.map((N, y) => /* @__PURE__ */ s(
67
+ children: e.members?.map((y, N) => /* @__PURE__ */ s(
68
68
  j,
69
69
  {
70
- member: N,
70
+ member: y,
71
71
  depth: r + 1,
72
- memberIndex: y,
72
+ memberIndex: N,
73
73
  formName: a
74
74
  },
75
- `${N.id}`
75
+ `${y.id}`
76
76
  ))
77
77
  }
78
78
  )
79
79
  ]
80
80
  }
81
81
  );
82
- const { units: b, rangeString: g, isAbnormal: f } = P(e), _ = e.observationValue?.value?.toString(), $ = _ ? H(_) : null;
83
- return /* @__PURE__ */ p(K, { children: [
82
+ const { units: b, rangeString: g, isAbnormal: _ } = k(e), f = e.observationValue?.value?.toString(), $ = f ? K(f) : null;
83
+ return /* @__PURE__ */ p(P, { children: [
84
84
  /* @__PURE__ */ p(
85
85
  "div",
86
86
  {
@@ -91,9 +91,9 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
91
91
  /* @__PURE__ */ p(
92
92
  "p",
93
93
  {
94
- className: A(
94
+ className: F(
95
95
  o.memberLabel,
96
- f ? o.abnormalValue : ""
96
+ _ ? o.abnormalValue : ""
97
97
  ),
98
98
  "data-testid": `${t}obs-member-label-${m}-${n}`,
99
99
  children: [
@@ -105,9 +105,9 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
105
105
  /* @__PURE__ */ p(
106
106
  "div",
107
107
  {
108
- className: A(
108
+ className: F(
109
109
  o.memberValue,
110
- f ? o.abnormalValue : ""
110
+ _ ? o.abnormalValue : ""
111
111
  ),
112
112
  "data-testid": `${t}obs-member-value-${m}-${n}`,
113
113
  children: [
@@ -138,7 +138,7 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
138
138
  formName: n = "",
139
139
  comment: a
140
140
  }) => {
141
- const d = e.members && e.members.length > 0, { units: c, rangeString: m, isAbnormal: t } = P(e), b = n ? `${n}-` : "", g = e.observationValue?.value?.toString(), f = g ? H(g) : null;
141
+ const d = e.members && e.members.length > 0, { units: c, rangeString: m, isAbnormal: t } = k(e), b = n ? `${n}-` : "", g = e.observationValue?.value?.toString(), _ = g ? K(g) : null;
142
142
  return /* @__PURE__ */ p(
143
143
  "div",
144
144
  {
@@ -154,7 +154,7 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
154
154
  /* @__PURE__ */ p(
155
155
  "p",
156
156
  {
157
- className: A(
157
+ className: F(
158
158
  d ? o.groupLabel : o.rowLabel,
159
159
  !d && t ? o.abnormalValue : ""
160
160
  ),
@@ -170,27 +170,27 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
170
170
  {
171
171
  className: o.groupMembers,
172
172
  "data-testid": `${b}observation-group-members-${e.display}-${r}`,
173
- children: e.members?.map((_, $) => /* @__PURE__ */ s(
173
+ children: e.members?.map((f, $) => /* @__PURE__ */ s(
174
174
  j,
175
175
  {
176
- member: _,
176
+ member: f,
177
177
  depth: 0,
178
178
  memberIndex: $,
179
179
  formName: n
180
180
  },
181
- `${_.id}`
181
+ `${f.id}`
182
182
  ))
183
183
  }
184
184
  ) : /* @__PURE__ */ p(
185
185
  "div",
186
186
  {
187
- className: A(
187
+ className: F(
188
188
  o.rowValue,
189
189
  t ? o.abnormalValue : ""
190
190
  ),
191
191
  "data-testid": `${b}observation-value-${e.display}-${r}`,
192
192
  children: [
193
- f,
193
+ _,
194
194
  c && ` ${c}`
195
195
  ]
196
196
  }
@@ -213,113 +213,113 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
213
213
  },
214
214
  `${e.id}-${r}`
215
215
  );
216
- }, ke = (e) => e ? e.extension?.find(
217
- (r) => r.url === _e
218
- )?.valueString : void 0, Ke = (e) => {
216
+ }, He = (e) => e ? e.extension?.find(
217
+ (r) => r.url === fe
218
+ )?.valueString : void 0, Pe = (e) => {
219
219
  if (e)
220
220
  return e.note?.[0]?.text;
221
- }, He = (e, r) => e.entry?.find((n) => n.resource?.id === r)?.resource, O = (e, r) => {
222
- const n = He(e, r);
221
+ }, Ke = (e, r) => e.entry?.find((n) => n.resource?.id === r)?.resource, I = (e, r) => {
222
+ const n = Ke(e, r);
223
223
  return n ? {
224
- formFieldPath: ke(n),
225
- comment: Ke(n)
224
+ formFieldPath: He(n),
225
+ comment: Pe(n)
226
226
  } : {};
227
- }, Pe = (e, r) => {
227
+ }, ke = (e, r) => {
228
228
  if (!e?.entry || !r)
229
229
  return [];
230
230
  const n = ce(e);
231
231
  return [
232
232
  ...n.observations.map((a) => {
233
- const { formFieldPath: d, comment: c } = O(
233
+ const { formFieldPath: d, comment: c } = I(
234
234
  e,
235
235
  a.id
236
236
  );
237
237
  return { obs: a, formFieldPath: d, comment: c };
238
238
  }),
239
239
  ...n.groupedObservations.flatMap((a) => {
240
- const { formFieldPath: d } = O(e, a.id);
240
+ const { formFieldPath: d } = I(e, a.id);
241
241
  return (a.members ?? []).map((c) => {
242
- const { comment: m } = O(e, c.id);
242
+ const { comment: m } = I(e, c.id);
243
243
  return { obs: c, formFieldPath: d, comment: m };
244
244
  });
245
245
  })
246
246
  ].filter(
247
247
  ({ formFieldPath: a }) => !a || a.includes(r)
248
248
  );
249
- }, Ye = ({
249
+ }, Ze = ({
250
250
  episodeOfCareUuids: e,
251
251
  encounterUuids: r,
252
252
  config: n
253
253
  }) => {
254
- const { t: a } = ee(), d = re(), [c, m] = k(!1), [t, b] = k(null), g = n?.numberOfVisits, f = ae(
254
+ const { t: a } = ee(), d = re(), [c, m] = H(!1), [t, b] = H(null), g = n?.numberOfVisits, _ = ae(
255
255
  e,
256
256
  r
257
- ), _ = te(), {
257
+ ), f = te(), {
258
258
  data: $ = [],
259
- isLoading: N,
260
- isError: y,
261
- error: z,
262
- refetch: Q
263
- } = L({
259
+ isLoading: y,
260
+ isError: N,
261
+ error: Q,
262
+ refetch: Y
263
+ } = A({
264
264
  queryKey: ["forms", d, e],
265
265
  queryFn: () => $e(d, void 0, g),
266
- enabled: !!d && !f
267
- }), M = h(() => !r || r.length === 0 ? $ : $.filter(
266
+ enabled: !!d && !_
267
+ }), T = h(() => !r || r.length === 0 ? $ : $.filter(
268
268
  (i) => r.includes(i.encounterUuid)
269
- ), [$, r]), { data: S = [] } = L({
269
+ ), [$, r]), { data: M = [] } = A({
270
270
  queryKey: ["observationForms"],
271
271
  queryFn: () => ge()
272
272
  }), V = R(
273
- (i) => S.find((u) => u.name === i)?.uuid,
274
- [S]
275
- ), C = h(() => {
273
+ (i) => M.find((u) => u.name === i)?.uuid,
274
+ [M]
275
+ ), L = h(() => {
276
276
  if (t)
277
277
  return V(t.formName);
278
- }, [t, V]), { isLoading: Y, error: T } = L({
279
- queryKey: ["formMetadata", C],
280
- queryFn: () => ve(C),
281
- enabled: !!C && c
278
+ }, [t, V]), { isLoading: Z, error: S } = A({
279
+ queryKey: ["formMetadata", L],
280
+ queryFn: () => ve(L),
281
+ enabled: !!L && c
282
282
  }), {
283
- data: F,
284
- isLoading: Z,
285
- error: w
286
- } = L({
283
+ data: C,
284
+ isLoading: z,
285
+ error: D
286
+ } = A({
287
287
  queryKey: ["formsEncounterFHIR", t?.encounterUuid],
288
288
  queryFn: () => he(t.encounterUuid),
289
289
  enabled: !!t?.encounterUuid && c
290
290
  });
291
291
  oe(
292
292
  (i) => {
293
- i.patientUUID === d && i.updatedConcepts.size > 0 && (Q(), _.invalidateQueries({ queryKey: ["formsEncounterFHIR"] }));
293
+ i.patientUUID === d && i.updatedConcepts.size > 0 && (Y(), f.invalidateQueries({ queryKey: ["formsEncounterFHIR"] }));
294
294
  },
295
295
  [d]
296
296
  );
297
- const D = h(() => !F || !t?.formName ? [] : Pe(
298
- F,
297
+ const E = h(() => !C || !t?.formName ? [] : ke(
298
+ C,
299
299
  t.formName
300
- ), [F, t?.formName]), B = h(
300
+ ), [C, t?.formName]), w = h(
301
301
  () => [
302
302
  { key: "recordedOn", header: a("FORM_RECORDED_ON") },
303
303
  { key: "recordedBy", header: a("FORM_RECORDED_BY") }
304
304
  ],
305
305
  [a]
306
- ), J = h(
306
+ ), W = h(
307
307
  () => [
308
308
  { key: "recordedOn", sortable: !0 },
309
309
  { key: "recordedBy", sortable: !0 }
310
310
  ],
311
311
  []
312
- ), E = h(() => {
313
- const i = M.reduce(
312
+ ), x = h(() => {
313
+ const i = T.reduce(
314
314
  (u, l) => {
315
315
  const v = l.formName;
316
316
  u[v] ??= [];
317
- const I = l.providers.map((W) => W.providerName).filter(Boolean).join(", ");
317
+ const O = l.providers.map((J) => J.providerName).filter(Boolean).join(", ");
318
318
  return u[v].push({
319
319
  id: l.encounterUuid,
320
320
  formName: l.formName,
321
321
  recordedOn: ne(l.encounterDateTime, a, ue).formattedResult,
322
- recordedBy: I ?? "--",
322
+ recordedBy: O ?? "--",
323
323
  encounterDateTime: l.encounterDateTime,
324
324
  encounterUuid: l.encounterUuid
325
325
  }), u;
@@ -330,11 +330,11 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
330
330
  ([u, l]) => ({
331
331
  formName: u,
332
332
  records: l.sort(
333
- (v, I) => I.encounterDateTime - v.encounterDateTime
333
+ (v, O) => O.encounterDateTime - v.encounterDateTime
334
334
  )
335
335
  })
336
336
  ).sort((u, l) => u.formName.localeCompare(l.formName));
337
- }, [M, a]), x = R((i) => {
337
+ }, [T, a]), B = R((i) => {
338
338
  b(i), m(!0);
339
339
  }, []), X = R(() => {
340
340
  m(!1), b(null);
@@ -342,30 +342,30 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
342
342
  (i, u) => {
343
343
  switch (u) {
344
344
  case "recordedOn":
345
- return /* @__PURE__ */ s(se, { onClick: () => x(i), children: i.recordedOn });
345
+ return /* @__PURE__ */ s(se, { onClick: () => B(i), children: i.recordedOn });
346
346
  case "recordedBy":
347
347
  return i.recordedBy;
348
348
  default:
349
349
  return null;
350
350
  }
351
351
  },
352
- [x]
352
+ [B]
353
353
  );
354
- return /* @__PURE__ */ p(K, { children: [
355
- /* @__PURE__ */ s("div", { "data-testid": "forms-table", children: N || y || E.length === 0 || f ? /* @__PURE__ */ s(
354
+ return /* @__PURE__ */ p(P, { children: [
355
+ /* @__PURE__ */ s("div", { "data-testid": "forms-table", children: y || N || x.length === 0 || _ ? /* @__PURE__ */ s(
356
356
  U,
357
357
  {
358
- headers: B,
358
+ headers: w,
359
359
  ariaLabel: a("FORMS_HEADING"),
360
360
  rows: [],
361
- loading: N,
362
- errorStateMessage: y ? z?.message : void 0,
361
+ loading: y,
362
+ errorStateMessage: N ? Q?.message : void 0,
363
363
  emptyStateMessage: a("FORMS_UNAVAILABLE"),
364
364
  renderCell: G,
365
365
  className: o.formsTableBody,
366
366
  dataTestId: "forms-table"
367
367
  }
368
- ) : /* @__PURE__ */ s(de, { align: "start", children: E.map((i, u) => {
368
+ ) : /* @__PURE__ */ s(de, { align: "start", children: x.map((i, u) => {
369
369
  const { formName: l, records: v } = i;
370
370
  return /* @__PURE__ */ s(
371
371
  me,
@@ -377,12 +377,12 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
377
377
  children: /* @__PURE__ */ s(
378
378
  U,
379
379
  {
380
- headers: B,
380
+ headers: w,
381
381
  ariaLabel: a("FORMS_HEADING"),
382
382
  rows: v,
383
383
  loading: !1,
384
384
  errorStateMessage: "",
385
- sortable: J,
385
+ sortable: W,
386
386
  emptyStateMessage: a("FORMS_UNAVAILABLE"),
387
387
  renderCell: G,
388
388
  className: o.formsTableBody,
@@ -397,6 +397,7 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
397
397
  ie,
398
398
  {
399
399
  id: "modalIdForActionAreaLayout",
400
+ portalId: "main-display-area",
400
401
  open: c,
401
402
  onRequestClose: X,
402
403
  modalHeading: t.formName,
@@ -404,7 +405,7 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
404
405
  passiveModal: !0,
405
406
  size: "md",
406
407
  testId: "form-details-modal",
407
- children: /* @__PURE__ */ s("div", { className: o.formContent, children: Y || Z ? /* @__PURE__ */ s(le, { width: "100%", lineCount: 3 }) : T ? /* @__PURE__ */ s("div", { children: q(T).message ?? a("ERROR_FETCHING_FORM_METADATA") }) : w ? /* @__PURE__ */ s("div", { children: q(w).message ?? a("ERROR_FETCHING_FORM_DATA") }) : D.length > 0 ? /* @__PURE__ */ s("div", { className: o.formDetailsContainer, children: D.map(({ obs: i, comment: u }, l) => /* @__PURE__ */ s(
408
+ children: /* @__PURE__ */ s("div", { className: o.formContent, children: Z || z ? /* @__PURE__ */ s(le, { width: "100%", lineCount: 3 }) : S ? /* @__PURE__ */ s("div", { children: q(S).message ?? a("ERROR_FETCHING_FORM_METADATA") }) : D ? /* @__PURE__ */ s("div", { children: q(D).message ?? a("ERROR_FETCHING_FORM_DATA") }) : E.length > 0 ? /* @__PURE__ */ s("div", { className: o.formDetailsContainer, children: E.map(({ obs: i, comment: u }, l) => /* @__PURE__ */ s(
408
409
  qe,
409
410
  {
410
411
  observation: i,
@@ -419,5 +420,5 @@ const Ne = "_formsTableBody_1pd36_1", ye = "_customAccordianItem_1pd36_6", Le =
419
420
  ] });
420
421
  };
421
422
  export {
422
- Ye as default
423
+ Ze as default
423
424
  };
@@ -1,5 +1,5 @@
1
- import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-PGEFZISM.js";
2
- import { t as d, x as f, y as e } from "./index-B0lOgWbO.js";
1
+ import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-VX3qhocS.js";
2
+ import { r as d, s as f, t as e } from "./index-mSxGH2KX.js";
3
3
  var p = (a) => {
4
4
  const [r, t] = c({
5
5
  prefix: "TanstackQueryDevtools"
@@ -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-PGEFZISM.js";
2
- import { t as v, x as C, y as e } from "./index-B0lOgWbO.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-VX3qhocS.js";
2
+ import { r as v, s as C, t as e } from "./index-mSxGH2KX.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() {
@@ -1,10 +1,10 @@
1
1
  import { jsxs as I, jsx as c } from "react/jsx-runtime";
2
- import { f as B, n as V, u as N, j as w, R as K, a as Q, e as j, $ as x, l as z, m as G, o as H, z as M, q as P, p as S, U as W, D as X, r as Y, h as J, w as Z, s as ee } from "./index-B0lOgWbO.js";
3
- import { useRef as te, useEffect as _, useMemo as E } from "react";
4
- const D = (t, d, i, l, s) => {
5
- const a = W(t, d), r = a.value, o = X(r);
2
+ import { f as q, o as C, u as N, k as H, B as Q, a as K, H as j, P as w, Q as x, l as G, m as M, A as P, J as X, V as S, X as J, g as z, R as Y, h as Z, i as W, n as ee } from "./index-mSxGH2KX.js";
3
+ import { useRef as te, useEffect as T, useMemo as R } from "react";
4
+ const A = (t, d, i, l, s) => {
5
+ const a = J(t, d), r = a.value, o = z(r);
6
6
  let n = r;
7
- o === "Image" && (n = /* @__PURE__ */ c(J, { imageSrc: r, alt: r, id: `${r}-img` })), o === "Video" && (n = /* @__PURE__ */ c(Z, { id: `${r}-video`, videoSrc: r }));
7
+ o === "Image" && (n = /* @__PURE__ */ c(Z, { imageSrc: r, alt: r, id: `${r}-img` })), o === "Video" && (n = /* @__PURE__ */ c(W, { id: `${r}-video`, videoSrc: r }));
8
8
  const b = s("OBSERVATIONS_RECORDED_BY", {
9
9
  provider: a.provider
10
10
  }), p = t.display, v = t.observationValue?.isAbnormal ? "abnormal-obs" : "obs", u = l ? `${l}-${v}-${p}-${i}-${d}` : `${v}-${p}-${i}-${d}`;
@@ -27,7 +27,7 @@ const D = (t, d, i, l, s) => {
27
27
  id: `grouped-obs-${t.display}-${l}`,
28
28
  open: i,
29
29
  children: t.members?.map(
30
- (r, o) => D(r, o, s, a, d)
30
+ (r, o) => A(r, o, s, a, d)
31
31
  )
32
32
  },
33
33
  `grouped-obs-${t.id}`
@@ -36,7 +36,7 @@ const D = (t, d, i, l, s) => {
36
36
  title: d = ""
37
37
  }) => {
38
38
  const { t: i } = N(), l = (s, a, r) => {
39
- const o = P(s.encounterDetails, i);
39
+ const o = X(s.encounterDetails, i);
40
40
  return /* @__PURE__ */ I(
41
41
  S,
42
42
  {
@@ -45,7 +45,7 @@ const D = (t, d, i, l, s) => {
45
45
  open: a,
46
46
  children: [
47
47
  s.observations.map(
48
- (n, b) => D(n, b, r, d, i)
48
+ (n, b) => A(n, b, r, d, i)
49
49
  ),
50
50
  s.groupedObservations.map(
51
51
  (n, b) => ae(
@@ -73,18 +73,18 @@ const D = (t, d, i, l, s) => {
73
73
  )
74
74
  }
75
75
  );
76
- }, re = "_observations_kfbhq_1", oe = "_title_kfbhq_12", T = {
76
+ }, re = "_observations_kfbhq_1", oe = "_title_kfbhq_12", $ = {
77
77
  observations: re,
78
78
  title: oe
79
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 = B(), { addNotification: r } = V(), { t: o } = N(), n = w({
80
+ const d = t, { conceptNames: i = [], conceptUuid: l = [] } = d, s = te(/* @__PURE__ */ new Set()), a = q(), { addNotification: r } = C(), { t: o } = N(), n = H({
81
81
  queries: i.map((e) => ({
82
82
  queryKey: ie(e),
83
- queryFn: () => K(e),
83
+ queryFn: () => Q(e),
84
84
  enabled: !!e
85
85
  }))
86
86
  });
87
- _(() => {
87
+ T(() => {
88
88
  n.forEach((e, m) => {
89
89
  if (e.isError && !s.current.has(m)) {
90
90
  const k = i[m];
@@ -96,12 +96,12 @@ const D = (t, d, i, l, s) => {
96
96
  } else e.isError || s.current.delete(m);
97
97
  });
98
98
  }, [n, i]);
99
- const b = E(() => n.map((e) => e.data?.uuid).filter((e) => !!e), [n]), p = E(() => [.../* @__PURE__ */ new Set([...b, ...l])], [b, l]), v = E(() => i.length === 0 ? !0 : n.every((e) => !e.isLoading), [n, i.length]), {
99
+ const b = R(() => n.map((e) => e.data?.uuid).filter((e) => !!e), [n]), p = R(() => [.../* @__PURE__ */ new Set([...b, ...l])], [b, l]), v = R(() => i.length === 0 ? !0 : n.every((e) => !e.isLoading), [n, i.length]), {
100
100
  data: u,
101
- isLoading: U,
101
+ isLoading: B,
102
102
  isError: g,
103
103
  refetch: h
104
- } = Q({
104
+ } = K({
105
105
  queryKey: ne(a, p),
106
106
  queryFn: () => ee(a, p),
107
107
  enabled: !!a && p.length > 0 && v
@@ -113,49 +113,49 @@ const D = (t, d, i, l, s) => {
113
113
  ) && h();
114
114
  },
115
115
  [a, h]
116
- ), _(() => {
116
+ ), T(() => {
117
117
  g && r({
118
118
  title: o("ERROR_DEFAULT_TITLE"),
119
119
  message: o("ERROR_FETCHING_OBSERVATIONS"),
120
120
  type: "error"
121
121
  });
122
122
  }, [g]);
123
- const f = E(() => {
123
+ const f = R(() => {
124
124
  if (!u) return [];
125
- const e = x(u), m = z(e);
125
+ const e = w(u), m = x(e);
126
126
  return G(m);
127
- }, [u]), q = [
127
+ }, [u]), D = [
128
128
  { key: "name", header: "name" },
129
129
  { key: "value", header: "value" },
130
130
  { key: "form", header: "form" }
131
- ], $ = U || !v, O = g && v, A = (!u || u.entry?.length === 0 || p.length === 0) && v, C = O ? o("ERROR_FETCHING_OBSERVATIONS") : null, F = A ? o("NO_OBSERVATIONS_FOUND") : void 0, L = f.length > 0 && !$ && !O, R = d.titleTranslationKey, y = R ? o(R) : "";
131
+ ], O = B || !v, _ = g && v, F = (!u || u.entry?.length === 0 || p.length === 0) && v, L = _ ? o("ERROR_FETCHING_OBSERVATIONS") : null, U = F ? o("NO_OBSERVATIONS_FOUND") : void 0, V = f.length > 0 && !O && !_, E = d.titleTranslationKey, y = E ? o(E) : "";
132
132
  return /* @__PURE__ */ I(
133
133
  "div",
134
134
  {
135
135
  id: "observations",
136
- "data-testid": R ? `observations-${y}` : "observations",
136
+ "data-testid": E ? `observations-${y}` : "observations",
137
137
  "aria-label": "observations-aria-label",
138
- className: T.observations,
138
+ className: $.observations,
139
139
  children: [
140
140
  /* @__PURE__ */ c(
141
- H,
141
+ M,
142
142
  {
143
143
  id: "observations-title",
144
- testId: R ? `observations-title-${y}` : "observations-title",
144
+ testId: E ? `observations-title-${y}` : "observations-title",
145
145
  title: y,
146
- className: T.title,
146
+ className: $.title,
147
147
  children: /* @__PURE__ */ c("p", { children: y })
148
148
  }
149
149
  ),
150
- L ? /* @__PURE__ */ c(se, { groupedData: f, title: y }) : /* @__PURE__ */ c(
151
- M,
150
+ V ? /* @__PURE__ */ c(se, { groupedData: f, title: y }) : /* @__PURE__ */ c(
151
+ P,
152
152
  {
153
- headers: q,
153
+ headers: D,
154
154
  rows: [],
155
155
  ariaLabel: o("OBSERVATIONS"),
156
- loading: $,
157
- errorStateMessage: C,
158
- emptyStateMessage: F,
156
+ loading: O,
157
+ errorStateMessage: L,
158
+ emptyStateMessage: U,
159
159
  dataTestId: "observations-table"
160
160
  }
161
161
  )