@bahmni/services 0.0.1-dev.142 → 0.0.1-dev.144

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. 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}/DiagnosticReportBundle/${e}`;
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);
@@ -12358,7 +12358,7 @@ const Py = Z + "/bahmnicore/diseaseSummaryData?", fw = async (e, t, r, n) => {
12358
12358
  });
12359
12359
  const a = Py + s.toString();
12360
12360
  return z(a);
12361
- }, bi = "custom:(uuid,patient,program,display,dateEnrolled,dateCompleted,location,voided,outcome,states:(uuid,startDate,endDate,voided,state:(uuid,concept:(uuid,display,name,names))),auditInfo,attributes)", $y = (e) => `${Z}/bahmniprogramenrollment?patient=${e}&v=${bi}`, Ny = (e) => `${Z}/bahmniprogramenrollment/${e}?v=${bi}`, pw = async (e) => await z($y(e)), hw = async (e) => await z(Ny(e));
12361
+ }, bi = "custom:(uuid,episodeUuid,patient,program,display,dateEnrolled,dateCompleted,location,voided,outcome,states:(uuid,startDate,endDate,voided,state:(uuid,concept:(uuid,display,name,names))),auditInfo,attributes)", $y = (e) => `${Z}/bahmniprogramenrollment?patient=${e}&v=${bi}`, Ny = (e) => `${Z}/bahmniprogramenrollment/${e}?v=${bi}`, pw = async (e) => await z($y(e)), hw = async (e) => await z(Ny(e));
12362
12362
  function mw(e) {
12363
12363
  if (e.states.length === 0)
12364
12364
  return null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bahmni/services",
3
- "version": "0.0.1-dev.142",
3
+ "version": "0.0.1-dev.144",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",