primary_care_admin_binder 0.1.172 → 0.1.173
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.cjs.js +27 -28
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -9801,34 +9801,6 @@ var getAgeRangeSort = function getAgeRangeSort(sort) {
|
|
|
9801
9801
|
return "createddate";
|
|
9802
9802
|
}
|
|
9803
9803
|
};
|
|
9804
|
-
var query$c = {
|
|
9805
|
-
unitUom: function unitUom() {
|
|
9806
|
-
return {
|
|
9807
|
-
appcode: 'primarycareng',
|
|
9808
|
-
requestid: query_ids.getCodingmasterByType,
|
|
9809
|
-
filter: {
|
|
9810
|
-
type: 'VITALSUOM',
|
|
9811
|
-
status: true,
|
|
9812
|
-
code: '',
|
|
9813
|
-
sortField: "display"
|
|
9814
|
-
}
|
|
9815
|
-
};
|
|
9816
|
-
},
|
|
9817
|
-
getAgeRange: function getAgeRange(page, perPage, sort, direction, search) {
|
|
9818
|
-
return {
|
|
9819
|
-
appcode: 'primarycareng',
|
|
9820
|
-
requestid: query_ids.getAgeRange,
|
|
9821
|
-
filter: {
|
|
9822
|
-
sort: getAgeRangeSort(sort),
|
|
9823
|
-
direction: direction !== null && direction !== void 0 ? direction : 'desc',
|
|
9824
|
-
perPage: perPage !== null && perPage !== void 0 ? perPage : 10,
|
|
9825
|
-
page: page !== null && page !== void 0 ? page : 0,
|
|
9826
|
-
search: "%".concat(search, "%")
|
|
9827
|
-
}
|
|
9828
|
-
};
|
|
9829
|
-
}
|
|
9830
|
-
};
|
|
9831
|
-
|
|
9832
9804
|
var generateJson$c = function generateJson(data) {
|
|
9833
9805
|
var filter = {};
|
|
9834
9806
|
if (data.editData) {
|
|
@@ -9887,6 +9859,33 @@ var generateAgeRangeStatus = function generateAgeRangeStatus(data) {
|
|
|
9887
9859
|
}
|
|
9888
9860
|
}];
|
|
9889
9861
|
};
|
|
9862
|
+
var query$c = {
|
|
9863
|
+
unitUom: function unitUom() {
|
|
9864
|
+
return {
|
|
9865
|
+
appcode: dbName,
|
|
9866
|
+
requestid: query_ids.getCodingmasterByType,
|
|
9867
|
+
filter: {
|
|
9868
|
+
type: 'VITALSUOM',
|
|
9869
|
+
status: true,
|
|
9870
|
+
code: '',
|
|
9871
|
+
sortField: "display"
|
|
9872
|
+
}
|
|
9873
|
+
};
|
|
9874
|
+
},
|
|
9875
|
+
getAgeRange: function getAgeRange(page, perPage, sort, direction, search) {
|
|
9876
|
+
return {
|
|
9877
|
+
appcode: dbName,
|
|
9878
|
+
requestid: query_ids.getAgeRange,
|
|
9879
|
+
filter: {
|
|
9880
|
+
sort: getAgeRangeSort(sort),
|
|
9881
|
+
direction: direction !== null && direction !== void 0 ? direction : 'desc',
|
|
9882
|
+
perPage: perPage !== null && perPage !== void 0 ? perPage : 10,
|
|
9883
|
+
page: page !== null && page !== void 0 ? page : 0,
|
|
9884
|
+
search: "%".concat(search, "%")
|
|
9885
|
+
}
|
|
9886
|
+
};
|
|
9887
|
+
}
|
|
9888
|
+
};
|
|
9890
9889
|
|
|
9891
9890
|
var _extraReducers$A;
|
|
9892
9891
|
var UPSERT_AGE_RANGE = createAsyncThunk("ageRangeMasterApiSlice/save_age_range", /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee() {
|