@bahmni/services 0.0.1-dev.170 → 0.0.1-dev.171
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.
- package/dist/documentReferenceService/constants.d.ts +2 -0
- package/dist/documentReferenceService/constants.d.ts.map +1 -0
- package/dist/documentReferenceService/documentReferenceService.d.ts +19 -0
- package/dist/documentReferenceService/documentReferenceService.d.ts.map +1 -0
- package/dist/documentReferenceService/index.d.ts +4 -0
- package/dist/documentReferenceService/index.d.ts.map +1 -0
- package/dist/documentReferenceService/models.d.ts +13 -0
- package/dist/documentReferenceService/models.d.ts.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +361 -328
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { initReactI18next as Ri } from "react-i18next";
|
|
2
|
-
import { useTranslation as
|
|
2
|
+
import { useTranslation as Uw } from "react-i18next";
|
|
3
3
|
import { useRef as _n, useCallback as Xr, useEffect as Sn } from "react";
|
|
4
4
|
function fo(e, t) {
|
|
5
5
|
return function() {
|
|
@@ -1797,22 +1797,22 @@ ue.getAdapter = No.getAdapter;
|
|
|
1797
1797
|
ue.HttpStatusCode = On;
|
|
1798
1798
|
ue.default = ue;
|
|
1799
1799
|
const {
|
|
1800
|
-
Axios:
|
|
1801
|
-
AxiosError:
|
|
1802
|
-
CanceledError:
|
|
1803
|
-
isCancel:
|
|
1804
|
-
CancelToken:
|
|
1805
|
-
VERSION:
|
|
1806
|
-
all:
|
|
1807
|
-
Cancel:
|
|
1808
|
-
isAxiosError:
|
|
1809
|
-
spread:
|
|
1810
|
-
toFormData:
|
|
1811
|
-
AxiosHeaders:
|
|
1812
|
-
HttpStatusCode:
|
|
1813
|
-
formToJSON:
|
|
1814
|
-
getAdapter:
|
|
1815
|
-
mergeConfig:
|
|
1800
|
+
Axios: Gy,
|
|
1801
|
+
AxiosError: Ky,
|
|
1802
|
+
CanceledError: Yy,
|
|
1803
|
+
isCancel: Jy,
|
|
1804
|
+
CancelToken: Xy,
|
|
1805
|
+
VERSION: Qy,
|
|
1806
|
+
all: Zy,
|
|
1807
|
+
Cancel: ev,
|
|
1808
|
+
isAxiosError: tv,
|
|
1809
|
+
spread: rv,
|
|
1810
|
+
toFormData: nv,
|
|
1811
|
+
AxiosHeaders: sv,
|
|
1812
|
+
HttpStatusCode: av,
|
|
1813
|
+
formToJSON: ov,
|
|
1814
|
+
getAdapter: iv,
|
|
1815
|
+
mergeConfig: cv
|
|
1816
1816
|
} = ue, eu = (e) => typeof e == "object" && e !== null && "resourceType" in e && e.resourceType === "OperationOutcome", tu = (e) => {
|
|
1817
1817
|
if (!e.issue || !Array.isArray(e.issue))
|
|
1818
1818
|
return null;
|
|
@@ -2017,7 +2017,7 @@ Fe.interceptors.response.use(
|
|
|
2017
2017
|
return r.startsWith("ERROR_") || /^[A-Z_]+$/.test(r) ? Promise.reject(new Error(r)) : Promise.reject(`${t}: ${r}`);
|
|
2018
2018
|
}
|
|
2019
2019
|
);
|
|
2020
|
-
const W = async (e) => (await Fe.get(e)).data, Ve = async (e, t) => (await Fe.post(e, t)).data,
|
|
2020
|
+
const W = async (e) => (await Fe.get(e)).data, Ve = async (e, t) => (await Fe.post(e, t)).data, uv = async (e, t) => (await Fe.put(e, t)).data, lv = async (e, t) => (await Fe.patch(e, t)).data, dv = async (e) => (await Fe.delete(e)).data, K = (e) => typeof e == "string", gt = () => {
|
|
2021
2021
|
let e, t;
|
|
2022
2022
|
const r = new Promise((n, s) => {
|
|
2023
2023
|
e = n, t = s;
|
|
@@ -3691,7 +3691,7 @@ class qo {
|
|
|
3691
3691
|
}
|
|
3692
3692
|
}
|
|
3693
3693
|
qo.type = "languageDetector";
|
|
3694
|
-
const Ku = process.env.PUBLIC_URL ?? "/",
|
|
3694
|
+
const Ku = process.env.PUBLIC_URL ?? "/", le = "/openmrs/ws/fhir2/R4", ee = "/openmrs/ws/rest/v1", Yu = "/openmrs/ws/rest/v2", Ju = "bahmni.user", fv = "/bahmni/home/index.html", Xu = ee + "/bahmnicore/whoami", jo = ee + "/bahmnicore/sql", Qu = "en", Fo = "NG_TRANSLATE_LANG_KEY", Zu = (e, t) => Ku + `${e}/locales/locale_${t}.json`, el = (e, t) => `/bahmni_config/openmrs/i18n/${e}/locale_${t}.json`, It = () => localStorage.getItem(Fo) ?? Qu, Ds = async (e) => {
|
|
3695
3695
|
try {
|
|
3696
3696
|
const t = await W(e);
|
|
3697
3697
|
return t || (console.error(`Invalid response from ${e}`), {});
|
|
@@ -3715,7 +3715,7 @@ const Ku = process.env.PUBLIC_URL ?? "/", pe = "/openmrs/ws/fhir2/R4", ee = "/op
|
|
|
3715
3715
|
}, e !== "en" && (r.en = {
|
|
3716
3716
|
[t]: await Cs(t, "en")
|
|
3717
3717
|
}), r;
|
|
3718
|
-
},
|
|
3718
|
+
}, pv = (e, t) => {
|
|
3719
3719
|
const r = e.toUpperCase(), n = t.toUpperCase().replace(/\s+/g, "_").replace(/[^A-Z0-9_]/g, "");
|
|
3720
3720
|
return `${r}_${n}`;
|
|
3721
3721
|
}, rl = (e, t) => {
|
|
@@ -3732,7 +3732,7 @@ const Ku = process.env.PUBLIC_URL ?? "/", pe = "/openmrs/ws/fhir2/R4", ee = "/op
|
|
|
3732
3732
|
labels: n.labels ?? {},
|
|
3733
3733
|
concepts: n.concepts ?? {}
|
|
3734
3734
|
};
|
|
3735
|
-
},
|
|
3735
|
+
}, hv = async (e) => {
|
|
3736
3736
|
const t = It(), r = await tl(t, e);
|
|
3737
3737
|
return await ie.use(qo).use(Ri).init({
|
|
3738
3738
|
fallbackLng: "en",
|
|
@@ -3751,7 +3751,7 @@ const Ku = process.env.PUBLIC_URL ?? "/", pe = "/openmrs/ws/fhir2/R4", ee = "/op
|
|
|
3751
3751
|
}
|
|
3752
3752
|
}), ie;
|
|
3753
3753
|
};
|
|
3754
|
-
function
|
|
3754
|
+
function mv() {
|
|
3755
3755
|
const e = _n(null), t = _n(null), r = Xr(async () => {
|
|
3756
3756
|
t.current && (t.current.getTracks().forEach((o) => o.stop()), t.current = null);
|
|
3757
3757
|
const a = await navigator.mediaDevices.getUserMedia({
|
|
@@ -3778,15 +3778,15 @@ const nl = "bahmni.enableAuditLog", Vo = (e) => `${ee}/bahmnicore/sql/globalprop
|
|
|
3778
3778
|
function $e(e, t) {
|
|
3779
3779
|
return typeof e == "function" ? e(t) : e && typeof e == "object" && Ls in e ? e[Ls](t) : e instanceof Date ? new e.constructor(t) : new Date(t);
|
|
3780
3780
|
}
|
|
3781
|
-
function
|
|
3781
|
+
function pe(e, t) {
|
|
3782
3782
|
return $e(t || e, e);
|
|
3783
3783
|
}
|
|
3784
3784
|
function Wo(e, t, r) {
|
|
3785
|
-
const n =
|
|
3785
|
+
const n = pe(e, r?.in);
|
|
3786
3786
|
return isNaN(t) ? $e(e, NaN) : (t && n.setDate(n.getDate() + t), n);
|
|
3787
3787
|
}
|
|
3788
3788
|
function jr(e, t, r) {
|
|
3789
|
-
const n =
|
|
3789
|
+
const n = pe(e, r?.in);
|
|
3790
3790
|
if (isNaN(t)) return $e(e, NaN);
|
|
3791
3791
|
if (!t)
|
|
3792
3792
|
return n;
|
|
@@ -3804,14 +3804,14 @@ function Fr() {
|
|
|
3804
3804
|
return al;
|
|
3805
3805
|
}
|
|
3806
3806
|
function Tt(e, t) {
|
|
3807
|
-
const r = Fr(), n = t?.weekStartsOn ?? t?.locale?.options?.weekStartsOn ?? r.weekStartsOn ?? r.locale?.options?.weekStartsOn ?? 0, s =
|
|
3807
|
+
const r = Fr(), n = t?.weekStartsOn ?? t?.locale?.options?.weekStartsOn ?? r.weekStartsOn ?? r.locale?.options?.weekStartsOn ?? 0, s = pe(e, t?.in), a = s.getDay(), o = (a < n ? 7 : 0) + a - n;
|
|
3808
3808
|
return s.setDate(s.getDate() - o), s.setHours(0, 0, 0, 0), s;
|
|
3809
3809
|
}
|
|
3810
3810
|
function Ir(e, t) {
|
|
3811
3811
|
return Tt(e, { ...t, weekStartsOn: 1 });
|
|
3812
3812
|
}
|
|
3813
3813
|
function Go(e, t) {
|
|
3814
|
-
const r =
|
|
3814
|
+
const r = pe(e, t?.in), n = r.getFullYear(), s = $e(r, 0);
|
|
3815
3815
|
s.setFullYear(n + 1, 0, 4), s.setHours(0, 0, 0, 0);
|
|
3816
3816
|
const a = Ir(s), o = $e(r, 0);
|
|
3817
3817
|
o.setFullYear(n, 0, 4), o.setHours(0, 0, 0, 0);
|
|
@@ -3819,7 +3819,7 @@ function Go(e, t) {
|
|
|
3819
3819
|
return r.getTime() >= a.getTime() ? n + 1 : r.getTime() >= i.getTime() ? n : n - 1;
|
|
3820
3820
|
}
|
|
3821
3821
|
function ks(e) {
|
|
3822
|
-
const t =
|
|
3822
|
+
const t = pe(e), r = new Date(
|
|
3823
3823
|
Date.UTC(
|
|
3824
3824
|
t.getFullYear(),
|
|
3825
3825
|
t.getMonth(),
|
|
@@ -3840,7 +3840,7 @@ function pt(e, ...t) {
|
|
|
3840
3840
|
return t.map(r);
|
|
3841
3841
|
}
|
|
3842
3842
|
function Ms(e, t) {
|
|
3843
|
-
const r =
|
|
3843
|
+
const r = pe(e, t?.in);
|
|
3844
3844
|
return r.setHours(0, 0, 0, 0), r;
|
|
3845
3845
|
}
|
|
3846
3846
|
function Ko(e, t, r) {
|
|
@@ -3859,14 +3859,14 @@ function jn(e, t, r) {
|
|
|
3859
3859
|
return jr(e, t * 12, r);
|
|
3860
3860
|
}
|
|
3861
3861
|
function _t(e, t) {
|
|
3862
|
-
const r = +
|
|
3862
|
+
const r = +pe(e) - +pe(t);
|
|
3863
3863
|
return r < 0 ? -1 : r > 0 ? 1 : r;
|
|
3864
3864
|
}
|
|
3865
3865
|
function il(e) {
|
|
3866
3866
|
return e instanceof Date || typeof e == "object" && Object.prototype.toString.call(e) === "[object Date]";
|
|
3867
3867
|
}
|
|
3868
3868
|
function Dt(e) {
|
|
3869
|
-
return !(!il(e) && typeof e != "number" || isNaN(+
|
|
3869
|
+
return !(!il(e) && typeof e != "number" || isNaN(+pe(e)));
|
|
3870
3870
|
}
|
|
3871
3871
|
function cl(e, t, r) {
|
|
3872
3872
|
const [n, s] = pt(
|
|
@@ -3901,15 +3901,15 @@ function xs(e, t) {
|
|
|
3901
3901
|
return r < 0 ? -1 : r > 0 ? 1 : r;
|
|
3902
3902
|
}
|
|
3903
3903
|
function ll(e, t) {
|
|
3904
|
-
const r =
|
|
3904
|
+
const r = pe(e, t?.in);
|
|
3905
3905
|
return r.setHours(23, 59, 59, 999), r;
|
|
3906
3906
|
}
|
|
3907
3907
|
function dl(e, t) {
|
|
3908
|
-
const r =
|
|
3908
|
+
const r = pe(e, t?.in), n = r.getMonth();
|
|
3909
3909
|
return r.setFullYear(r.getFullYear(), n + 1, 0), r.setHours(23, 59, 59, 999), r;
|
|
3910
3910
|
}
|
|
3911
3911
|
function fl(e, t) {
|
|
3912
|
-
const r =
|
|
3912
|
+
const r = pe(e, t?.in);
|
|
3913
3913
|
return +ll(r, t) == +dl(r, t);
|
|
3914
3914
|
}
|
|
3915
3915
|
function Fn(e, t, r) {
|
|
@@ -3939,7 +3939,7 @@ function Vn(e, t, r) {
|
|
|
3939
3939
|
return c === 0 ? 0 : c;
|
|
3940
3940
|
}
|
|
3941
3941
|
function pl(e, t) {
|
|
3942
|
-
const r =
|
|
3942
|
+
const r = pe(e, t?.in);
|
|
3943
3943
|
return r.setFullYear(r.getFullYear(), 0, 1), r.setHours(0, 0, 0, 0), r;
|
|
3944
3944
|
}
|
|
3945
3945
|
const hl = {
|
|
@@ -4051,7 +4051,7 @@ const ml = {
|
|
|
4051
4051
|
nextWeek: "eeee 'at' p",
|
|
4052
4052
|
other: "P"
|
|
4053
4053
|
}, Jo = (e, t, r, n) => bl[e];
|
|
4054
|
-
function
|
|
4054
|
+
function de(e) {
|
|
4055
4055
|
return (t, r) => {
|
|
4056
4056
|
const n = r?.context ? String(r.context) : "standalone";
|
|
4057
4057
|
let s;
|
|
@@ -4193,31 +4193,31 @@ const wl = {
|
|
|
4193
4193
|
return r + "th";
|
|
4194
4194
|
}, Xo = {
|
|
4195
4195
|
ordinalNumber: Al,
|
|
4196
|
-
era:
|
|
4196
|
+
era: de({
|
|
4197
4197
|
values: wl,
|
|
4198
4198
|
defaultWidth: "wide"
|
|
4199
4199
|
}),
|
|
4200
|
-
quarter:
|
|
4200
|
+
quarter: de({
|
|
4201
4201
|
values: El,
|
|
4202
4202
|
defaultWidth: "wide",
|
|
4203
4203
|
argumentCallback: (e) => e - 1
|
|
4204
4204
|
}),
|
|
4205
|
-
month:
|
|
4205
|
+
month: de({
|
|
4206
4206
|
values: _l,
|
|
4207
4207
|
defaultWidth: "wide"
|
|
4208
4208
|
}),
|
|
4209
|
-
day:
|
|
4209
|
+
day: de({
|
|
4210
4210
|
values: Sl,
|
|
4211
4211
|
defaultWidth: "wide"
|
|
4212
4212
|
}),
|
|
4213
|
-
dayPeriod:
|
|
4213
|
+
dayPeriod: de({
|
|
4214
4214
|
values: Rl,
|
|
4215
4215
|
defaultWidth: "wide",
|
|
4216
4216
|
formattingValues: Tl,
|
|
4217
4217
|
defaultFormattingWidth: "wide"
|
|
4218
4218
|
})
|
|
4219
4219
|
};
|
|
4220
|
-
function
|
|
4220
|
+
function fe(e) {
|
|
4221
4221
|
return (t, r = {}) => {
|
|
4222
4222
|
const n = r.width, s = n && e.matchPatterns[n] || e.matchPatterns[e.defaultMatchWidth], a = t.match(s);
|
|
4223
4223
|
if (!a)
|
|
@@ -4330,32 +4330,32 @@ const $l = /^(\d+)(th|st|nd|rd)?/i, Nl = /\d+/i, Il = {
|
|
|
4330
4330
|
parsePattern: Nl,
|
|
4331
4331
|
valueCallback: (e) => parseInt(e, 10)
|
|
4332
4332
|
}),
|
|
4333
|
-
era:
|
|
4333
|
+
era: fe({
|
|
4334
4334
|
matchPatterns: Il,
|
|
4335
4335
|
defaultMatchWidth: "wide",
|
|
4336
4336
|
parsePatterns: Dl,
|
|
4337
4337
|
defaultParseWidth: "any"
|
|
4338
4338
|
}),
|
|
4339
|
-
quarter:
|
|
4339
|
+
quarter: fe({
|
|
4340
4340
|
matchPatterns: Cl,
|
|
4341
4341
|
defaultMatchWidth: "wide",
|
|
4342
4342
|
parsePatterns: Ll,
|
|
4343
4343
|
defaultParseWidth: "any",
|
|
4344
4344
|
valueCallback: (e) => e + 1
|
|
4345
4345
|
}),
|
|
4346
|
-
month:
|
|
4346
|
+
month: fe({
|
|
4347
4347
|
matchPatterns: kl,
|
|
4348
4348
|
defaultMatchWidth: "wide",
|
|
4349
4349
|
parsePatterns: Ml,
|
|
4350
4350
|
defaultParseWidth: "any"
|
|
4351
4351
|
}),
|
|
4352
|
-
day:
|
|
4352
|
+
day: fe({
|
|
4353
4353
|
matchPatterns: xl,
|
|
4354
4354
|
defaultMatchWidth: "wide",
|
|
4355
4355
|
parsePatterns: Ul,
|
|
4356
4356
|
defaultParseWidth: "any"
|
|
4357
4357
|
}),
|
|
4358
|
-
dayPeriod:
|
|
4358
|
+
dayPeriod: fe({
|
|
4359
4359
|
matchPatterns: ql,
|
|
4360
4360
|
defaultMatchWidth: "any",
|
|
4361
4361
|
parsePatterns: jl,
|
|
@@ -4374,15 +4374,15 @@ const $l = /^(\d+)(th|st|nd|rd)?/i, Nl = /\d+/i, Il = {
|
|
|
4374
4374
|
}
|
|
4375
4375
|
};
|
|
4376
4376
|
function Fl(e, t) {
|
|
4377
|
-
const r =
|
|
4377
|
+
const r = pe(e, t?.in);
|
|
4378
4378
|
return Ko(r, pl(r)) + 1;
|
|
4379
4379
|
}
|
|
4380
4380
|
function Vl(e, t) {
|
|
4381
|
-
const r =
|
|
4381
|
+
const r = pe(e, t?.in), n = +Ir(r) - +ol(r);
|
|
4382
4382
|
return Math.round(n / Ho) + 1;
|
|
4383
4383
|
}
|
|
4384
4384
|
function ei(e, t) {
|
|
4385
|
-
const r =
|
|
4385
|
+
const r = pe(e, t?.in), n = r.getFullYear(), s = Fr(), a = t?.firstWeekContainsDate ?? t?.locale?.options?.firstWeekContainsDate ?? s.firstWeekContainsDate ?? s.locale?.options?.firstWeekContainsDate ?? 1, o = $e(t?.in || e, 0);
|
|
4386
4386
|
o.setFullYear(n + 1, 0, a), o.setHours(0, 0, 0, 0);
|
|
4387
4387
|
const i = Tt(o, t), c = $e(t?.in || e, 0);
|
|
4388
4388
|
c.setFullYear(n, 0, a), c.setHours(0, 0, 0, 0);
|
|
@@ -4394,7 +4394,7 @@ function Hl(e, t) {
|
|
|
4394
4394
|
return a.setFullYear(s, 0, n), a.setHours(0, 0, 0, 0), Tt(a, t);
|
|
4395
4395
|
}
|
|
4396
4396
|
function Bl(e, t) {
|
|
4397
|
-
const r =
|
|
4397
|
+
const r = pe(e, t?.in), n = +Tt(r, t) - +Hl(r, t);
|
|
4398
4398
|
return Math.round(n / Ho) + 1;
|
|
4399
4399
|
}
|
|
4400
4400
|
function oe(e, t) {
|
|
@@ -5054,7 +5054,7 @@ function Zl(e, t, r) {
|
|
|
5054
5054
|
}
|
|
5055
5055
|
const ed = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, td = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, rd = /^'([^]*?)'?$/, nd = /''/g, sd = /[a-zA-Z]/;
|
|
5056
5056
|
function ad(e, t, r) {
|
|
5057
|
-
const n = Fr(), s = r?.locale ?? n.locale ?? Zo, a = r?.firstWeekContainsDate ?? r?.locale?.options?.firstWeekContainsDate ?? n.firstWeekContainsDate ?? n.locale?.options?.firstWeekContainsDate ?? 1, o = r?.weekStartsOn ?? r?.locale?.options?.weekStartsOn ?? n.weekStartsOn ?? n.locale?.options?.weekStartsOn ?? 0, i =
|
|
5057
|
+
const n = Fr(), s = r?.locale ?? n.locale ?? Zo, a = r?.firstWeekContainsDate ?? r?.locale?.options?.firstWeekContainsDate ?? n.firstWeekContainsDate ?? n.locale?.options?.firstWeekContainsDate ?? 1, o = r?.weekStartsOn ?? r?.locale?.options?.weekStartsOn ?? n.weekStartsOn ?? n.locale?.options?.weekStartsOn ?? 0, i = pe(e, r?.in);
|
|
5058
5058
|
if (!Dt(i))
|
|
5059
5059
|
throw new RangeError("Invalid time value");
|
|
5060
5060
|
let c = t.match(td).map((d) => {
|
|
@@ -5114,7 +5114,7 @@ function ri(e, t) {
|
|
|
5114
5114
|
if (s.timezone) {
|
|
5115
5115
|
if (c = md(s.timezone), isNaN(c)) return r();
|
|
5116
5116
|
} else {
|
|
5117
|
-
const l = new Date(o + i), d =
|
|
5117
|
+
const l = new Date(o + i), d = pe(0, t?.in);
|
|
5118
5118
|
return d.setFullYear(
|
|
5119
5119
|
l.getUTCFullYear(),
|
|
5120
5120
|
l.getUTCMonth(),
|
|
@@ -5126,7 +5126,7 @@ function ri(e, t) {
|
|
|
5126
5126
|
l.getUTCMilliseconds()
|
|
5127
5127
|
), d;
|
|
5128
5128
|
}
|
|
5129
|
-
return
|
|
5129
|
+
return pe(o + i + c, t?.in);
|
|
5130
5130
|
}
|
|
5131
5131
|
const Mt = {
|
|
5132
5132
|
dateTimeDelimiter: /[T ]/,
|
|
@@ -5550,25 +5550,25 @@ const Vs = {
|
|
|
5550
5550
|
}
|
|
5551
5551
|
}, Ud = (e) => Number(e) + ".", qd = {
|
|
5552
5552
|
ordinalNumber: Ud,
|
|
5553
|
-
era:
|
|
5553
|
+
era: de({
|
|
5554
5554
|
values: Dd,
|
|
5555
5555
|
defaultWidth: "wide"
|
|
5556
5556
|
}),
|
|
5557
|
-
quarter:
|
|
5557
|
+
quarter: de({
|
|
5558
5558
|
values: Cd,
|
|
5559
5559
|
defaultWidth: "wide",
|
|
5560
5560
|
argumentCallback: (e) => e - 1
|
|
5561
5561
|
}),
|
|
5562
|
-
month:
|
|
5562
|
+
month: de({
|
|
5563
5563
|
values: In,
|
|
5564
5564
|
formattingValues: Ld,
|
|
5565
5565
|
defaultWidth: "wide"
|
|
5566
5566
|
}),
|
|
5567
|
-
day:
|
|
5567
|
+
day: de({
|
|
5568
5568
|
values: kd,
|
|
5569
5569
|
defaultWidth: "wide"
|
|
5570
5570
|
}),
|
|
5571
|
-
dayPeriod:
|
|
5571
|
+
dayPeriod: de({
|
|
5572
5572
|
values: Md,
|
|
5573
5573
|
defaultWidth: "wide",
|
|
5574
5574
|
formattingValues: xd,
|
|
@@ -5649,32 +5649,32 @@ const Vs = {
|
|
|
5649
5649
|
parsePattern: Fd,
|
|
5650
5650
|
valueCallback: (e) => parseInt(e)
|
|
5651
5651
|
}),
|
|
5652
|
-
era:
|
|
5652
|
+
era: fe({
|
|
5653
5653
|
matchPatterns: Vd,
|
|
5654
5654
|
defaultMatchWidth: "wide",
|
|
5655
5655
|
parsePatterns: Hd,
|
|
5656
5656
|
defaultParseWidth: "any"
|
|
5657
5657
|
}),
|
|
5658
|
-
quarter:
|
|
5658
|
+
quarter: fe({
|
|
5659
5659
|
matchPatterns: Bd,
|
|
5660
5660
|
defaultMatchWidth: "wide",
|
|
5661
5661
|
parsePatterns: zd,
|
|
5662
5662
|
defaultParseWidth: "any",
|
|
5663
5663
|
valueCallback: (e) => e + 1
|
|
5664
5664
|
}),
|
|
5665
|
-
month:
|
|
5665
|
+
month: fe({
|
|
5666
5666
|
matchPatterns: Wd,
|
|
5667
5667
|
defaultMatchWidth: "wide",
|
|
5668
5668
|
parsePatterns: Gd,
|
|
5669
5669
|
defaultParseWidth: "any"
|
|
5670
5670
|
}),
|
|
5671
|
-
day:
|
|
5671
|
+
day: fe({
|
|
5672
5672
|
matchPatterns: Kd,
|
|
5673
5673
|
defaultMatchWidth: "wide",
|
|
5674
5674
|
parsePatterns: Yd,
|
|
5675
5675
|
defaultParseWidth: "any"
|
|
5676
5676
|
}),
|
|
5677
|
-
dayPeriod:
|
|
5677
|
+
dayPeriod: fe({
|
|
5678
5678
|
matchPatterns: Jd,
|
|
5679
5679
|
defaultMatchWidth: "wide",
|
|
5680
5680
|
parsePatterns: Xd,
|
|
@@ -5953,24 +5953,24 @@ const Vs = {
|
|
|
5953
5953
|
}
|
|
5954
5954
|
}, bf = (e, t) => Number(e) + "º", wf = {
|
|
5955
5955
|
ordinalNumber: bf,
|
|
5956
|
-
era:
|
|
5956
|
+
era: de({
|
|
5957
5957
|
values: pf,
|
|
5958
5958
|
defaultWidth: "wide"
|
|
5959
5959
|
}),
|
|
5960
|
-
quarter:
|
|
5960
|
+
quarter: de({
|
|
5961
5961
|
values: hf,
|
|
5962
5962
|
defaultWidth: "wide",
|
|
5963
5963
|
argumentCallback: (e) => Number(e) - 1
|
|
5964
5964
|
}),
|
|
5965
|
-
month:
|
|
5965
|
+
month: de({
|
|
5966
5966
|
values: mf,
|
|
5967
5967
|
defaultWidth: "wide"
|
|
5968
5968
|
}),
|
|
5969
|
-
day:
|
|
5969
|
+
day: de({
|
|
5970
5970
|
values: gf,
|
|
5971
5971
|
defaultWidth: "wide"
|
|
5972
5972
|
}),
|
|
5973
|
-
dayPeriod:
|
|
5973
|
+
dayPeriod: de({
|
|
5974
5974
|
values: yf,
|
|
5975
5975
|
defaultWidth: "wide",
|
|
5976
5976
|
formattingValues: vf,
|
|
@@ -6055,32 +6055,32 @@ const Vs = {
|
|
|
6055
6055
|
return parseInt(e, 10);
|
|
6056
6056
|
}
|
|
6057
6057
|
}),
|
|
6058
|
-
era:
|
|
6058
|
+
era: fe({
|
|
6059
6059
|
matchPatterns: Sf,
|
|
6060
6060
|
defaultMatchWidth: "wide",
|
|
6061
6061
|
parsePatterns: Rf,
|
|
6062
6062
|
defaultParseWidth: "any"
|
|
6063
6063
|
}),
|
|
6064
|
-
quarter:
|
|
6064
|
+
quarter: fe({
|
|
6065
6065
|
matchPatterns: Tf,
|
|
6066
6066
|
defaultMatchWidth: "wide",
|
|
6067
6067
|
parsePatterns: Af,
|
|
6068
6068
|
defaultParseWidth: "any",
|
|
6069
6069
|
valueCallback: (e) => e + 1
|
|
6070
6070
|
}),
|
|
6071
|
-
month:
|
|
6071
|
+
month: fe({
|
|
6072
6072
|
matchPatterns: Of,
|
|
6073
6073
|
defaultMatchWidth: "wide",
|
|
6074
6074
|
parsePatterns: Pf,
|
|
6075
6075
|
defaultParseWidth: "any"
|
|
6076
6076
|
}),
|
|
6077
|
-
day:
|
|
6077
|
+
day: fe({
|
|
6078
6078
|
matchPatterns: $f,
|
|
6079
6079
|
defaultMatchWidth: "wide",
|
|
6080
6080
|
parsePatterns: Nf,
|
|
6081
6081
|
defaultParseWidth: "any"
|
|
6082
6082
|
}),
|
|
6083
|
-
dayPeriod:
|
|
6083
|
+
dayPeriod: fe({
|
|
6084
6084
|
matchPatterns: If,
|
|
6085
6085
|
defaultMatchWidth: "any",
|
|
6086
6086
|
parsePatterns: Df,
|
|
@@ -6293,24 +6293,24 @@ const Vs = {
|
|
|
6293
6293
|
(n) => n.isToken && n.value === "do" ? { isToken: !0, value: "d" } : n
|
|
6294
6294
|
),
|
|
6295
6295
|
ordinalNumber: Gf,
|
|
6296
|
-
era:
|
|
6296
|
+
era: de({
|
|
6297
6297
|
values: Vf,
|
|
6298
6298
|
defaultWidth: "wide"
|
|
6299
6299
|
}),
|
|
6300
|
-
quarter:
|
|
6300
|
+
quarter: de({
|
|
6301
6301
|
values: Hf,
|
|
6302
6302
|
defaultWidth: "wide",
|
|
6303
6303
|
argumentCallback: (e) => e - 1
|
|
6304
6304
|
}),
|
|
6305
|
-
month:
|
|
6305
|
+
month: de({
|
|
6306
6306
|
values: Bf,
|
|
6307
6307
|
defaultWidth: "wide"
|
|
6308
6308
|
}),
|
|
6309
|
-
day:
|
|
6309
|
+
day: de({
|
|
6310
6310
|
values: zf,
|
|
6311
6311
|
defaultWidth: "wide"
|
|
6312
6312
|
}),
|
|
6313
|
-
dayPeriod:
|
|
6313
|
+
dayPeriod: de({
|
|
6314
6314
|
values: Wf,
|
|
6315
6315
|
defaultWidth: "wide"
|
|
6316
6316
|
})
|
|
@@ -6387,32 +6387,32 @@ const Vs = {
|
|
|
6387
6387
|
parsePattern: Xf,
|
|
6388
6388
|
valueCallback: (e) => parseInt(e)
|
|
6389
6389
|
}),
|
|
6390
|
-
era:
|
|
6390
|
+
era: fe({
|
|
6391
6391
|
matchPatterns: Qf,
|
|
6392
6392
|
defaultMatchWidth: "wide",
|
|
6393
6393
|
parsePatterns: Zf,
|
|
6394
6394
|
defaultParseWidth: "any"
|
|
6395
6395
|
}),
|
|
6396
|
-
quarter:
|
|
6396
|
+
quarter: fe({
|
|
6397
6397
|
matchPatterns: ep,
|
|
6398
6398
|
defaultMatchWidth: "wide",
|
|
6399
6399
|
parsePatterns: tp,
|
|
6400
6400
|
defaultParseWidth: "any",
|
|
6401
6401
|
valueCallback: (e) => e + 1
|
|
6402
6402
|
}),
|
|
6403
|
-
month:
|
|
6403
|
+
month: fe({
|
|
6404
6404
|
matchPatterns: rp,
|
|
6405
6405
|
defaultMatchWidth: "wide",
|
|
6406
6406
|
parsePatterns: np,
|
|
6407
6407
|
defaultParseWidth: "any"
|
|
6408
6408
|
}),
|
|
6409
|
-
day:
|
|
6409
|
+
day: fe({
|
|
6410
6410
|
matchPatterns: sp,
|
|
6411
6411
|
defaultMatchWidth: "wide",
|
|
6412
6412
|
parsePatterns: ap,
|
|
6413
6413
|
defaultParseWidth: "any"
|
|
6414
6414
|
}),
|
|
6415
|
-
dayPeriod:
|
|
6415
|
+
dayPeriod: fe({
|
|
6416
6416
|
matchPatterns: op,
|
|
6417
6417
|
defaultMatchWidth: "any",
|
|
6418
6418
|
parsePatterns: ip,
|
|
@@ -6429,7 +6429,7 @@ const Vs = {
|
|
|
6429
6429
|
weekStartsOn: 1,
|
|
6430
6430
|
firstWeekContainsDate: 4
|
|
6431
6431
|
}
|
|
6432
|
-
}, up = "dd/MM/yyyy",
|
|
6432
|
+
}, up = "dd/MM/yyyy", gv = "MMMM dd, yyyy", yv = "do MMM, yyyy", lp = "dd/MM/yyyy HH:mm", vv = "yyyy-MM-dd", bv = "d/m/Y", Pe = {
|
|
6433
6433
|
PARSE_ERROR: "DATE_ERROR_PARSE",
|
|
6434
6434
|
FORMAT_ERROR: "DATE_ERROR_FORMAT",
|
|
6435
6435
|
EMPTY_OR_INVALID: "DATE_ERROR_EMPTY_OR_INVALID",
|
|
@@ -6509,13 +6509,13 @@ function ai(e, t, r) {
|
|
|
6509
6509
|
const s = dp();
|
|
6510
6510
|
return { formattedResult: ad(n, t, { locale: s }) };
|
|
6511
6511
|
}
|
|
6512
|
-
function
|
|
6512
|
+
function wv(e, t) {
|
|
6513
6513
|
return ai(e, lp, t);
|
|
6514
6514
|
}
|
|
6515
|
-
function
|
|
6515
|
+
function Ev(e, t, r = up) {
|
|
6516
6516
|
return ai(e, r, t);
|
|
6517
6517
|
}
|
|
6518
|
-
function
|
|
6518
|
+
function _v(e, t, r) {
|
|
6519
6519
|
if (!e || !Dt(e) || t === null || t === void 0 || !r || typeof t != "number")
|
|
6520
6520
|
return;
|
|
6521
6521
|
const n = new Date(e);
|
|
@@ -6530,7 +6530,7 @@ function bv(e, t, r) {
|
|
|
6530
6530
|
return;
|
|
6531
6531
|
}
|
|
6532
6532
|
}
|
|
6533
|
-
function
|
|
6533
|
+
function Sv(e, t) {
|
|
6534
6534
|
if (e == null)
|
|
6535
6535
|
return {
|
|
6536
6536
|
formattedResult: "",
|
|
@@ -6582,11 +6582,11 @@ function wv(e, t) {
|
|
|
6582
6582
|
}
|
|
6583
6583
|
return { formattedResult: c };
|
|
6584
6584
|
}
|
|
6585
|
-
const
|
|
6585
|
+
const Rv = () => {
|
|
6586
6586
|
const e = /* @__PURE__ */ new Date();
|
|
6587
6587
|
return e.setHours(0, 0, 0, 0), e;
|
|
6588
6588
|
};
|
|
6589
|
-
function
|
|
6589
|
+
function Tv(e, t) {
|
|
6590
6590
|
const r = new Date(e), s = new Intl.DateTimeFormat("en-US", {
|
|
6591
6591
|
day: "2-digit",
|
|
6592
6592
|
month: "short",
|
|
@@ -6602,7 +6602,7 @@ function _v(e, t) {
|
|
|
6602
6602
|
}
|
|
6603
6603
|
return c;
|
|
6604
6604
|
}
|
|
6605
|
-
function
|
|
6605
|
+
function Av(e, t) {
|
|
6606
6606
|
const r = new Date(e), n = /* @__PURE__ */ new Date(), s = Vn(n, r), a = jn(r, s), o = Fn(n, a), i = jr(a, o), c = Nn(n, i);
|
|
6607
6607
|
if (s === 0 && o < 3) {
|
|
6608
6608
|
const m = Nn(n, r);
|
|
@@ -6625,14 +6625,14 @@ const pp = {
|
|
|
6625
6625
|
h: 1 / 24,
|
|
6626
6626
|
min: 1 / 1440,
|
|
6627
6627
|
s: 1 / 86400
|
|
6628
|
-
},
|
|
6628
|
+
}, Ov = (e, t, r) => {
|
|
6629
6629
|
const n = typeof e == "string" ? new Date(e) : e;
|
|
6630
6630
|
if (isNaN(n.getTime()))
|
|
6631
6631
|
throw new Error(`Invalid date: ${e}`);
|
|
6632
6632
|
const s = pp[r] ?? 1, a = t * s;
|
|
6633
6633
|
return Wo(n, a);
|
|
6634
|
-
},
|
|
6635
|
-
function
|
|
6634
|
+
}, Pv = (e, t, r, n) => e <= n && r <= t;
|
|
6635
|
+
function $v(e, t, r = !1) {
|
|
6636
6636
|
return !e || !Array.isArray(e) ? [] : e.sort((n, s) => {
|
|
6637
6637
|
const a = new Date(n[t]), o = new Date(s[t]);
|
|
6638
6638
|
if (isNaN(a.getTime()) && isNaN(o.getTime())) return 0;
|
|
@@ -6642,11 +6642,11 @@ function Av(e, t, r = !1) {
|
|
|
6642
6642
|
return r ? i : -i;
|
|
6643
6643
|
});
|
|
6644
6644
|
}
|
|
6645
|
-
const
|
|
6645
|
+
const Nv = async (e, t, r) => {
|
|
6646
6646
|
const { exact: n = !0, refetchActiveNow: s = !0 } = r ?? {};
|
|
6647
6647
|
await e.cancelQueries({ queryKey: t, exact: n }), await e.removeQueries({ queryKey: t, exact: n }), await e.invalidateQueries({ queryKey: t, exact: n }), s && await e.refetchQueries({ queryKey: t, exact: n, type: "active" });
|
|
6648
6648
|
}, hp = () => Math.random().toString(36).substring(2, 9);
|
|
6649
|
-
function
|
|
6649
|
+
function Iv(e, t = " -") {
|
|
6650
6650
|
return e ? e.toLowerCase().split(new RegExp(`[${t}]+`)).map((n) => n.charAt(0).toUpperCase() + n.slice(1)).join(" ") : "";
|
|
6651
6651
|
}
|
|
6652
6652
|
function oi(e) {
|
|
@@ -6658,7 +6658,7 @@ function oi(e) {
|
|
|
6658
6658
|
}
|
|
6659
6659
|
return "";
|
|
6660
6660
|
}
|
|
6661
|
-
const
|
|
6661
|
+
const Dv = (e) => !e || e.trim().length === 0, Cv = (e, t) => {
|
|
6662
6662
|
if (!e || !t || t.length === 0)
|
|
6663
6663
|
return 999;
|
|
6664
6664
|
const r = t.findIndex(
|
|
@@ -6666,7 +6666,7 @@ const $v = (e) => !e || e.trim().length === 0, Nv = (e, t) => {
|
|
|
6666
6666
|
);
|
|
6667
6667
|
return r === -1 ? 999 : r;
|
|
6668
6668
|
};
|
|
6669
|
-
function
|
|
6669
|
+
function Lv(e, t) {
|
|
6670
6670
|
if (!e || e.length === 0)
|
|
6671
6671
|
return [];
|
|
6672
6672
|
const r = /* @__PURE__ */ new Map();
|
|
@@ -6678,7 +6678,7 @@ function Iv(e, t) {
|
|
|
6678
6678
|
items: s
|
|
6679
6679
|
}));
|
|
6680
6680
|
}
|
|
6681
|
-
function
|
|
6681
|
+
function kv(e, t, r) {
|
|
6682
6682
|
if (!e || e.length === 0)
|
|
6683
6683
|
return [];
|
|
6684
6684
|
const n = /* @__PURE__ */ new Set(), s = /* @__PURE__ */ new Set();
|
|
@@ -6699,7 +6699,7 @@ function mp(e) {
|
|
|
6699
6699
|
a[n(o[1])] = n(o[2]);
|
|
6700
6700
|
return a;
|
|
6701
6701
|
}
|
|
6702
|
-
function
|
|
6702
|
+
function Mv(e, t, r) {
|
|
6703
6703
|
const n = /{{([^}]*)}}/g, s = e.match(n);
|
|
6704
6704
|
let a = e;
|
|
6705
6705
|
const o = r ?? !1, i = o ? mp() : {};
|
|
@@ -6712,7 +6712,7 @@ function Cv(e, t, r) {
|
|
|
6712
6712
|
const gp = (e) => new Promise((t, r) => {
|
|
6713
6713
|
const n = new FileReader();
|
|
6714
6714
|
n.onloadend = () => t(n.result), n.onerror = r, n.readAsDataURL(e);
|
|
6715
|
-
}),
|
|
6715
|
+
}), xv = (e) => {
|
|
6716
6716
|
if (typeof e == "number" && !isNaN(e))
|
|
6717
6717
|
return "number";
|
|
6718
6718
|
if (typeof e != "string")
|
|
@@ -6720,14 +6720,14 @@ const gp = (e) => new Promise((t, r) => {
|
|
|
6720
6720
|
const t = e.toLowerCase();
|
|
6721
6721
|
return t.endsWith(".pdf") ? "PDF" : [".png", ".jpg", ".jpeg", ".gif", ".bmp", ".svg"].some((s) => t.endsWith(s)) ? "Image" : [".mp4", ".ogg", ".webm", ".mkv", ".flv"].some((s) => t.endsWith(s)) ? "Video" : typeof e == "string" ? "string" : "object";
|
|
6722
6722
|
};
|
|
6723
|
-
function
|
|
6723
|
+
function Uv(e) {
|
|
6724
6724
|
return e.replace(/\s+/g, "_").replace(/([a-z])([A-Z])/g, "$1_$2").replace(/([A-Z])([A-Z][a-z])/g, "$1_$2").toUpperCase();
|
|
6725
6725
|
}
|
|
6726
|
-
function
|
|
6726
|
+
function qv(e) {
|
|
6727
6727
|
return e ? e.replaceAll(/[_-]/g, " ").replaceAll(/([a-z])([A-Z])/g, "$1 $2").replaceAll(/([A-Z])([A-Z][a-z])/g, "$1 $2").replaceAll(/([a-z])(\d)/gi, "$1 $2").replaceAll(/(\d)([a-z])/gi, "$1 $2").replaceAll(/\s+/g, " ").trim().toLowerCase().replace(/^./, (t) => t.toUpperCase()) : "";
|
|
6728
6728
|
}
|
|
6729
6729
|
const yp = (e) => ee + `/user?username=${e}&v=custom:(username,uuid)`, vp = "bahmni.user.location";
|
|
6730
|
-
async function
|
|
6730
|
+
async function jv() {
|
|
6731
6731
|
const e = oi(Ju);
|
|
6732
6732
|
if (!e)
|
|
6733
6733
|
return null;
|
|
@@ -6769,7 +6769,7 @@ const Hn = () => {
|
|
|
6769
6769
|
e.append(n.resultParam, s);
|
|
6770
6770
|
});
|
|
6771
6771
|
});
|
|
6772
|
-
}, wp = (e) =>
|
|
6772
|
+
}, wp = (e) => le + `/Patient/${e}`, Ep = (e, t, r) => {
|
|
6773
6773
|
const n = new URLSearchParams({
|
|
6774
6774
|
filterOnAllIdentifiers: "false",
|
|
6775
6775
|
identifier: e,
|
|
@@ -6797,7 +6797,7 @@ const Hn = () => {
|
|
|
6797
6797
|
}, ii = ee + "/idgen/identifiertype", Sp = (e) => ee + `/bahmni/app/setting?module=${e}`, Rp = "bahmni.primaryIdentifierType", Tp = ee + "/bahmnicore/patientprofile", Ap = (e) => ee + `/bahmnicore/patientprofile/${e}`, Op = (e) => ee + `/patientprofile/${e}?v=full`, Pp = (e, t, r = 20, n) => {
|
|
6798
6798
|
let s = `/openmrs/module/addresshierarchy/ajax/getPossibleAddressHierarchyEntriesWithParents.form?addressField=${e}&limit=${r}&searchString=${encodeURIComponent(t)}`;
|
|
6799
6799
|
return n && (s += `&parent=${n}`), s;
|
|
6800
|
-
}, $p = "/openmrs/module/addresshierarchy/ajax/getOrderedAddressHierarchyLevels.form", Np = ee + "/relationshiptype?v=custom:(aIsToB,bIsToA,uuid)&limit=150", Ip = 20, Dp = 2,
|
|
6800
|
+
}, $p = "/openmrs/module/addresshierarchy/ajax/getOrderedAddressHierarchyLevels.form", Np = ee + "/relationshiptype?v=custom:(aIsToB,bIsToA,uuid)&limit=150", Ip = 20, Dp = 2, Fv = 120, Vv = 50, Hv = 15, Cp = /^[a-f0-9-]{36}$/i, Lp = (e) => Yu + `/patientImage?patientUuid=${e}`, kp = ee + "/personattributetype?v=custom:(uuid,name,sortWeight,description,format,concept:(uuid,display,answers:(uuid,name)))", Mp = async (e) => {
|
|
6801
6801
|
if (!e || e.trim() === "")
|
|
6802
6802
|
throw new Error("Invalid patient UUID: UUID cannot be empty");
|
|
6803
6803
|
if (!Cp.test(e))
|
|
@@ -6833,20 +6833,20 @@ const Hn = () => {
|
|
|
6833
6833
|
identifiers: s,
|
|
6834
6834
|
age: a
|
|
6835
6835
|
};
|
|
6836
|
-
},
|
|
6836
|
+
}, Bv = async (e) => {
|
|
6837
6837
|
const t = await Mp(e);
|
|
6838
6838
|
return Fp(t);
|
|
6839
|
-
},
|
|
6839
|
+
}, zv = async (e) => {
|
|
6840
6840
|
const t = await fetch(Lp(e));
|
|
6841
6841
|
if (!t.ok) return null;
|
|
6842
6842
|
const r = await t.blob();
|
|
6843
6843
|
return await gp(r);
|
|
6844
|
-
},
|
|
6844
|
+
}, Wv = async (e, t) => {
|
|
6845
6845
|
const r = Hn();
|
|
6846
6846
|
return await W(
|
|
6847
6847
|
Ep(e, r.uuid, t)
|
|
6848
6848
|
);
|
|
6849
|
-
},
|
|
6849
|
+
}, Gv = async (e, t, r, n, s) => {
|
|
6850
6850
|
const a = Hn();
|
|
6851
6851
|
return await W(
|
|
6852
6852
|
_p(
|
|
@@ -6857,9 +6857,9 @@ const Hn = () => {
|
|
|
6857
6857
|
a.uuid
|
|
6858
6858
|
)
|
|
6859
6859
|
);
|
|
6860
|
-
},
|
|
6860
|
+
}, Kv = async () => W(ii), Vp = async () => (await W(Sp("core"))).find(
|
|
6861
6861
|
(r) => r.property === Rp
|
|
6862
|
-
)?.value ?? null,
|
|
6862
|
+
)?.value ?? null, Yv = async () => {
|
|
6863
6863
|
const [e, t] = await Promise.all([
|
|
6864
6864
|
W(ii),
|
|
6865
6865
|
Vp()
|
|
@@ -6876,10 +6876,10 @@ const Hn = () => {
|
|
|
6876
6876
|
sourcesByPrefix: n,
|
|
6877
6877
|
primaryIdentifierTypeUuid: t
|
|
6878
6878
|
}) : { prefixes: r, sourcesByPrefix: n, primaryIdentifierTypeUuid: t };
|
|
6879
|
-
},
|
|
6879
|
+
}, Jv = async (e) => Ve(Tp, e), Xv = async (e, t) => Ve(
|
|
6880
6880
|
Ap(e),
|
|
6881
6881
|
t
|
|
6882
|
-
),
|
|
6882
|
+
), Qv = async () => W(Vo("mrs.genders")), Zv = async (e, t, r = Ip, n) => {
|
|
6883
6883
|
if (!t || t.length < Dp)
|
|
6884
6884
|
return [];
|
|
6885
6885
|
try {
|
|
@@ -6891,7 +6891,7 @@ const Hn = () => {
|
|
|
6891
6891
|
`Failed to fetch address hierarchy for field "${e}": ${s instanceof Error ? s.message : "Unknown error"}`
|
|
6892
6892
|
);
|
|
6893
6893
|
}
|
|
6894
|
-
},
|
|
6894
|
+
}, eb = async () => W($p), tb = async (e) => W(Op(e)), rb = async () => {
|
|
6895
6895
|
try {
|
|
6896
6896
|
return (await W(
|
|
6897
6897
|
Np
|
|
@@ -6905,9 +6905,9 @@ const Hn = () => {
|
|
|
6905
6905
|
`Failed to fetch relationship types: ${e instanceof Error ? e.message : "Unknown error"}`
|
|
6906
6906
|
);
|
|
6907
6907
|
}
|
|
6908
|
-
},
|
|
6908
|
+
}, nb = async () => W(kp);
|
|
6909
6909
|
var Hp = /* @__PURE__ */ ((e) => (e.BOOLEAN = "java.lang.Boolean", e.BOOLEAN_DATATYPE = "org.openmrs.customdatatype.datatype.BooleanDatatype", e.CONCEPT = "org.openmrs.Concept", e.CODED_CONCEPT = "org.bahmni.module.bahmnicore.customdatatype.datatype.CodedConceptDatatype", e.CONCEPT_DATATYPE = "org.openmrs.customdatatype.datatype.ConceptDatatype", e.STRING = "java.lang.String", e.FREE_TEXT = "org.openmrs.customdatatype.datatype.FreeTextDatatype", e.REGEX_VALIDATED_TEXT = "org.openmrs.customdatatype.datatype.RegexValidatedTextDatatype", e.INTEGER = "java.lang.Integer", e.FLOAT = "java.lang.Float", e.ATTRIBUTABLE_DATE = "org.openmrs.util.AttributableDate", e.DATE_DATATYPE = "org.openmrs.customdatatype.datatype.DateDatatype", e))(Hp || {}), Bp = /* @__PURE__ */ ((e) => (e.CHECKBOX = "checkbox", e.DROPDOWN = "dropdown", e.TEXT = "text", e.NUMBER = "number", e.DATE = "date", e))(Bp || {});
|
|
6910
|
-
const
|
|
6910
|
+
const sb = (e) => e === "java.lang.Boolean" || e === "org.openmrs.customdatatype.datatype.BooleanDatatype" ? "checkbox" : e === "org.openmrs.Concept" || e === "org.bahmni.module.bahmnicore.customdatatype.datatype.CodedConceptDatatype" || e === "org.openmrs.customdatatype.datatype.ConceptDatatype" ? "dropdown" : e === "java.lang.Integer" || e === "java.lang.Float" ? "number" : e === "org.openmrs.util.AttributableDate" || e === "org.openmrs.customdatatype.datatype.DateDatatype" ? "date" : "text", ab = (e) => e === "java.lang.Boolean" || e === "org.openmrs.customdatatype.datatype.BooleanDatatype", ob = (e) => e === "org.openmrs.Concept" || e === "org.bahmni.module.bahmnicore.customdatatype.datatype.CodedConceptDatatype" || e === "org.openmrs.customdatatype.datatype.ConceptDatatype", ib = (e) => e === "java.lang.Integer" || e === "java.lang.Float", cb = (e) => e === "org.openmrs.util.AttributableDate" || e === "org.openmrs.customdatatype.datatype.DateDatatype", ub = (e) => e === "java.lang.String" || e === "org.openmrs.customdatatype.datatype.FreeTextDatatype" || e === "org.openmrs.customdatatype.datatype.RegexValidatedTextDatatype", zp = (e) => {
|
|
6911
6911
|
const t = new CustomEvent("bahmni-audit-log", { detail: e });
|
|
6912
6912
|
window.dispatchEvent(t);
|
|
6913
6913
|
}, Wp = (e) => {
|
|
@@ -6960,10 +6960,10 @@ const tb = (e) => e === "java.lang.Boolean" || e === "org.openmrs.customdatatype
|
|
|
6960
6960
|
}
|
|
6961
6961
|
}, Gp = ee + "/auditlog", Kp = {
|
|
6962
6962
|
UNKNOWN_EVENT_TYPE: "AUDIT_LOG_ERROR_UNKNOWN_EVENT_TYPE"
|
|
6963
|
-
}, Yp = () => ee + "/bahmnicore/config/bahmniencounter?callerContext=REGISTRATION_CONCEPTS", Jp = ee + "/visit", Xp = (e) => ee + `/visit?patient=${e}&includeInactive=false&v=custom:(uuid,visitType,startDatetime,stopDatetime)`, Qp = (e) => ee + `/bahmnicore/visitLocation/${e}`,
|
|
6963
|
+
}, Yp = () => ee + "/bahmnicore/config/bahmniencounter?callerContext=REGISTRATION_CONCEPTS", Jp = ee + "/visit", Xp = (e) => ee + `/visit?patient=${e}&includeInactive=false&v=custom:(uuid,visitType,startDatetime,stopDatetime)`, Qp = (e) => ee + `/bahmnicore/visitLocation/${e}`, lb = async () => W(Yp()), Zp = async (e) => W(Xp(e)), eh = async (e) => W(Qp(e)), th = async (e) => Ve(Jp, e), db = async (e) => {
|
|
6964
6964
|
const t = await Zp(e);
|
|
6965
6965
|
return t?.results && t.results.length > 0;
|
|
6966
|
-
},
|
|
6966
|
+
}, fb = async (e, t) => {
|
|
6967
6967
|
const r = await eh(
|
|
6968
6968
|
Hn().uuid
|
|
6969
6969
|
), n = {
|
|
@@ -6977,7 +6977,7 @@ const tb = (e) => e === "java.lang.Boolean" || e === "org.openmrs.customdatatype
|
|
|
6977
6977
|
messageParams: { visitType: t.name },
|
|
6978
6978
|
module: Dn.OPEN_VISIT.module
|
|
6979
6979
|
}), s;
|
|
6980
|
-
}, rh = ee + "/appointments/search", ci = ee + "/appointments", nh = "bahmni.sqlGet.upComingAppointments", sh = "bahmni.sqlGet.pastAppointments", ah = (e) => `${ci}/${e}`, oh = (e) => `${jo}?patientUuid=${e}&q=${nh}&v=full`, ih = (e) => `${jo}?patientUuid=${e}&q=${sh}&v=full`, ch = (e) => `${ci}/${e}/status-change`,
|
|
6980
|
+
}, rh = ee + "/appointments/search", ci = ee + "/appointments", nh = "bahmni.sqlGet.upComingAppointments", sh = "bahmni.sqlGet.pastAppointments", ah = (e) => `${ci}/${e}`, oh = (e) => `${jo}?patientUuid=${e}&q=${nh}&v=full`, ih = (e) => `${jo}?patientUuid=${e}&q=${sh}&v=full`, ch = (e) => `${ci}/${e}/status-change`, pb = async (e) => await Ve(
|
|
6981
6981
|
rh,
|
|
6982
6982
|
e
|
|
6983
6983
|
), ui = (e) => {
|
|
@@ -7035,15 +7035,15 @@ const tb = (e) => e === "java.lang.Boolean" || e === "org.openmrs.customdatatype
|
|
|
7035
7035
|
customAttributes: []
|
|
7036
7036
|
}
|
|
7037
7037
|
};
|
|
7038
|
-
},
|
|
7038
|
+
}, hb = async (e) => (await W(
|
|
7039
7039
|
oh(e)
|
|
7040
|
-
) || []).map(ui),
|
|
7040
|
+
) || []).map(ui), mb = async (e) => (await W(
|
|
7041
7041
|
ih(e)
|
|
7042
|
-
) || []).map(ui),
|
|
7042
|
+
) || []).map(ui), gb = async (e, t, r) => await Ve(
|
|
7043
7043
|
ch(e),
|
|
7044
7044
|
{ toStatus: t, onDate: r }
|
|
7045
7045
|
);
|
|
7046
|
-
async function
|
|
7046
|
+
async function yb(e) {
|
|
7047
7047
|
return await W(ah(e));
|
|
7048
7048
|
}
|
|
7049
7049
|
const uh = () => {
|
|
@@ -7075,7 +7075,7 @@ const uh = () => {
|
|
|
7075
7075
|
);
|
|
7076
7076
|
}
|
|
7077
7077
|
};
|
|
7078
|
-
}, on = uh(), lh = (e) =>
|
|
7078
|
+
}, on = uh(), lh = (e) => le + `/ValueSet/${e}/$expand`, dh = (e) => le + `/ValueSet/$expand?filter=${encodeURIComponent(e)}`, fh = (e, t, r) => ee + `/bahmni/terminologies/concepts?limit=${t}&locale=${r}&term=${e}`, ph = (e) => ee + `/concept/${e}`, hh = (e) => `${ee}/concept?s=byFullySpecifiedName&name=${encodeURIComponent(e)}`, mh = "SHORT", gh = "FULLY_SPECIFIED", vb = async (e, t = 20) => {
|
|
7079
7079
|
const r = It(), n = fh(e, t, r);
|
|
7080
7080
|
return W(n);
|
|
7081
7081
|
}, Rr = async (e) => {
|
|
@@ -7085,10 +7085,10 @@ const uh = () => {
|
|
|
7085
7085
|
const t = `${dh(e)}`;
|
|
7086
7086
|
return W(t);
|
|
7087
7087
|
};
|
|
7088
|
-
async function
|
|
7088
|
+
async function bb(e) {
|
|
7089
7089
|
return await W(ph(e));
|
|
7090
7090
|
}
|
|
7091
|
-
async function
|
|
7091
|
+
async function wb(e) {
|
|
7092
7092
|
const t = hh(e), r = await W(t);
|
|
7093
7093
|
return !r.results || r.results.length === 0 ? null : r.results[0];
|
|
7094
7094
|
}
|
|
@@ -7102,7 +7102,7 @@ function vh(e) {
|
|
|
7102
7102
|
}
|
|
7103
7103
|
return t ?? e[0].name ?? null;
|
|
7104
7104
|
}
|
|
7105
|
-
const bh = (e) =>
|
|
7105
|
+
const bh = (e) => le + `/AllergyIntolerance?patient=${e}&_count=100&_sort=-_lastUpdated`, nt = {
|
|
7106
7106
|
FOOD: {
|
|
7107
7107
|
code: "162553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
|
|
7108
7108
|
display: "food"
|
|
@@ -7124,7 +7124,7 @@ const bh = (e) => pe + `/AllergyIntolerance?patient=${e}&_count=100&_sort=-_last
|
|
|
7124
7124
|
}), cn = (e, t) => {
|
|
7125
7125
|
const r = e.expansion?.contains ?? [];
|
|
7126
7126
|
return Eh(r).map((s) => _h(s, t));
|
|
7127
|
-
},
|
|
7127
|
+
}, Eb = async (e, t, r) => {
|
|
7128
7128
|
const n = e ?? nt.MEDICATION.code, s = t ?? nt.FOOD.code, a = r ?? nt.ENVIRONMENT.code, [o, i, c] = await Promise.all([
|
|
7129
7129
|
Rr(n),
|
|
7130
7130
|
Rr(s),
|
|
@@ -7144,7 +7144,7 @@ const bh = (e) => pe + `/AllergyIntolerance?patient=${e}&_count=100&_sort=-_last
|
|
|
7144
7144
|
nt.ENVIRONMENT.display
|
|
7145
7145
|
)
|
|
7146
7146
|
];
|
|
7147
|
-
},
|
|
7147
|
+
}, _b = async (e) => {
|
|
7148
7148
|
const t = e ?? wh.code;
|
|
7149
7149
|
return (await Rr(t)).compose?.include[0]?.concept ?? [];
|
|
7150
7150
|
};
|
|
@@ -7178,22 +7178,22 @@ function Th(e) {
|
|
|
7178
7178
|
};
|
|
7179
7179
|
});
|
|
7180
7180
|
}
|
|
7181
|
-
async function
|
|
7181
|
+
async function Sb(e) {
|
|
7182
7182
|
const t = await Rh(e);
|
|
7183
7183
|
return Th(t);
|
|
7184
7184
|
}
|
|
7185
7185
|
var Ah = /* @__PURE__ */ ((e) => (e.Active = "Active", e.Inactive = "Inactive", e))(Ah || {}), Oh = /* @__PURE__ */ ((e) => (e.mild = "mild", e.moderate = "moderate", e.severe = "severe", e))(Oh || {});
|
|
7186
|
-
const
|
|
7186
|
+
const Rb = "http://fhir.openmrs.org/code-system/encounter-type", Ph = "problem-list-item", Tb = "http://terminology.hl7.org/CodeSystem/condition-ver-status", $h = "encounter-diagnosis", Ab = "http://terminology.hl7.org/CodeSystem/condition-clinical", Ob = "http://terminology.hl7.org/CodeSystem/condition-category", Pb = "http://fhir.bahmni.org/ext/lab-order-concept-type", $b = "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation", Nb = "http://fhir.bahmni.org/ext/observation/form-namespace-path", Ib = "http://fhir.bahmni.org/ext/observation/obs-value-attachment", Db = "Numeric", Cb = "Complex", Lb = "final", kb = "Observation", Mb = /^\d{4}-\d{2}-\d{2}/, Nh = /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}/, xb = {
|
|
7187
7187
|
ABNORMAL: { code: "A", display: "Abnormal" },
|
|
7188
7188
|
NORMAL: { code: "N", display: "Normal" }
|
|
7189
|
-
}, Ih = (e) =>
|
|
7189
|
+
}, Ih = (e) => le + `/Condition?category=${Ph}&patient=${e}&_count=100&_sort=-_lastUpdated`;
|
|
7190
7190
|
async function Dh(e) {
|
|
7191
7191
|
return await W(`${Ih(e)}`);
|
|
7192
7192
|
}
|
|
7193
|
-
async function
|
|
7193
|
+
async function Ub(e) {
|
|
7194
7194
|
return (await Dh(e)).entry?.filter((n) => n.resource?.resourceType === "Condition").map((n) => n.resource) ?? [];
|
|
7195
7195
|
}
|
|
7196
|
-
const Ch = (e) =>
|
|
7196
|
+
const Ch = (e) => le + `/Condition?category=${$h}&patient=${e}&_count=100&_sort=-_lastUpdated`, un = [
|
|
7197
7197
|
{
|
|
7198
7198
|
code: "confirmed",
|
|
7199
7199
|
display: "CERTAINITY_CONFIRMED",
|
|
@@ -7246,7 +7246,7 @@ function jh(e) {
|
|
|
7246
7246
|
}
|
|
7247
7247
|
return Array.from(t.values());
|
|
7248
7248
|
}
|
|
7249
|
-
async function
|
|
7249
|
+
async function qb(e) {
|
|
7250
7250
|
const t = await Mh(e), r = qh(t);
|
|
7251
7251
|
return jh(r);
|
|
7252
7252
|
}
|
|
@@ -7260,12 +7260,12 @@ const St = {
|
|
|
7260
7260
|
// Use only when medication details are needed immediately
|
|
7261
7261
|
INCLUDE_MEDICATION: "_include=MedicationRequest:medication"
|
|
7262
7262
|
}, Fh = (e, t, r) => {
|
|
7263
|
-
let s = `${
|
|
7263
|
+
let s = `${le + "/MedicationRequest?" + St.SORT + "&" + St.COUNT}&patient=${e}`;
|
|
7264
7264
|
return t && (s += `&code=${t}`), r && (s += `&encounter=${r}`), s;
|
|
7265
7265
|
}, Vh = (e, t, r) => {
|
|
7266
|
-
let s = `${
|
|
7266
|
+
let s = `${le + "/MedicationRequest?" + St.SORT + "&" + St.COUNT + "&" + St.INCLUDE_MEDICATION}&patient=${e}`;
|
|
7267
7267
|
return t && (s += `&code=${t}`), r && (s += `&encounter=${r}`), s;
|
|
7268
|
-
}, Hh = ee + "/bahmnicore/config/drugOrders", Bh = (e, t) =>
|
|
7268
|
+
}, Hh = ee + "/bahmnicore/config/drugOrders", Bh = (e, t) => le + `/Medication?name=${encodeURIComponent(e)}&_count=${t}&_sort=-_lastUpdated`, zh = le + "/Medication?code=http://hl7.org/fhir/sid/cvx|&_count=100", Wh = (e) => {
|
|
7269
7269
|
switch (e.status) {
|
|
7270
7270
|
case "active":
|
|
7271
7271
|
return Ue.Active;
|
|
@@ -7413,7 +7413,7 @@ function sm(e) {
|
|
|
7413
7413
|
});
|
|
7414
7414
|
}
|
|
7415
7415
|
const Ks = (e) => e.priority === "stat" || e.dosageInstruction?.[0]?.timing?.code?.text === "Immediately" || !1;
|
|
7416
|
-
async function
|
|
7416
|
+
async function jb(e, t, r, n = !1) {
|
|
7417
7417
|
const s = await Gh(
|
|
7418
7418
|
e,
|
|
7419
7419
|
t,
|
|
@@ -7422,21 +7422,21 @@ async function xb(e, t, r, n = !1) {
|
|
|
7422
7422
|
);
|
|
7423
7423
|
return sm(s);
|
|
7424
7424
|
}
|
|
7425
|
-
async function
|
|
7425
|
+
async function Fb() {
|
|
7426
7426
|
return await W(
|
|
7427
7427
|
Hh
|
|
7428
7428
|
);
|
|
7429
7429
|
}
|
|
7430
|
-
async function
|
|
7430
|
+
async function Vb(e, t = 20) {
|
|
7431
7431
|
return await W(
|
|
7432
7432
|
Bh(e, t)
|
|
7433
7433
|
);
|
|
7434
7434
|
}
|
|
7435
|
-
async function
|
|
7435
|
+
async function Hb() {
|
|
7436
7436
|
return await W(zh);
|
|
7437
7437
|
}
|
|
7438
7438
|
const am = (e, t, r, n, s) => {
|
|
7439
|
-
let o = `${
|
|
7439
|
+
let o = `${le + "/ServiceRequest?_sort=-_lastUpdated"}&category=${e}&patient=${t}`;
|
|
7440
7440
|
return s && (o += `&_revinclude=${s}`), r ? o += `&encounter=${r}` : n && (o += `&numberOfVisits=${n}`), o;
|
|
7441
7441
|
};
|
|
7442
7442
|
function om(e) {
|
|
@@ -7465,7 +7465,7 @@ async function Ct(e, t, r, n, s) {
|
|
|
7465
7465
|
);
|
|
7466
7466
|
return o.entry && (o.entry = om(o.entry), o.total = o.entry.length), o;
|
|
7467
7467
|
}
|
|
7468
|
-
async function
|
|
7468
|
+
async function Bb(e, t, r, n) {
|
|
7469
7469
|
return await Ct(
|
|
7470
7470
|
t,
|
|
7471
7471
|
e,
|
|
@@ -7473,7 +7473,7 @@ async function Fb(e, t, r, n) {
|
|
|
7473
7473
|
n
|
|
7474
7474
|
);
|
|
7475
7475
|
}
|
|
7476
|
-
async function
|
|
7476
|
+
async function zb(e, t, r, n) {
|
|
7477
7477
|
return await Ct(
|
|
7478
7478
|
t,
|
|
7479
7479
|
e,
|
|
@@ -7482,7 +7482,7 @@ async function Vb(e, t, r, n) {
|
|
|
7482
7482
|
"ImagingStudy:basedon"
|
|
7483
7483
|
);
|
|
7484
7484
|
}
|
|
7485
|
-
async function
|
|
7485
|
+
async function Wb(e, t, r, n) {
|
|
7486
7486
|
return (await Ct(
|
|
7487
7487
|
t,
|
|
7488
7488
|
e,
|
|
@@ -7490,7 +7490,7 @@ async function Hb(e, t, r, n) {
|
|
|
7490
7490
|
n
|
|
7491
7491
|
)).entry?.filter((o) => o.resource?.resourceType === "ServiceRequest").map((o) => o.resource) ?? [];
|
|
7492
7492
|
}
|
|
7493
|
-
async function
|
|
7493
|
+
async function Gb(e, t, r, n) {
|
|
7494
7494
|
return await Ct(
|
|
7495
7495
|
t,
|
|
7496
7496
|
e,
|
|
@@ -7499,32 +7499,32 @@ async function Bb(e, t, r, n) {
|
|
|
7499
7499
|
);
|
|
7500
7500
|
}
|
|
7501
7501
|
const im = (e, t) => {
|
|
7502
|
-
const r = `${
|
|
7502
|
+
const r = `${le}/DiagnosticReport?patient=${e}`;
|
|
7503
7503
|
return t ? `${r}&based-on=${t}` : r;
|
|
7504
|
-
}, cm = (e) => `${
|
|
7505
|
-
async function
|
|
7504
|
+
}, cm = (e) => `${le}/DiagnosticReport/${e}/$fetch-bundle`, um = (e) => `${le}/DiagnosticReport/${e}/$update-bundle`;
|
|
7505
|
+
async function Kb(e, t = []) {
|
|
7506
7506
|
const r = t.length > 0 ? t.join(",") : void 0, n = im(e, r);
|
|
7507
7507
|
return await W(n);
|
|
7508
7508
|
}
|
|
7509
|
-
async function
|
|
7509
|
+
async function Yb(e) {
|
|
7510
7510
|
const t = cm(e);
|
|
7511
7511
|
return await W(t);
|
|
7512
7512
|
}
|
|
7513
|
-
async function
|
|
7513
|
+
async function Jb(e, t) {
|
|
7514
7514
|
const r = um(e);
|
|
7515
7515
|
return await Ve(r, t);
|
|
7516
7516
|
}
|
|
7517
|
-
const
|
|
7517
|
+
const Xb = [
|
|
7518
7518
|
"preliminary",
|
|
7519
7519
|
"final",
|
|
7520
7520
|
"amended",
|
|
7521
7521
|
"corrected",
|
|
7522
7522
|
"appended"
|
|
7523
|
-
],
|
|
7523
|
+
], Qb = [
|
|
7524
7524
|
"registered",
|
|
7525
7525
|
"unknown",
|
|
7526
7526
|
"partial"
|
|
7527
|
-
], lm = "All Orderables", dm = "/openmrs/ws/rest/v1/ordertype?v=custom:(uuid,display,conceptClasses:(uuid,name))", fm = "LabSet", pm = "http://fhir.bahmni.org/ext/ValueSet/concept-class",
|
|
7527
|
+
], lm = "All Orderables", dm = "/openmrs/ws/rest/v1/ordertype?v=custom:(uuid,display,conceptClasses:(uuid,name))", fm = "LabSet", pm = "http://fhir.bahmni.org/ext/ValueSet/concept-class", Zb = ["orderTypes"], hm = async () => await yh(lm), zn = async () => await W(dm), mm = (e) => {
|
|
7528
7528
|
let t = e.display ?? "Unknown investigation";
|
|
7529
7529
|
return li(e) === fm && (t += ` (${ie.t("INVESTIGATION_PANEL")})`), t;
|
|
7530
7530
|
}, gm = (e) => {
|
|
@@ -7556,12 +7556,12 @@ const Kb = [
|
|
|
7556
7556
|
});
|
|
7557
7557
|
});
|
|
7558
7558
|
}), r;
|
|
7559
|
-
},
|
|
7559
|
+
}, ew = async () => {
|
|
7560
7560
|
const e = await hm(), t = await zn();
|
|
7561
7561
|
return ym(e, gm(t));
|
|
7562
|
-
},
|
|
7562
|
+
}, tw = async (e) => e ? (await zn()).results.find(
|
|
7563
7563
|
(n) => n.display.toLowerCase() === e.toLowerCase()
|
|
7564
|
-
)?.uuid : void 0,
|
|
7564
|
+
)?.uuid : void 0, rw = async () => (await zn()).results.map((t) => t.display), nw = async (e, t, r) => {
|
|
7565
7565
|
const n = [];
|
|
7566
7566
|
for (const s of e) {
|
|
7567
7567
|
const a = s.uuid;
|
|
@@ -12010,7 +12010,7 @@ const Og = /* @__PURE__ */ vm(Ag), Yn = "/bahmni_config/openmrs/apps/clinical/v2
|
|
|
12010
12010
|
type: sy,
|
|
12011
12011
|
additionalProperties: ay,
|
|
12012
12012
|
properties: oy
|
|
12013
|
-
},
|
|
12013
|
+
}, sw = async () => Gr($g, jg), aw = async (e) => {
|
|
12014
12014
|
const t = await Gr(
|
|
12015
12015
|
Dg(e),
|
|
12016
12016
|
Kg
|
|
@@ -12019,10 +12019,10 @@ const Og = /* @__PURE__ */ vm(Ag), Yn = "/bahmni_config/openmrs/apps/clinical/v2
|
|
|
12019
12019
|
...r,
|
|
12020
12020
|
id: hp()
|
|
12021
12021
|
})), t;
|
|
12022
|
-
},
|
|
12022
|
+
}, ow = async () => Gr(
|
|
12023
12023
|
Ig,
|
|
12024
12024
|
ey
|
|
12025
|
-
),
|
|
12025
|
+
), iw = async () => Gr(
|
|
12026
12026
|
Ng,
|
|
12027
12027
|
iy
|
|
12028
12028
|
), Gr = async (e, t) => {
|
|
@@ -12049,35 +12049,35 @@ const Og = /* @__PURE__ */ vm(Ag), Yn = "/bahmni_config/openmrs/apps/clinical/v2
|
|
|
12049
12049
|
}, uy = async (e, t) => new Og().compile(t)(e), ly = (e) => ee + `/form/${e}?v=custom:(resources:(value))`, dy = (e) => {
|
|
12050
12050
|
const t = ee + "/bahmniie/form/latestPublishedForms";
|
|
12051
12051
|
return e ? t + `?episodeUuid=${e}` : t;
|
|
12052
|
-
},
|
|
12052
|
+
}, cw = (e) => ee + `/user/${e}?v=full`, fy = (e, t, r, n) => ee + `/bahmniie/form/translations?formName=${encodeURIComponent(e)}&formUuid=${t}&formVersion=${r}&locale=${n}`, Tr = "Bahmni", py = (e, t, r) => {
|
|
12053
12053
|
let s = ee + "/bahmnicore/patient/" + e + "/forms";
|
|
12054
12054
|
return r ? s += `?patientProgramUuid=${r}` : t && (s += `?numberOfVisits=${t}`), s;
|
|
12055
12055
|
}, hy = (e, t) => {
|
|
12056
12056
|
const r = t.join(",");
|
|
12057
|
-
return `${
|
|
12057
|
+
return `${le}/Observation?patient=${e}&code=${r}&_include=Observation:has-member&_sort=-_lastUpdated`;
|
|
12058
12058
|
}, my = (e, t) => {
|
|
12059
12059
|
const r = t.join(",");
|
|
12060
|
-
return `${
|
|
12060
|
+
return `${le}/Observation?patient=${e}&code=${r}&_include=Observation:has-member&_include=Observation:encounter&_sort=-_lastUpdated`;
|
|
12061
12061
|
};
|
|
12062
12062
|
async function gy(e, t) {
|
|
12063
12063
|
const r = hy(e, t);
|
|
12064
12064
|
return await W(r);
|
|
12065
12065
|
}
|
|
12066
|
-
async function
|
|
12066
|
+
async function uw(e, t) {
|
|
12067
12067
|
const r = my(e, t);
|
|
12068
12068
|
return await W(r);
|
|
12069
12069
|
}
|
|
12070
|
-
async function
|
|
12070
|
+
async function lw(e, t) {
|
|
12071
12071
|
return (await gy(e, t)).entry?.filter((s) => s.resource?.resourceType === "Observation").map((s) => s.resource) ?? [];
|
|
12072
12072
|
}
|
|
12073
12073
|
const yy = (e) => ee + `/provider?user=${e}&v=custom:(uuid,display,person)`;
|
|
12074
|
-
async function
|
|
12074
|
+
async function dw(e) {
|
|
12075
12075
|
const t = await W(
|
|
12076
12076
|
yy(e)
|
|
12077
12077
|
);
|
|
12078
12078
|
return !t.results || t.results.length === 0 ? null : t.results[0];
|
|
12079
12079
|
}
|
|
12080
|
-
const vy = (e) =>
|
|
12080
|
+
const vy = (e) => le + `/Encounter?subject:Patient=${e}&_tag=visit`, by = (e) => `${le}/Observation?encounter=${e}`;
|
|
12081
12081
|
async function wy(e) {
|
|
12082
12082
|
return await W(vy(e));
|
|
12083
12083
|
}
|
|
@@ -12087,10 +12087,10 @@ async function Ey(e) {
|
|
|
12087
12087
|
async function _y(e) {
|
|
12088
12088
|
return (await Ey(e)).find((r) => !r.period?.end) ?? null;
|
|
12089
12089
|
}
|
|
12090
|
-
async function
|
|
12090
|
+
async function fw(e) {
|
|
12091
12091
|
return await W(by(e));
|
|
12092
12092
|
}
|
|
12093
|
-
const
|
|
12093
|
+
const pw = (e, t) => e?.length === 0 ? !1 : t?.length === 0, Sy = le + "/Encounter", Ry = ee + "/systemsetting/bahmni.encountersession.duration", Ty = "d34fe3ab-5e07-11ef-8f7c-0242ac120002";
|
|
12094
12094
|
async function Ay(e) {
|
|
12095
12095
|
const t = new URLSearchParams();
|
|
12096
12096
|
Object.entries(e).forEach(([s, a]) => {
|
|
@@ -12121,7 +12121,7 @@ async function Py(e, t) {
|
|
|
12121
12121
|
return null;
|
|
12122
12122
|
}
|
|
12123
12123
|
}
|
|
12124
|
-
async function
|
|
12124
|
+
async function hw(e, t, r) {
|
|
12125
12125
|
try {
|
|
12126
12126
|
if (!e) return null;
|
|
12127
12127
|
const n = r ?? await Oy(), a = `ge${new Date(Date.now() - n * 60 * 1e3).toISOString()}`, o = {
|
|
@@ -12137,8 +12137,8 @@ async function dw(e, t, r) {
|
|
|
12137
12137
|
return null;
|
|
12138
12138
|
}
|
|
12139
12139
|
}
|
|
12140
|
-
const $y = (e) =>
|
|
12141
|
-
async function
|
|
12140
|
+
const $y = (e) => le + `/EpisodeOfCare?_revinclude=Encounter:episode-of-care&_id=${e}`;
|
|
12141
|
+
async function mw(e) {
|
|
12142
12142
|
const t = e.join(","), r = await W($y(t));
|
|
12143
12143
|
if (r.total === 0)
|
|
12144
12144
|
throw new Error(
|
|
@@ -12174,21 +12174,21 @@ const En = /* @__PURE__ */ new Map(), Ny = async (e) => {
|
|
|
12174
12174
|
module: n
|
|
12175
12175
|
};
|
|
12176
12176
|
return await Ve(Gp, o), { logged: !0 };
|
|
12177
|
-
},
|
|
12177
|
+
}, gw = () => Wp(async (t) => {
|
|
12178
12178
|
await Dy(
|
|
12179
12179
|
t.patientUuid,
|
|
12180
12180
|
t.eventType,
|
|
12181
12181
|
t.messageParams,
|
|
12182
12182
|
t.module
|
|
12183
12183
|
);
|
|
12184
|
-
}),
|
|
12184
|
+
}), yw = async () => {
|
|
12185
12185
|
try {
|
|
12186
12186
|
return await W(Xu);
|
|
12187
12187
|
} catch (e) {
|
|
12188
12188
|
const { message: t } = ut(e);
|
|
12189
12189
|
throw new Error(t);
|
|
12190
12190
|
}
|
|
12191
|
-
},
|
|
12191
|
+
}, vw = (e, t) => !e || e.length === 0 ? !1 : e.some((r) => r.name === t), Cy = async (e) => {
|
|
12192
12192
|
let t;
|
|
12193
12193
|
e && e.length > 0 && (t = e.join(","));
|
|
12194
12194
|
const r = await fetch(dy(t));
|
|
@@ -12219,12 +12219,12 @@ const En = /* @__PURE__ */ new Map(), Ny = async (e) => {
|
|
|
12219
12219
|
editable: n.editable
|
|
12220
12220
|
}))
|
|
12221
12221
|
};
|
|
12222
|
-
},
|
|
12222
|
+
}, bw = async (e) => {
|
|
12223
12223
|
const t = await Cy(e), r = It();
|
|
12224
12224
|
return t.map(
|
|
12225
12225
|
(n) => ky(n, r)
|
|
12226
12226
|
);
|
|
12227
|
-
},
|
|
12227
|
+
}, ww = async (e) => {
|
|
12228
12228
|
const t = await fetch(ly(e));
|
|
12229
12229
|
if (!t.ok)
|
|
12230
12230
|
throw new Error(
|
|
@@ -12258,7 +12258,7 @@ const En = /* @__PURE__ */ new Map(), Ny = async (e) => {
|
|
|
12258
12258
|
schema: n,
|
|
12259
12259
|
translations: l
|
|
12260
12260
|
};
|
|
12261
|
-
},
|
|
12261
|
+
}, Ew = async (e, t, r) => {
|
|
12262
12262
|
let n;
|
|
12263
12263
|
t && t.length > 0 && (n = t.join(","));
|
|
12264
12264
|
const s = py(e, r, n), a = await W(s);
|
|
@@ -12303,7 +12303,7 @@ function bi(e, t) {
|
|
|
12303
12303
|
};
|
|
12304
12304
|
return n(r.controls);
|
|
12305
12305
|
}
|
|
12306
|
-
function
|
|
12306
|
+
function _w(e, t) {
|
|
12307
12307
|
if (!e.controls || e.controls.length === 0)
|
|
12308
12308
|
return [];
|
|
12309
12309
|
const r = [], n = (/* @__PURE__ */ new Date()).toISOString();
|
|
@@ -12348,7 +12348,7 @@ function bw(e, t) {
|
|
|
12348
12348
|
s.interpretation && (o.interpretation = s.interpretation), s.comment && (o.comment = s.comment), r.push(o);
|
|
12349
12349
|
}), r;
|
|
12350
12350
|
}
|
|
12351
|
-
function
|
|
12351
|
+
function Sw(e, t) {
|
|
12352
12352
|
if (!e || e.length === 0)
|
|
12353
12353
|
return {
|
|
12354
12354
|
controls: [],
|
|
@@ -12381,7 +12381,7 @@ function ww(e, t) {
|
|
|
12381
12381
|
metadata: { formMetadata: t }
|
|
12382
12382
|
};
|
|
12383
12383
|
}
|
|
12384
|
-
function
|
|
12384
|
+
function Rw(e) {
|
|
12385
12385
|
const t = (n) => {
|
|
12386
12386
|
const s = (l) => l == null ? null : typeof l == "string" || typeof l == "number" || typeof l == "boolean" || typeof l == "object" ? l : null, a = n.concept, o = typeof a == "object" && a !== null && "uuid" in a ? a.uuid : a, i = typeof a == "object" && a !== null && "datatype" in a ? a.datatype : void 0, c = {
|
|
12387
12387
|
concept: {
|
|
@@ -12401,11 +12401,11 @@ function Ew(e) {
|
|
|
12401
12401
|
};
|
|
12402
12402
|
return (e?.filter((n) => n.uuid && n.voided ? !0 : !(!n.uuid && n.voided || n.value && typeof n.value == "string" && n.value.endsWith("voided"))) ?? []).map(t);
|
|
12403
12403
|
}
|
|
12404
|
-
function
|
|
12404
|
+
function Tw(e) {
|
|
12405
12405
|
if (!(!e || typeof e != "object"))
|
|
12406
12406
|
return "toJS" in e && typeof e.toJS == "function" ? e.toJS() : e;
|
|
12407
12407
|
}
|
|
12408
|
-
function
|
|
12408
|
+
function Aw(e, t) {
|
|
12409
12409
|
!e || !Array.isArray(e.children) || e.children.forEach((r) => {
|
|
12410
12410
|
r && typeof r == "object" && wi(
|
|
12411
12411
|
r,
|
|
@@ -12435,7 +12435,7 @@ function wi(e, t) {
|
|
|
12435
12435
|
);
|
|
12436
12436
|
});
|
|
12437
12437
|
}
|
|
12438
|
-
const My = ee + "/bahmnicore/diseaseSummaryData?",
|
|
12438
|
+
const My = ee + "/bahmnicore/diseaseSummaryData?", Ow = async (e, t, r, n) => {
|
|
12439
12439
|
const s = new URLSearchParams({
|
|
12440
12440
|
groupBy: n,
|
|
12441
12441
|
latestCount: t.toString(),
|
|
@@ -12446,7 +12446,7 @@ const My = ee + "/bahmnicore/diseaseSummaryData?", Rw = async (e, t, r, n) => {
|
|
|
12446
12446
|
});
|
|
12447
12447
|
const a = My + s.toString();
|
|
12448
12448
|
return W(a);
|
|
12449
|
-
}, Ei = "custom:(uuid,episodeUuid,patient,program,display,dateEnrolled,dateCompleted,location,voided,allowedStates,outcome,states:(uuid,startDate,endDate,voided,state:(uuid,concept:(uuid,display,name,names)),auditInfo),auditInfo,attributes)", xy = (e) => `${ee}/bahmniprogramenrollment?patient=${e}&v=${Ei}`, _i = (e) => `${ee}/bahmniprogramenrollment/${e}`, Uy = (e) => `${_i(e)}?v=${Ei}`,
|
|
12449
|
+
}, Ei = "custom:(uuid,episodeUuid,patient,program,display,dateEnrolled,dateCompleted,location,voided,allowedStates,outcome,states:(uuid,startDate,endDate,voided,state:(uuid,concept:(uuid,display,name,names)),auditInfo),auditInfo,attributes)", xy = (e) => `${ee}/bahmniprogramenrollment?patient=${e}&v=${Ei}`, _i = (e) => `${ee}/bahmniprogramenrollment/${e}`, Uy = (e) => `${_i(e)}?v=${Ei}`, Pw = async (e) => await W(xy(e)), $w = async (e) => await W(Uy(e)), Nw = async (e, t) => {
|
|
12450
12450
|
const r = {
|
|
12451
12451
|
uuid: e,
|
|
12452
12452
|
states: [
|
|
@@ -12460,7 +12460,7 @@ const My = ee + "/bahmnicore/diseaseSummaryData?", Rw = async (e, t, r, n) => {
|
|
|
12460
12460
|
r
|
|
12461
12461
|
);
|
|
12462
12462
|
};
|
|
12463
|
-
function
|
|
12463
|
+
function Iw(e) {
|
|
12464
12464
|
if (e.states.length === 0)
|
|
12465
12465
|
return null;
|
|
12466
12466
|
let t;
|
|
@@ -12476,7 +12476,7 @@ function Pw(e) {
|
|
|
12476
12476
|
t = e.states.find((r) => r.endDate === null);
|
|
12477
12477
|
return t ? vh(t.state.concept.names) ?? t.state.concept.display : null;
|
|
12478
12478
|
}
|
|
12479
|
-
function
|
|
12479
|
+
function Dw(e, t) {
|
|
12480
12480
|
if (t.length === 0)
|
|
12481
12481
|
return {};
|
|
12482
12482
|
const r = {};
|
|
@@ -12488,12 +12488,12 @@ function $w(e, t) {
|
|
|
12488
12488
|
}
|
|
12489
12489
|
return r;
|
|
12490
12490
|
}
|
|
12491
|
-
const Cn = "consultation:saved",
|
|
12491
|
+
const Cn = "consultation:saved", Cw = (e) => {
|
|
12492
12492
|
const t = new CustomEvent(Cn, {
|
|
12493
12493
|
detail: e
|
|
12494
12494
|
});
|
|
12495
12495
|
window.dispatchEvent(t);
|
|
12496
|
-
},
|
|
12496
|
+
}, Lw = (e, t = []) => {
|
|
12497
12497
|
const r = _n(e);
|
|
12498
12498
|
Sn(() => {
|
|
12499
12499
|
r.current = e;
|
|
@@ -12506,179 +12506,212 @@ const Cn = "consultation:saved", Nw = (e) => {
|
|
|
12506
12506
|
window.removeEventListener(Cn, n);
|
|
12507
12507
|
};
|
|
12508
12508
|
}, t);
|
|
12509
|
+
}, qy = (e, t) => {
|
|
12510
|
+
const r = `${le}/DocumentReference?patient=${e}&_sort=-date&_count=100`;
|
|
12511
|
+
if (t && t.length > 0) {
|
|
12512
|
+
const n = t.join(",");
|
|
12513
|
+
return `${r}&encounter=${n}`;
|
|
12514
|
+
}
|
|
12515
|
+
return r;
|
|
12509
12516
|
};
|
|
12517
|
+
function jy(e) {
|
|
12518
|
+
return e.filter((t) => t.resource?.resourceType === "DocumentReference").map((t) => {
|
|
12519
|
+
const r = t.resource, n = r.content?.[0]?.attachment, s = r.masterIdentifier?.value ?? r.id ?? "";
|
|
12520
|
+
return {
|
|
12521
|
+
id: r.id ?? s,
|
|
12522
|
+
documentIdentifier: s,
|
|
12523
|
+
documentType: r.type?.coding?.[0]?.display ?? r.category?.[0]?.coding?.[0]?.display,
|
|
12524
|
+
uploadedOn: r.date ?? "",
|
|
12525
|
+
uploadedBy: r.author?.[0]?.display,
|
|
12526
|
+
contentType: n?.contentType,
|
|
12527
|
+
documentUrl: n?.url ?? ""
|
|
12528
|
+
};
|
|
12529
|
+
});
|
|
12530
|
+
}
|
|
12531
|
+
async function Fy(e, t) {
|
|
12532
|
+
const r = qy(e, t);
|
|
12533
|
+
return W(r);
|
|
12534
|
+
}
|
|
12535
|
+
async function kw(e, t) {
|
|
12536
|
+
const n = ((await Fy(e, t)).entry ?? []).filter(
|
|
12537
|
+
(s) => !!s.resource
|
|
12538
|
+
);
|
|
12539
|
+
return jy(n);
|
|
12540
|
+
}
|
|
12510
12541
|
export {
|
|
12511
12542
|
Dn as AUDIT_LOG_EVENT_DETAILS,
|
|
12512
12543
|
Oh as AllergySeverity,
|
|
12513
12544
|
Ah as AllergyStatus,
|
|
12514
12545
|
Hp as AttributeFormat,
|
|
12515
12546
|
Bp as AttributeInputType,
|
|
12516
|
-
|
|
12517
|
-
|
|
12518
|
-
|
|
12547
|
+
fv as BAHMNI_HOME_PATH,
|
|
12548
|
+
Cb as CONCEPT_DATATYPE_COMPLEX,
|
|
12549
|
+
Db as CONCEPT_DATATYPE_NUMERIC,
|
|
12519
12550
|
Cn as CONSULTATION_SAVED_EVENT,
|
|
12520
12551
|
Nh as DATETIME_REGEX_PATTERN,
|
|
12521
12552
|
up as DATE_FORMAT,
|
|
12522
|
-
|
|
12523
|
-
|
|
12553
|
+
bv as DATE_PICKER_INPUT_FORMAT,
|
|
12554
|
+
Mb as DATE_REGEX_PATTERN,
|
|
12524
12555
|
lp as DATE_TIME_FORMAT,
|
|
12525
12556
|
pp as DURATION_UNIT_TO_DAYS,
|
|
12526
|
-
|
|
12527
|
-
|
|
12528
|
-
|
|
12529
|
-
|
|
12530
|
-
|
|
12531
|
-
|
|
12532
|
-
|
|
12533
|
-
|
|
12534
|
-
|
|
12557
|
+
Rb as FHIR_ENCOUNTER_TYPE_CODE_SYSTEM,
|
|
12558
|
+
Pb as FHIR_LAB_ORDER_CONCEPT_TYPE_EXTENSION_URL,
|
|
12559
|
+
Nb as FHIR_OBSERVATION_FORM_NAMESPACE_PATH_URL,
|
|
12560
|
+
$b as FHIR_OBSERVATION_INTERPRETATION_SYSTEM,
|
|
12561
|
+
Lb as FHIR_OBSERVATION_STATUS_FINAL,
|
|
12562
|
+
Ib as FHIR_OBSERVATION_VALUE_ATTACHMENT_URL,
|
|
12563
|
+
kb as FHIR_RESOURCE_TYPE_OBSERVATION,
|
|
12564
|
+
gv as FULL_MONTH_DATE_FORMAT,
|
|
12565
|
+
Ob as HL7_CONDITION_CATEGORY_CODE_SYSTEM,
|
|
12535
12566
|
Ph as HL7_CONDITION_CATEGORY_CONDITION_CODE,
|
|
12536
12567
|
$h as HL7_CONDITION_CATEGORY_DIAGNOSIS_CODE,
|
|
12537
|
-
|
|
12538
|
-
|
|
12539
|
-
|
|
12540
|
-
|
|
12541
|
-
|
|
12542
|
-
|
|
12543
|
-
|
|
12568
|
+
Ab as HL7_CONDITION_CLINICAL_STATUS_CODE_SYSTEM,
|
|
12569
|
+
Tb as HL7_CONDITION_VERIFICATION_STATUS_CODE_SYSTEM,
|
|
12570
|
+
xb as INTERPRETATION_TO_CODE,
|
|
12571
|
+
vv as ISO_DATE_FORMAT,
|
|
12572
|
+
Vv as MAX_NAME_LENGTH,
|
|
12573
|
+
Fv as MAX_PATIENT_AGE_YEARS,
|
|
12574
|
+
Hv as MAX_PHONE_NUMBER_LENGTH,
|
|
12544
12575
|
Ue as MedicationStatus,
|
|
12545
|
-
|
|
12576
|
+
le as OPENMRS_FHIR_R4,
|
|
12546
12577
|
ee as OPENMRS_REST_V1,
|
|
12547
|
-
|
|
12548
|
-
|
|
12549
|
-
|
|
12550
|
-
|
|
12551
|
-
|
|
12578
|
+
Zb as ORDER_TYPE_QUERY_KEY,
|
|
12579
|
+
Qb as PENDING_REPORT_STATUSES,
|
|
12580
|
+
Xb as PROCESSED_REPORT_STATUSES,
|
|
12581
|
+
yv as REGISTRATION_DATE_FORMAT,
|
|
12582
|
+
cw as USER_PINNED_PREFERENCE_URL,
|
|
12552
12583
|
fp as calculateAge,
|
|
12553
|
-
|
|
12554
|
-
|
|
12555
|
-
|
|
12556
|
-
|
|
12557
|
-
|
|
12558
|
-
|
|
12559
|
-
|
|
12560
|
-
|
|
12561
|
-
|
|
12562
|
-
|
|
12563
|
-
|
|
12584
|
+
Av as calculateAgeinYearsAndMonths,
|
|
12585
|
+
Ov as calculateEndDate,
|
|
12586
|
+
_v as calculateOnsetDate,
|
|
12587
|
+
Uv as camelToScreamingSnakeCase,
|
|
12588
|
+
Iv as capitalize,
|
|
12589
|
+
db as checkIfActiveVisitExists,
|
|
12590
|
+
Tw as convertImmutableToPlainObject,
|
|
12591
|
+
qv as convertToSentenceCase,
|
|
12592
|
+
Jv as createPatient,
|
|
12593
|
+
fb as createVisitForPatient,
|
|
12594
|
+
dv as del,
|
|
12564
12595
|
zp as dispatchAuditEvent,
|
|
12565
|
-
|
|
12566
|
-
|
|
12567
|
-
|
|
12568
|
-
|
|
12569
|
-
|
|
12570
|
-
|
|
12571
|
-
|
|
12572
|
-
|
|
12573
|
-
|
|
12574
|
-
|
|
12575
|
-
|
|
12576
|
-
|
|
12577
|
-
|
|
12578
|
-
|
|
12579
|
-
|
|
12580
|
-
|
|
12596
|
+
Cw as dispatchConsultationSaved,
|
|
12597
|
+
Pv as doDateRangesOverlap,
|
|
12598
|
+
Dw as extractAttributes,
|
|
12599
|
+
Aw as extractNotesFromFormData,
|
|
12600
|
+
Eb as fetchAndFormatAllergenConcepts,
|
|
12601
|
+
ww as fetchFormMetadata,
|
|
12602
|
+
Fb as fetchMedicationOrdersMetadata,
|
|
12603
|
+
bw as fetchObservationForms,
|
|
12604
|
+
_b as fetchReactionConcepts,
|
|
12605
|
+
kv as filterReplacementEntries,
|
|
12606
|
+
hw as findActiveEncounterInSession,
|
|
12607
|
+
Ev as formatDate,
|
|
12608
|
+
Tv as formatDateAndTime,
|
|
12609
|
+
Sv as formatDateDistance,
|
|
12610
|
+
wv as formatDateTime,
|
|
12611
|
+
Mv as formatUrl,
|
|
12581
12612
|
hp as generateId,
|
|
12582
12613
|
W as get,
|
|
12583
12614
|
_y as getActiveVisit,
|
|
12584
12615
|
Zp as getActiveVisitByPatient,
|
|
12585
|
-
|
|
12616
|
+
Zv as getAddressHierarchyEntries,
|
|
12586
12617
|
Rh as getAllergies,
|
|
12587
|
-
|
|
12588
|
-
|
|
12589
|
-
|
|
12590
|
-
|
|
12591
|
-
|
|
12618
|
+
yb as getAppointmentById,
|
|
12619
|
+
tw as getCategoryUuidFromOrderTypes,
|
|
12620
|
+
sw as getClinicalConfig,
|
|
12621
|
+
bb as getConceptById,
|
|
12622
|
+
Ub as getConditions,
|
|
12592
12623
|
oi as getCookieByName,
|
|
12593
|
-
|
|
12594
|
-
|
|
12595
|
-
|
|
12596
|
-
|
|
12597
|
-
|
|
12598
|
-
|
|
12599
|
-
|
|
12600
|
-
|
|
12601
|
-
|
|
12602
|
-
|
|
12603
|
-
|
|
12624
|
+
dw as getCurrentProvider,
|
|
12625
|
+
Iw as getCurrentStateName,
|
|
12626
|
+
jv as getCurrentUser,
|
|
12627
|
+
yw as getCurrentUserPrivileges,
|
|
12628
|
+
aw as getDashboardConfig,
|
|
12629
|
+
Yb as getDiagnosticReportBundle,
|
|
12630
|
+
Kb as getDiagnosticReports,
|
|
12631
|
+
Fy as getDocumentReferences,
|
|
12632
|
+
mw as getEncountersAndVisitsForEOC,
|
|
12633
|
+
nw as getExistingServiceRequestsForAllCategories,
|
|
12634
|
+
ew as getFlattenedInvestigations,
|
|
12635
|
+
Sb as getFormattedAllergies,
|
|
12636
|
+
kw as getFormattedDocumentReferences,
|
|
12604
12637
|
ut as getFormattedError,
|
|
12605
|
-
|
|
12606
|
-
|
|
12607
|
-
|
|
12608
|
-
|
|
12609
|
-
|
|
12610
|
-
|
|
12611
|
-
|
|
12612
|
-
|
|
12613
|
-
|
|
12638
|
+
Bv as getFormattedPatientById,
|
|
12639
|
+
Qv as getGenders,
|
|
12640
|
+
Yv as getIdentifierData,
|
|
12641
|
+
Kv as getIdentifierTypes,
|
|
12642
|
+
sb as getInputTypeForFormat,
|
|
12643
|
+
Gb as getLabInvestigationsBundle,
|
|
12644
|
+
ow as getMedicationConfig,
|
|
12645
|
+
fw as getObservationsBundleByEncounterUuid,
|
|
12646
|
+
rw as getOrderTypeNames,
|
|
12614
12647
|
zn as getOrderTypes,
|
|
12615
|
-
|
|
12616
|
-
|
|
12648
|
+
eb as getOrderedAddressHierarchyLevels,
|
|
12649
|
+
mb as getPastAppointments,
|
|
12617
12650
|
Mp as getPatientById,
|
|
12618
|
-
|
|
12619
|
-
|
|
12620
|
-
|
|
12651
|
+
qb as getPatientDiagnoses,
|
|
12652
|
+
Ew as getPatientFormData,
|
|
12653
|
+
zv as getPatientImageAsDataUrl,
|
|
12621
12654
|
Gh as getPatientMedicationBundle,
|
|
12622
|
-
|
|
12623
|
-
|
|
12655
|
+
jb as getPatientMedications,
|
|
12656
|
+
lw as getPatientObservations,
|
|
12624
12657
|
gy as getPatientObservationsBundle,
|
|
12625
|
-
|
|
12626
|
-
|
|
12627
|
-
|
|
12628
|
-
|
|
12629
|
-
|
|
12630
|
-
|
|
12631
|
-
|
|
12658
|
+
uw as getPatientObservationsWithEncounterBundle,
|
|
12659
|
+
tb as getPatientProfile,
|
|
12660
|
+
Pw as getPatientPrograms,
|
|
12661
|
+
Bb as getPatientRadiologyInvestigationBundle,
|
|
12662
|
+
zb as getPatientRadiologyInvestigationBundleWithImagingStudy,
|
|
12663
|
+
Wb as getPatientRadiologyInvestigations,
|
|
12664
|
+
nb as getPersonAttributeTypes,
|
|
12632
12665
|
Vp as getPrimaryIdentifierType,
|
|
12633
|
-
|
|
12634
|
-
|
|
12635
|
-
|
|
12636
|
-
|
|
12666
|
+
Cv as getPriorityByOrder,
|
|
12667
|
+
$w as getProgramByUUID,
|
|
12668
|
+
iw as getRegistrationConfig,
|
|
12669
|
+
rb as getRelationshipTypes,
|
|
12637
12670
|
Ct as getServiceRequests,
|
|
12638
|
-
|
|
12639
|
-
|
|
12671
|
+
Rv as getTodayDate,
|
|
12672
|
+
hb as getUpcomingAppointments,
|
|
12640
12673
|
Hn as getUserLoginLocation,
|
|
12641
12674
|
It as getUserPreferredLocale,
|
|
12642
|
-
|
|
12643
|
-
|
|
12644
|
-
|
|
12645
|
-
|
|
12646
|
-
|
|
12647
|
-
|
|
12648
|
-
|
|
12649
|
-
|
|
12650
|
-
|
|
12651
|
-
|
|
12652
|
-
|
|
12653
|
-
|
|
12654
|
-
|
|
12655
|
-
|
|
12675
|
+
Hb as getVaccinations,
|
|
12676
|
+
xv as getValueType,
|
|
12677
|
+
lb as getVisitTypes,
|
|
12678
|
+
Ow as getVitalFlowSheetData,
|
|
12679
|
+
Lv as groupByDate,
|
|
12680
|
+
vw as hasPrivilege,
|
|
12681
|
+
hv as initAppI18n,
|
|
12682
|
+
gw as initializeAuditListener,
|
|
12683
|
+
ab as isBooleanFormat,
|
|
12684
|
+
ob as isConceptFormat,
|
|
12685
|
+
cb as isDateFormat,
|
|
12686
|
+
ib as isNumberFormat,
|
|
12687
|
+
Dv as isStringEmpty,
|
|
12688
|
+
ub as isTextFormat,
|
|
12656
12689
|
Dy as logAuditEvent,
|
|
12657
|
-
|
|
12690
|
+
pv as normalizeTranslationKey,
|
|
12658
12691
|
on as notificationService,
|
|
12659
12692
|
mp as parseQueryParams,
|
|
12660
|
-
|
|
12693
|
+
lv as patch,
|
|
12661
12694
|
Ve as post,
|
|
12662
|
-
|
|
12663
|
-
|
|
12664
|
-
|
|
12665
|
-
|
|
12666
|
-
|
|
12695
|
+
uv as put,
|
|
12696
|
+
Nv as refreshQueries,
|
|
12697
|
+
pb as searchAppointmentsByAttribute,
|
|
12698
|
+
wb as searchConceptByName,
|
|
12699
|
+
vb as searchConcepts,
|
|
12667
12700
|
Rr as searchFHIRConcepts,
|
|
12668
12701
|
yh as searchFHIRConceptsByName,
|
|
12669
|
-
|
|
12670
|
-
|
|
12671
|
-
|
|
12672
|
-
|
|
12673
|
-
|
|
12674
|
-
|
|
12675
|
-
|
|
12676
|
-
|
|
12677
|
-
|
|
12678
|
-
|
|
12679
|
-
|
|
12680
|
-
|
|
12681
|
-
|
|
12682
|
-
|
|
12683
|
-
|
|
12702
|
+
Vb as searchMedications,
|
|
12703
|
+
Gv as searchPatientByCustomAttribute,
|
|
12704
|
+
Wv as searchPatientByNameOrId,
|
|
12705
|
+
pw as shouldEnableEncounterFilter,
|
|
12706
|
+
$v as sortByDate,
|
|
12707
|
+
Rw as transformContainerObservationsToForm2Observations,
|
|
12708
|
+
_w as transformFormDataToObservations,
|
|
12709
|
+
Sw as transformObservationsToFormData,
|
|
12710
|
+
gb as updateAppointmentStatus,
|
|
12711
|
+
Jb as updateDiagnosticReportBundle,
|
|
12712
|
+
Xv as updatePatient,
|
|
12713
|
+
Nw as updateProgramState,
|
|
12714
|
+
mv as useCamera,
|
|
12715
|
+
Lw as useSubscribeConsultationSaved,
|
|
12716
|
+
Uw as useTranslation
|
|
12684
12717
|
};
|