@bahmni/home-app 0.0.1-dev.380 → 0.0.1-dev.382

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 x } from "react/jsx-runtime";
2
- import { g as G, u as W, Z as Y, w as Z, m as J, a as X, K as ee, p as te } from "./index-GASoF6qD.js";
2
+ import { g as G, u as W, Z as Y, E as Z, m as J, a as X, K as ee, p as te } from "./index-DZzh-JFR.js";
3
3
  import { useQuery as ae } from "@tanstack/react-query";
4
4
  import { useState as l, useCallback as h, useEffect as I, useMemo as _ } from "react";
5
5
  const ne = "DocumentsTable-module_documentsTableBody__6iR3w", oe = "DocumentsTable-module_viewAttachmentsLink__aQ1on", re = "DocumentsTable-module_documentViewerContainer__F5m8D", de = "DocumentsTable-module_attachmentItem__17KA7", se = "DocumentsTable-module_attachmentCounter__WFiI3", me = "DocumentsTable-module_attachmentError__RI4U2", ce = "DocumentsTable-module_documentIframe__ptq5I", le = "DocumentsTable-module_documentImage__KQVgS", d = {
@@ -1,25 +1,25 @@
1
- import { jsx as i, jsxs as z, Fragment as ye } from "react/jsx-runtime";
2
- import { u as ge, g as be, b as Oe, J as Ne, c as Te, d as Ie, W as Ee, f as Ae, L as _e, e as ve, G as Fe, H as Le, s as $, a as Be, x as G, i as P, m as Se, K as Q, k as Me, B as Re, p as Ce, h as Ue, j as ke } from "./index-GASoF6qD.js";
1
+ import { jsx as i, jsxs as z, Fragment as ge } from "react/jsx-runtime";
2
+ import { u as ye, g as be, b as Oe, J as Ne, c as Te, v as Ie, G as Ee, d as ve, L as Ae, f as _e, e as Fe, x as Se, s as G, a as Be, h as $, i as P, m as Le, K as Q, k as Me, B as Re, p as Ce, j as Ue, S as ke } from "./index-DZzh-JFR.js";
3
3
  import { useQueryClient as De, useQuery as N } from "@tanstack/react-query";
4
4
  import { useState as J, useMemo as d, useCallback as c } from "react";
5
- const qe = "FormsTable-module_formsTableBody__SvGha", He = "FormsTable-module_modalHeading__wnTmA", we = "FormsTable-module_customAccordianItem__isszs", T = {
5
+ const qe = "FormsTable-module_formsTableBody__SvGha", we = "FormsTable-module_modalHeading__wnTmA", He = "FormsTable-module_customAccordianItem__isszs", T = {
6
6
  formsTableBody: qe,
7
- modalHeading: He,
8
- customAccordianItem: we
9
- }, Ve = "startConsultation", $e = ({
7
+ modalHeading: we,
8
+ customAccordianItem: He
9
+ }, Ve = "startConsultation", Ge = ({
10
10
  episodeOfCareUuids: B,
11
11
  encounterUuids: m,
12
- config: W,
13
- disableActions: Y = !1,
12
+ config: Y,
13
+ disableActions: Z = !1,
14
14
  activeEncounterUuid: p = null
15
15
  }) => {
16
- const { t: n } = ge(), u = be(), [y, S] = J(!1), [s, M] = J(null), {
17
- numberOfVisits: Z,
16
+ const { t: n } = ye(), u = be(), [g, L] = J(!1), [s, M] = J(null), {
17
+ numberOfVisits: W,
18
18
  hideThumbnail: X = !1,
19
- forms: g
20
- } = W ?? {}, ee = Oe(
19
+ forms: y
20
+ } = Y ?? {}, ee = Oe(
21
21
  ke.EDIT_OBSERVATIONS
22
- ), { userPrivileges: b } = Ne(), I = ee && !Y && !!p, R = Te(
22
+ ), { userPrivileges: b } = Ne(), I = ee && !Z && !!p, R = Te(
23
23
  B,
24
24
  m
25
25
  ), re = De(), {
@@ -30,16 +30,16 @@ const qe = "FormsTable-module_formsTableBody__SvGha", He = "FormsTable-module_mo
30
30
  refetch: ae
31
31
  } = N({
32
32
  queryKey: ["forms", u, B],
33
- queryFn: () => Ie(u, void 0, Z),
33
+ queryFn: () => Ie(u, void 0, W),
34
34
  enabled: !!u && !R
35
35
  }), D = d(() => {
36
36
  let e = C;
37
37
  return m && m.length > 0 && (e = e.filter(
38
38
  (r) => m.includes(r.encounterUuid)
39
- )), Array.isArray(g) && g.length > 0 && (e = e.filter(
40
- (r) => g.some((o) => o.toLowerCase() === r.formName.toLowerCase())
39
+ )), Array.isArray(y) && y.length > 0 && (e = e.filter(
40
+ (r) => y.some((o) => o.toLowerCase() === r.formName.toLowerCase())
41
41
  )), e;
42
- }, [C, m, g]), { data: O = [] } = N({
42
+ }, [C, m, y]), { data: O = [] } = N({
43
43
  queryKey: ["observationForms"],
44
44
  queryFn: () => Ee()
45
45
  }), q = c(
@@ -56,38 +56,38 @@ const qe = "FormsTable-module_formsTableBody__SvGha", He = "FormsTable-module_mo
56
56
  ), f = c(
57
57
  (e) => !p || e.encounterUuid !== p ? !1 : q(e.formName),
58
58
  [p, q]
59
- ), H = c(
59
+ ), w = c(
60
60
  (e) => O.find((r) => r.name === e)?.uuid,
61
61
  [O]
62
62
  ), E = d(() => {
63
63
  if (s)
64
- return H(s.formName);
65
- }, [s, H]), {
64
+ return w(s.formName);
65
+ }, [s, w]), {
66
66
  data: l,
67
67
  isLoading: te,
68
68
  isError: se,
69
- error: A
69
+ error: v
70
70
  } = N({
71
71
  queryKey: ["formMetadata", E],
72
- queryFn: () => Ae(E),
73
- enabled: !!E && y
72
+ queryFn: () => ve(E),
73
+ enabled: !!E && g
74
74
  }), {
75
- data: _,
75
+ data: A,
76
76
  isLoading: ne,
77
77
  isError: ie,
78
- error: v
78
+ error: _
79
79
  } = N({
80
80
  queryKey: ["formsEncounterFHIR", s?.encounterUuid],
81
- queryFn: () => _e(s.encounterUuid),
82
- enabled: !!s?.encounterUuid && y
81
+ queryFn: () => Ae(s.encounterUuid),
82
+ enabled: !!s?.encounterUuid && g
83
83
  });
84
- ve(
84
+ _e(
85
85
  (e) => {
86
86
  e.patientUUID === u && (ae(), re.invalidateQueries({ queryKey: ["formsEncounterFHIR"] }));
87
87
  },
88
88
  [u]
89
89
  );
90
- const de = d(() => !_?.entry || !s?.formName ? [] : _.entry.filter((e) => e.resource?.resourceType === "Observation").map((e) => e.resource).filter((e) => Fe(e) ? Le(e)?.toLowerCase() === s.formName.toLowerCase() : !0), [_, s?.formName]), le = d(() => {
90
+ const de = d(() => !A?.entry || !s?.formName ? [] : A.entry.filter((e) => e.resource?.resourceType === "Observation").map((e) => e.resource).filter((e) => Fe(e) ? Se(e)?.toLowerCase() === s.formName.toLowerCase() : !0), [A, s?.formName]), le = d(() => {
91
91
  if (!l?.schema) return;
92
92
  const e = [], r = (o) => {
93
93
  (o ?? []).forEach((t) => {
@@ -103,8 +103,8 @@ const qe = "FormsTable-module_formsTableBody__SvGha", He = "FormsTable-module_mo
103
103
  const e = {}, r = (o, t) => {
104
104
  for (const a of o)
105
105
  if (a.type === "section") {
106
- const L = a.label?.value ?? "Section";
107
- r(a.controls ?? [], L);
106
+ const S = a.label?.value ?? "Section";
107
+ r(a.controls ?? [], S);
108
108
  } else
109
109
  a.id != null && t && (e[String(a.id)] = t), a.controls && r(a.controls, t);
110
110
  };
@@ -124,22 +124,22 @@ const qe = "FormsTable-module_formsTableBody__SvGha", He = "FormsTable-module_mo
124
124
  l.schema.controls ?? []
125
125
  ), Object.keys(e).length > 0 ? e : void 0;
126
126
  }, [l]), ue = d(() => {
127
- if (A)
128
- return $(A).message;
129
127
  if (v)
130
- return $(v).message;
131
- }, [A, v]), h = d(
128
+ return G(v).message;
129
+ if (_)
130
+ return G(_).message;
131
+ }, [v, _]), h = d(
132
132
  () => [
133
133
  { key: "recordedOn", header: n("RECORDED_ON") },
134
134
  { key: "recordedBy", header: n("RECORDED_BY") }
135
135
  ],
136
136
  [n]
137
- ), w = d(
137
+ ), H = d(
138
138
  () => [...h, { key: "actions", header: n("ACTIONS") }],
139
139
  [h, n]
140
140
  ), fe = c(
141
- (e) => I && e.some((r) => f(r)) ? w : h,
142
- [I, f, w, h]
141
+ (e) => I && e.some((r) => f(r)) ? H : h,
142
+ [I, f, H, h]
143
143
  ), he = h, pe = d(
144
144
  () => [
145
145
  { key: "recordedOn", sortable: !0 },
@@ -151,7 +151,7 @@ const qe = "FormsTable-module_formsTableBody__SvGha", He = "FormsTable-module_mo
151
151
  (r, o) => {
152
152
  const t = o.formName;
153
153
  r[t] ??= [];
154
- const a = o.providers.map((L) => L.providerName).filter(Boolean).join(", ");
154
+ const a = o.providers.map((S) => S.providerName).filter(Boolean).join(", ");
155
155
  return r[t].push({
156
156
  id: o.encounterUuid,
157
157
  formName: o.formName,
@@ -172,9 +172,9 @@ const qe = "FormsTable-module_formsTableBody__SvGha", He = "FormsTable-module_mo
172
172
  })
173
173
  ).sort((r, o) => r.formName.localeCompare(o.formName));
174
174
  }, [D, n]), j = c((e) => {
175
- M(e), S(!0);
175
+ M(e), L(!0);
176
176
  }, []), x = c(() => {
177
- S(!1), M(null);
177
+ L(!1), M(null);
178
178
  }, []), F = c((e) => {
179
179
  globalThis.dispatchEvent(
180
180
  new CustomEvent(Ve, {
@@ -191,12 +191,12 @@ const qe = "FormsTable-module_formsTableBody__SvGha", He = "FormsTable-module_mo
191
191
  (e, r) => {
192
192
  switch (r) {
193
193
  case "recordedOn":
194
- return /* @__PURE__ */ i(Se, { onClick: () => j(e), children: e.recordedOn });
194
+ return /* @__PURE__ */ i(Le, { onClick: () => j(e), children: e.recordedOn });
195
195
  case "recordedBy":
196
196
  return e.recordedBy;
197
197
  case "actions":
198
198
  return f(e) ? /* @__PURE__ */ i(
199
- G,
199
+ $,
200
200
  {
201
201
  label: n("EDIT_OBSERVATION_FORM"),
202
202
  kind: "ghost",
@@ -212,7 +212,7 @@ const qe = "FormsTable-module_formsTableBody__SvGha", He = "FormsTable-module_mo
212
212
  },
213
213
  [j, F, f, n]
214
214
  );
215
- return /* @__PURE__ */ z(ye, { children: [
215
+ return /* @__PURE__ */ z(ge, { children: [
216
216
  /* @__PURE__ */ i("div", { id: "forms-table", "data-testid": "forms-table", children: U || k || V.length === 0 || R ? /* @__PURE__ */ i(
217
217
  Q,
218
218
  {
@@ -254,17 +254,17 @@ const qe = "FormsTable-module_formsTableBody__SvGha", He = "FormsTable-module_mo
254
254
  o
255
255
  );
256
256
  }) }) }),
257
- y && s && /* @__PURE__ */ i(
257
+ g && s && /* @__PURE__ */ i(
258
258
  Ce,
259
259
  {
260
260
  id: "modalIdForActionAreaLayout",
261
261
  portalId: "main-display-area",
262
- open: y,
262
+ open: g,
263
263
  onRequestClose: x,
264
264
  modalHeading: /* @__PURE__ */ z("div", { className: T.modalHeading, children: [
265
265
  /* @__PURE__ */ i("span", { children: s.formName }),
266
266
  I && f(s) && /* @__PURE__ */ i(
267
- G,
267
+ $,
268
268
  {
269
269
  label: n("EDIT_OBSERVATION_FORM"),
270
270
  kind: "ghost",
@@ -301,5 +301,5 @@ const qe = "FormsTable-module_formsTableBody__SvGha", He = "FormsTable-module_mo
301
301
  ] });
302
302
  };
303
303
  export {
304
- $e as default
304
+ Ge as default
305
305
  };
@@ -1,5 +1,5 @@
1
- import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-BZsW-6Ci.js";
2
- import { U as d, X as f, Y as e } from "./index-GASoF6qD.js";
1
+ import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-BRsDcr0T.js";
2
+ import { T as d, U as f, W as e } from "./index-DZzh-JFR.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-BZsW-6Ci.js";
2
- import { U as v, X as C, Y as e } from "./index-GASoF6qD.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-BRsDcr0T.js";
2
+ import { T as v, U as C, W as e } from "./index-DZzh-JFR.js";
3
3
  var h = (t) => {
4
4
  const [r, o] = s({
5
5
  prefix: "TanstackQueryDevtools"
@@ -1,9 +1,9 @@
1
1
  import { jsxs as N, jsx as u } from "react/jsx-runtime";
2
- import { g as B, Z as M, u as S, l as k, n as w, e as x, o as H, N as Q, A as z, q as G, K as j, M as P, r as A, t as Z, C as J, v as Y, y as W, z as X, V as ee } from "./index-GASoF6qD.js";
2
+ import { g as q, Z as w, u as S, l as H, w as k, f as z, _ as Q, C as x, z as G, n as M, K as Y, N as j, Y as A, A as P, o as Z, q as J, y as W, H as X, V as ee } from "./index-DZzh-JFR.js";
3
3
  import { useQueries as ae, useQuery as te } from "@tanstack/react-query";
4
- import { useRef as se, useEffect as _, useMemo as g } from "react";
4
+ import { useRef as se, useEffect as I, useMemo as g } from "react";
5
5
  const C = (a, n, d, l, b, r) => {
6
- const t = Z(a, n, b), s = t.value, o = J(s);
6
+ const t = P(a, n, b), s = t.value, o = Z(s);
7
7
  let i = s;
8
8
  o === "Image" && (i = /* @__PURE__ */ u(
9
9
  W,
@@ -23,9 +23,9 @@ const C = (a, n, d, l, b, r) => {
23
23
  )), o === "PDF" && (i = /* @__PURE__ */ u(ee, { id: `${s}-pdf`, src: s }));
24
24
  const m = b("OBSERVATIONS_RECORDED_BY", {
25
25
  provider: t.provider
26
- }), p = a.display, y = a.observationValue?.isAbnormal ? "abnormal-obs" : "obs", c = l ? `${l}-${y}-${p}-${d}-${n}` : `${y}-${p}-${d}-${n}`;
26
+ }), p = a.display, h = a.observationValue?.isAbnormal ? "abnormal-obs" : "obs", c = l ? `${l}-${h}-${p}-${d}-${n}` : `${h}-${p}-${d}-${n}`;
27
27
  return /* @__PURE__ */ u(
28
- Y,
28
+ J,
29
29
  {
30
30
  header: t.header,
31
31
  value: i,
@@ -60,7 +60,7 @@ const C = (a, n, d, l, b, r) => {
60
60
  hideThumbnail: d
61
61
  }) => {
62
62
  const { t: l } = S(), b = (r, t, s) => {
63
- const o = P(r.encounterDetails, l);
63
+ const o = j(r.encounterDetails, l);
64
64
  return /* @__PURE__ */ N(
65
65
  A,
66
66
  {
@@ -113,43 +113,43 @@ const C = (a, n, d, l, b, r) => {
113
113
  conceptNames: d = [],
114
114
  conceptUuid: l = [],
115
115
  hideThumbnail: b = !1
116
- } = n, r = se(/* @__PURE__ */ new Set()), t = B(), { addNotification: s } = M(), { t: o } = S(), i = ae({
116
+ } = n, r = se(/* @__PURE__ */ new Set()), t = q(), { addNotification: s } = w(), { t: o } = S(), i = ae({
117
117
  queries: d.map((e) => ({
118
118
  queryKey: de(e),
119
- queryFn: () => k(e),
119
+ queryFn: () => H(e),
120
120
  enabled: !!e
121
121
  }))
122
122
  });
123
- _(() => {
124
- i.forEach((e, h) => {
125
- if (e.isError && !r.current.has(h)) {
126
- const q = d[h];
123
+ I(() => {
124
+ i.forEach((e, y) => {
125
+ if (e.isError && !r.current.has(y)) {
126
+ const B = d[y];
127
127
  s({
128
128
  title: o("ERROR_DEFAULT_TITLE"),
129
- message: o("ERROR_FETCHING_CONCEPT", { conceptName: q }),
129
+ message: o("ERROR_FETCHING_CONCEPT", { conceptName: B }),
130
130
  type: "error"
131
- }), r.current.add(h);
132
- } else e.isError || r.current.delete(h);
131
+ }), r.current.add(y);
132
+ } else e.isError || r.current.delete(y);
133
133
  });
134
134
  }, [i, d]);
135
- const m = g(() => i.map((e) => e.data?.uuid).filter((e) => !!e), [i]), p = g(() => [.../* @__PURE__ */ new Set([...m, ...l])], [m, l]), y = g(() => d.length === 0 ? !0 : i.every((e) => !e.isLoading), [i, d.length]), {
135
+ const m = g(() => i.map((e) => e.data?.uuid).filter((e) => !!e), [i]), p = g(() => [.../* @__PURE__ */ new Set([...m, ...l])], [m, l]), h = g(() => d.length === 0 ? !0 : i.every((e) => !e.isLoading), [i, d.length]), {
136
136
  data: c,
137
137
  isLoading: D,
138
138
  isError: R,
139
139
  refetch: T
140
140
  } = te({
141
141
  queryKey: le(t, p),
142
- queryFn: () => w(t, p),
143
- enabled: !!t && p.length > 0 && y
142
+ queryFn: () => k(t, p),
143
+ enabled: !!t && p.length > 0 && h
144
144
  });
145
- x(
145
+ z(
146
146
  (e) => {
147
147
  e.patientUUID === t && e.updatedConcepts.size > 0 && [...e.updatedConcepts.keys()].some(
148
- (h) => p.includes(h)
148
+ (y) => p.includes(y)
149
149
  ) && T();
150
150
  },
151
151
  [t, T]
152
- ), _(() => {
152
+ ), I(() => {
153
153
  R && s({
154
154
  title: o("ERROR_DEFAULT_TITLE"),
155
155
  message: o("ERROR_FETCHING_OBSERVATIONS"),
@@ -158,13 +158,13 @@ const C = (a, n, d, l, b, r) => {
158
158
  }, [R]);
159
159
  const f = g(() => {
160
160
  if (!c) return [];
161
- const e = H(c), h = Q(e);
162
- return z(h);
161
+ const e = Q(c), y = x(e);
162
+ return G(y);
163
163
  }, [c]), F = [
164
164
  { key: "name", header: "name" },
165
165
  { key: "value", header: "value" },
166
166
  { key: "form", header: "form" }
167
- ], O = D || !y, I = R && y, L = (!c || c.entry?.length === 0 || p.length === 0) && y, K = I ? o("ERROR_FETCHING_OBSERVATIONS") : null, V = L ? o("NO_OBSERVATIONS_FOUND") : void 0, U = f.length > 0 && !O && !I, E = n.titleTranslationKey, v = E ? o(E) : "";
167
+ ], O = D || !h, _ = R && h, L = (!c || c.entry?.length === 0 || p.length === 0) && h, K = _ ? o("ERROR_FETCHING_OBSERVATIONS") : null, V = L ? o("NO_OBSERVATIONS_FOUND") : void 0, U = f.length > 0 && !O && !_, E = n.titleTranslationKey, v = E ? o(E) : "";
168
168
  return /* @__PURE__ */ N(
169
169
  "div",
170
170
  {
@@ -174,7 +174,7 @@ const C = (a, n, d, l, b, r) => {
174
174
  className: $.observations,
175
175
  children: [
176
176
  /* @__PURE__ */ u(
177
- G,
177
+ M,
178
178
  {
179
179
  id: "observations-title",
180
180
  testId: E ? `observations-title-${v}` : "observations-title",
@@ -191,7 +191,7 @@ const C = (a, n, d, l, b, r) => {
191
191
  hideThumbnail: b
192
192
  }
193
193
  ) : /* @__PURE__ */ u(
194
- j,
194
+ Y,
195
195
  {
196
196
  headers: F,
197
197
  rows: [],