@bahmni/services 0.0.1-dev.143 → 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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -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;
|