@bahmni/services 0.0.1-dev.142 → 0.0.1-dev.143
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7415,7 +7415,7 @@ async function Cb(e, t, r, n) {
|
|
|
7415
7415
|
const em = (e, t) => {
|
|
7416
7416
|
const r = `${ye}/DiagnosticReport?patient=${e}`;
|
|
7417
7417
|
return t ? `${r}&based-on=${t}` : r;
|
|
7418
|
-
}, tm = (e) => `${ye}/
|
|
7418
|
+
}, tm = (e) => `${ye}/DiagnosticReport/${e}/$fetch-bundle`;
|
|
7419
7419
|
async function Lb(e, t = []) {
|
|
7420
7420
|
const r = t.length > 0 ? t.join(",") : void 0, n = em(e, r);
|
|
7421
7421
|
return await z(n);
|