primary_care_admin_binder 0.1.76 → 0.1.79
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 +114 -24
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -12719,7 +12719,7 @@ var generateJSON = function generateJSON(data, _key) {
|
|
|
12719
12719
|
} else if (data.working_days_yes_no === "No") {
|
|
12720
12720
|
data.workingday_daySlots.map(function (val, i) {
|
|
12721
12721
|
var day_obj = {
|
|
12722
|
-
effFrmDate: 0,
|
|
12722
|
+
effFrmDate: data !== null && data !== void 0 && data.workingday_year ? data === null || data === void 0 ? void 0 : data.workingday_year : 0,
|
|
12723
12723
|
effToDate: 0,
|
|
12724
12724
|
workDaysOfWeek: workday_timeslot_(val.timeSlots) // allday: false,
|
|
12725
12725
|
// //year: data.workingday_year,
|
|
@@ -13266,12 +13266,16 @@ var workingDayList = function workingDayList(data) {
|
|
|
13266
13266
|
|
|
13267
13267
|
if (data && data.length > 0) {
|
|
13268
13268
|
data.map(function (val) {
|
|
13269
|
-
|
|
13270
|
-
|
|
13271
|
-
|
|
13272
|
-
|
|
13273
|
-
|
|
13274
|
-
|
|
13269
|
+
if (val !== null && val !== void 0 && val.workDaysOfWeek && (val === null || val === void 0 ? void 0 : val.workDaysOfWeek.length) > 0) {
|
|
13270
|
+
val.workDaysOfWeek.map(function (val_) {
|
|
13271
|
+
var WorkingDay_obj = {
|
|
13272
|
+
day: val_.day ? val_.day : "",
|
|
13273
|
+
checked: true,
|
|
13274
|
+
timeSlots: val_ !== null && val_ !== void 0 && val_.operate_time ? workDayofWeekList(val_ === null || val_ === void 0 ? void 0 : val_.operate_time) : []
|
|
13275
|
+
};
|
|
13276
|
+
WorkingDayArr.push(WorkingDay_obj);
|
|
13277
|
+
});
|
|
13278
|
+
}
|
|
13275
13279
|
});
|
|
13276
13280
|
}
|
|
13277
13281
|
|
|
@@ -13407,7 +13411,7 @@ var photoData = function photoData(data) {
|
|
|
13407
13411
|
};
|
|
13408
13412
|
|
|
13409
13413
|
var generateReadJSON$4 = function generateReadJSON(data, state) {
|
|
13410
|
-
var _state$location_maste, _state$location_maste2, _data$managingOrgID, _data$managingOrgID$, _data$address, _data$address$, _data$address2, _data$address2$, _data$position, _data$position$, _data$position2, _data$position2$, _data$position3, _data$position3$, _data$workingdayyear, _data$workingdayyear$, _data$
|
|
13414
|
+
var _state$location_maste, _state$location_maste2, _data$managingOrgID, _data$managingOrgID$, _data$address, _data$address$, _data$address2, _data$address2$, _data$position, _data$position$, _data$position2, _data$position2$, _data$position3, _data$position3$, _data$workingdayyear, _data$workingdayyear$, _data$workingdayyear2, _data$workingdayyear3, _data$workingdayyear$2, _data$workingdayyear$3, _data$workingdayyear$4, _data$workingdayyear$5, _data$workingdayyear$6, _data$workingdayyear$7;
|
|
13411
13415
|
|
|
13412
13416
|
var inital_workingday_slot_arr = [{
|
|
13413
13417
|
day: "Mon",
|
|
@@ -13492,7 +13496,9 @@ var generateReadJSON$4 = function generateReadJSON(data, state) {
|
|
|
13492
13496
|
value: ""
|
|
13493
13497
|
},
|
|
13494
13498
|
parentLocationIdandDescription: data.parentLocationID_desc && data.parentLocationID_desc.length > 0 ? state.location_masters_parent_location_id.data.find(function (sys) {
|
|
13495
|
-
|
|
13499
|
+
var _data$parentLocationI, _data$parentLocationI2, _data$parentLocationI3;
|
|
13500
|
+
|
|
13501
|
+
return ((_data$parentLocationI = data.parentLocationID_desc) === null || _data$parentLocationI === void 0 ? void 0 : (_data$parentLocationI2 = _data$parentLocationI[0]) === null || _data$parentLocationI2 === void 0 ? void 0 : (_data$parentLocationI3 = _data$parentLocationI2._id) === null || _data$parentLocationI3 === void 0 ? void 0 : _data$parentLocationI3.indexOf(sys.label)) > -1;
|
|
13496
13502
|
}) : {
|
|
13497
13503
|
label: "",
|
|
13498
13504
|
value: ""
|
|
@@ -13506,7 +13512,9 @@ var generateReadJSON$4 = function generateReadJSON(data, state) {
|
|
|
13506
13512
|
// )
|
|
13507
13513
|
// : { label: "", value: "" },
|
|
13508
13514
|
locationRoleType: data.locationRoletype && data.locationRoletype.length > 0 ? state.location_masters_locationroletype.data.find(function (sys) {
|
|
13509
|
-
|
|
13515
|
+
var _data$locationRoletyp, _data$locationRoletyp2, _data$locationRoletyp3;
|
|
13516
|
+
|
|
13517
|
+
return ((_data$locationRoletyp = data.locationRoletype) === null || _data$locationRoletyp === void 0 ? void 0 : (_data$locationRoletyp2 = _data$locationRoletyp[0]) === null || _data$locationRoletyp2 === void 0 ? void 0 : (_data$locationRoletyp3 = _data$locationRoletyp2._id) === null || _data$locationRoletyp3 === void 0 ? void 0 : _data$locationRoletyp3.indexOf(sys.label)) > -1;
|
|
13510
13518
|
}) : {
|
|
13511
13519
|
label: "",
|
|
13512
13520
|
value: ""
|
|
@@ -13522,12 +13530,12 @@ var generateReadJSON$4 = function generateReadJSON(data, state) {
|
|
|
13522
13530
|
longitude: (_data$position = data.position) !== null && _data$position !== void 0 && (_data$position$ = _data$position[0]) !== null && _data$position$ !== void 0 && _data$position$.longitude ? data.position[0].longitude : "",
|
|
13523
13531
|
latitude: (_data$position2 = data.position) !== null && _data$position2 !== void 0 && (_data$position2$ = _data$position2[0]) !== null && _data$position2$ !== void 0 && _data$position2$.latitude ? data.position[0].latitude : "",
|
|
13524
13532
|
altitude: (_data$position3 = data.position) !== null && _data$position3 !== void 0 && (_data$position3$ = _data$position3[0]) !== null && _data$position3$ !== void 0 && _data$position3$.altitude ? data.position[0].altitude : "",
|
|
13525
|
-
workingday_year: (_data$workingdayyear = data.workingdayyear) !== null && _data$workingdayyear !== void 0 && (_data$workingdayyear$ = _data$workingdayyear[0]) !== null && _data$workingdayyear$ !== void 0 &&
|
|
13533
|
+
workingday_year: (_data$workingdayyear = data.workingdayyear) !== null && _data$workingdayyear !== void 0 && (_data$workingdayyear$ = _data$workingdayyear[0]) !== null && _data$workingdayyear$ !== void 0 && _data$workingdayyear$.effFrmDate ? (_data$workingdayyear2 = data.workingdayyear) === null || _data$workingdayyear2 === void 0 ? void 0 : (_data$workingdayyear3 = _data$workingdayyear2[0]) === null || _data$workingdayyear3 === void 0 ? void 0 : _data$workingdayyear3.effFrmDate : 0,
|
|
13526
13534
|
contactDetails: contactDetailList(data.telecom, state),
|
|
13527
|
-
workingday_daySlots: ((_data$workingdayyear$
|
|
13535
|
+
workingday_daySlots: ((_data$workingdayyear$2 = data.workingdayyear[0]) === null || _data$workingdayyear$2 === void 0 ? void 0 : (_data$workingdayyear$3 = _data$workingdayyear$2.workDaysOfWeek) === null || _data$workingdayyear$3 === void 0 ? void 0 : _data$workingdayyear$3.length) > 0 ? workingDayList(data.workingdayyear) : inital_workingday_slot_arr,
|
|
13528
13536
|
overRideCard: overRideList(data.workingdayyearoverride),
|
|
13529
|
-
working_days_yes_no: ((_data$workingdayyear$
|
|
13530
|
-
is_visible: ((_data$workingdayyear$
|
|
13537
|
+
working_days_yes_no: ((_data$workingdayyear$4 = data.workingdayyear[0]) === null || _data$workingdayyear$4 === void 0 ? void 0 : (_data$workingdayyear$5 = _data$workingdayyear$4.workDaysOfWeek) === null || _data$workingdayyear$5 === void 0 ? void 0 : _data$workingdayyear$5.length) > 0 ? "No" : "Yes",
|
|
13538
|
+
is_visible: ((_data$workingdayyear$6 = data.workingdayyear[0]) === null || _data$workingdayyear$6 === void 0 ? void 0 : (_data$workingdayyear$7 = _data$workingdayyear$6.workDaysOfWeek) === null || _data$workingdayyear$7 === void 0 ? void 0 : _data$workingdayyear$7.length) > 0 ? true : false,
|
|
13531
13539
|
photo: photoData(data.photo),
|
|
13532
13540
|
returnAllowed: data.pharmacy && data.pharmacy.length > 0 && Array.isArray(data.pharmacy) ? data.pharmacy[0].returnAllowed : false,
|
|
13533
13541
|
otcAllowed: data.pharmacy && data.pharmacy.length > 0 && Array.isArray(data.pharmacy) ? data.pharmacy[0].otcAllowed : false,
|
|
@@ -13535,6 +13543,7 @@ var generateReadJSON$4 = function generateReadJSON(data, state) {
|
|
|
13535
13543
|
storeCode: data.pharmacy && data.pharmacy.length > 0 && Array.isArray(data.pharmacy) ? data.pharmacy[0].storecode : "",
|
|
13536
13544
|
maxDaysForReturn: data.pharmacy && data.pharmacy.length > 0 && Array.isArray(data.pharmacy) ? data.pharmacy[0].maxdaysforRtn : null
|
|
13537
13545
|
};
|
|
13546
|
+
debugger;
|
|
13538
13547
|
return json;
|
|
13539
13548
|
};
|
|
13540
13549
|
|
|
@@ -29227,7 +29236,7 @@ var queries$8 = {
|
|
|
29227
29236
|
return {
|
|
29228
29237
|
"db_name": dbName$1,
|
|
29229
29238
|
"entity": "Organization",
|
|
29230
|
-
"filter": "Organization.
|
|
29239
|
+
"filter": "Organization.active==true && lower(first(document(Organization.OrgType)[*].display)) == '".concat(data, "'"),
|
|
29231
29240
|
"return_fields": "{_id:Organization._id,_key:Organization._key,id:Organization.id,name:Organization.name,alias:Organization.alias}"
|
|
29232
29241
|
};
|
|
29233
29242
|
},
|
|
@@ -33871,7 +33880,7 @@ var masterQuery$1 = {
|
|
|
33871
33880
|
locationType: "{\n \"db_name\": \"".concat(dbName$1, "\",\n \"entity\": \"CodeableConceptMaster\",\n \"filter\": \"CodeableConceptMaster.Type=='LOCATIONTYPE' && (lower(first(document(CodeableConceptMaster.coding)[*].display)) =='ward' || lower(first(document(CodeableConceptMaster.coding)[*].display)) == 'clinic' ) && CodeableConceptMaster.status==true && CodeableConceptMaster.activestatus==true \",\n \"return_fields\": \"MERGE(CodeableConceptMaster,{coding:(FOR cod IN CodeableConceptMaster.coding RETURN DOCUMENT(cod))})\",\n \"sort\": \"first(document(CodeableConceptMaster.coding)[*].display)\"\n }")
|
|
33872
33881
|
};
|
|
33873
33882
|
var dynamicMaster = {
|
|
33874
|
-
orderSetAppPractitioner: function orderSetAppPractitioner(
|
|
33883
|
+
orderSetAppPractitioner: function orderSetAppPractitioner(facility, speciality, practitionerType) {
|
|
33875
33884
|
// return {
|
|
33876
33885
|
// db_name: `${dbName}`,
|
|
33877
33886
|
// entity: "Practitioner",
|
|
@@ -33879,10 +33888,16 @@ var dynamicMaster = {
|
|
|
33879
33888
|
// return_fields:
|
|
33880
33889
|
// "merge (Practitioner,{name:(for hm in HumanNameMaster filter hm._id in Practitioner.name return merge(hm,{use:(for cod in CodeableConceptMaster filter cod._id== hm.use return document(cod.coding)),prefix:(for cod in CodeableConceptMaster filter cod._id == hm.prefix return document(cod.coding)),suffix:(for cod in CodeableConceptMaster filter cod._id == hm.suffix return document(cod.coding))}))})",
|
|
33881
33890
|
// };
|
|
33891
|
+
// return {
|
|
33892
|
+
// "db_name": `${dbName}`,
|
|
33893
|
+
// "entity": "Practitioner",
|
|
33894
|
+
// "filter": `document(document(Practitioner.practitioner_type).coding)[*]._id any=='${_id}' && Practitioner.activestatus==true && Practitioner.active == true`,
|
|
33895
|
+
// "return_fields": "merge (Practitioner,{name:(for hm in HumanNameMaster filter hm._id in Practitioner.name return merge(hm,{use:(for cod in CodeableConceptMaster filter cod._id== hm.use return document(cod.coding)),prefix:(for cod in CodeableConceptMaster filter cod._id == hm.prefix return document(cod.coding)),suffix:(for cod in CodeableConceptMaster filter cod._id == hm.suffix return document(cod.coding))}))})"
|
|
33896
|
+
// }
|
|
33882
33897
|
return {
|
|
33883
33898
|
"db_name": "".concat(dbName$1),
|
|
33884
33899
|
"entity": "Practitioner",
|
|
33885
|
-
"filter": "document(document(Practitioner.practitioner_type).coding)[*]._id any=='".concat(
|
|
33900
|
+
"filter": "Practitioner.ReportingEntityName=='".concat(facility, "' && (document(Practitioner.practitioner_role)[*].SpecialtyID any == '").concat(speciality, "' || first(document(document(Practitioner.practitioner_role)[*].SpecialtyID)[*].coding) any == '").concat(speciality, "' ) && document(document(Practitioner.practitioner_type).coding)[*]._id any=='").concat(practitionerType, "' && Practitioner.activestatus==true && Practitioner.active == true "),
|
|
33886
33901
|
"return_fields": "merge (Practitioner,{name:(for hm in HumanNameMaster filter hm._id in Practitioner.name return merge(hm,{use:(for cod in CodeableConceptMaster filter cod._id== hm.use return document(cod.coding)),prefix:(for cod in CodeableConceptMaster filter cod._id == hm.prefix return document(cod.coding)),suffix:(for cod in CodeableConceptMaster filter cod._id == hm.suffix return document(cod.coding))}))})"
|
|
33887
33902
|
};
|
|
33888
33903
|
},
|
|
@@ -33920,6 +33935,14 @@ var dynamicMaster = {
|
|
|
33920
33935
|
"return_fields": "KEEP(LocationMaster,'id','_id','key','locationID','longdesc','shortdesc')",
|
|
33921
33936
|
"sort": "LocationMaster.shortdesc"
|
|
33922
33937
|
};
|
|
33938
|
+
},
|
|
33939
|
+
orderSetAppSpecialty: function orderSetAppSpecialty(_id) {
|
|
33940
|
+
return {
|
|
33941
|
+
"db_name": "".concat(dbName$1),
|
|
33942
|
+
"entity": "Organization",
|
|
33943
|
+
"filter": "Organization._id=='".concat(_id, "' AND Organization.activestatus==true"),
|
|
33944
|
+
"return_fields": "document(Organization.specialtyDetails[*].specialty)"
|
|
33945
|
+
};
|
|
33923
33946
|
}
|
|
33924
33947
|
};
|
|
33925
33948
|
|
|
@@ -34327,7 +34350,9 @@ var ORDER_SET_APP_PRACTITIONER = createAsyncThunk("orderSetApplicabilitySlice/or
|
|
|
34327
34350
|
var payload,
|
|
34328
34351
|
_ref11,
|
|
34329
34352
|
rejectWithValue,
|
|
34330
|
-
|
|
34353
|
+
facility,
|
|
34354
|
+
speciality,
|
|
34355
|
+
practitionerType,
|
|
34331
34356
|
data_arr,
|
|
34332
34357
|
arry,
|
|
34333
34358
|
_args7 = arguments;
|
|
@@ -34339,10 +34364,10 @@ var ORDER_SET_APP_PRACTITIONER = createAsyncThunk("orderSetApplicabilitySlice/or
|
|
|
34339
34364
|
payload = _args7.length > 0 && _args7[0] !== undefined ? _args7[0] : {};
|
|
34340
34365
|
_ref11 = _args7.length > 1 ? _args7[1] : undefined, rejectWithValue = _ref11.rejectWithValue;
|
|
34341
34366
|
_context7.prev = 2;
|
|
34342
|
-
|
|
34367
|
+
facility = payload.facility, speciality = payload.speciality, practitionerType = payload.practitionerType;
|
|
34343
34368
|
_context7.next = 6;
|
|
34344
34369
|
return fetchData({
|
|
34345
|
-
body: JSON.stringify(dynamicMaster.orderSetAppPractitioner(
|
|
34370
|
+
body: JSON.stringify(dynamicMaster.orderSetAppPractitioner(facility, speciality, practitionerType))
|
|
34346
34371
|
}, __readDocumentUrl__);
|
|
34347
34372
|
|
|
34348
34373
|
case 6:
|
|
@@ -34629,6 +34654,63 @@ var ORDER_SET_APPLICABILITY_UPSERT = createAsyncThunk("orderSetApplicabilitySlic
|
|
|
34629
34654
|
}
|
|
34630
34655
|
}
|
|
34631
34656
|
}, _callee12, null, [[2, 11]]);
|
|
34657
|
+
}))); //ORDER_SET_APP_SPECIALTY
|
|
34658
|
+
|
|
34659
|
+
var ORDER_SET_APP_SPECIALTY = createAsyncThunk("orderSetApplicabilitySlice/order_set_app_specialty", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee13() {
|
|
34660
|
+
var payload,
|
|
34661
|
+
_ref23,
|
|
34662
|
+
rejectWithValue,
|
|
34663
|
+
_data_arr$result,
|
|
34664
|
+
_data_arr$result$,
|
|
34665
|
+
_id,
|
|
34666
|
+
data_arr,
|
|
34667
|
+
arry,
|
|
34668
|
+
_args13 = arguments;
|
|
34669
|
+
|
|
34670
|
+
return regeneratorRuntime.wrap(function _callee13$(_context13) {
|
|
34671
|
+
while (1) {
|
|
34672
|
+
switch (_context13.prev = _context13.next) {
|
|
34673
|
+
case 0:
|
|
34674
|
+
payload = _args13.length > 0 && _args13[0] !== undefined ? _args13[0] : {};
|
|
34675
|
+
_ref23 = _args13.length > 1 ? _args13[1] : undefined, rejectWithValue = _ref23.rejectWithValue;
|
|
34676
|
+
_context13.prev = 2;
|
|
34677
|
+
_id = payload._id;
|
|
34678
|
+
_context13.next = 6;
|
|
34679
|
+
return fetchData({
|
|
34680
|
+
body: JSON.stringify(dynamicMaster.orderSetAppSpecialty(_id))
|
|
34681
|
+
}, __readDocumentUrl__);
|
|
34682
|
+
|
|
34683
|
+
case 6:
|
|
34684
|
+
data_arr = _context13.sent;
|
|
34685
|
+
arry = [];
|
|
34686
|
+
_context13.next = 10;
|
|
34687
|
+
return data_arr === null || data_arr === void 0 ? void 0 : (_data_arr$result = data_arr.result) === null || _data_arr$result === void 0 ? void 0 : (_data_arr$result$ = _data_arr$result[0]) === null || _data_arr$result$ === void 0 ? void 0 : _data_arr$result$.map(function (val) {
|
|
34688
|
+
var _val$_id5, _val$display;
|
|
34689
|
+
|
|
34690
|
+
arry.push({
|
|
34691
|
+
value: (_val$_id5 = val === null || val === void 0 ? void 0 : val._id) !== null && _val$_id5 !== void 0 ? _val$_id5 : "",
|
|
34692
|
+
label: (_val$display = val === null || val === void 0 ? void 0 : val.display) !== null && _val$display !== void 0 ? _val$display : ""
|
|
34693
|
+
});
|
|
34694
|
+
});
|
|
34695
|
+
|
|
34696
|
+
case 10:
|
|
34697
|
+
return _context13.abrupt("return", _objectSpread2(_objectSpread2({}, defaultState.List), {}, {
|
|
34698
|
+
data: arry
|
|
34699
|
+
}));
|
|
34700
|
+
|
|
34701
|
+
case 13:
|
|
34702
|
+
_context13.prev = 13;
|
|
34703
|
+
_context13.t0 = _context13["catch"](2);
|
|
34704
|
+
return _context13.abrupt("return", rejectWithValue(_objectSpread2(_objectSpread2({}, defaultReject), {}, {
|
|
34705
|
+
message: _context13.t0.message
|
|
34706
|
+
})));
|
|
34707
|
+
|
|
34708
|
+
case 16:
|
|
34709
|
+
case "end":
|
|
34710
|
+
return _context13.stop();
|
|
34711
|
+
}
|
|
34712
|
+
}
|
|
34713
|
+
}, _callee13, null, [[2, 13]]);
|
|
34632
34714
|
})));
|
|
34633
34715
|
var orderSetApplicabilitySlice = createSlice({
|
|
34634
34716
|
name: "orderSetApplicabilityApiSlice",
|
|
@@ -34641,9 +34723,16 @@ var orderSetApplicabilitySlice = createSlice({
|
|
|
34641
34723
|
order_set_app_diagnosis_group: _objectSpread2({}, defaultState.List),
|
|
34642
34724
|
order_set_app_diagnosis_code: _objectSpread2({}, defaultState.List),
|
|
34643
34725
|
order_set_app_location: _objectSpread2({}, defaultState.List),
|
|
34644
|
-
order_set_applicability_upsert: _objectSpread2({}, defaultState.List)
|
|
34645
|
-
|
|
34646
|
-
|
|
34726
|
+
order_set_applicability_upsert: _objectSpread2({}, defaultState.List),
|
|
34727
|
+
order_set_app_specialty: _objectSpread2({}, defaultState.List)
|
|
34728
|
+
},
|
|
34729
|
+
extraReducers: (_extraReducers$b = {}, _defineProperty(_extraReducers$b, ORDER_SET_APP_SPECIALTY.fulfilled, function (state, action) {
|
|
34730
|
+
state.order_set_app_specialty.loading = false, state.order_set_app_specialty.error = false, state.order_set_app_specialty = action.payload;
|
|
34731
|
+
}), _defineProperty(_extraReducers$b, ORDER_SET_APP_SPECIALTY.pending, function (state, action) {
|
|
34732
|
+
state.order_set_app_specialty.loading = true, state.order_set_app_specialty.error = false, state.order_set_app_specialty.loading = true;
|
|
34733
|
+
}), _defineProperty(_extraReducers$b, ORDER_SET_APP_SPECIALTY.rejected, function (state, action) {
|
|
34734
|
+
state.order_set_app_specialty.loading = false, state.order_set_app_specialty.error = true, state.order_set_app_specialty = action.payload;
|
|
34735
|
+
}), _defineProperty(_extraReducers$b, GET_ORDER_SET_APPLICABILITY_LIST.fulfilled, function (state, action) {
|
|
34647
34736
|
state.order_set_applicability_list.loading = false, state.order_set_applicability_list.error = false, state.order_set_applicability_list = action.payload;
|
|
34648
34737
|
}), _defineProperty(_extraReducers$b, GET_ORDER_SET_APPLICABILITY_LIST.pending, function (state, action) {
|
|
34649
34738
|
state.order_set_applicability_list.loading = true, state.order_set_applicability_list.error = false, state.order_set_applicability_list.loading = true;
|
|
@@ -34708,7 +34797,8 @@ var orderSetApplicabilityActions = {
|
|
|
34708
34797
|
ORDER_SET_APP_DIAGNOSIS_GROUP: ORDER_SET_APP_DIAGNOSIS_GROUP,
|
|
34709
34798
|
ORDER_SET_APP_DIAGNOSIS_CODE: ORDER_SET_APP_DIAGNOSIS_CODE,
|
|
34710
34799
|
ORDER_SET_APP_LOCATION: ORDER_SET_APP_LOCATION,
|
|
34711
|
-
ORDER_SET_APPLICABILITY_UPSERT: ORDER_SET_APPLICABILITY_UPSERT
|
|
34800
|
+
ORDER_SET_APPLICABILITY_UPSERT: ORDER_SET_APPLICABILITY_UPSERT,
|
|
34801
|
+
ORDER_SET_APP_SPECIALTY: ORDER_SET_APP_SPECIALTY
|
|
34712
34802
|
};
|
|
34713
34803
|
var orderSetApplicabilitySlice$1 = orderSetApplicabilitySlice.reducer;
|
|
34714
34804
|
|