primary_care_admin_binder 0.1.109 → 0.1.110
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 +289 -150
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -2479,7 +2479,6 @@ var defaultState = {
|
|
|
2479
2479
|
var dbName$1 = process.env.REACT_APP_DATABASE_NAME;
|
|
2480
2480
|
process.env.REACT_APP_NG_DATABASE_NAME;
|
|
2481
2481
|
var ruleDBName = process.env.REACT_APP_RULE_BUILDER_DB || "RuleBuilder";
|
|
2482
|
-
var metadataId = "04ecb73d-f048-44ce-8563-c9be015812dd";
|
|
2483
2482
|
var __baseUrl__$1 = "".concat(process.env.REACT_APP_ARANGO_API, "/api/read_qdmqueries");
|
|
2484
2483
|
var __uspsertUrl__ = "".concat(process.env.REACT_APP_ARANGO_API, "/api/upsert_document");
|
|
2485
2484
|
var __update__ = "".concat(process.env.REACT_APP_ARANGO_API, "/api/updatedocument");
|
|
@@ -14250,7 +14249,7 @@ var queries$l = {
|
|
|
14250
14249
|
db_name: dbName$1,
|
|
14251
14250
|
entity: "CodeableConceptMaster",
|
|
14252
14251
|
sort: "CodeableConceptMaster.createddate",
|
|
14253
|
-
filter: "CodeableConceptMaster.Type == 'ORDERNATURE' && (LIKE(CodeableConceptMaster.shortdesc,'%".concat(search, "%',true)|| LIKE(CodeableConceptMaster.longdesc,'%").concat(search, "%',true)) && CodeableConceptMaster.
|
|
14252
|
+
filter: "CodeableConceptMaster.Type == 'ORDERNATURE' && (LIKE(CodeableConceptMaster.shortdesc,'%".concat(search, "%',true)|| LIKE(CodeableConceptMaster.longdesc,'%").concat(search, "%',true)) && CodeableConceptMaster.activestatus == true"),
|
|
14254
14253
|
limit: {
|
|
14255
14254
|
offset: page,
|
|
14256
14255
|
count: perPage
|
|
@@ -14263,7 +14262,9 @@ var queries$l = {
|
|
|
14263
14262
|
db_name: dbName$1,
|
|
14264
14263
|
entity: "CodeableConceptMaster",
|
|
14265
14264
|
is_metadata: true,
|
|
14266
|
-
metadataId: "04ecb73d-f048-44ce-8563-c9be015812dd",
|
|
14265
|
+
// metadataId: "04ecb73d-f048-44ce-8563-c9be015812dd",
|
|
14266
|
+
metadataId: metaDataId,
|
|
14267
|
+
metadata_dbname: metaDatadbName,
|
|
14267
14268
|
doc: {
|
|
14268
14269
|
text: "",
|
|
14269
14270
|
coding: [{
|
|
@@ -14330,7 +14331,9 @@ var queries$l = {
|
|
|
14330
14331
|
db_name: dbName$1,
|
|
14331
14332
|
entity: "CodingMaster",
|
|
14332
14333
|
is_metadata: true,
|
|
14333
|
-
metadataId: "04ecb73d-f048-44ce-8563-c9be015812dd",
|
|
14334
|
+
// metadataId: "04ecb73d-f048-44ce-8563-c9be015812dd",
|
|
14335
|
+
metadataId: metaDataId,
|
|
14336
|
+
metadata_dbname: metaDatadbName,
|
|
14334
14337
|
doc: {
|
|
14335
14338
|
system: "",
|
|
14336
14339
|
version: "1",
|
|
@@ -14608,7 +14611,9 @@ var queries$k = {
|
|
|
14608
14611
|
db_name: dbName$1,
|
|
14609
14612
|
entity: "OrderCategory",
|
|
14610
14613
|
is_metadata: true,
|
|
14611
|
-
|
|
14614
|
+
// metadataId,
|
|
14615
|
+
metadataId: metaDataId,
|
|
14616
|
+
metadata_dbname: metaDatadbName,
|
|
14612
14617
|
doc: {
|
|
14613
14618
|
ordercategory: category,
|
|
14614
14619
|
shortdesc: shortdesc,
|
|
@@ -14636,7 +14641,9 @@ var queries$k = {
|
|
|
14636
14641
|
_key: key
|
|
14637
14642
|
},
|
|
14638
14643
|
is_metadata: true,
|
|
14639
|
-
|
|
14644
|
+
// metadataId,
|
|
14645
|
+
metadataId: metaDataId,
|
|
14646
|
+
metadata_dbname: metaDatadbName,
|
|
14640
14647
|
doc: {
|
|
14641
14648
|
status: status
|
|
14642
14649
|
}
|
|
@@ -14656,7 +14663,7 @@ var queries$k = {
|
|
|
14656
14663
|
var obj = {
|
|
14657
14664
|
db_name: dbName$1,
|
|
14658
14665
|
entity: "CodeableConceptMaster",
|
|
14659
|
-
filter: "CodeableConceptMaster.Type == 'ORDERMODE' && (LIKE(CodeableConceptMaster.shortdesc,'%".concat(search ? search : '', "%',true)|| LIKE(CodeableConceptMaster.longdesc,'%").concat(search ? search : '', "%',true)) && CodeableConceptMaster.
|
|
14666
|
+
filter: "CodeableConceptMaster.Type == 'ORDERMODE' && (LIKE(CodeableConceptMaster.shortdesc,'%".concat(search ? search : '', "%',true)|| LIKE(CodeableConceptMaster.longdesc,'%").concat(search ? search : '', "%',true)) && CodeableConceptMaster.activestatus == true"),
|
|
14660
14667
|
limit: {
|
|
14661
14668
|
offset: page,
|
|
14662
14669
|
count: perPage
|
|
@@ -14689,7 +14696,9 @@ var queries$k = {
|
|
|
14689
14696
|
db_name: dbName$1,
|
|
14690
14697
|
entity: "CodeableConceptMaster",
|
|
14691
14698
|
is_metadata: true,
|
|
14692
|
-
|
|
14699
|
+
// metadataId,
|
|
14700
|
+
metadataId: metaDataId,
|
|
14701
|
+
metadata_dbname: metaDatadbName,
|
|
14693
14702
|
doc: {
|
|
14694
14703
|
text: "",
|
|
14695
14704
|
coding: [{
|
|
@@ -14718,7 +14727,9 @@ var queries$k = {
|
|
|
14718
14727
|
filter: {
|
|
14719
14728
|
_key: key
|
|
14720
14729
|
},
|
|
14721
|
-
metadataId: "04ecb73d-f048-44ce-8563-c9be015812dd",
|
|
14730
|
+
// metadataId: "04ecb73d-f048-44ce-8563-c9be015812dd",
|
|
14731
|
+
metadataId: metaDataId,
|
|
14732
|
+
metadata_dbname: metaDatadbName,
|
|
14722
14733
|
doc: {
|
|
14723
14734
|
system: "",
|
|
14724
14735
|
version: "1",
|
|
@@ -14745,7 +14756,8 @@ var queries$k = {
|
|
|
14745
14756
|
_key: key
|
|
14746
14757
|
},
|
|
14747
14758
|
is_metadata: true,
|
|
14748
|
-
metadataId:
|
|
14759
|
+
metadataId: metaDataId,
|
|
14760
|
+
metadata_dbname: metaDatadbName,
|
|
14749
14761
|
doc: {
|
|
14750
14762
|
status: status
|
|
14751
14763
|
}
|
|
@@ -23281,7 +23293,8 @@ var generateSaveJSON = function generateSaveJSON(data) {
|
|
|
23281
23293
|
db_name: dbName$1,
|
|
23282
23294
|
entity: "OrderCatalog",
|
|
23283
23295
|
is_metadata: true,
|
|
23284
|
-
metadataId:
|
|
23296
|
+
metadataId: metaDataId,
|
|
23297
|
+
metadata_dbname: metaDatadbName
|
|
23285
23298
|
}, filter), {}, {
|
|
23286
23299
|
doc: {
|
|
23287
23300
|
_id: "",
|
|
@@ -23295,6 +23308,7 @@ var generateSaveJSON = function generateSaveJSON(data) {
|
|
|
23295
23308
|
mappedcode: ""
|
|
23296
23309
|
}],
|
|
23297
23310
|
ordercategory: data.orderCategory ? data.orderCategory.value : "",
|
|
23311
|
+
grouporindv: data.groupOrIndividual ? data.groupOrIndividual.value : "",
|
|
23298
23312
|
ordertype: data.orderType ? data.orderType.value : "",
|
|
23299
23313
|
healthcareservicecode: data.healthcareService ? data.healthcareService.value : "",
|
|
23300
23314
|
//reflexonresult: "boolean",
|
|
@@ -23442,7 +23456,8 @@ var generateUpdateJSON = function generateUpdateJSON(editID, Status) {
|
|
|
23442
23456
|
_key: editID
|
|
23443
23457
|
},
|
|
23444
23458
|
is_metadata: true,
|
|
23445
|
-
metadataId:
|
|
23459
|
+
metadataId: metaDataId,
|
|
23460
|
+
metadata_dbname: metaDatadbName,
|
|
23446
23461
|
doc: {
|
|
23447
23462
|
status: Status
|
|
23448
23463
|
}
|
|
@@ -23931,31 +23946,139 @@ var ORDER_CATALOG_MASTERS = createAsyncThunk("orderCatalogApiSlice/order_catalog
|
|
|
23931
23946
|
}
|
|
23932
23947
|
}, _callee4, null, [[2, 10]]);
|
|
23933
23948
|
})));
|
|
23934
|
-
var
|
|
23949
|
+
var ORDER_CATALOG_GRPORIND = createAsyncThunk("orderCatalogApiSlice/order_catalog_grporind", /*#__PURE__*/function () {
|
|
23950
|
+
var _ref7 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee5(payload, _ref6) {
|
|
23951
|
+
var rejectWithValue, _data$, _data$$GRPORIND, _data$$GRPORIND$Value, body, data, arry;
|
|
23952
|
+
return _regeneratorRuntime().wrap(function _callee5$(_context5) {
|
|
23953
|
+
while (1) {
|
|
23954
|
+
switch (_context5.prev = _context5.next) {
|
|
23955
|
+
case 0:
|
|
23956
|
+
rejectWithValue = _ref6.rejectWithValue;
|
|
23957
|
+
_context5.prev = 1;
|
|
23958
|
+
// const { type = [], tenantid ="", facilityid="",lang="", allData = false } = payload;
|
|
23959
|
+
body = {
|
|
23960
|
+
"db_name": process.env.REACT_APP_DATABASE_NAME,
|
|
23961
|
+
"filter": {
|
|
23962
|
+
"type": ["GRPORIND"],
|
|
23963
|
+
"tenantid": "",
|
|
23964
|
+
"facilityid": "",
|
|
23965
|
+
"lang": ""
|
|
23966
|
+
},
|
|
23967
|
+
"queryid": "5c46abcb-a1d6-4c2f-ae4f-93ae551a0c6e"
|
|
23968
|
+
};
|
|
23969
|
+
_context5.next = 5;
|
|
23970
|
+
return fetchData({
|
|
23971
|
+
body: JSON.stringify(body)
|
|
23972
|
+
}, __baseUrl__$1);
|
|
23973
|
+
case 5:
|
|
23974
|
+
data = _context5.sent;
|
|
23975
|
+
arry = [];
|
|
23976
|
+
(_data$ = data[0]) === null || _data$ === void 0 ? void 0 : (_data$$GRPORIND = _data$.GRPORIND) === null || _data$$GRPORIND === void 0 ? void 0 : (_data$$GRPORIND$Value = _data$$GRPORIND.Value) === null || _data$$GRPORIND$Value === void 0 ? void 0 : _data$$GRPORIND$Value.map(function (item) {
|
|
23977
|
+
return arry.push({
|
|
23978
|
+
_id: item._id,
|
|
23979
|
+
value: item._id,
|
|
23980
|
+
label: item.display
|
|
23981
|
+
});
|
|
23982
|
+
});
|
|
23983
|
+
return _context5.abrupt("return", _objectSpread2$1(_objectSpread2$1({}, defaultState.List), {}, {
|
|
23984
|
+
data: arry
|
|
23985
|
+
}));
|
|
23986
|
+
case 11:
|
|
23987
|
+
_context5.prev = 11;
|
|
23988
|
+
_context5.t0 = _context5["catch"](1);
|
|
23989
|
+
return _context5.abrupt("return", rejectWithValue(_objectSpread2$1(_objectSpread2$1({}, defaultReject), {}, {
|
|
23990
|
+
message: _context5.t0.message
|
|
23991
|
+
})));
|
|
23992
|
+
case 14:
|
|
23993
|
+
case "end":
|
|
23994
|
+
return _context5.stop();
|
|
23995
|
+
}
|
|
23996
|
+
}
|
|
23997
|
+
}, _callee5, null, [[1, 11]]);
|
|
23998
|
+
}));
|
|
23999
|
+
return function (_x6, _x7) {
|
|
24000
|
+
return _ref7.apply(this, arguments);
|
|
24001
|
+
};
|
|
24002
|
+
}());
|
|
24003
|
+
var ORDER_CATALOG_SERVICEITEM = createAsyncThunk("orderCatalogApiSlice/order_catalog_serviceItem", /*#__PURE__*/function () {
|
|
24004
|
+
var _ref9 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee6(payload, _ref8) {
|
|
24005
|
+
var rejectWithValue, _data$2, _data$2$ORDERITEMSERV, _data$2$ORDERITEMSERV2, body, data, arry;
|
|
24006
|
+
return _regeneratorRuntime().wrap(function _callee6$(_context6) {
|
|
24007
|
+
while (1) {
|
|
24008
|
+
switch (_context6.prev = _context6.next) {
|
|
24009
|
+
case 0:
|
|
24010
|
+
rejectWithValue = _ref8.rejectWithValue;
|
|
24011
|
+
_context6.prev = 1;
|
|
24012
|
+
// const { type = [], tenantid ="", facilityid="",lang="", allData = false } = payload;
|
|
24013
|
+
body = {
|
|
24014
|
+
"db_name": process.env.REACT_APP_DATABASE_NAME,
|
|
24015
|
+
"filter": {
|
|
24016
|
+
"type": ["ORDERITEMSERVICE"],
|
|
24017
|
+
"tenantid": "",
|
|
24018
|
+
"facilityid": "",
|
|
24019
|
+
"lang": ""
|
|
24020
|
+
},
|
|
24021
|
+
"queryid": "5c46abcb-a1d6-4c2f-ae4f-93ae551a0c6e"
|
|
24022
|
+
};
|
|
24023
|
+
_context6.next = 5;
|
|
24024
|
+
return fetchData({
|
|
24025
|
+
body: JSON.stringify(body)
|
|
24026
|
+
}, __baseUrl__$1);
|
|
24027
|
+
case 5:
|
|
24028
|
+
data = _context6.sent;
|
|
24029
|
+
arry = [];
|
|
24030
|
+
(_data$2 = data[0]) === null || _data$2 === void 0 ? void 0 : (_data$2$ORDERITEMSERV = _data$2.ORDERITEMSERVICE) === null || _data$2$ORDERITEMSERV === void 0 ? void 0 : (_data$2$ORDERITEMSERV2 = _data$2$ORDERITEMSERV.Value) === null || _data$2$ORDERITEMSERV2 === void 0 ? void 0 : _data$2$ORDERITEMSERV2.map(function (item) {
|
|
24031
|
+
return arry.push({
|
|
24032
|
+
_id: item._id,
|
|
24033
|
+
value: item._id,
|
|
24034
|
+
label: item.display
|
|
24035
|
+
});
|
|
24036
|
+
});
|
|
24037
|
+
return _context6.abrupt("return", _objectSpread2$1(_objectSpread2$1({}, defaultState.List), {}, {
|
|
24038
|
+
data: arry
|
|
24039
|
+
}));
|
|
24040
|
+
case 11:
|
|
24041
|
+
_context6.prev = 11;
|
|
24042
|
+
_context6.t0 = _context6["catch"](1);
|
|
24043
|
+
return _context6.abrupt("return", rejectWithValue(_objectSpread2$1(_objectSpread2$1({}, defaultReject), {}, {
|
|
24044
|
+
message: _context6.t0.message
|
|
24045
|
+
})));
|
|
24046
|
+
case 14:
|
|
24047
|
+
case "end":
|
|
24048
|
+
return _context6.stop();
|
|
24049
|
+
}
|
|
24050
|
+
}
|
|
24051
|
+
}, _callee6, null, [[1, 11]]);
|
|
24052
|
+
}));
|
|
24053
|
+
return function (_x8, _x9) {
|
|
24054
|
+
return _ref9.apply(this, arguments);
|
|
24055
|
+
};
|
|
24056
|
+
}());
|
|
24057
|
+
var ENTITY_NAME_DATA = createAsyncThunk("orderCatalogApiSlice/entity_name_data", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee7() {
|
|
23935
24058
|
var payload,
|
|
23936
|
-
|
|
24059
|
+
_ref11,
|
|
23937
24060
|
rejectWithValue,
|
|
23938
24061
|
type,
|
|
23939
24062
|
queriesjson,
|
|
23940
24063
|
data,
|
|
23941
24064
|
arry,
|
|
23942
|
-
|
|
23943
|
-
return _regeneratorRuntime().wrap(function
|
|
24065
|
+
_args7 = arguments;
|
|
24066
|
+
return _regeneratorRuntime().wrap(function _callee7$(_context7) {
|
|
23944
24067
|
while (1) {
|
|
23945
|
-
switch (
|
|
24068
|
+
switch (_context7.prev = _context7.next) {
|
|
23946
24069
|
case 0:
|
|
23947
|
-
payload =
|
|
23948
|
-
|
|
23949
|
-
|
|
24070
|
+
payload = _args7.length > 0 && _args7[0] !== undefined ? _args7[0] : {};
|
|
24071
|
+
_ref11 = _args7.length > 1 ? _args7[1] : undefined, rejectWithValue = _ref11.rejectWithValue;
|
|
24072
|
+
_context7.prev = 2;
|
|
23950
24073
|
type = payload.type;
|
|
23951
24074
|
console.log("type", type);
|
|
23952
24075
|
queriesjson = Query.entityTypeName(type);
|
|
23953
|
-
|
|
24076
|
+
_context7.next = 8;
|
|
23954
24077
|
return fetchData({
|
|
23955
24078
|
body: JSON.stringify(queriesjson)
|
|
23956
24079
|
}, __readDocumentUrl__);
|
|
23957
24080
|
case 8:
|
|
23958
|
-
data =
|
|
24081
|
+
data = _context7.sent;
|
|
23959
24082
|
arry = [];
|
|
23960
24083
|
data.result.map(function (val) {
|
|
23961
24084
|
arry.push({
|
|
@@ -23963,47 +24086,47 @@ var ENTITY_NAME_DATA = createAsyncThunk("orderCatalogApiSlice/entity_name_data",
|
|
|
23963
24086
|
value: val._id
|
|
23964
24087
|
});
|
|
23965
24088
|
});
|
|
23966
|
-
return
|
|
24089
|
+
return _context7.abrupt("return", _objectSpread2$1(_objectSpread2$1({}, defaultState.Info), {}, {
|
|
23967
24090
|
data: arry
|
|
23968
24091
|
}));
|
|
23969
24092
|
case 14:
|
|
23970
|
-
|
|
23971
|
-
|
|
23972
|
-
return
|
|
23973
|
-
message:
|
|
24093
|
+
_context7.prev = 14;
|
|
24094
|
+
_context7.t0 = _context7["catch"](2);
|
|
24095
|
+
return _context7.abrupt("return", rejectWithValue(_objectSpread2$1(_objectSpread2$1({}, defaultReject), {}, {
|
|
24096
|
+
message: _context7.t0.message
|
|
23974
24097
|
})));
|
|
23975
24098
|
case 17:
|
|
23976
24099
|
case "end":
|
|
23977
|
-
return
|
|
24100
|
+
return _context7.stop();
|
|
23978
24101
|
}
|
|
23979
24102
|
}
|
|
23980
|
-
},
|
|
24103
|
+
}, _callee7, null, [[2, 14]]);
|
|
23981
24104
|
})));
|
|
23982
|
-
var ORDER_TYPE_DATA = createAsyncThunk("orderCatalogApiSlice/order_type_data", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function
|
|
24105
|
+
var ORDER_TYPE_DATA = createAsyncThunk("orderCatalogApiSlice/order_type_data", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee8() {
|
|
23983
24106
|
var payload,
|
|
23984
|
-
|
|
24107
|
+
_ref13,
|
|
23985
24108
|
rejectWithValue,
|
|
23986
24109
|
type,
|
|
23987
24110
|
queriesjson,
|
|
23988
24111
|
data,
|
|
23989
24112
|
arry,
|
|
23990
|
-
|
|
23991
|
-
return _regeneratorRuntime().wrap(function
|
|
24113
|
+
_args8 = arguments;
|
|
24114
|
+
return _regeneratorRuntime().wrap(function _callee8$(_context8) {
|
|
23992
24115
|
while (1) {
|
|
23993
|
-
switch (
|
|
24116
|
+
switch (_context8.prev = _context8.next) {
|
|
23994
24117
|
case 0:
|
|
23995
|
-
payload =
|
|
23996
|
-
|
|
23997
|
-
|
|
24118
|
+
payload = _args8.length > 0 && _args8[0] !== undefined ? _args8[0] : {};
|
|
24119
|
+
_ref13 = _args8.length > 1 ? _args8[1] : undefined, rejectWithValue = _ref13.rejectWithValue;
|
|
24120
|
+
_context8.prev = 2;
|
|
23998
24121
|
type = payload.type;
|
|
23999
24122
|
console.log("type", type);
|
|
24000
24123
|
queriesjson = orderTypedata.ordertype(type);
|
|
24001
|
-
|
|
24124
|
+
_context8.next = 8;
|
|
24002
24125
|
return fetchData({
|
|
24003
24126
|
body: JSON.stringify(queriesjson)
|
|
24004
24127
|
}, __readDocumentUrl__);
|
|
24005
24128
|
case 8:
|
|
24006
|
-
data =
|
|
24129
|
+
data = _context8.sent;
|
|
24007
24130
|
arry = [];
|
|
24008
24131
|
data.result.map(function (val) {
|
|
24009
24132
|
arry.push({
|
|
@@ -24011,44 +24134,44 @@ var ORDER_TYPE_DATA = createAsyncThunk("orderCatalogApiSlice/order_type_data", /
|
|
|
24011
24134
|
value: val._id
|
|
24012
24135
|
});
|
|
24013
24136
|
});
|
|
24014
|
-
return
|
|
24137
|
+
return _context8.abrupt("return", _objectSpread2$1(_objectSpread2$1({}, defaultState.Info), {}, {
|
|
24015
24138
|
data: arry
|
|
24016
24139
|
}));
|
|
24017
24140
|
case 14:
|
|
24018
|
-
|
|
24019
|
-
|
|
24020
|
-
return
|
|
24021
|
-
message:
|
|
24141
|
+
_context8.prev = 14;
|
|
24142
|
+
_context8.t0 = _context8["catch"](2);
|
|
24143
|
+
return _context8.abrupt("return", rejectWithValue(_objectSpread2$1(_objectSpread2$1({}, defaultReject), {}, {
|
|
24144
|
+
message: _context8.t0.message
|
|
24022
24145
|
})));
|
|
24023
24146
|
case 17:
|
|
24024
24147
|
case "end":
|
|
24025
|
-
return
|
|
24148
|
+
return _context8.stop();
|
|
24026
24149
|
}
|
|
24027
24150
|
}
|
|
24028
|
-
},
|
|
24151
|
+
}, _callee8, null, [[2, 14]]);
|
|
24029
24152
|
})));
|
|
24030
|
-
var AGE_RANGES_CATEGORY_CATALOG = createAsyncThunk("orderCatalogApiSlice/ageranges_Category", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function
|
|
24153
|
+
var AGE_RANGES_CATEGORY_CATALOG = createAsyncThunk("orderCatalogApiSlice/ageranges_Category", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee9() {
|
|
24031
24154
|
var payload,
|
|
24032
|
-
|
|
24155
|
+
_ref15,
|
|
24033
24156
|
rejectWithValue,
|
|
24034
24157
|
ageRangeId,
|
|
24035
24158
|
data,
|
|
24036
24159
|
arr,
|
|
24037
|
-
|
|
24038
|
-
return _regeneratorRuntime().wrap(function
|
|
24160
|
+
_args9 = arguments;
|
|
24161
|
+
return _regeneratorRuntime().wrap(function _callee9$(_context9) {
|
|
24039
24162
|
while (1) {
|
|
24040
|
-
switch (
|
|
24163
|
+
switch (_context9.prev = _context9.next) {
|
|
24041
24164
|
case 0:
|
|
24042
|
-
payload =
|
|
24043
|
-
|
|
24044
|
-
|
|
24165
|
+
payload = _args9.length > 0 && _args9[0] !== undefined ? _args9[0] : {};
|
|
24166
|
+
_ref15 = _args9.length > 1 ? _args9[1] : undefined, rejectWithValue = _ref15.rejectWithValue;
|
|
24167
|
+
_context9.prev = 2;
|
|
24045
24168
|
ageRangeId = payload.ageRangeId;
|
|
24046
|
-
|
|
24169
|
+
_context9.next = 6;
|
|
24047
24170
|
return fetchData({
|
|
24048
24171
|
body: JSON.stringify(Query.ageCategory(ageRangeId))
|
|
24049
24172
|
}, __readDocumentUrl__);
|
|
24050
24173
|
case 6:
|
|
24051
|
-
data =
|
|
24174
|
+
data = _context9.sent;
|
|
24052
24175
|
arr = [];
|
|
24053
24176
|
data.result[0].map(function (val) {
|
|
24054
24177
|
arr.push({
|
|
@@ -24058,83 +24181,83 @@ var AGE_RANGES_CATEGORY_CATALOG = createAsyncThunk("orderCatalogApiSlice/agerang
|
|
|
24058
24181
|
maxAge: val.age_maximum
|
|
24059
24182
|
});
|
|
24060
24183
|
});
|
|
24061
|
-
return
|
|
24184
|
+
return _context9.abrupt("return", _objectSpread2$1(_objectSpread2$1({}, defaultState.List), {}, {
|
|
24062
24185
|
data: arr
|
|
24063
24186
|
}));
|
|
24064
24187
|
case 12:
|
|
24065
|
-
|
|
24066
|
-
|
|
24067
|
-
return
|
|
24068
|
-
message:
|
|
24188
|
+
_context9.prev = 12;
|
|
24189
|
+
_context9.t0 = _context9["catch"](2);
|
|
24190
|
+
return _context9.abrupt("return", rejectWithValue(_objectSpread2$1(_objectSpread2$1({}, defaultReject), {}, {
|
|
24191
|
+
message: _context9.t0.message
|
|
24069
24192
|
})));
|
|
24070
24193
|
case 15:
|
|
24071
24194
|
case "end":
|
|
24072
|
-
return
|
|
24195
|
+
return _context9.stop();
|
|
24073
24196
|
}
|
|
24074
24197
|
}
|
|
24075
|
-
},
|
|
24198
|
+
}, _callee9, null, [[2, 12]]);
|
|
24076
24199
|
})));
|
|
24077
|
-
var SAVE_ORDER_CATALOG = createAsyncThunk("orderCatalogApiSlice/saveOrderCatalog", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function
|
|
24200
|
+
var SAVE_ORDER_CATALOG = createAsyncThunk("orderCatalogApiSlice/saveOrderCatalog", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee10() {
|
|
24078
24201
|
var payload,
|
|
24079
|
-
|
|
24202
|
+
_ref17,
|
|
24080
24203
|
rejectWithValue,
|
|
24081
24204
|
list,
|
|
24082
24205
|
body,
|
|
24083
24206
|
data,
|
|
24084
|
-
|
|
24085
|
-
return _regeneratorRuntime().wrap(function
|
|
24207
|
+
_args10 = arguments;
|
|
24208
|
+
return _regeneratorRuntime().wrap(function _callee10$(_context10) {
|
|
24086
24209
|
while (1) {
|
|
24087
|
-
switch (
|
|
24210
|
+
switch (_context10.prev = _context10.next) {
|
|
24088
24211
|
case 0:
|
|
24089
|
-
payload =
|
|
24090
|
-
|
|
24091
|
-
|
|
24212
|
+
payload = _args10.length > 0 && _args10[0] !== undefined ? _args10[0] : {};
|
|
24213
|
+
_ref17 = _args10.length > 1 ? _args10[1] : undefined, rejectWithValue = _ref17.rejectWithValue;
|
|
24214
|
+
_context10.prev = 2;
|
|
24092
24215
|
list = payload.list;
|
|
24093
24216
|
body = generateSaveJSON(list);
|
|
24094
|
-
|
|
24217
|
+
_context10.next = 7;
|
|
24095
24218
|
return fetchData({
|
|
24096
24219
|
body: JSON.stringify(body)
|
|
24097
24220
|
}, __uspsertUrl__);
|
|
24098
24221
|
case 7:
|
|
24099
|
-
data =
|
|
24100
|
-
return
|
|
24222
|
+
data = _context10.sent;
|
|
24223
|
+
return _context10.abrupt("return", _objectSpread2$1(_objectSpread2$1({}, defaultState.Info), {}, {
|
|
24101
24224
|
data: data
|
|
24102
24225
|
}));
|
|
24103
24226
|
case 11:
|
|
24104
|
-
|
|
24105
|
-
|
|
24106
|
-
return
|
|
24107
|
-
message:
|
|
24227
|
+
_context10.prev = 11;
|
|
24228
|
+
_context10.t0 = _context10["catch"](2);
|
|
24229
|
+
return _context10.abrupt("return", rejectWithValue(_objectSpread2$1(_objectSpread2$1({}, defaultReject), {}, {
|
|
24230
|
+
message: _context10.t0.message
|
|
24108
24231
|
})));
|
|
24109
24232
|
case 14:
|
|
24110
24233
|
case "end":
|
|
24111
|
-
return
|
|
24234
|
+
return _context10.stop();
|
|
24112
24235
|
}
|
|
24113
24236
|
}
|
|
24114
|
-
},
|
|
24237
|
+
}, _callee10, null, [[2, 11]]);
|
|
24115
24238
|
})));
|
|
24116
|
-
var READ_ORDER_CATALOG = createAsyncThunk("orderCatalogApiSlice/orderCatalogRead", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function
|
|
24239
|
+
var READ_ORDER_CATALOG = createAsyncThunk("orderCatalogApiSlice/orderCatalogRead", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee11() {
|
|
24117
24240
|
var payload,
|
|
24118
|
-
|
|
24241
|
+
_ref19,
|
|
24119
24242
|
rejectWithValue,
|
|
24120
24243
|
page,
|
|
24121
24244
|
perPage,
|
|
24122
24245
|
search,
|
|
24123
24246
|
data,
|
|
24124
24247
|
res,
|
|
24125
|
-
|
|
24126
|
-
return _regeneratorRuntime().wrap(function
|
|
24248
|
+
_args11 = arguments;
|
|
24249
|
+
return _regeneratorRuntime().wrap(function _callee11$(_context11) {
|
|
24127
24250
|
while (1) {
|
|
24128
|
-
switch (
|
|
24251
|
+
switch (_context11.prev = _context11.next) {
|
|
24129
24252
|
case 0:
|
|
24130
|
-
payload =
|
|
24131
|
-
|
|
24132
|
-
|
|
24253
|
+
payload = _args11.length > 0 && _args11[0] !== undefined ? _args11[0] : {};
|
|
24254
|
+
_ref19 = _args11.length > 1 ? _args11[1] : undefined, rejectWithValue = _ref19.rejectWithValue, _ref19.getState;
|
|
24255
|
+
_context11.prev = 2;
|
|
24133
24256
|
// const { encounter_id } = payload;
|
|
24134
24257
|
// let state = getState();
|
|
24135
24258
|
// let ccState = state.DiagnosisMasterSlice;
|
|
24136
24259
|
page = payload.page, perPage = payload.perPage, search = payload.search;
|
|
24137
|
-
|
|
24260
|
+
_context11.next = 6;
|
|
24138
24261
|
return fetchData({
|
|
24139
24262
|
body: JSON.stringify(search ? Query.order_catalog_read_search({
|
|
24140
24263
|
page: page,
|
|
@@ -24146,67 +24269,67 @@ var READ_ORDER_CATALOG = createAsyncThunk("orderCatalogApiSlice/orderCatalogRead
|
|
|
24146
24269
|
}))
|
|
24147
24270
|
}, __readDocumentUrl__);
|
|
24148
24271
|
case 6:
|
|
24149
|
-
data =
|
|
24272
|
+
data = _context11.sent;
|
|
24150
24273
|
res = generateResJson(data.result);
|
|
24151
|
-
return
|
|
24274
|
+
return _context11.abrupt("return", _objectSpread2$1(_objectSpread2$1({}, defaultState.List), {}, {
|
|
24152
24275
|
data: res
|
|
24153
24276
|
}));
|
|
24154
24277
|
case 11:
|
|
24155
|
-
|
|
24156
|
-
|
|
24157
|
-
return
|
|
24158
|
-
message:
|
|
24278
|
+
_context11.prev = 11;
|
|
24279
|
+
_context11.t0 = _context11["catch"](2);
|
|
24280
|
+
return _context11.abrupt("return", rejectWithValue(_objectSpread2$1(_objectSpread2$1({}, defaultReject), {}, {
|
|
24281
|
+
message: _context11.t0.message
|
|
24159
24282
|
})));
|
|
24160
24283
|
case 14:
|
|
24161
24284
|
case "end":
|
|
24162
|
-
return
|
|
24285
|
+
return _context11.stop();
|
|
24163
24286
|
}
|
|
24164
24287
|
}
|
|
24165
|
-
},
|
|
24288
|
+
}, _callee11, null, [[2, 11]]);
|
|
24166
24289
|
})));
|
|
24167
|
-
var UPDATE_ORDER_CATALOG_STATUS = createAsyncThunk("orderCatalogApiSlice/orderCatalogUpdate", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function
|
|
24290
|
+
var UPDATE_ORDER_CATALOG_STATUS = createAsyncThunk("orderCatalogApiSlice/orderCatalogUpdate", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee12() {
|
|
24168
24291
|
var payload,
|
|
24169
|
-
|
|
24292
|
+
_ref21,
|
|
24170
24293
|
rejectWithValue,
|
|
24171
24294
|
editId,
|
|
24172
24295
|
status,
|
|
24173
24296
|
body,
|
|
24174
24297
|
data,
|
|
24175
|
-
|
|
24176
|
-
return _regeneratorRuntime().wrap(function
|
|
24298
|
+
_args12 = arguments;
|
|
24299
|
+
return _regeneratorRuntime().wrap(function _callee12$(_context12) {
|
|
24177
24300
|
while (1) {
|
|
24178
|
-
switch (
|
|
24301
|
+
switch (_context12.prev = _context12.next) {
|
|
24179
24302
|
case 0:
|
|
24180
|
-
payload =
|
|
24181
|
-
|
|
24182
|
-
|
|
24303
|
+
payload = _args12.length > 0 && _args12[0] !== undefined ? _args12[0] : {};
|
|
24304
|
+
_ref21 = _args12.length > 1 ? _args12[1] : undefined, rejectWithValue = _ref21.rejectWithValue;
|
|
24305
|
+
_context12.prev = 2;
|
|
24183
24306
|
editId = payload.editId, status = payload.status;
|
|
24184
24307
|
body = generateUpdateJSON(editId, status);
|
|
24185
|
-
|
|
24308
|
+
_context12.next = 7;
|
|
24186
24309
|
return fetchData({
|
|
24187
24310
|
body: JSON.stringify(body)
|
|
24188
24311
|
}, __uspsertUrl__);
|
|
24189
24312
|
case 7:
|
|
24190
|
-
data =
|
|
24191
|
-
return
|
|
24313
|
+
data = _context12.sent;
|
|
24314
|
+
return _context12.abrupt("return", _objectSpread2$1(_objectSpread2$1({}, defaultState.List), {}, {
|
|
24192
24315
|
data: data
|
|
24193
24316
|
}));
|
|
24194
24317
|
case 11:
|
|
24195
|
-
|
|
24196
|
-
|
|
24197
|
-
return
|
|
24198
|
-
message:
|
|
24318
|
+
_context12.prev = 11;
|
|
24319
|
+
_context12.t0 = _context12["catch"](2);
|
|
24320
|
+
return _context12.abrupt("return", rejectWithValue(_objectSpread2$1(_objectSpread2$1({}, defaultReject), {}, {
|
|
24321
|
+
message: _context12.t0.message
|
|
24199
24322
|
})));
|
|
24200
24323
|
case 14:
|
|
24201
24324
|
case "end":
|
|
24202
|
-
return
|
|
24325
|
+
return _context12.stop();
|
|
24203
24326
|
}
|
|
24204
24327
|
}
|
|
24205
|
-
},
|
|
24328
|
+
}, _callee12, null, [[2, 11]]);
|
|
24206
24329
|
})));
|
|
24207
|
-
var EDIT_ORDER_CATALOG = createAsyncThunk("orderCatalogApiSlice/editOrderCatalog", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function
|
|
24330
|
+
var EDIT_ORDER_CATALOG = createAsyncThunk("orderCatalogApiSlice/editOrderCatalog", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee13() {
|
|
24208
24331
|
var payload,
|
|
24209
|
-
|
|
24332
|
+
_ref23,
|
|
24210
24333
|
rejectWithValue,
|
|
24211
24334
|
getState,
|
|
24212
24335
|
id,
|
|
@@ -24214,76 +24337,76 @@ var EDIT_ORDER_CATALOG = createAsyncThunk("orderCatalogApiSlice/editOrderCatalog
|
|
|
24214
24337
|
ccState,
|
|
24215
24338
|
data,
|
|
24216
24339
|
res,
|
|
24217
|
-
|
|
24218
|
-
return _regeneratorRuntime().wrap(function
|
|
24340
|
+
_args13 = arguments;
|
|
24341
|
+
return _regeneratorRuntime().wrap(function _callee13$(_context13) {
|
|
24219
24342
|
while (1) {
|
|
24220
|
-
switch (
|
|
24343
|
+
switch (_context13.prev = _context13.next) {
|
|
24221
24344
|
case 0:
|
|
24222
|
-
payload =
|
|
24223
|
-
|
|
24224
|
-
|
|
24345
|
+
payload = _args13.length > 0 && _args13[0] !== undefined ? _args13[0] : {};
|
|
24346
|
+
_ref23 = _args13.length > 1 ? _args13[1] : undefined, rejectWithValue = _ref23.rejectWithValue, getState = _ref23.getState;
|
|
24347
|
+
_context13.prev = 2;
|
|
24225
24348
|
id = payload.id;
|
|
24226
24349
|
state = getState();
|
|
24227
24350
|
ccState = state.orderCatalogSlice;
|
|
24228
|
-
|
|
24351
|
+
_context13.next = 8;
|
|
24229
24352
|
return fetchData({
|
|
24230
24353
|
body: JSON.stringify(Query.editOrderCatalog(id))
|
|
24231
24354
|
}, __readDocumentUrl__);
|
|
24232
24355
|
case 8:
|
|
24233
|
-
data =
|
|
24356
|
+
data = _context13.sent;
|
|
24234
24357
|
res = generateReadResJson(data.result[0], ccState);
|
|
24235
|
-
return
|
|
24358
|
+
return _context13.abrupt("return", _objectSpread2$1(_objectSpread2$1({}, defaultState.List), {}, {
|
|
24236
24359
|
data: res
|
|
24237
24360
|
}));
|
|
24238
24361
|
case 13:
|
|
24239
|
-
|
|
24240
|
-
|
|
24241
|
-
return
|
|
24242
|
-
message:
|
|
24362
|
+
_context13.prev = 13;
|
|
24363
|
+
_context13.t0 = _context13["catch"](2);
|
|
24364
|
+
return _context13.abrupt("return", rejectWithValue(_objectSpread2$1(_objectSpread2$1({}, defaultReject), {}, {
|
|
24365
|
+
message: _context13.t0.message
|
|
24243
24366
|
})));
|
|
24244
24367
|
case 16:
|
|
24245
24368
|
case "end":
|
|
24246
|
-
return
|
|
24369
|
+
return _context13.stop();
|
|
24247
24370
|
}
|
|
24248
24371
|
}
|
|
24249
|
-
},
|
|
24372
|
+
}, _callee13, null, [[2, 13]]);
|
|
24250
24373
|
})));
|
|
24251
|
-
var DELETE_ATTRIBUTE_DELETE = createAsyncThunk("orderCatalogApiSlice/attributesDelete", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function
|
|
24374
|
+
var DELETE_ATTRIBUTE_DELETE = createAsyncThunk("orderCatalogApiSlice/attributesDelete", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee14() {
|
|
24252
24375
|
var payload,
|
|
24253
|
-
|
|
24376
|
+
_ref25,
|
|
24254
24377
|
rejectWithValue,
|
|
24255
24378
|
id,
|
|
24256
24379
|
data,
|
|
24257
|
-
|
|
24258
|
-
return _regeneratorRuntime().wrap(function
|
|
24380
|
+
_args14 = arguments;
|
|
24381
|
+
return _regeneratorRuntime().wrap(function _callee14$(_context14) {
|
|
24259
24382
|
while (1) {
|
|
24260
|
-
switch (
|
|
24383
|
+
switch (_context14.prev = _context14.next) {
|
|
24261
24384
|
case 0:
|
|
24262
|
-
payload =
|
|
24263
|
-
|
|
24264
|
-
|
|
24385
|
+
payload = _args14.length > 0 && _args14[0] !== undefined ? _args14[0] : {};
|
|
24386
|
+
_ref25 = _args14.length > 1 ? _args14[1] : undefined, rejectWithValue = _ref25.rejectWithValue;
|
|
24387
|
+
_context14.prev = 2;
|
|
24265
24388
|
id = payload.id;
|
|
24266
|
-
|
|
24389
|
+
_context14.next = 6;
|
|
24267
24390
|
return fetchData({
|
|
24268
24391
|
body: JSON.stringify(Query.attributeDelete(id))
|
|
24269
24392
|
}, __softDelete__);
|
|
24270
24393
|
case 6:
|
|
24271
|
-
data =
|
|
24272
|
-
return
|
|
24394
|
+
data = _context14.sent;
|
|
24395
|
+
return _context14.abrupt("return", _objectSpread2$1(_objectSpread2$1({}, defaultState.List), {}, {
|
|
24273
24396
|
data: data.result
|
|
24274
24397
|
}));
|
|
24275
24398
|
case 10:
|
|
24276
|
-
|
|
24277
|
-
|
|
24278
|
-
return
|
|
24279
|
-
message:
|
|
24399
|
+
_context14.prev = 10;
|
|
24400
|
+
_context14.t0 = _context14["catch"](2);
|
|
24401
|
+
return _context14.abrupt("return", rejectWithValue(_objectSpread2$1(_objectSpread2$1({}, defaultReject), {}, {
|
|
24402
|
+
message: _context14.t0.message
|
|
24280
24403
|
})));
|
|
24281
24404
|
case 13:
|
|
24282
24405
|
case "end":
|
|
24283
|
-
return
|
|
24406
|
+
return _context14.stop();
|
|
24284
24407
|
}
|
|
24285
24408
|
}
|
|
24286
|
-
},
|
|
24409
|
+
}, _callee14, null, [[2, 10]]);
|
|
24287
24410
|
})));
|
|
24288
24411
|
var orderCatalogSlice = createSlice({
|
|
24289
24412
|
name: "orderCatalogApiSlice",
|
|
@@ -24296,7 +24419,9 @@ var orderCatalogSlice = createSlice({
|
|
|
24296
24419
|
edit_order_catalog: _objectSpread2$1({}, defaultState.List),
|
|
24297
24420
|
attribute_delete: _objectSpread2$1({}, defaultState.List),
|
|
24298
24421
|
order_type_data: _objectSpread2$1({}, defaultState.List),
|
|
24299
|
-
entityTypeName: _objectSpread2$1({}, defaultState.List)
|
|
24422
|
+
entityTypeName: _objectSpread2$1({}, defaultState.List),
|
|
24423
|
+
order_catalog_grporind: _objectSpread2$1({}, defaultState.List),
|
|
24424
|
+
order_catalog_serviceItem: _objectSpread2$1({}, defaultState.List)
|
|
24300
24425
|
},
|
|
24301
24426
|
extraReducers: (_extraReducers$t = {}, _defineProperty(_extraReducers$t, ENTITY_NAME_DATA.fulfilled, function (state, action) {
|
|
24302
24427
|
state.entityTypeName.loading = false, state.entityTypeName.error = false, state.entityTypeName = action.payload;
|
|
@@ -24352,6 +24477,18 @@ var orderCatalogSlice = createSlice({
|
|
|
24352
24477
|
state.attribute_delete.loading = true, state.attribute_delete.error = false, state.attribute_delete.loading = true;
|
|
24353
24478
|
}), _defineProperty(_extraReducers$t, DELETE_ATTRIBUTE_DELETE.rejected, function (state, action) {
|
|
24354
24479
|
state.attribute_delete.loading = false, state.attribute_delete.error = true, state.attribute_delete = action.payload;
|
|
24480
|
+
}), _defineProperty(_extraReducers$t, ORDER_CATALOG_GRPORIND.fulfilled, function (state, action) {
|
|
24481
|
+
state.order_catalog_grporind.loading = false, state.order_catalog_grporind.error = false, state.order_catalog_grporind = action.payload;
|
|
24482
|
+
}), _defineProperty(_extraReducers$t, ORDER_CATALOG_GRPORIND.pending, function (state, action) {
|
|
24483
|
+
state.order_catalog_grporind.loading = true, state.order_catalog_grporind.error = false, state.order_catalog_grporind.loading = true;
|
|
24484
|
+
}), _defineProperty(_extraReducers$t, ORDER_CATALOG_GRPORIND.rejected, function (state, action) {
|
|
24485
|
+
state.order_catalog_grporind.loading = false, state.order_catalog_grporind.error = true, state.order_catalog_grporind = action.payload;
|
|
24486
|
+
}), _defineProperty(_extraReducers$t, ORDER_CATALOG_SERVICEITEM.fulfilled, function (state, action) {
|
|
24487
|
+
state.order_catalog_serviceItem.loading = false, state.order_catalog_serviceItem.error = false, state.order_catalog_serviceItem = action.payload;
|
|
24488
|
+
}), _defineProperty(_extraReducers$t, ORDER_CATALOG_SERVICEITEM.pending, function (state, action) {
|
|
24489
|
+
state.order_catalog_serviceItem.loading = true, state.order_catalog_serviceItem.error = false, state.order_catalog_serviceItem.loading = true;
|
|
24490
|
+
}), _defineProperty(_extraReducers$t, ORDER_CATALOG_SERVICEITEM.rejected, function (state, action) {
|
|
24491
|
+
state.order_catalog_serviceItem.loading = false, state.order_catalog_serviceItem.error = true, state.order_catalog_serviceItem = action.payload;
|
|
24355
24492
|
}), _extraReducers$t)
|
|
24356
24493
|
});
|
|
24357
24494
|
var orderCatalogActions = {
|
|
@@ -24363,7 +24500,9 @@ var orderCatalogActions = {
|
|
|
24363
24500
|
EDIT_ORDER_CATALOG: EDIT_ORDER_CATALOG,
|
|
24364
24501
|
DELETE_ATTRIBUTE_DELETE: DELETE_ATTRIBUTE_DELETE,
|
|
24365
24502
|
ORDER_TYPE_DATA: ORDER_TYPE_DATA,
|
|
24366
|
-
ENTITY_NAME_DATA: ENTITY_NAME_DATA
|
|
24503
|
+
ENTITY_NAME_DATA: ENTITY_NAME_DATA,
|
|
24504
|
+
ORDER_CATALOG_GRPORIND: ORDER_CATALOG_GRPORIND,
|
|
24505
|
+
ORDER_CATALOG_SERVICEITEM: ORDER_CATALOG_SERVICEITEM
|
|
24367
24506
|
};
|
|
24368
24507
|
var orderCatalogSlice$1 = orderCatalogSlice.reducer;
|
|
24369
24508
|
|