@bahmni/clinical-app 0.0.1-dev.204 → 0.0.1-dev.208

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,7 +1,7 @@
1
- import { jsxs as I, jsx as l } from "react/jsx-runtime";
2
- import { l as B, Q, u as S, j as V, k as w, a as x, f as K, t as j, m as G, p as H, w as M, x as P, q as z, L as N, r as Y, d as J, E as W, D as X, S as Z, R as ee, v as te } from "./index-CERInyWn.js";
3
- import { useRef as ae, useEffect as $, useMemo as R } from "react";
4
- const D = (t, d, i, u, r) => {
1
+ import { jsxs as T, jsx as l } from "react/jsx-runtime";
2
+ import { c as V, e as k, u as S, j as w, r as x, a as K, w as Q, o as j, m as z, p as G, y as H, x as M, q as P, R as N, v as Y, t as J, z as W, $ as X, I as Z, S as ee, A as te } from "./index-CMU9PZeN.js";
3
+ import { useRef as ae, useEffect as _, useMemo as h } from "react";
4
+ const q = (t, d, i, u, r) => {
5
5
  const a = Y(t, d, r), s = a.value, o = J(s);
6
6
  let n = s;
7
7
  o === "Image" && (n = /* @__PURE__ */ l(X, { imageSrc: s, alt: s, id: `${s}-img` })), o === "Video" && (n = /* @__PURE__ */ l(Z, { id: `${s}-video`, videoSrc: s })), o === "PDF" && (n = /* @__PURE__ */ l(ee, { id: `${s}-pdf`, src: s }));
@@ -27,7 +27,7 @@ const D = (t, d, i, u, r) => {
27
27
  id: `grouped-obs-${t.display}-${u}`,
28
28
  open: i,
29
29
  children: t.members?.map(
30
- (s, o) => D(s, o, r, a, d)
30
+ (s, o) => q(s, o, r, a, d)
31
31
  )
32
32
  },
33
33
  `grouped-obs-${t.id}`
@@ -36,8 +36,8 @@ const D = (t, d, i, u, r) => {
36
36
  title: d = ""
37
37
  }) => {
38
38
  const { t: i } = S(), u = (r, a, s) => {
39
- const o = z(r.encounterDetails, i);
40
- return /* @__PURE__ */ I(
39
+ const o = P(r.encounterDetails, i);
40
+ return /* @__PURE__ */ T(
41
41
  N,
42
42
  {
43
43
  title: o,
@@ -45,7 +45,7 @@ const D = (t, d, i, u, r) => {
45
45
  open: a,
46
46
  children: [
47
47
  r.observations.map(
48
- (n, b) => D(n, b, s, d, i)
48
+ (n, b) => q(n, b, s, d, i)
49
49
  ),
50
50
  r.groupedObservations.map(
51
51
  (n, b) => se(
@@ -73,88 +73,88 @@ const D = (t, d, i, u, r) => {
73
73
  )
74
74
  }
75
75
  );
76
- }, oe = "_observations_kfbhq_1", ne = "_title_kfbhq_12", T = {
76
+ }, oe = "_observations_kfbhq_1", ne = "_title_kfbhq_12", I = {
77
77
  observations: oe,
78
78
  title: ne
79
79
  }, ie = (t) => ["conceptUuid", t], de = (t, d) => ["observations", t, ...d], be = ({ config: t }) => {
80
- const d = t, { conceptNames: i = [], conceptUuid: u = [] } = d, r = ae(/* @__PURE__ */ new Set()), a = B(), { addNotification: s } = Q(), { t: o } = S(), n = V({
80
+ const d = t, { conceptNames: i = [], conceptUuid: u = [] } = d, r = ae(/* @__PURE__ */ new Set()), a = V(), { addNotification: s } = k(), { t: o } = S(), n = w({
81
81
  queries: i.map((e) => ({
82
82
  queryKey: ie(e),
83
- queryFn: () => w(e),
83
+ queryFn: () => x(e),
84
84
  enabled: !!e
85
85
  }))
86
86
  });
87
- $(() => {
87
+ _(() => {
88
88
  n.forEach((e, m) => {
89
89
  if (e.isError && !r.current.has(m)) {
90
- const C = i[m];
90
+ const B = i[m];
91
91
  s({
92
92
  title: o("ERROR_DEFAULT_TITLE"),
93
- message: o("ERROR_FETCHING_CONCEPT", { conceptName: C }),
93
+ message: o("ERROR_FETCHING_CONCEPT", { conceptName: B }),
94
94
  type: "error"
95
95
  }), r.current.add(m);
96
96
  } else e.isError || r.current.delete(m);
97
97
  });
98
98
  }, [n, i]);
99
- const b = R(() => n.map((e) => e.data?.uuid).filter((e) => !!e), [n]), p = R(() => [.../* @__PURE__ */ new Set([...b, ...u])], [b, u]), v = R(() => i.length === 0 ? !0 : n.every((e) => !e.isLoading), [n, i.length]), {
99
+ const b = h(() => n.map((e) => e.data?.uuid).filter((e) => !!e), [n]), p = h(() => [.../* @__PURE__ */ new Set([...b, ...u])], [b, u]), v = h(() => i.length === 0 ? !0 : n.every((e) => !e.isLoading), [n, i.length]), {
100
100
  data: c,
101
- isLoading: L,
102
- isError: f,
103
- refetch: h
104
- } = x({
101
+ isLoading: A,
102
+ isError: E,
103
+ refetch: f
104
+ } = K({
105
105
  queryKey: de(a, p),
106
106
  queryFn: () => te(a, p),
107
107
  enabled: !!a && p.length > 0 && v
108
108
  });
109
- K(
109
+ Q(
110
110
  (e) => {
111
111
  e.patientUUID === a && e.updatedConcepts.size > 0 && [...e.updatedConcepts.keys()].some(
112
112
  (m) => p.includes(m)
113
- ) && h();
113
+ ) && f();
114
114
  },
115
- [a, h]
116
- ), $(() => {
117
- f && s({
115
+ [a, f]
116
+ ), _(() => {
117
+ E && s({
118
118
  title: o("ERROR_DEFAULT_TITLE"),
119
119
  message: o("ERROR_FETCHING_OBSERVATIONS"),
120
120
  type: "error"
121
121
  });
122
- }, [f]);
123
- const g = R(() => {
122
+ }, [E]);
123
+ const g = h(() => {
124
124
  if (!c) return [];
125
- const e = j(c), m = G(e);
126
- return H(m);
127
- }, [c]), F = [
125
+ const e = j(c), m = z(e);
126
+ return G(m);
127
+ }, [c]), D = [
128
128
  { key: "name", header: "name" },
129
129
  { key: "value", header: "value" },
130
130
  { key: "form", header: "form" }
131
- ], O = L || !v, _ = f && v, q = (!c || c.entry?.length === 0 || p.length === 0) && v, A = _ ? o("ERROR_FETCHING_OBSERVATIONS") : null, U = q ? o("NO_OBSERVATIONS_FOUND") : void 0, k = g.length > 0 && !O && !_, E = d.titleTranslationKey, y = E ? o(E) : "";
132
- return /* @__PURE__ */ I(
131
+ ], $ = A || !v, O = E && v, F = (!c || c.entry?.length === 0 || p.length === 0) && v, L = O ? o("ERROR_FETCHING_OBSERVATIONS") : null, U = F ? o("NO_OBSERVATIONS_FOUND") : void 0, C = g.length > 0 && !$ && !O, R = d.titleTranslationKey, y = R ? o(R) : "";
132
+ return /* @__PURE__ */ T(
133
133
  "div",
134
134
  {
135
135
  id: "observations",
136
- "data-testid": E ? `observations-${y}` : "observations",
136
+ "data-testid": R ? `observations-${y}` : "observations",
137
137
  "aria-label": "observations-aria-label",
138
- className: T.observations,
138
+ className: I.observations,
139
139
  children: [
140
140
  /* @__PURE__ */ l(
141
- M,
141
+ H,
142
142
  {
143
143
  id: "observations-title",
144
- testId: E ? `observations-title-${y}` : "observations-title",
144
+ testId: R ? `observations-title-${y}` : "observations-title",
145
145
  title: y,
146
- className: T.title,
146
+ className: I.title,
147
147
  children: /* @__PURE__ */ l("p", { children: y })
148
148
  }
149
149
  ),
150
- k ? /* @__PURE__ */ l(re, { groupedData: g, title: y }) : /* @__PURE__ */ l(
151
- P,
150
+ C ? /* @__PURE__ */ l(re, { groupedData: g, title: y }) : /* @__PURE__ */ l(
151
+ M,
152
152
  {
153
- headers: F,
153
+ headers: D,
154
154
  rows: [],
155
155
  ariaLabel: o("OBSERVATIONS"),
156
- loading: O,
157
- errorStateMessage: A,
156
+ loading: $,
157
+ errorStateMessage: L,
158
158
  emptyStateMessage: U,
159
159
  dataTestId: "observations-table"
160
160
  }