primary_care_admin_binder 0.1.14 → 0.1.18
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 +1107 -892
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -8525,7 +8525,7 @@ var generateJSON$2 = function generateJSON(data, _key, person_id) {
|
|
|
8525
8525
|
return json;
|
|
8526
8526
|
};
|
|
8527
8527
|
|
|
8528
|
-
var _extraReducers$
|
|
8528
|
+
var _extraReducers$I;
|
|
8529
8529
|
var PRACTITIONER_ROLE_READ = createAsyncThunk("practitionerSlice/practitionerlist", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
8530
8530
|
var payload,
|
|
8531
8531
|
_ref2,
|
|
@@ -8836,43 +8836,43 @@ var practitionerSlice = createSlice({
|
|
|
8836
8836
|
practitioner_status_update: _objectSpread2({}, defaultState.List),
|
|
8837
8837
|
get_entity_by_id: _objectSpread2({}, defaultState.List)
|
|
8838
8838
|
},
|
|
8839
|
-
extraReducers: (_extraReducers$
|
|
8839
|
+
extraReducers: (_extraReducers$I = {}, _defineProperty(_extraReducers$I, PRACTITIONER_ROLE_READ.fulfilled, function (state, action) {
|
|
8840
8840
|
state.practitioner_role_list.loading = false, state.practitioner_role_list.error = false, state.practitioner_role_list = action.payload;
|
|
8841
|
-
}), _defineProperty(_extraReducers$
|
|
8841
|
+
}), _defineProperty(_extraReducers$I, PRACTITIONER_ROLE_READ.pending, function (state, action) {
|
|
8842
8842
|
state.practitioner_role_list.loading = true, state.practitioner_role_list.error = false, state.practitioner_role_list.loading = true;
|
|
8843
|
-
}), _defineProperty(_extraReducers$
|
|
8843
|
+
}), _defineProperty(_extraReducers$I, PRACTITIONER_ROLE_READ.rejected, function (state, action) {
|
|
8844
8844
|
state.practitioner_role_list.loading = false, state.practitioner_role_list.error = true, state.practitioner_role_list = action.payload;
|
|
8845
|
-
}), _defineProperty(_extraReducers$
|
|
8845
|
+
}), _defineProperty(_extraReducers$I, PRACTITIONER_ROLE_UPSERT.fulfilled, function (state, action) {
|
|
8846
8846
|
state.practitioner_role_upsert.loading = false, state.practitioner_role_upsert.error = false, state.practitioner_role_upsert = action.payload;
|
|
8847
|
-
}), _defineProperty(_extraReducers$
|
|
8847
|
+
}), _defineProperty(_extraReducers$I, PRACTITIONER_ROLE_UPSERT.pending, function (state, action) {
|
|
8848
8848
|
state.practitioner_role_upsert.loading = true, state.practitioner_role_upsert.error = false, state.practitioner_role_upsert.loading = true;
|
|
8849
|
-
}), _defineProperty(_extraReducers$
|
|
8849
|
+
}), _defineProperty(_extraReducers$I, PRACTITIONER_ROLE_UPSERT.rejected, function (state, action) {
|
|
8850
8850
|
state.practitioner_role_upsert.loading = false, state.practitioner_role_upsert.error = true, state.practitioner_role_upsert = action.payload;
|
|
8851
|
-
}), _defineProperty(_extraReducers$
|
|
8851
|
+
}), _defineProperty(_extraReducers$I, PRACTITIONER_LIST_READ.fulfilled, function (state, action) {
|
|
8852
8852
|
state.practitioner_list.loading = false, state.practitioner_list.error = false, state.practitioner_list = action.payload;
|
|
8853
|
-
}), _defineProperty(_extraReducers$
|
|
8853
|
+
}), _defineProperty(_extraReducers$I, PRACTITIONER_LIST_READ.pending, function (state, action) {
|
|
8854
8854
|
state.practitioner_list.loading = true, state.practitioner_list.error = false, state.practitioner_list.loading = true;
|
|
8855
|
-
}), _defineProperty(_extraReducers$
|
|
8855
|
+
}), _defineProperty(_extraReducers$I, PRACTITIONER_LIST_READ.rejected, function (state, action) {
|
|
8856
8856
|
state.practitioner_list.loading = false, state.practitioner_list.error = true, state.practitioner_list = action.payload;
|
|
8857
|
-
}), _defineProperty(_extraReducers$
|
|
8857
|
+
}), _defineProperty(_extraReducers$I, PRACTITIONER_UPSERT.fulfilled, function (state, action) {
|
|
8858
8858
|
state.practitioner_upsert.loading = false, state.practitioner_upsert.error = false, state.practitioner_upsert = action.payload;
|
|
8859
|
-
}), _defineProperty(_extraReducers$
|
|
8859
|
+
}), _defineProperty(_extraReducers$I, PRACTITIONER_UPSERT.pending, function (state, action) {
|
|
8860
8860
|
state.practitioner_upsert.loading = true, state.practitioner_upsert.error = false, state.practitioner_upsert.loading = true;
|
|
8861
|
-
}), _defineProperty(_extraReducers$
|
|
8861
|
+
}), _defineProperty(_extraReducers$I, PRACTITIONER_UPSERT.rejected, function (state, action) {
|
|
8862
8862
|
state.practitioner_upsert.loading = false, state.practitioner_upsert.error = true, state.practitioner_upsert = action.payload;
|
|
8863
|
-
}), _defineProperty(_extraReducers$
|
|
8863
|
+
}), _defineProperty(_extraReducers$I, PRACTITIONER_STATUS_CHANGE.fulfilled, function (state, action) {
|
|
8864
8864
|
state.practitioner_status_update.loading = false, state.practitioner_status_update.error = false, state.practitioner_status_update = action.payload;
|
|
8865
|
-
}), _defineProperty(_extraReducers$
|
|
8865
|
+
}), _defineProperty(_extraReducers$I, PRACTITIONER_STATUS_CHANGE.pending, function (state, action) {
|
|
8866
8866
|
state.practitioner_status_update.loading = true, state.practitioner_status_update.error = false, state.practitioner_status_update.loading = true;
|
|
8867
|
-
}), _defineProperty(_extraReducers$
|
|
8867
|
+
}), _defineProperty(_extraReducers$I, PRACTITIONER_STATUS_CHANGE.rejected, function (state, action) {
|
|
8868
8868
|
state.practitioner_status_update.loading = false, state.practitioner_status_update.error = true, state.practitioner_status_update = action.payload;
|
|
8869
|
-
}), _defineProperty(_extraReducers$
|
|
8869
|
+
}), _defineProperty(_extraReducers$I, GET_ENTITY_BY_ID.fulfilled, function (state, action) {
|
|
8870
8870
|
state.get_entity_by_id.loading = false, state.get_entity_by_id.error = false, state.get_entity_by_id = action.payload;
|
|
8871
|
-
}), _defineProperty(_extraReducers$
|
|
8871
|
+
}), _defineProperty(_extraReducers$I, GET_ENTITY_BY_ID.pending, function (state, action) {
|
|
8872
8872
|
state.get_entity_by_id.loading = true, state.get_entity_by_id.error = false, state.get_entity_by_id.loading = true;
|
|
8873
|
-
}), _defineProperty(_extraReducers$
|
|
8873
|
+
}), _defineProperty(_extraReducers$I, GET_ENTITY_BY_ID.rejected, function (state, action) {
|
|
8874
8874
|
state.get_entity_by_id.loading = false, state.get_entity_by_id.error = true, state.get_entity_by_id = action.payload;
|
|
8875
|
-
}), _extraReducers$
|
|
8875
|
+
}), _extraReducers$I)
|
|
8876
8876
|
});
|
|
8877
8877
|
var practitionerActions$1 = {
|
|
8878
8878
|
PRACTITIONER_ROLE_READ: PRACTITIONER_ROLE_READ,
|
|
@@ -9258,7 +9258,7 @@ var generateReadJSON$5 = function generateReadJSON(data, masters) {
|
|
|
9258
9258
|
return json;
|
|
9259
9259
|
};
|
|
9260
9260
|
|
|
9261
|
-
var _extraReducers$
|
|
9261
|
+
var _extraReducers$H;
|
|
9262
9262
|
var location = ["nationality", "city", "district", "state", "country"];
|
|
9263
9263
|
|
|
9264
9264
|
var loopMasters$8 = function loopMasters() {
|
|
@@ -9487,19 +9487,19 @@ var practitionerMasterSlice = createSlice({
|
|
|
9487
9487
|
practitioner_masters: _objectSpread2({}, defaultState.Info),
|
|
9488
9488
|
practitionerbyid: _objectSpread2({}, defaultState.Info)
|
|
9489
9489
|
},
|
|
9490
|
-
extraReducers: (_extraReducers$
|
|
9490
|
+
extraReducers: (_extraReducers$H = {}, _defineProperty(_extraReducers$H, PRACTITIONER_MASTERS.fulfilled, function (state, action) {
|
|
9491
9491
|
state.practitioner_masters.loading = false, state.practitioner_masters.error = false, state.practitioner_masters = action.payload;
|
|
9492
|
-
}), _defineProperty(_extraReducers$
|
|
9492
|
+
}), _defineProperty(_extraReducers$H, PRACTITIONER_MASTERS.pending, function (state, action) {
|
|
9493
9493
|
state.practitioner_masters.loading = true, state.practitioner_masters.error = false, state.practitioner_masters.loading = true;
|
|
9494
|
-
}), _defineProperty(_extraReducers$
|
|
9494
|
+
}), _defineProperty(_extraReducers$H, PRACTITIONER_MASTERS.rejected, function (state, action) {
|
|
9495
9495
|
state.practitioner_masters.loading = false, state.practitioner_masters.error = true, state.practitioner_masters = action.payload;
|
|
9496
|
-
}), _defineProperty(_extraReducers$
|
|
9496
|
+
}), _defineProperty(_extraReducers$H, PRACTITIONER_GET_BY_ID.fulfilled, function (state, action) {
|
|
9497
9497
|
state.practitionerbyid.loading = false, state.practitionerbyid.error = false, state.practitionerbyid = action.payload;
|
|
9498
|
-
}), _defineProperty(_extraReducers$
|
|
9498
|
+
}), _defineProperty(_extraReducers$H, PRACTITIONER_GET_BY_ID.pending, function (state, action) {
|
|
9499
9499
|
state.practitionerbyid.loading = true, state.practitionerbyid.error = false, state.practitionerbyid.loading = true;
|
|
9500
|
-
}), _defineProperty(_extraReducers$
|
|
9500
|
+
}), _defineProperty(_extraReducers$H, PRACTITIONER_GET_BY_ID.rejected, function (state, action) {
|
|
9501
9501
|
state.practitionerbyid.loading = false, state.practitionerbyid.error = true, state.practitionerbyid = action.payload;
|
|
9502
|
-
}), _extraReducers$
|
|
9502
|
+
}), _extraReducers$H)
|
|
9503
9503
|
});
|
|
9504
9504
|
var practitionerMasterActions = {
|
|
9505
9505
|
PRACTITIONER_MASTERS: PRACTITIONER_MASTERS,
|
|
@@ -9507,7 +9507,7 @@ var practitionerMasterActions = {
|
|
|
9507
9507
|
};
|
|
9508
9508
|
var practitionerMasterSlice$1 = practitionerMasterSlice.reducer;
|
|
9509
9509
|
|
|
9510
|
-
var query$
|
|
9510
|
+
var query$c = {
|
|
9511
9511
|
unitUom: "{\n \"db_name\": \"".concat(dbName, "\",\n \"entity\": \"CodeableConceptMaster\",\n \"sort\": \"document(CodeableConceptMaster.coding[0]).display\",\n \"filter\": \"CodeableConceptMaster.Type=='VITALSUOM'\",\n \"return_fields\": \"MERGE(CodeableConceptMaster,{coding:(FOR cod IN CodeableConceptMaster.coding RETURN DOCUMENT(cod))})\"\n }"),
|
|
9512
9512
|
// getAgeRange: `{
|
|
9513
9513
|
// "db_name": "${dbName}",
|
|
@@ -9564,7 +9564,7 @@ var generateCategory = function generateCategory(data) {
|
|
|
9564
9564
|
return arr;
|
|
9565
9565
|
};
|
|
9566
9566
|
|
|
9567
|
-
var _extraReducers$
|
|
9567
|
+
var _extraReducers$G;
|
|
9568
9568
|
var UPSERT_AGE_RANGE = createAsyncThunk("ageRangeMasterApiSlice/save_age_range", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
9569
9569
|
var payload,
|
|
9570
9570
|
_ref2,
|
|
@@ -9676,7 +9676,7 @@ var UNIT_UOM = createAsyncThunk("ageRangeMasterApiSlice/unit_uom_list", /*#__PUR
|
|
|
9676
9676
|
_context3.prev = 2;
|
|
9677
9677
|
_context3.next = 5;
|
|
9678
9678
|
return fetchData({
|
|
9679
|
-
body: query$
|
|
9679
|
+
body: query$c.unitUom
|
|
9680
9680
|
}, __readDocumentUrl__);
|
|
9681
9681
|
|
|
9682
9682
|
case 5:
|
|
@@ -9721,7 +9721,7 @@ var GET_AGE_RANGE_MASTER = createAsyncThunk("ageRangeMasterApiSlice/age_range_li
|
|
|
9721
9721
|
_context4.prev = 2;
|
|
9722
9722
|
_context4.next = 5;
|
|
9723
9723
|
return fetchData({
|
|
9724
|
-
body: query$
|
|
9724
|
+
body: query$c.getAgeRange
|
|
9725
9725
|
}, __readDocumentUrl__);
|
|
9726
9726
|
|
|
9727
9727
|
case 5:
|
|
@@ -9752,31 +9752,31 @@ var ageRangeMasterSlice = createSlice({
|
|
|
9752
9752
|
save_age_range: _objectSpread2({}, defaultState.Info),
|
|
9753
9753
|
update_age_range: _objectSpread2({}, defaultState.Info)
|
|
9754
9754
|
},
|
|
9755
|
-
extraReducers: (_extraReducers$
|
|
9755
|
+
extraReducers: (_extraReducers$G = {}, _defineProperty(_extraReducers$G, UNIT_UOM.fulfilled, function (state, action) {
|
|
9756
9756
|
state.unit_uom_list.loading = false, state.unit_uom_list.error = false, state.unit_uom_list = action.payload;
|
|
9757
|
-
}), _defineProperty(_extraReducers$
|
|
9757
|
+
}), _defineProperty(_extraReducers$G, UNIT_UOM.pending, function (state, action) {
|
|
9758
9758
|
state.unit_uom_list.loading = true, state.unit_uom_list.error = false, state.unit_uom_list.loading = true;
|
|
9759
|
-
}), _defineProperty(_extraReducers$
|
|
9759
|
+
}), _defineProperty(_extraReducers$G, UNIT_UOM.rejected, function (state, action) {
|
|
9760
9760
|
state.unit_uom_list.loading = false, state.unit_uom_list.error = true, state.unit_uom_list = action.payload;
|
|
9761
|
-
}), _defineProperty(_extraReducers$
|
|
9761
|
+
}), _defineProperty(_extraReducers$G, GET_AGE_RANGE_MASTER.fulfilled, function (state, action) {
|
|
9762
9762
|
state.age_range_list.loading = false, state.age_range_list.error = false, state.age_range_list = action.payload;
|
|
9763
|
-
}), _defineProperty(_extraReducers$
|
|
9763
|
+
}), _defineProperty(_extraReducers$G, GET_AGE_RANGE_MASTER.pending, function (state, action) {
|
|
9764
9764
|
state.age_range_list.loading = true, state.age_range_list.error = false, state.age_range_list.loading = true;
|
|
9765
|
-
}), _defineProperty(_extraReducers$
|
|
9765
|
+
}), _defineProperty(_extraReducers$G, GET_AGE_RANGE_MASTER.rejected, function (state, action) {
|
|
9766
9766
|
state.age_range_list.loading = false, state.age_range_list.error = true, state.age_range_list = action.payload;
|
|
9767
|
-
}), _defineProperty(_extraReducers$
|
|
9767
|
+
}), _defineProperty(_extraReducers$G, UPSERT_AGE_RANGE.fulfilled, function (state, action) {
|
|
9768
9768
|
state.save_age_range.loading = false, state.save_age_range.error = false, state.save_age_range = action.payload;
|
|
9769
|
-
}), _defineProperty(_extraReducers$
|
|
9769
|
+
}), _defineProperty(_extraReducers$G, UPSERT_AGE_RANGE.pending, function (state, action) {
|
|
9770
9770
|
state.save_age_range.loading = true, state.save_age_range.error = false, state.save_age_range.loading = true;
|
|
9771
|
-
}), _defineProperty(_extraReducers$
|
|
9771
|
+
}), _defineProperty(_extraReducers$G, UPSERT_AGE_RANGE.rejected, function (state, action) {
|
|
9772
9772
|
state.save_age_range.loading = false, state.save_age_range.error = true, state.save_age_range = action.payload;
|
|
9773
|
-
}), _defineProperty(_extraReducers$
|
|
9773
|
+
}), _defineProperty(_extraReducers$G, UPDATE_AGE_RANGE.fulfilled, function (state, action) {
|
|
9774
9774
|
state.update_age_range.loading = false, state.update_age_range.error = false, state.update_age_range = action.payload;
|
|
9775
|
-
}), _defineProperty(_extraReducers$
|
|
9775
|
+
}), _defineProperty(_extraReducers$G, UPDATE_AGE_RANGE.pending, function (state, action) {
|
|
9776
9776
|
state.update_age_range.loading = true, state.update_age_range.error = false, state.update_age_range.loading = true;
|
|
9777
|
-
}), _defineProperty(_extraReducers$
|
|
9777
|
+
}), _defineProperty(_extraReducers$G, UPDATE_AGE_RANGE.rejected, function (state, action) {
|
|
9778
9778
|
state.update_age_range.loading = false, state.update_age_range.error = true, state.update_age_range = action.payload;
|
|
9779
|
-
}), _extraReducers$
|
|
9779
|
+
}), _extraReducers$G)
|
|
9780
9780
|
});
|
|
9781
9781
|
var ageRangeMasterActions = {
|
|
9782
9782
|
UNIT_UOM: UNIT_UOM,
|
|
@@ -9786,7 +9786,7 @@ var ageRangeMasterActions = {
|
|
|
9786
9786
|
};
|
|
9787
9787
|
var ageRangeMasterSlice$1 = ageRangeMasterSlice.reducer;
|
|
9788
9788
|
|
|
9789
|
-
var query$
|
|
9789
|
+
var query$b = {
|
|
9790
9790
|
getList: "{\n \"db_name\": \"".concat(dbName, "\",\n \"entity\": \"VitalsMeasureCodes\",\n \"sort\": \"VitalsMeasureCodes.createddate\",\n \"filter\": {\n \"VitalsMeasureCodes\":\"VitalsMeasureCodes.activestatus==true\"\n },\n \"return_fields\": \"VitalsMeasureCodes\"\n }")
|
|
9791
9791
|
};
|
|
9792
9792
|
|
|
@@ -9816,7 +9816,7 @@ var generateJson$b = function generateJson(data) {
|
|
|
9816
9816
|
})];
|
|
9817
9817
|
};
|
|
9818
9818
|
|
|
9819
|
-
var _extraReducers$
|
|
9819
|
+
var _extraReducers$F;
|
|
9820
9820
|
var GET_VITALS_MEASURE_CODE = createAsyncThunk("measureCodeApiSlice/age_range_list", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
9821
9821
|
var _ref2,
|
|
9822
9822
|
rejectWithValue,
|
|
@@ -9832,7 +9832,7 @@ var GET_VITALS_MEASURE_CODE = createAsyncThunk("measureCodeApiSlice/age_range_li
|
|
|
9832
9832
|
_context.prev = 2;
|
|
9833
9833
|
_context.next = 5;
|
|
9834
9834
|
return fetchData({
|
|
9835
|
-
body: query$
|
|
9835
|
+
body: query$b.getList
|
|
9836
9836
|
}, __readDocumentUrl__);
|
|
9837
9837
|
|
|
9838
9838
|
case 5:
|
|
@@ -9962,25 +9962,25 @@ var vitalsMeasureCodeSlice = createSlice({
|
|
|
9962
9962
|
save_measure_code: _objectSpread2({}, defaultState.Info),
|
|
9963
9963
|
update_measure_status: _objectSpread2({}, defaultState.Info)
|
|
9964
9964
|
},
|
|
9965
|
-
extraReducers: (_extraReducers$
|
|
9965
|
+
extraReducers: (_extraReducers$F = {}, _defineProperty(_extraReducers$F, GET_VITALS_MEASURE_CODE.fulfilled, function (state, action) {
|
|
9966
9966
|
state.meadure_code_list.loading = false, state.meadure_code_list.error = false, state.meadure_code_list = action.payload;
|
|
9967
|
-
}), _defineProperty(_extraReducers$
|
|
9967
|
+
}), _defineProperty(_extraReducers$F, GET_VITALS_MEASURE_CODE.pending, function (state, action) {
|
|
9968
9968
|
state.meadure_code_list.loading = true, state.meadure_code_list.error = false, state.meadure_code_list.loading = true;
|
|
9969
|
-
}), _defineProperty(_extraReducers$
|
|
9969
|
+
}), _defineProperty(_extraReducers$F, GET_VITALS_MEASURE_CODE.rejected, function (state, action) {
|
|
9970
9970
|
state.meadure_code_list.loading = false, state.meadure_code_list.error = true, state.meadure_code_list = action.payload;
|
|
9971
|
-
}), _defineProperty(_extraReducers$
|
|
9971
|
+
}), _defineProperty(_extraReducers$F, UPSERT_MEASURE_CODE.fulfilled, function (state, action) {
|
|
9972
9972
|
state.save_measure_code.loading = false, state.save_measure_code.error = false, state.save_measure_code = action.payload;
|
|
9973
|
-
}), _defineProperty(_extraReducers$
|
|
9973
|
+
}), _defineProperty(_extraReducers$F, UPSERT_MEASURE_CODE.pending, function (state, action) {
|
|
9974
9974
|
state.save_measure_code.loading = true, state.save_measure_code.error = false, state.save_measure_code.loading = true;
|
|
9975
|
-
}), _defineProperty(_extraReducers$
|
|
9975
|
+
}), _defineProperty(_extraReducers$F, UPSERT_MEASURE_CODE.rejected, function (state, action) {
|
|
9976
9976
|
state.save_measure_code.loading = false, state.save_measure_code.error = true, state.save_measure_code = action.payload;
|
|
9977
|
-
}), _defineProperty(_extraReducers$
|
|
9977
|
+
}), _defineProperty(_extraReducers$F, UPDATE_MEASURE_CODE_STATUS.fulfilled, function (state, action) {
|
|
9978
9978
|
state.update_measure_status.loading = false, state.update_measure_status.error = false, state.update_measure_status = action.payload;
|
|
9979
|
-
}), _defineProperty(_extraReducers$
|
|
9979
|
+
}), _defineProperty(_extraReducers$F, UPDATE_MEASURE_CODE_STATUS.pending, function (state, action) {
|
|
9980
9980
|
state.update_measure_status.loading = true, state.update_measure_status.error = false, state.update_measure_status.loading = true;
|
|
9981
|
-
}), _defineProperty(_extraReducers$
|
|
9981
|
+
}), _defineProperty(_extraReducers$F, UPDATE_MEASURE_CODE_STATUS.rejected, function (state, action) {
|
|
9982
9982
|
state.update_measure_status.loading = false, state.update_measure_status.error = true, state.update_measure_status = action.payload;
|
|
9983
|
-
}), _extraReducers$
|
|
9983
|
+
}), _extraReducers$F)
|
|
9984
9984
|
});
|
|
9985
9985
|
var vitalsMeasureCodeActions = {
|
|
9986
9986
|
GET_VITALS_MEASURE_CODE: GET_VITALS_MEASURE_CODE,
|
|
@@ -9989,7 +9989,7 @@ var vitalsMeasureCodeActions = {
|
|
|
9989
9989
|
};
|
|
9990
9990
|
var vitalsMeasureCodeSlice$1 = vitalsMeasureCodeSlice.reducer;
|
|
9991
9991
|
|
|
9992
|
-
var query$
|
|
9992
|
+
var query$a = {
|
|
9993
9993
|
entityName: function entityName(data) {
|
|
9994
9994
|
return {
|
|
9995
9995
|
db_name: dbName,
|
|
@@ -10217,7 +10217,7 @@ var generateApplicableTable = function generateApplicableTable(table, state) {
|
|
|
10217
10217
|
return arr;
|
|
10218
10218
|
};
|
|
10219
10219
|
|
|
10220
|
-
var _extraReducers$
|
|
10220
|
+
var _extraReducers$E;
|
|
10221
10221
|
var GET_ENTITY_NAME = createAsyncThunk("vitalApplicableApiSlice/entityName", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
10222
10222
|
var payload,
|
|
10223
10223
|
_ref2,
|
|
@@ -10237,7 +10237,7 @@ var GET_ENTITY_NAME = createAsyncThunk("vitalApplicableApiSlice/entityName", /*#
|
|
|
10237
10237
|
list = payload.list;
|
|
10238
10238
|
_context.next = 6;
|
|
10239
10239
|
return fetchData({
|
|
10240
|
-
body: JSON.stringify(query$
|
|
10240
|
+
body: JSON.stringify(query$a.entityName(list))
|
|
10241
10241
|
}, __readDocumentUrl__);
|
|
10242
10242
|
|
|
10243
10243
|
case 6:
|
|
@@ -10282,7 +10282,7 @@ var GET_ENTITY_TYPE_VITALAPP = createAsyncThunk("vitalApplicableApiSlice/entityT
|
|
|
10282
10282
|
_context2.prev = 2;
|
|
10283
10283
|
_context2.next = 5;
|
|
10284
10284
|
return fetchData({
|
|
10285
|
-
body: query$
|
|
10285
|
+
body: query$a.entityType
|
|
10286
10286
|
}, __readDocumentUrl__);
|
|
10287
10287
|
|
|
10288
10288
|
case 5:
|
|
@@ -10327,7 +10327,7 @@ var VITAL_CODE = createAsyncThunk("vitalApplicableApiSlice/vitalCode", /*#__PURE
|
|
|
10327
10327
|
_context3.prev = 2;
|
|
10328
10328
|
_context3.next = 5;
|
|
10329
10329
|
return fetchData({
|
|
10330
|
-
body: query$
|
|
10330
|
+
body: query$a.vitalcode
|
|
10331
10331
|
}, __readDocumentUrl__);
|
|
10332
10332
|
|
|
10333
10333
|
case 5:
|
|
@@ -10372,7 +10372,7 @@ var GENDER = createAsyncThunk("vitalApplicableApiSlice/gender", /*#__PURE__*/_as
|
|
|
10372
10372
|
_context4.prev = 2;
|
|
10373
10373
|
_context4.next = 5;
|
|
10374
10374
|
return fetchData({
|
|
10375
|
-
body: query$
|
|
10375
|
+
body: query$a.gender
|
|
10376
10376
|
}, __readDocumentUrl__);
|
|
10377
10377
|
|
|
10378
10378
|
case 5:
|
|
@@ -10417,7 +10417,7 @@ var SPECIALITY_CODE = createAsyncThunk("vitalApplicableApiSlice/specialityCode",
|
|
|
10417
10417
|
_context5.prev = 2;
|
|
10418
10418
|
_context5.next = 5;
|
|
10419
10419
|
return fetchData({
|
|
10420
|
-
body: query$
|
|
10420
|
+
body: query$a.specialityCode
|
|
10421
10421
|
}, __readDocumentUrl__);
|
|
10422
10422
|
|
|
10423
10423
|
case 5:
|
|
@@ -10462,7 +10462,7 @@ var DIAGNOSIS = createAsyncThunk("vitalApplicableApiSlice/diagnosis", /*#__PURE_
|
|
|
10462
10462
|
_context6.prev = 2;
|
|
10463
10463
|
_context6.next = 5;
|
|
10464
10464
|
return fetchData({
|
|
10465
|
-
body: query$
|
|
10465
|
+
body: query$a.diagnosis
|
|
10466
10466
|
}, __readDocumentUrl__);
|
|
10467
10467
|
|
|
10468
10468
|
case 5:
|
|
@@ -10511,7 +10511,7 @@ var DIAGNOSIS_MASTERS = createAsyncThunk("vitalApplicableApiSlice/diagnosisMaste
|
|
|
10511
10511
|
input_text = payload.input_text;
|
|
10512
10512
|
_context7.next = 6;
|
|
10513
10513
|
return fetchData({
|
|
10514
|
-
body: JSON.stringify(query$
|
|
10514
|
+
body: JSON.stringify(query$a.Diagnosis(input_text))
|
|
10515
10515
|
}, __readDocumentUrl__);
|
|
10516
10516
|
|
|
10517
10517
|
case 6:
|
|
@@ -10556,7 +10556,7 @@ var AGE_RANGES_CODE = createAsyncThunk("vitalApplicableApiSlice/agerangesCode",
|
|
|
10556
10556
|
_context8.prev = 2;
|
|
10557
10557
|
_context8.next = 5;
|
|
10558
10558
|
return fetchData({
|
|
10559
|
-
body: query$
|
|
10559
|
+
body: query$a.ageRanges
|
|
10560
10560
|
}, __readDocumentUrl__);
|
|
10561
10561
|
|
|
10562
10562
|
case 5:
|
|
@@ -10605,7 +10605,7 @@ var AGE_RANGES_CATEGORY = createAsyncThunk("vitalApplicableApiSlice/agerangesCat
|
|
|
10605
10605
|
ageRangeId = payload.ageRangeId;
|
|
10606
10606
|
_context9.next = 6;
|
|
10607
10607
|
return fetchData({
|
|
10608
|
-
body: JSON.stringify(query$
|
|
10608
|
+
body: JSON.stringify(query$a.ageCategory(ageRangeId))
|
|
10609
10609
|
}, __readDocumentUrl__);
|
|
10610
10610
|
|
|
10611
10611
|
case 6:
|
|
@@ -10701,7 +10701,7 @@ var READ_VITAL_APPLICABLE = createAsyncThunk("vitalApplicableApiSlice/vitalsappl
|
|
|
10701
10701
|
|
|
10702
10702
|
_context11.next = 7;
|
|
10703
10703
|
return fetchData({
|
|
10704
|
-
body: query$
|
|
10704
|
+
body: query$a.VitalApplicableRead
|
|
10705
10705
|
}, __readDocumentUrl__);
|
|
10706
10706
|
|
|
10707
10707
|
case 7:
|
|
@@ -10793,7 +10793,7 @@ var EDIT_VITAL_APPLICABLE = createAsyncThunk("vitalsApplicableSlice/editvitalApp
|
|
|
10793
10793
|
ccState = state.vitalsApplicableSlice;
|
|
10794
10794
|
_context13.next = 8;
|
|
10795
10795
|
return fetchData({
|
|
10796
|
-
body: JSON.stringify(query$
|
|
10796
|
+
body: JSON.stringify(query$a.editVitalApplicable(id))
|
|
10797
10797
|
}, __readDocumentUrl__);
|
|
10798
10798
|
|
|
10799
10799
|
case 8:
|
|
@@ -10838,7 +10838,7 @@ var SPECIALITY_CODE_ORG_ID = createAsyncThunk("vitalApplicableApiSlice/specialit
|
|
|
10838
10838
|
};
|
|
10839
10839
|
_context14.next = 6;
|
|
10840
10840
|
return fetchData({
|
|
10841
|
-
body: JSON.stringify(query$
|
|
10841
|
+
body: JSON.stringify(query$a.specialityCodeOrgId(orgId))
|
|
10842
10842
|
}, __readDocumentUrl__);
|
|
10843
10843
|
|
|
10844
10844
|
case 6:
|
|
@@ -10886,91 +10886,91 @@ var vitalsApplicableSlice = createSlice({
|
|
|
10886
10886
|
edit_vital_applicable: _objectSpread2({}, defaultState.List),
|
|
10887
10887
|
speciality_code_org: _objectSpread2({}, defaultState.List)
|
|
10888
10888
|
},
|
|
10889
|
-
extraReducers: (_extraReducers$
|
|
10889
|
+
extraReducers: (_extraReducers$E = {}, _defineProperty(_extraReducers$E, GET_ENTITY_NAME.fulfilled, function (state, action) {
|
|
10890
10890
|
state.entity_name.loading = false, state.entity_name.error = false, state.entity_name = action.payload;
|
|
10891
|
-
}), _defineProperty(_extraReducers$
|
|
10891
|
+
}), _defineProperty(_extraReducers$E, GET_ENTITY_NAME.pending, function (state, action) {
|
|
10892
10892
|
state.entity_name.loading = true, state.entity_name.error = false, state.entity_name.loading = true;
|
|
10893
|
-
}), _defineProperty(_extraReducers$
|
|
10893
|
+
}), _defineProperty(_extraReducers$E, GET_ENTITY_NAME.rejected, function (state, action) {
|
|
10894
10894
|
state.entity_name.loading = false, state.entity_name.error = true, state.entity_name = action.payload;
|
|
10895
|
-
}), _defineProperty(_extraReducers$
|
|
10895
|
+
}), _defineProperty(_extraReducers$E, GET_ENTITY_TYPE_VITALAPP.fulfilled, function (state, action) {
|
|
10896
10896
|
state.entity_type.loading = false, state.entity_type.error = false, state.entity_type = action.payload;
|
|
10897
|
-
}), _defineProperty(_extraReducers$
|
|
10897
|
+
}), _defineProperty(_extraReducers$E, GET_ENTITY_TYPE_VITALAPP.pending, function (state, action) {
|
|
10898
10898
|
state.entity_type.loading = true, state.entity_type.error = false, state.entity_type.loading = true;
|
|
10899
|
-
}), _defineProperty(_extraReducers$
|
|
10899
|
+
}), _defineProperty(_extraReducers$E, GET_ENTITY_TYPE_VITALAPP.rejected, function (state, action) {
|
|
10900
10900
|
state.entity_type.loading = false, state.entity_type.error = true, state.entity_type = action.payload;
|
|
10901
|
-
}), _defineProperty(_extraReducers$
|
|
10901
|
+
}), _defineProperty(_extraReducers$E, GENDER.fulfilled, function (state, action) {
|
|
10902
10902
|
state.gender.loading = false, state.gender.error = false, state.gender = action.payload;
|
|
10903
|
-
}), _defineProperty(_extraReducers$
|
|
10903
|
+
}), _defineProperty(_extraReducers$E, GENDER.pending, function (state, action) {
|
|
10904
10904
|
state.gender.loading = true, state.gender.error = false, state.gender.loading = true;
|
|
10905
|
-
}), _defineProperty(_extraReducers$
|
|
10905
|
+
}), _defineProperty(_extraReducers$E, GENDER.rejected, function (state, action) {
|
|
10906
10906
|
state.gender.loading = false, state.gender.error = true, state.gender = action.payload;
|
|
10907
|
-
}), _defineProperty(_extraReducers$
|
|
10907
|
+
}), _defineProperty(_extraReducers$E, SPECIALITY_CODE.fulfilled, function (state, action) {
|
|
10908
10908
|
state.speciality_code.loading = false, state.speciality_code.error = false, state.speciality_code = action.payload;
|
|
10909
|
-
}), _defineProperty(_extraReducers$
|
|
10909
|
+
}), _defineProperty(_extraReducers$E, SPECIALITY_CODE.pending, function (state, action) {
|
|
10910
10910
|
state.speciality_code.loading = true, state.speciality_code.error = false, state.speciality_code.loading = true;
|
|
10911
|
-
}), _defineProperty(_extraReducers$
|
|
10911
|
+
}), _defineProperty(_extraReducers$E, SPECIALITY_CODE.rejected, function (state, action) {
|
|
10912
10912
|
state.speciality_code.loading = false, state.speciality_code.error = true, state.speciality_code = action.payload;
|
|
10913
|
-
}), _defineProperty(_extraReducers$
|
|
10913
|
+
}), _defineProperty(_extraReducers$E, DIAGNOSIS.fulfilled, function (state, action) {
|
|
10914
10914
|
state.dignosis.loading = false, state.dignosis.error = false, state.dignosis = action.payload;
|
|
10915
|
-
}), _defineProperty(_extraReducers$
|
|
10915
|
+
}), _defineProperty(_extraReducers$E, DIAGNOSIS.pending, function (state, action) {
|
|
10916
10916
|
state.dignosis.loading = true, state.dignosis.error = false, state.dignosis.loading = true;
|
|
10917
|
-
}), _defineProperty(_extraReducers$
|
|
10917
|
+
}), _defineProperty(_extraReducers$E, DIAGNOSIS.rejected, function (state, action) {
|
|
10918
10918
|
state.dignosis.loading = false, state.dignosis.error = true, state.dignosis = action.payload;
|
|
10919
|
-
}), _defineProperty(_extraReducers$
|
|
10919
|
+
}), _defineProperty(_extraReducers$E, DIAGNOSIS_MASTERS.fulfilled, function (state, action) {
|
|
10920
10920
|
state.dignosis_master.loading = false, state.dignosis_master.error = false, state.dignosis_master = action.payload;
|
|
10921
|
-
}), _defineProperty(_extraReducers$
|
|
10921
|
+
}), _defineProperty(_extraReducers$E, DIAGNOSIS_MASTERS.pending, function (state, action) {
|
|
10922
10922
|
state.dignosis_master.loading = true, state.dignosis_master.error = false, state.dignosis_master.loading = true;
|
|
10923
|
-
}), _defineProperty(_extraReducers$
|
|
10923
|
+
}), _defineProperty(_extraReducers$E, DIAGNOSIS_MASTERS.rejected, function (state, action) {
|
|
10924
10924
|
state.dignosis_master.loading = false, state.dignosis_master.error = true, state.dignosis_master = action.payload;
|
|
10925
|
-
}), _defineProperty(_extraReducers$
|
|
10925
|
+
}), _defineProperty(_extraReducers$E, AGE_RANGES_CODE.fulfilled, function (state, action) {
|
|
10926
10926
|
state.ageranges_code.loading = false, state.ageranges_code.error = false, state.ageranges_code = action.payload;
|
|
10927
|
-
}), _defineProperty(_extraReducers$
|
|
10927
|
+
}), _defineProperty(_extraReducers$E, AGE_RANGES_CODE.pending, function (state, action) {
|
|
10928
10928
|
state.ageranges_code.loading = true, state.ageranges_code.error = false, state.ageranges_code.loading = true;
|
|
10929
|
-
}), _defineProperty(_extraReducers$
|
|
10929
|
+
}), _defineProperty(_extraReducers$E, AGE_RANGES_CODE.rejected, function (state, action) {
|
|
10930
10930
|
state.ageranges_code.loading = false, state.ageranges_code.error = true, state.ageranges_code = action.payload;
|
|
10931
|
-
}), _defineProperty(_extraReducers$
|
|
10931
|
+
}), _defineProperty(_extraReducers$E, AGE_RANGES_CATEGORY.fulfilled, function (state, action) {
|
|
10932
10932
|
state.ageranges_category.loading = false, state.ageranges_category.error = false, state.ageranges_category = action.payload;
|
|
10933
|
-
}), _defineProperty(_extraReducers$
|
|
10933
|
+
}), _defineProperty(_extraReducers$E, AGE_RANGES_CATEGORY.pending, function (state, action) {
|
|
10934
10934
|
state.ageranges_category.loading = true, state.ageranges_category.error = false, state.ageranges_category.loading = true;
|
|
10935
|
-
}), _defineProperty(_extraReducers$
|
|
10935
|
+
}), _defineProperty(_extraReducers$E, AGE_RANGES_CATEGORY.rejected, function (state, action) {
|
|
10936
10936
|
state.ageranges_category.loading = false, state.ageranges_category.error = true, state.ageranges_category = action.payload;
|
|
10937
|
-
}), _defineProperty(_extraReducers$
|
|
10937
|
+
}), _defineProperty(_extraReducers$E, VITAL_CODE.fulfilled, function (state, action) {
|
|
10938
10938
|
state.vital_code.loading = false, state.vital_code.error = false, state.vital_code = action.payload;
|
|
10939
|
-
}), _defineProperty(_extraReducers$
|
|
10939
|
+
}), _defineProperty(_extraReducers$E, VITAL_CODE.pending, function (state, action) {
|
|
10940
10940
|
state.vital_code.loading = true, state.vital_code.error = false, state.vital_code.loading = true;
|
|
10941
|
-
}), _defineProperty(_extraReducers$
|
|
10941
|
+
}), _defineProperty(_extraReducers$E, VITAL_CODE.rejected, function (state, action) {
|
|
10942
10942
|
state.vital_code.loading = false, state.vital_code.error = true, state.vital_code = action.payload;
|
|
10943
|
-
}), _defineProperty(_extraReducers$
|
|
10943
|
+
}), _defineProperty(_extraReducers$E, SAVE_VITAL_APPLICABLE.fulfilled, function (state, action) {
|
|
10944
10944
|
state.save_vital_applicable.loading = false, state.save_vital_applicable.error = false, state.save_vital_applicable = action.payload;
|
|
10945
|
-
}), _defineProperty(_extraReducers$
|
|
10945
|
+
}), _defineProperty(_extraReducers$E, SAVE_VITAL_APPLICABLE.pending, function (state, action) {
|
|
10946
10946
|
state.save_vital_applicable.loading = true, state.save_vital_applicable.error = false, state.save_vital_applicable.loading = true;
|
|
10947
|
-
}), _defineProperty(_extraReducers$
|
|
10947
|
+
}), _defineProperty(_extraReducers$E, SAVE_VITAL_APPLICABLE.rejected, function (state, action) {
|
|
10948
10948
|
state.save_vital_applicable.loading = false, state.save_vital_applicable.error = true, state.save_vital_applicable = action.payload;
|
|
10949
|
-
}), _defineProperty(_extraReducers$
|
|
10949
|
+
}), _defineProperty(_extraReducers$E, READ_VITAL_APPLICABLE.fulfilled, function (state, action) {
|
|
10950
10950
|
state.read_vital_applicable.loading = false, state.read_vital_applicable.error = false, state.read_vital_applicable = action.payload;
|
|
10951
|
-
}), _defineProperty(_extraReducers$
|
|
10951
|
+
}), _defineProperty(_extraReducers$E, READ_VITAL_APPLICABLE.pending, function (state, action) {
|
|
10952
10952
|
state.read_vital_applicable.loading = true, state.read_vital_applicable.error = false, state.read_vital_applicable.loading = true;
|
|
10953
|
-
}), _defineProperty(_extraReducers$
|
|
10953
|
+
}), _defineProperty(_extraReducers$E, READ_VITAL_APPLICABLE.rejected, function (state, action) {
|
|
10954
10954
|
state.read_vital_applicable.loading = false, state.read_vital_applicable.error = true, state.read_vital_applicable = action.payload;
|
|
10955
|
-
}), _defineProperty(_extraReducers$
|
|
10955
|
+
}), _defineProperty(_extraReducers$E, UPDATE_VITAL_APPLICABLE_STATUS.fulfilled, function (state, action) {
|
|
10956
10956
|
state.update_applicable_status.loading = false, state.update_applicable_status.error = false, state.update_applicable_status = action.payload;
|
|
10957
|
-
}), _defineProperty(_extraReducers$
|
|
10957
|
+
}), _defineProperty(_extraReducers$E, UPDATE_VITAL_APPLICABLE_STATUS.pending, function (state, action) {
|
|
10958
10958
|
state.update_applicable_status.loading = true, state.update_applicable_status.error = false, state.update_applicable_status.loading = true;
|
|
10959
|
-
}), _defineProperty(_extraReducers$
|
|
10959
|
+
}), _defineProperty(_extraReducers$E, UPDATE_VITAL_APPLICABLE_STATUS.rejected, function (state, action) {
|
|
10960
10960
|
state.update_applicable_status.loading = false, state.update_applicable_status.error = true, state.update_applicable_status = action.payload;
|
|
10961
|
-
}), _defineProperty(_extraReducers$
|
|
10961
|
+
}), _defineProperty(_extraReducers$E, EDIT_VITAL_APPLICABLE.fulfilled, function (state, action) {
|
|
10962
10962
|
state.edit_vital_applicable.loading = false, state.edit_vital_applicable.error = false, state.edit_vital_applicable = action.payload;
|
|
10963
|
-
}), _defineProperty(_extraReducers$
|
|
10963
|
+
}), _defineProperty(_extraReducers$E, EDIT_VITAL_APPLICABLE.pending, function (state, action) {
|
|
10964
10964
|
state.edit_vital_applicable.loading = true, state.edit_vital_applicable.error = false, state.edit_vital_applicable.loading = true;
|
|
10965
|
-
}), _defineProperty(_extraReducers$
|
|
10965
|
+
}), _defineProperty(_extraReducers$E, EDIT_VITAL_APPLICABLE.rejected, function (state, action) {
|
|
10966
10966
|
state.edit_vital_applicable.loading = false, state.edit_vital_applicable.error = true, state.edit_vital_applicable = action.payload;
|
|
10967
|
-
}), _defineProperty(_extraReducers$
|
|
10967
|
+
}), _defineProperty(_extraReducers$E, SPECIALITY_CODE_ORG_ID.fulfilled, function (state, action) {
|
|
10968
10968
|
state.speciality_code_org.loading = false, state.speciality_code_org.error = false, state.speciality_code_org = action.payload;
|
|
10969
|
-
}), _defineProperty(_extraReducers$
|
|
10969
|
+
}), _defineProperty(_extraReducers$E, SPECIALITY_CODE_ORG_ID.pending, function (state, action) {
|
|
10970
10970
|
state.speciality_code_org.loading = true, state.speciality_code_org.error = false, state.speciality_code_org.loading = true;
|
|
10971
|
-
}), _defineProperty(_extraReducers$
|
|
10971
|
+
}), _defineProperty(_extraReducers$E, SPECIALITY_CODE_ORG_ID.rejected, function (state, action) {
|
|
10972
10972
|
state.speciality_code_org.loading = false, state.speciality_code_org.error = true, state.speciality_code_org = action.payload;
|
|
10973
|
-
}), _extraReducers$
|
|
10973
|
+
}), _extraReducers$E)
|
|
10974
10974
|
});
|
|
10975
10975
|
var vitalsApplicableActions = {
|
|
10976
10976
|
GET_ENTITY_NAME: GET_ENTITY_NAME,
|
|
@@ -10990,7 +10990,7 @@ var vitalsApplicableActions = {
|
|
|
10990
10990
|
};
|
|
10991
10991
|
var vitalsApplicableSlice$1 = vitalsApplicableSlice.reducer;
|
|
10992
10992
|
|
|
10993
|
-
var query$
|
|
10993
|
+
var query$9 = {
|
|
10994
10994
|
gender: "{\n \"db_name\": \"".concat(dbName, "\",\n \"entity\": \"CodeableConceptMaster\",\n \"sort\": \"document(CodeableConceptMaster.coding[0]).display\",\n \"filter\": \"CodeableConceptMaster.Type=='GENDER'\",\n \"return_fields\": \"MERGE(CodeableConceptMaster,{coding:(FOR cod IN CodeableConceptMaster.coding RETURN DOCUMENT(cod))})\"\n }"),
|
|
10995
10995
|
unitAllowed: "{\n \"db_name\": \"".concat(dbName, "\",\n \"entity\": \"VitalsMeasureCodes\",\n \"sort\":\"VitalsMeasureCodes.ObsValMeasCode\",\n \"filter\": \"VitalsMeasureCodes.activestatus==true && VitalsMeasureCodes.status==true\",\n \"return_fields\": \"VitalsMeasureCodes\"\n }"),
|
|
10996
10996
|
referenceUnitAllowed: "{\n \"db_name\": \"".concat(dbName, "\",\n \"entity\": \"CodeableConceptMaster\",\n \"sort\": \"document(CodeableConceptMaster.coding[0]).display\",\n \"filter\": \"CodeableConceptMaster.Type=='VITALSUOM'\",\n \"return_fields\": \"MERGE(CodeableConceptMaster,{coding:(FOR cod IN CodeableConceptMaster.coding RETURN DOCUMENT(cod))})\"\n }"),
|
|
@@ -11225,7 +11225,7 @@ var generateReference = function generateReference(ref, state, ageCategory) {
|
|
|
11225
11225
|
return Object.values(obj);
|
|
11226
11226
|
};
|
|
11227
11227
|
|
|
11228
|
-
var _extraReducers$
|
|
11228
|
+
var _extraReducers$D;
|
|
11229
11229
|
var MASTER_GENDER = createAsyncThunk("vitalsMasterSectionApiSlice/gender", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
11230
11230
|
var _ref2,
|
|
11231
11231
|
rejectWithValue,
|
|
@@ -11241,7 +11241,7 @@ var MASTER_GENDER = createAsyncThunk("vitalsMasterSectionApiSlice/gender", /*#__
|
|
|
11241
11241
|
_context.prev = 2;
|
|
11242
11242
|
_context.next = 5;
|
|
11243
11243
|
return fetchData({
|
|
11244
|
-
body: query$
|
|
11244
|
+
body: query$9.gender
|
|
11245
11245
|
}, __readDocumentUrl__);
|
|
11246
11246
|
|
|
11247
11247
|
case 5:
|
|
@@ -11286,7 +11286,7 @@ var REFERENCE_UNIT_ALLOWED = createAsyncThunk("vitalsMasterSectionApiSlice/refer
|
|
|
11286
11286
|
_context2.prev = 2;
|
|
11287
11287
|
_context2.next = 5;
|
|
11288
11288
|
return fetchData({
|
|
11289
|
-
body: query$
|
|
11289
|
+
body: query$9.referenceUnitAllowed
|
|
11290
11290
|
}, __readDocumentUrl__);
|
|
11291
11291
|
|
|
11292
11292
|
case 5:
|
|
@@ -11331,7 +11331,7 @@ var UNIT_ALLOWED = createAsyncThunk("vitalsMasterSectionApiSlice/unitAllowed", /
|
|
|
11331
11331
|
_context3.prev = 2;
|
|
11332
11332
|
_context3.next = 5;
|
|
11333
11333
|
return fetchData({
|
|
11334
|
-
body: query$
|
|
11334
|
+
body: query$9.unitAllowed
|
|
11335
11335
|
}, __readDocumentUrl__);
|
|
11336
11336
|
|
|
11337
11337
|
case 5:
|
|
@@ -11376,7 +11376,7 @@ var REFERENCE_AGERANGES = createAsyncThunk("vitalsMasterSectionApiSlice/agerange
|
|
|
11376
11376
|
_context4.prev = 2;
|
|
11377
11377
|
_context4.next = 5;
|
|
11378
11378
|
return fetchData({
|
|
11379
|
-
body: query$
|
|
11379
|
+
body: query$9.ageRanges
|
|
11380
11380
|
}, __readDocumentUrl__);
|
|
11381
11381
|
|
|
11382
11382
|
case 5:
|
|
@@ -11431,14 +11431,14 @@ var REFERENCE_AGERANGES_CATEGORY = createAsyncThunk("vitalsMasterSectionApiSlice
|
|
|
11431
11431
|
ccState = state.vitalsMasterSectionSlice;
|
|
11432
11432
|
_context5.next = 8;
|
|
11433
11433
|
return fetchData({
|
|
11434
|
-
body: query$
|
|
11434
|
+
body: query$9.category
|
|
11435
11435
|
}, __readDocumentUrl__);
|
|
11436
11436
|
|
|
11437
11437
|
case 8:
|
|
11438
11438
|
category = _context5.sent;
|
|
11439
11439
|
_context5.next = 11;
|
|
11440
11440
|
return fetchData({
|
|
11441
|
-
body: JSON.stringify(query$
|
|
11441
|
+
body: JSON.stringify(query$9.ageCategory(ageRangeId))
|
|
11442
11442
|
}, __readDocumentUrl__);
|
|
11443
11443
|
|
|
11444
11444
|
case 11:
|
|
@@ -11481,7 +11481,7 @@ var DEFAULT_UNIT = createAsyncThunk("vitalsMasterSectionApiSlice/defaultunit", /
|
|
|
11481
11481
|
AllowedUnit = payload.AllowedUnit;
|
|
11482
11482
|
_context6.next = 6;
|
|
11483
11483
|
return fetchData({
|
|
11484
|
-
body: JSON.stringify(query$
|
|
11484
|
+
body: JSON.stringify(query$9.defaultUnit(AllowedUnit))
|
|
11485
11485
|
}, __readDocumentUrl__);
|
|
11486
11486
|
|
|
11487
11487
|
case 6:
|
|
@@ -11569,7 +11569,7 @@ var READ_VITAL_MASTER = createAsyncThunk("vitalsMasterSectionApiSlice/vitalsMast
|
|
|
11569
11569
|
_context8.prev = 2;
|
|
11570
11570
|
_context8.next = 5;
|
|
11571
11571
|
return fetchData({
|
|
11572
|
-
body: query$
|
|
11572
|
+
body: query$9.VitalRead
|
|
11573
11573
|
}, __readDocumentUrl__);
|
|
11574
11574
|
|
|
11575
11575
|
case 5:
|
|
@@ -11655,7 +11655,7 @@ var DELETE_VITAL_MASTER = createAsyncThunk("vitalsMasterSectionApiSlice/vitalMas
|
|
|
11655
11655
|
id = payload.id;
|
|
11656
11656
|
_context10.next = 6;
|
|
11657
11657
|
return fetchData({
|
|
11658
|
-
body: query$
|
|
11658
|
+
body: query$9.deleteVitalMaster(id)
|
|
11659
11659
|
}, __softDelete__);
|
|
11660
11660
|
|
|
11661
11661
|
case 6:
|
|
@@ -11703,14 +11703,14 @@ var EDIT_VITAL_MASTER = createAsyncThunk("vitalsMasterSectionApiSlice/editvitalM
|
|
|
11703
11703
|
ccState = state.vitalsMasterSectionSlice;
|
|
11704
11704
|
_context11.next = 8;
|
|
11705
11705
|
return fetchData({
|
|
11706
|
-
body: query$
|
|
11706
|
+
body: query$9.category
|
|
11707
11707
|
}, __readDocumentUrl__);
|
|
11708
11708
|
|
|
11709
11709
|
case 8:
|
|
11710
11710
|
category = _context11.sent;
|
|
11711
11711
|
_context11.next = 11;
|
|
11712
11712
|
return fetchData({
|
|
11713
|
-
body: JSON.stringify(query$
|
|
11713
|
+
body: JSON.stringify(query$9.editVitalmaster(id))
|
|
11714
11714
|
}, __readDocumentUrl__);
|
|
11715
11715
|
|
|
11716
11716
|
case 11:
|
|
@@ -11749,73 +11749,73 @@ var vitalsMasterSectionSlice = createSlice({
|
|
|
11749
11749
|
delete_vital_master: _objectSpread2({}, defaultState.List),
|
|
11750
11750
|
edit_vital_master: _objectSpread2({}, defaultState.List)
|
|
11751
11751
|
},
|
|
11752
|
-
extraReducers: (_extraReducers$
|
|
11752
|
+
extraReducers: (_extraReducers$D = {}, _defineProperty(_extraReducers$D, MASTER_GENDER.fulfilled, function (state, action) {
|
|
11753
11753
|
state.master_gender.loading = false, state.master_gender.error = false, state.master_gender = action.payload;
|
|
11754
|
-
}), _defineProperty(_extraReducers$
|
|
11754
|
+
}), _defineProperty(_extraReducers$D, MASTER_GENDER.pending, function (state, action) {
|
|
11755
11755
|
state.master_gender.loading = true, state.master_gender.error = false, state.master_gender.loading = true;
|
|
11756
|
-
}), _defineProperty(_extraReducers$
|
|
11756
|
+
}), _defineProperty(_extraReducers$D, MASTER_GENDER.rejected, function (state, action) {
|
|
11757
11757
|
state.master_gender.loading = false, state.master_gender.error = true, state.master_gender = action.payload;
|
|
11758
|
-
}), _defineProperty(_extraReducers$
|
|
11758
|
+
}), _defineProperty(_extraReducers$D, REFERENCE_UNIT_ALLOWED.fulfilled, function (state, action) {
|
|
11759
11759
|
state.reference_unit_allowed.loading = false, state.reference_unit_allowed.error = false, state.reference_unit_allowed = action.payload;
|
|
11760
|
-
}), _defineProperty(_extraReducers$
|
|
11760
|
+
}), _defineProperty(_extraReducers$D, REFERENCE_UNIT_ALLOWED.pending, function (state, action) {
|
|
11761
11761
|
state.reference_unit_allowed.loading = true, state.reference_unit_allowed.error = false, state.reference_unit_allowed.loading = true;
|
|
11762
|
-
}), _defineProperty(_extraReducers$
|
|
11762
|
+
}), _defineProperty(_extraReducers$D, REFERENCE_UNIT_ALLOWED.rejected, function (state, action) {
|
|
11763
11763
|
state.reference_unit_allowed.loading = false, state.reference_unit_allowed.error = true, state.reference_unit_allowed = action.payload;
|
|
11764
|
-
}), _defineProperty(_extraReducers$
|
|
11764
|
+
}), _defineProperty(_extraReducers$D, UNIT_ALLOWED.fulfilled, function (state, action) {
|
|
11765
11765
|
state.unit_allowed.loading = false, state.unit_allowed.error = false, state.unit_allowed = action.payload;
|
|
11766
|
-
}), _defineProperty(_extraReducers$
|
|
11766
|
+
}), _defineProperty(_extraReducers$D, UNIT_ALLOWED.pending, function (state, action) {
|
|
11767
11767
|
state.unit_allowed.loading = true, state.unit_allowed.error = false, state.unit_allowed.loading = true;
|
|
11768
|
-
}), _defineProperty(_extraReducers$
|
|
11768
|
+
}), _defineProperty(_extraReducers$D, UNIT_ALLOWED.rejected, function (state, action) {
|
|
11769
11769
|
state.unit_allowed.loading = false, state.unit_allowed.error = true, state.unit_allowed = action.payload;
|
|
11770
|
-
}), _defineProperty(_extraReducers$
|
|
11770
|
+
}), _defineProperty(_extraReducers$D, REFERENCE_AGERANGES.fulfilled, function (state, action) {
|
|
11771
11771
|
state.reference_ageranges.loading = false, state.reference_ageranges.error = false, state.reference_ageranges = action.payload;
|
|
11772
|
-
}), _defineProperty(_extraReducers$
|
|
11772
|
+
}), _defineProperty(_extraReducers$D, REFERENCE_AGERANGES.pending, function (state, action) {
|
|
11773
11773
|
state.reference_ageranges.loading = true, state.reference_ageranges.error = false, state.reference_ageranges.loading = true;
|
|
11774
|
-
}), _defineProperty(_extraReducers$
|
|
11774
|
+
}), _defineProperty(_extraReducers$D, REFERENCE_AGERANGES.rejected, function (state, action) {
|
|
11775
11775
|
state.reference_ageranges.loading = false, state.reference_ageranges.error = true, state.reference_ageranges = action.payload;
|
|
11776
|
-
}), _defineProperty(_extraReducers$
|
|
11776
|
+
}), _defineProperty(_extraReducers$D, REFERENCE_AGERANGES_CATEGORY.fulfilled, function (state, action) {
|
|
11777
11777
|
state.reference_agerange_category.loading = false, state.reference_agerange_category.error = false, state.reference_agerange_category = action.payload;
|
|
11778
|
-
}), _defineProperty(_extraReducers$
|
|
11778
|
+
}), _defineProperty(_extraReducers$D, REFERENCE_AGERANGES_CATEGORY.pending, function (state, action) {
|
|
11779
11779
|
state.reference_agerange_category.loading = true, state.reference_agerange_category.error = false, state.reference_agerange_category.loading = true;
|
|
11780
|
-
}), _defineProperty(_extraReducers$
|
|
11780
|
+
}), _defineProperty(_extraReducers$D, REFERENCE_AGERANGES_CATEGORY.rejected, function (state, action) {
|
|
11781
11781
|
state.reference_agerange_category.loading = false, state.reference_agerange_category.error = true, state.reference_agerange_category = action.payload;
|
|
11782
|
-
}), _defineProperty(_extraReducers$
|
|
11782
|
+
}), _defineProperty(_extraReducers$D, DEFAULT_UNIT.fulfilled, function (state, action) {
|
|
11783
11783
|
state.default_unit.loading = false, state.default_unit.error = false, state.default_unit = action.payload;
|
|
11784
|
-
}), _defineProperty(_extraReducers$
|
|
11784
|
+
}), _defineProperty(_extraReducers$D, DEFAULT_UNIT.pending, function (state, action) {
|
|
11785
11785
|
state.default_unit.loading = true, state.default_unit.error = false, state.default_unit.loading = true;
|
|
11786
|
-
}), _defineProperty(_extraReducers$
|
|
11786
|
+
}), _defineProperty(_extraReducers$D, DEFAULT_UNIT.rejected, function (state, action) {
|
|
11787
11787
|
state.default_unit.loading = false, state.default_unit.error = true, state.default_unit = action.payload;
|
|
11788
|
-
}), _defineProperty(_extraReducers$
|
|
11788
|
+
}), _defineProperty(_extraReducers$D, SAVE_VITAL_MASTER.fulfilled, function (state, action) {
|
|
11789
11789
|
state.save_vital_master.loading = false, state.save_vital_master.error = false, state.save_vital_master = action.payload;
|
|
11790
|
-
}), _defineProperty(_extraReducers$
|
|
11790
|
+
}), _defineProperty(_extraReducers$D, SAVE_VITAL_MASTER.pending, function (state, action) {
|
|
11791
11791
|
state.save_vital_master.loading = true, state.save_vital_master.error = false, state.save_vital_master.loading = true;
|
|
11792
|
-
}), _defineProperty(_extraReducers$
|
|
11792
|
+
}), _defineProperty(_extraReducers$D, SAVE_VITAL_MASTER.rejected, function (state, action) {
|
|
11793
11793
|
state.save_vital_master.loading = false, state.save_vital_master.error = true, state.save_vital_master = action.payload;
|
|
11794
|
-
}), _defineProperty(_extraReducers$
|
|
11794
|
+
}), _defineProperty(_extraReducers$D, READ_VITAL_MASTER.fulfilled, function (state, action) {
|
|
11795
11795
|
state.vital_master_read.loading = false, state.vital_master_read.error = false, state.vital_master_read = action.payload;
|
|
11796
|
-
}), _defineProperty(_extraReducers$
|
|
11796
|
+
}), _defineProperty(_extraReducers$D, READ_VITAL_MASTER.pending, function (state, action) {
|
|
11797
11797
|
state.vital_master_read.loading = true, state.vital_master_read.error = false, state.vital_master_read.loading = true;
|
|
11798
|
-
}), _defineProperty(_extraReducers$
|
|
11798
|
+
}), _defineProperty(_extraReducers$D, READ_VITAL_MASTER.rejected, function (state, action) {
|
|
11799
11799
|
state.vital_master_read.loading = false, state.vital_master_read.error = true, state.vital_master_read = action.payload;
|
|
11800
|
-
}), _defineProperty(_extraReducers$
|
|
11800
|
+
}), _defineProperty(_extraReducers$D, UPDATE_VITAL_MASTER_STATUS.fulfilled, function (state, action) {
|
|
11801
11801
|
state.update_master_status.loading = false, state.update_master_status.error = false, state.update_master_status = action.payload;
|
|
11802
|
-
}), _defineProperty(_extraReducers$
|
|
11802
|
+
}), _defineProperty(_extraReducers$D, UPDATE_VITAL_MASTER_STATUS.pending, function (state, action) {
|
|
11803
11803
|
state.update_master_status.loading = true, state.update_master_status.error = false, state.update_master_status.loading = true;
|
|
11804
|
-
}), _defineProperty(_extraReducers$
|
|
11804
|
+
}), _defineProperty(_extraReducers$D, UPDATE_VITAL_MASTER_STATUS.rejected, function (state, action) {
|
|
11805
11805
|
state.update_master_status.loading = false, state.update_master_status.error = true, state.update_master_status = action.payload;
|
|
11806
|
-
}), _defineProperty(_extraReducers$
|
|
11806
|
+
}), _defineProperty(_extraReducers$D, DELETE_VITAL_MASTER.fulfilled, function (state, action) {
|
|
11807
11807
|
state.delete_vital_master.loading = false, state.delete_vital_master.error = false, state.delete_vital_master = action.payload;
|
|
11808
|
-
}), _defineProperty(_extraReducers$
|
|
11808
|
+
}), _defineProperty(_extraReducers$D, DELETE_VITAL_MASTER.pending, function (state, action) {
|
|
11809
11809
|
state.delete_vital_master.loading = true, state.delete_vital_master.error = false, state.delete_vital_master.loading = true;
|
|
11810
|
-
}), _defineProperty(_extraReducers$
|
|
11810
|
+
}), _defineProperty(_extraReducers$D, DELETE_VITAL_MASTER.rejected, function (state, action) {
|
|
11811
11811
|
state.delete_vital_master.loading = false, state.delete_vital_master.error = true, state.delete_vital_master = action.payload;
|
|
11812
|
-
}), _defineProperty(_extraReducers$
|
|
11812
|
+
}), _defineProperty(_extraReducers$D, EDIT_VITAL_MASTER.fulfilled, function (state, action) {
|
|
11813
11813
|
state.edit_vital_master.loading = false, state.edit_vital_master.error = false, state.edit_vital_master = action.payload;
|
|
11814
|
-
}), _defineProperty(_extraReducers$
|
|
11814
|
+
}), _defineProperty(_extraReducers$D, EDIT_VITAL_MASTER.pending, function (state, action) {
|
|
11815
11815
|
state.edit_vital_master.loading = true, state.edit_vital_master.error = false, state.edit_vital_master.loading = true;
|
|
11816
|
-
}), _defineProperty(_extraReducers$
|
|
11816
|
+
}), _defineProperty(_extraReducers$D, EDIT_VITAL_MASTER.rejected, function (state, action) {
|
|
11817
11817
|
state.edit_vital_master.loading = false, state.edit_vital_master.error = true, state.edit_vital_master = action.payload;
|
|
11818
|
-
}), _extraReducers$
|
|
11818
|
+
}), _extraReducers$D)
|
|
11819
11819
|
});
|
|
11820
11820
|
var vitalsMasterSectionActions = {
|
|
11821
11821
|
MASTER_GENDER: MASTER_GENDER,
|
|
@@ -12147,7 +12147,7 @@ var generateJSON = function generateJSON(data, _key) {
|
|
|
12147
12147
|
return json;
|
|
12148
12148
|
};
|
|
12149
12149
|
|
|
12150
|
-
var _extraReducers$
|
|
12150
|
+
var _extraReducers$C;
|
|
12151
12151
|
var LOCATION_READ = createAsyncThunk("locationSlice/locationlist", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
12152
12152
|
var payload,
|
|
12153
12153
|
_ref2,
|
|
@@ -12314,25 +12314,25 @@ var locationSlice = createSlice({
|
|
|
12314
12314
|
location_list_upsert: _objectSpread2({}, defaultState.List),
|
|
12315
12315
|
location_insert: _objectSpread2({}, defaultState.List)
|
|
12316
12316
|
},
|
|
12317
|
-
extraReducers: (_extraReducers$
|
|
12317
|
+
extraReducers: (_extraReducers$C = {}, _defineProperty(_extraReducers$C, LOCATION_READ.fulfilled, function (state, action) {
|
|
12318
12318
|
state.location_list.loading = false, state.location_list.error = false, state.location_list = action.payload;
|
|
12319
|
-
}), _defineProperty(_extraReducers$
|
|
12319
|
+
}), _defineProperty(_extraReducers$C, LOCATION_READ.pending, function (state, action) {
|
|
12320
12320
|
state.location_list.loading = true, state.location_list.error = false, state.location_list.loading = true;
|
|
12321
|
-
}), _defineProperty(_extraReducers$
|
|
12321
|
+
}), _defineProperty(_extraReducers$C, LOCATION_READ.rejected, function (state, action) {
|
|
12322
12322
|
state.location_list.loading = false, state.location_list.error = true, state.location_list = action.payload;
|
|
12323
|
-
}), _defineProperty(_extraReducers$
|
|
12323
|
+
}), _defineProperty(_extraReducers$C, LOCATION_LIST_UPSERT.fulfilled, function (state, action) {
|
|
12324
12324
|
state.location_list_upsert.loading = false, state.location_list_upsert.error = false, state.location_list_upsert = action.payload;
|
|
12325
|
-
}), _defineProperty(_extraReducers$
|
|
12325
|
+
}), _defineProperty(_extraReducers$C, LOCATION_LIST_UPSERT.pending, function (state, action) {
|
|
12326
12326
|
state.location_list_upsert.loading = true, state.location_list_upsert.error = false, state.location_list_upsert.loading = true;
|
|
12327
|
-
}), _defineProperty(_extraReducers$
|
|
12327
|
+
}), _defineProperty(_extraReducers$C, LOCATION_LIST_UPSERT.rejected, function (state, action) {
|
|
12328
12328
|
state.location_list_upsert.loading = false, state.location_list_upsert.error = true, state.location_list_upsert = action.payload;
|
|
12329
|
-
}), _defineProperty(_extraReducers$
|
|
12329
|
+
}), _defineProperty(_extraReducers$C, LOCATION_MASTER_INSERT.fulfilled, function (state, action) {
|
|
12330
12330
|
state.location_insert.loading = false, state.location_insert.error = false, state.location_insert = action.payload;
|
|
12331
|
-
}), _defineProperty(_extraReducers$
|
|
12331
|
+
}), _defineProperty(_extraReducers$C, LOCATION_MASTER_INSERT.pending, function (state, action) {
|
|
12332
12332
|
state.location_insert.loading = true, state.location_insert.error = false, state.location_insert.loading = true;
|
|
12333
|
-
}), _defineProperty(_extraReducers$
|
|
12333
|
+
}), _defineProperty(_extraReducers$C, LOCATION_MASTER_INSERT.rejected, function (state, action) {
|
|
12334
12334
|
state.location_insert.loading = false, state.location_insert.error = true, state.location_insert = action.payload;
|
|
12335
|
-
}), _extraReducers$
|
|
12335
|
+
}), _extraReducers$C)
|
|
12336
12336
|
});
|
|
12337
12337
|
var locationActions$1 = {
|
|
12338
12338
|
LOCATION_READ: LOCATION_READ,
|
|
@@ -12841,7 +12841,7 @@ var generateReadJSON$4 = function generateReadJSON(data, state) {
|
|
|
12841
12841
|
return json;
|
|
12842
12842
|
};
|
|
12843
12843
|
|
|
12844
|
-
var _extraReducers$
|
|
12844
|
+
var _extraReducers$B;
|
|
12845
12845
|
var LOCATION_MASTERS_ENTITYTYPE = createAsyncThunk("locationMasterSlice/location_masters_entitytype", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
12846
12846
|
var _ref2,
|
|
12847
12847
|
rejectWithValue,
|
|
@@ -13453,79 +13453,79 @@ var locationMasterSlice = createSlice({
|
|
|
13453
13453
|
location_masters_priority: _objectSpread2({}, defaultState.List),
|
|
13454
13454
|
locationmasterbyid: _objectSpread2({}, defaultState.List)
|
|
13455
13455
|
},
|
|
13456
|
-
extraReducers: (_extraReducers$
|
|
13456
|
+
extraReducers: (_extraReducers$B = {}, _defineProperty(_extraReducers$B, LOCATION_MASTERS_ENTITYTYPE.fulfilled, function (state, action) {
|
|
13457
13457
|
state.location_masters_entitytype.loading = false, state.location_masters_entitytype.error = false, state.location_masters_entitytype = action.payload;
|
|
13458
|
-
}), _defineProperty(_extraReducers$
|
|
13458
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTERS_ENTITYTYPE.pending, function (state, action) {
|
|
13459
13459
|
state.location_masters_entitytype.loading = true, state.location_masters_entitytype.error = false, state.location_masters_entitytype.loading = true;
|
|
13460
|
-
}), _defineProperty(_extraReducers$
|
|
13460
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTERS_ENTITYTYPE.rejected, function (state, action) {
|
|
13461
13461
|
state.location_masters_entitytype.loading = false, state.location_masters_entitytype.error = true, state.location_masters_entitytype = action.payload;
|
|
13462
|
-
}), _defineProperty(_extraReducers$
|
|
13462
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTERS_ENTITYNAME.fulfilled, function (state, action) {
|
|
13463
13463
|
state.location_masters_entityname.loading = false, state.location_masters_entityname.error = false, state.location_masters_entityname = action.payload;
|
|
13464
|
-
}), _defineProperty(_extraReducers$
|
|
13464
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTERS_ENTITYNAME.pending, function (state, action) {
|
|
13465
13465
|
state.location_masters_entityname.loading = true, state.location_masters_entityname.error = false, state.location_masters_entityname.loading = true;
|
|
13466
|
-
}), _defineProperty(_extraReducers$
|
|
13466
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTERS_ENTITYNAME.rejected, function (state, action) {
|
|
13467
13467
|
state.location_masters_entityname.loading = false, state.location_masters_entityname.error = true, state.location_masters_entityname = action.payload;
|
|
13468
|
-
}), _defineProperty(_extraReducers$
|
|
13468
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTERS_LOCATIONTYPE.fulfilled, function (state, action) {
|
|
13469
13469
|
state.location_masters_locationtype.loading = false, state.location_masters_locationtype.error = false, state.location_masters_locationtype = action.payload;
|
|
13470
|
-
}), _defineProperty(_extraReducers$
|
|
13470
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTERS_LOCATIONTYPE.pending, function (state, action) {
|
|
13471
13471
|
state.location_masters_locationtype.loading = true, state.location_masters_locationtype.error = false, state.location_masters_locationtype.loading = true;
|
|
13472
|
-
}), _defineProperty(_extraReducers$
|
|
13472
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTERS_LOCATIONTYPE.rejected, function (state, action) {
|
|
13473
13473
|
state.location_masters_locationtype.loading = false, state.location_masters_locationtype.error = true, state.location_masters_locationtype = action.payload;
|
|
13474
|
-
}), _defineProperty(_extraReducers$
|
|
13474
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTERS_OPERATIONALSTATUS.fulfilled, function (state, action) {
|
|
13475
13475
|
state.location_masters_operationalstatus.loading = false, state.location_masters_operationalstatus.error = false, state.location_masters_operationalstatus = action.payload;
|
|
13476
|
-
}), _defineProperty(_extraReducers$
|
|
13476
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTERS_OPERATIONALSTATUS.pending, function (state, action) {
|
|
13477
13477
|
state.location_masters_operationalstatus.loading = true, state.location_masters_operationalstatus.error = false, state.location_masters_operationalstatus.loading = true;
|
|
13478
|
-
}), _defineProperty(_extraReducers$
|
|
13478
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTERS_OPERATIONALSTATUS.rejected, function (state, action) {
|
|
13479
13479
|
state.location_masters_operationalstatus.loading = false, state.location_masters_operationalstatus.error = true, state.location_masters_operationalstatus = action.payload;
|
|
13480
|
-
}), _defineProperty(_extraReducers$
|
|
13480
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTERS_PARENT_LOCATION_ID_DESCRIPTION.fulfilled, function (state, action) {
|
|
13481
13481
|
state.location_masters_parent_location_id.loading = false, state.location_masters_parent_location_id.error = false, state.location_masters_parent_location_id = action.payload;
|
|
13482
|
-
}), _defineProperty(_extraReducers$
|
|
13482
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTERS_PARENT_LOCATION_ID_DESCRIPTION.pending, function (state, action) {
|
|
13483
13483
|
state.location_masters_parent_location_id.loading = true, state.location_masters_parent_location_id.error = false, state.location_masters_parent_location_id.loading = true;
|
|
13484
|
-
}), _defineProperty(_extraReducers$
|
|
13484
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTERS_PARENT_LOCATION_ID_DESCRIPTION.rejected, function (state, action) {
|
|
13485
13485
|
state.location_masters_parent_location_id.loading = false, state.location_masters_parent_location_id.error = true, state.location_masters_parent_location_id = action.payload;
|
|
13486
|
-
}), _defineProperty(_extraReducers$
|
|
13486
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTERS_LOCATIONROLETYPE.fulfilled, function (state, action) {
|
|
13487
13487
|
state.location_masters_locationroletype.loading = false, state.location_masters_locationroletype.error = false, state.location_masters_locationroletype = action.payload;
|
|
13488
|
-
}), _defineProperty(_extraReducers$
|
|
13488
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTERS_LOCATIONROLETYPE.pending, function (state, action) {
|
|
13489
13489
|
state.location_masters_locationroletype.loading = true, state.location_masters_locationroletype.error = false, state.location_masters_locationroletype.loading = true;
|
|
13490
|
-
}), _defineProperty(_extraReducers$
|
|
13490
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTERS_LOCATIONROLETYPE.rejected, function (state, action) {
|
|
13491
13491
|
state.location_masters_locationroletype.loading = false, state.location_masters_locationroletype.error = true, state.location_masters_locationroletype = action.payload;
|
|
13492
|
-
}), _defineProperty(_extraReducers$
|
|
13492
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTER_SPECIALITY.fulfilled, function (state, action) {
|
|
13493
13493
|
state.location_masters_speciality.loading = false, state.location_masters_speciality.error = false, state.location_masters_speciality = action.payload;
|
|
13494
|
-
}), _defineProperty(_extraReducers$
|
|
13494
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTER_SPECIALITY.pending, function (state, action) {
|
|
13495
13495
|
state.location_masters_speciality.loading = true, state.location_masters_speciality.error = false, state.location_masters_speciality.loading = true;
|
|
13496
|
-
}), _defineProperty(_extraReducers$
|
|
13496
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTER_SPECIALITY.rejected, function (state, action) {
|
|
13497
13497
|
state.location_masters_speciality.loading = false, state.location_masters_speciality.error = true, state.location_masters_speciality = action.payload;
|
|
13498
|
-
}), _defineProperty(_extraReducers$
|
|
13498
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTER_CONTACTMODE.fulfilled, function (state, action) {
|
|
13499
13499
|
state.location_masters_contactmode.loading = false, state.location_masters_contactmode.error = false, state.location_masters_contactmode = action.payload;
|
|
13500
|
-
}), _defineProperty(_extraReducers$
|
|
13500
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTER_CONTACTMODE.pending, function (state, action) {
|
|
13501
13501
|
state.location_masters_contactmode.loading = true, state.location_masters_contactmode.error = false, state.location_masters_contactmode.loading = true;
|
|
13502
|
-
}), _defineProperty(_extraReducers$
|
|
13502
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTER_CONTACTMODE.rejected, function (state, action) {
|
|
13503
13503
|
state.location_masters_contactmode.loading = false, state.location_masters_contactmode.error = true, state.location_masters_contactmode = action.payload;
|
|
13504
|
-
}), _defineProperty(_extraReducers$
|
|
13504
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTER_ISD.fulfilled, function (state, action) {
|
|
13505
13505
|
state.location_masters_isd.loading = false, state.location_masters_isd.error = false, state.location_masters_isd = action.payload;
|
|
13506
|
-
}), _defineProperty(_extraReducers$
|
|
13506
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTER_ISD.pending, function (state, action) {
|
|
13507
13507
|
state.location_masters_isd.loading = true, state.location_masters_isd.error = false, state.location_masters_isd.loading = true;
|
|
13508
|
-
}), _defineProperty(_extraReducers$
|
|
13508
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTER_ISD.rejected, function (state, action) {
|
|
13509
13509
|
state.location_masters_isd.loading = false, state.location_masters_isd.error = true, state.location_masters_isd = action.payload;
|
|
13510
|
-
}), _defineProperty(_extraReducers$
|
|
13510
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTER_USE.fulfilled, function (state, action) {
|
|
13511
13511
|
state.location_masters_use.loading = false, state.location_masters_use.error = false, state.location_masters_use = action.payload;
|
|
13512
|
-
}), _defineProperty(_extraReducers$
|
|
13512
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTER_USE.pending, function (state, action) {
|
|
13513
13513
|
state.location_masters_use.loading = true, state.location_masters_use.error = false, state.location_masters_use.loading = true;
|
|
13514
|
-
}), _defineProperty(_extraReducers$
|
|
13514
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTER_USE.rejected, function (state, action) {
|
|
13515
13515
|
state.location_masters_use.loading = false, state.location_masters_use.error = true, state.location_masters_use = action.payload;
|
|
13516
|
-
}), _defineProperty(_extraReducers$
|
|
13516
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTER_PRIORITY.fulfilled, function (state, action) {
|
|
13517
13517
|
state.location_masters_priority.loading = false, state.location_masters_priority.error = false, state.location_masters_priority = action.payload;
|
|
13518
|
-
}), _defineProperty(_extraReducers$
|
|
13518
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTER_PRIORITY.pending, function (state, action) {
|
|
13519
13519
|
state.location_masters_priority.loading = true, state.location_masters_priority.error = false, state.location_masters_priority.loading = true;
|
|
13520
|
-
}), _defineProperty(_extraReducers$
|
|
13520
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTER_PRIORITY.rejected, function (state, action) {
|
|
13521
13521
|
state.location_masters_priority.loading = false, state.location_masters_priority.error = true, state.location_masters_priority = action.payload;
|
|
13522
|
-
}), _defineProperty(_extraReducers$
|
|
13522
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTER_GET_BY_ID.fulfilled, function (state, action) {
|
|
13523
13523
|
state.locationmasterbyid.loading = false, state.locationmasterbyid.error = false, state.locationmasterbyid = action.payload;
|
|
13524
|
-
}), _defineProperty(_extraReducers$
|
|
13524
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTER_GET_BY_ID.pending, function (state, action) {
|
|
13525
13525
|
state.locationmasterbyid.loading = true, state.locationmasterbyid.error = false, state.locationmasterbyid.loading = true;
|
|
13526
|
-
}), _defineProperty(_extraReducers$
|
|
13526
|
+
}), _defineProperty(_extraReducers$B, LOCATION_MASTER_GET_BY_ID.rejected, function (state, action) {
|
|
13527
13527
|
state.locationmasterbyid.loading = false, state.locationmasterbyid.error = true, state.locationmasterbyid = action.payload;
|
|
13528
|
-
}), _extraReducers$
|
|
13528
|
+
}), _extraReducers$B)
|
|
13529
13529
|
});
|
|
13530
13530
|
var locationMasterActions = {
|
|
13531
13531
|
LOCATION_MASTERS_ENTITYTYPE: LOCATION_MASTERS_ENTITYTYPE,
|
|
@@ -13624,7 +13624,7 @@ var queries$l = {
|
|
|
13624
13624
|
}
|
|
13625
13625
|
};
|
|
13626
13626
|
|
|
13627
|
-
var _extraReducers$
|
|
13627
|
+
var _extraReducers$A;
|
|
13628
13628
|
var ORDERTYPEREAD = createAsyncThunk("ordertypeSlice/ordertypeRead", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
13629
13629
|
var _ref2,
|
|
13630
13630
|
rejectWithValue,
|
|
@@ -13874,37 +13874,37 @@ var ordertypeSlice = createSlice({
|
|
|
13874
13874
|
updateset_orrder_table: _objectSpread2({}, defaultState.List),
|
|
13875
13875
|
insert_order_type: _objectSpread2({}, defaultState.List)
|
|
13876
13876
|
},
|
|
13877
|
-
extraReducers: (_extraReducers$
|
|
13877
|
+
extraReducers: (_extraReducers$A = {}, _defineProperty(_extraReducers$A, ORDERTYPEREAD.fulfilled, function (state, action) {
|
|
13878
13878
|
state.order_type_read.loading = false, state.order_type_read.error = false, state.order_type_read = action.payload;
|
|
13879
|
-
}), _defineProperty(_extraReducers$
|
|
13879
|
+
}), _defineProperty(_extraReducers$A, ORDERTYPEREAD.pending, function (state, action) {
|
|
13880
13880
|
state.order_type_read.loading = true, state.order_type_read.error = false, state.order_type_read.loading = true;
|
|
13881
|
-
}), _defineProperty(_extraReducers$
|
|
13881
|
+
}), _defineProperty(_extraReducers$A, ORDERTYPEREAD.rejected, function (state, action) {
|
|
13882
13882
|
state.order_type_read.loading = false, state.order_type_read.error = true, state.order_type_read = action.payload;
|
|
13883
|
-
}), _defineProperty(_extraReducers$
|
|
13883
|
+
}), _defineProperty(_extraReducers$A, ORDERCATEGORYMASTER.fulfilled, function (state, action) {
|
|
13884
13884
|
state.order_category_master.loading = false, state.order_category_master.error = false, state.order_category_master = action.payload;
|
|
13885
|
-
}), _defineProperty(_extraReducers$
|
|
13885
|
+
}), _defineProperty(_extraReducers$A, ORDERCATEGORYMASTER.pending, function (state, action) {
|
|
13886
13886
|
state.order_category_master.loading = true, state.order_category_master.error = false, state.order_category_master.loading = true;
|
|
13887
|
-
}), _defineProperty(_extraReducers$
|
|
13887
|
+
}), _defineProperty(_extraReducers$A, ORDERCATEGORYMASTER.rejected, function (state, action) {
|
|
13888
13888
|
state.order_category_master.loading = false, state.order_category_master.error = true, state.order_category_master = action.payload;
|
|
13889
|
-
}), _defineProperty(_extraReducers$
|
|
13889
|
+
}), _defineProperty(_extraReducers$A, UPDATEORDERTABLESTATE.fulfilled, function (state, action) {
|
|
13890
13890
|
state.update_orrder_table_state.loading = false, state.update_orrder_table_state.error = false, state.update_orrder_table_state = action.payload;
|
|
13891
|
-
}), _defineProperty(_extraReducers$
|
|
13891
|
+
}), _defineProperty(_extraReducers$A, UPDATEORDERTABLESTATE.pending, function (state, action) {
|
|
13892
13892
|
state.update_orrder_table_state.loading = true, state.update_orrder_table_state.error = false, state.update_orrder_table_state.loading = true;
|
|
13893
|
-
}), _defineProperty(_extraReducers$
|
|
13893
|
+
}), _defineProperty(_extraReducers$A, UPDATEORDERTABLESTATE.rejected, function (state, action) {
|
|
13894
13894
|
state.update_orrder_table_state.loading = false, state.update_orrder_table_state.error = true, state.update_orrder_table_state = action.payload;
|
|
13895
|
-
}), _defineProperty(_extraReducers$
|
|
13895
|
+
}), _defineProperty(_extraReducers$A, UPDATESETORDERTABLE.fulfilled, function (state, action) {
|
|
13896
13896
|
state.updateset_orrder_table.loading = false, state.updateset_orrder_table.error = false, state.updateset_orrder_table = action.payload;
|
|
13897
|
-
}), _defineProperty(_extraReducers$
|
|
13897
|
+
}), _defineProperty(_extraReducers$A, UPDATESETORDERTABLE.pending, function (state, action) {
|
|
13898
13898
|
state.updateset_orrder_table.loading = true, state.updateset_orrder_table.error = false, state.updateset_orrder_table.loading = true;
|
|
13899
|
-
}), _defineProperty(_extraReducers$
|
|
13899
|
+
}), _defineProperty(_extraReducers$A, UPDATESETORDERTABLE.rejected, function (state, action) {
|
|
13900
13900
|
state.updateset_orrder_table.loading = false, state.updateset_orrder_table.error = true, state.updateset_orrder_table = action.payload;
|
|
13901
|
-
}), _defineProperty(_extraReducers$
|
|
13901
|
+
}), _defineProperty(_extraReducers$A, INSERTORDERTABLE.fulfilled, function (state, action) {
|
|
13902
13902
|
state.insert_order_type.loading = false, state.insert_order_type.error = false, state.insert_order_type = action.payload;
|
|
13903
|
-
}), _defineProperty(_extraReducers$
|
|
13903
|
+
}), _defineProperty(_extraReducers$A, INSERTORDERTABLE.pending, function (state, action) {
|
|
13904
13904
|
state.insert_order_type.loading = true, state.insert_order_type.error = false, state.insert_order_type.loading = true;
|
|
13905
|
-
}), _defineProperty(_extraReducers$
|
|
13905
|
+
}), _defineProperty(_extraReducers$A, INSERTORDERTABLE.rejected, function (state, action) {
|
|
13906
13906
|
state.insert_order_type.loading = false, state.insert_order_type.error = true, state.insert_order_type = action.payload;
|
|
13907
|
-
}), _extraReducers$
|
|
13907
|
+
}), _extraReducers$A)
|
|
13908
13908
|
});
|
|
13909
13909
|
var ordertypeActions$1 = {
|
|
13910
13910
|
ORDERTYPEREAD: ORDERTYPEREAD,
|
|
@@ -14016,7 +14016,7 @@ var queries$k = {
|
|
|
14016
14016
|
}
|
|
14017
14017
|
};
|
|
14018
14018
|
|
|
14019
|
-
var _extraReducers$
|
|
14019
|
+
var _extraReducers$z;
|
|
14020
14020
|
var ORDERNATUREREAD = createAsyncThunk("ordertypeSlice/ordernatureread", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
14021
14021
|
var _ref2,
|
|
14022
14022
|
rejectWithValue,
|
|
@@ -14211,31 +14211,31 @@ var ordernatureSlice = createSlice({
|
|
|
14211
14211
|
updateset_orrder_nature_table: _objectSpread2({}, defaultState.List),
|
|
14212
14212
|
insert_order_nature_type: _objectSpread2({}, defaultState.List)
|
|
14213
14213
|
},
|
|
14214
|
-
extraReducers: (_extraReducers$
|
|
14214
|
+
extraReducers: (_extraReducers$z = {}, _defineProperty(_extraReducers$z, ORDERNATUREREAD.fulfilled, function (state, action) {
|
|
14215
14215
|
state.order_nature_read.loading = false, state.order_nature_read.error = false, state.order_nature_read = action.payload;
|
|
14216
|
-
}), _defineProperty(_extraReducers$
|
|
14216
|
+
}), _defineProperty(_extraReducers$z, ORDERNATUREREAD.pending, function (state, action) {
|
|
14217
14217
|
state.order_nature_read.loading = true, state.order_nature_read.error = false, state.order_nature_read.loading = true;
|
|
14218
|
-
}), _defineProperty(_extraReducers$
|
|
14218
|
+
}), _defineProperty(_extraReducers$z, ORDERNATUREREAD.rejected, function (state, action) {
|
|
14219
14219
|
state.order_nature_read.loading = false, state.order_nature_read.error = true, state.order_nature_read = action.payload;
|
|
14220
|
-
}), _defineProperty(_extraReducers$
|
|
14220
|
+
}), _defineProperty(_extraReducers$z, UPDATEORDERNATURETABLESTATE.fulfilled, function (state, action) {
|
|
14221
14221
|
state.update_orrder_nature_table_state.loading = false, state.update_orrder_nature_table_state.error = false, state.update_orrder_nature_table_state = action.payload;
|
|
14222
|
-
}), _defineProperty(_extraReducers$
|
|
14222
|
+
}), _defineProperty(_extraReducers$z, UPDATEORDERNATURETABLESTATE.pending, function (state, action) {
|
|
14223
14223
|
state.update_orrder_nature_table_state.loading = true, state.update_orrder_nature_table_state.error = false, state.update_orrder_nature_table_state.loading = true;
|
|
14224
|
-
}), _defineProperty(_extraReducers$
|
|
14224
|
+
}), _defineProperty(_extraReducers$z, UPDATEORDERNATURETABLESTATE.rejected, function (state, action) {
|
|
14225
14225
|
state.update_orrder_nature_table_state.loading = false, state.update_orrder_nature_table_state.error = true, state.update_orrder_nature_table_state = action.payload;
|
|
14226
|
-
}), _defineProperty(_extraReducers$
|
|
14226
|
+
}), _defineProperty(_extraReducers$z, UPDATESETORDERNATURETABLE.fulfilled, function (state, action) {
|
|
14227
14227
|
state.updateset_orrder_nature_table.loading = false, state.updateset_orrder_nature_table.error = false, state.updateset_orrder_nature_table = action.payload;
|
|
14228
|
-
}), _defineProperty(_extraReducers$
|
|
14228
|
+
}), _defineProperty(_extraReducers$z, UPDATESETORDERNATURETABLE.pending, function (state, action) {
|
|
14229
14229
|
state.updateset_orrder_nature_table.loading = true, state.updateset_orrder_nature_table.error = false, state.updateset_orrder_nature_table.loading = true;
|
|
14230
|
-
}), _defineProperty(_extraReducers$
|
|
14230
|
+
}), _defineProperty(_extraReducers$z, UPDATESETORDERNATURETABLE.rejected, function (state, action) {
|
|
14231
14231
|
state.updateset_orrder_nature_table.loading = false, state.updateset_orrder_nature_table.error = true, state.updateset_orrder_nature_table = action.payload;
|
|
14232
|
-
}), _defineProperty(_extraReducers$
|
|
14232
|
+
}), _defineProperty(_extraReducers$z, INSERTORDERNATURETABLE.fulfilled, function (state, action) {
|
|
14233
14233
|
state.insert_order_nature_type.loading = false, state.insert_order_nature_type.error = false, state.insert_order_nature_type = action.payload;
|
|
14234
|
-
}), _defineProperty(_extraReducers$
|
|
14234
|
+
}), _defineProperty(_extraReducers$z, INSERTORDERNATURETABLE.pending, function (state, action) {
|
|
14235
14235
|
state.insert_order_nature_type.loading = true, state.insert_order_nature_type.error = false, state.insert_order_nature_type.loading = true;
|
|
14236
|
-
}), _defineProperty(_extraReducers$
|
|
14236
|
+
}), _defineProperty(_extraReducers$z, INSERTORDERNATURETABLE.rejected, function (state, action) {
|
|
14237
14237
|
state.insert_order_nature_type.loading = false, state.insert_order_nature_type.error = true, state.insert_order_nature_type = action.payload;
|
|
14238
|
-
}), _extraReducers$
|
|
14238
|
+
}), _extraReducers$z)
|
|
14239
14239
|
});
|
|
14240
14240
|
var ordernatureActions$1 = {
|
|
14241
14241
|
ORDERNATUREREAD: ORDERNATUREREAD,
|
|
@@ -14841,7 +14841,7 @@ var queries$i = {
|
|
|
14841
14841
|
}
|
|
14842
14842
|
};
|
|
14843
14843
|
|
|
14844
|
-
var _extraReducers$
|
|
14844
|
+
var _extraReducers$y;
|
|
14845
14845
|
var CODEABLE_CONCEPT_MASTER_STATUS_CHANGE = createAsyncThunk("availabilityManagementSlice/appointmentTypeStatus", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
14846
14846
|
var payload,
|
|
14847
14847
|
_ref2,
|
|
@@ -15001,25 +15001,25 @@ var availabilityManagementSlice = createSlice({
|
|
|
15001
15001
|
appointment_type_list: _objectSpread2({}, defaultState.List),
|
|
15002
15002
|
codeable_concept_master_upsert: _objectSpread2({}, defaultState.List)
|
|
15003
15003
|
},
|
|
15004
|
-
extraReducers: (_extraReducers$
|
|
15004
|
+
extraReducers: (_extraReducers$y = {}, _defineProperty(_extraReducers$y, CODEABLE_CONCEPT_MASTER_STATUS_CHANGE.fulfilled, function (state, action) {
|
|
15005
15005
|
state.status_update.loading = false, state.status_update.error = false, state.status_update = action.payload;
|
|
15006
|
-
}), _defineProperty(_extraReducers$
|
|
15006
|
+
}), _defineProperty(_extraReducers$y, CODEABLE_CONCEPT_MASTER_STATUS_CHANGE.pending, function (state, action) {
|
|
15007
15007
|
state.status_update.loading = true, state.status_update.error = false, state.status_update.loading = true;
|
|
15008
|
-
}), _defineProperty(_extraReducers$
|
|
15008
|
+
}), _defineProperty(_extraReducers$y, CODEABLE_CONCEPT_MASTER_STATUS_CHANGE.rejected, function (state, action) {
|
|
15009
15009
|
state.status_update.loading = false, state.status_update.error = true, state.status_update = action.payload;
|
|
15010
|
-
}), _defineProperty(_extraReducers$
|
|
15010
|
+
}), _defineProperty(_extraReducers$y, APPOINTMENT_TYPE_READ.fulfilled, function (state, action) {
|
|
15011
15011
|
state.appointment_type_list.loading = false, state.appointment_type_list.error = false, state.appointment_type_list = action.payload;
|
|
15012
|
-
}), _defineProperty(_extraReducers$
|
|
15012
|
+
}), _defineProperty(_extraReducers$y, APPOINTMENT_TYPE_READ.pending, function (state, action) {
|
|
15013
15013
|
state.appointment_type_list.loading = true, state.appointment_type_list.error = false, state.appointment_type_list.loading = true;
|
|
15014
|
-
}), _defineProperty(_extraReducers$
|
|
15014
|
+
}), _defineProperty(_extraReducers$y, APPOINTMENT_TYPE_READ.rejected, function (state, action) {
|
|
15015
15015
|
state.appointment_type_list.loading = false, state.appointment_type_list.error = true, state.appointment_type_list = action.payload;
|
|
15016
|
-
}), _defineProperty(_extraReducers$
|
|
15016
|
+
}), _defineProperty(_extraReducers$y, CODEABLE_CONCEPT_MASTER_UPSERT.fulfilled, function (state, action) {
|
|
15017
15017
|
state.codeable_concept_master_upsert.loading = false, state.codeable_concept_master_upsert.error = false, state.codeable_concept_master_upsert = action.payload;
|
|
15018
|
-
}), _defineProperty(_extraReducers$
|
|
15018
|
+
}), _defineProperty(_extraReducers$y, CODEABLE_CONCEPT_MASTER_UPSERT.pending, function (state, action) {
|
|
15019
15019
|
state.codeable_concept_master_upsert.loading = true, state.codeable_concept_master_upsert.error = false, state.codeable_concept_master_upsert.loading = true;
|
|
15020
|
-
}), _defineProperty(_extraReducers$
|
|
15020
|
+
}), _defineProperty(_extraReducers$y, CODEABLE_CONCEPT_MASTER_UPSERT.rejected, function (state, action) {
|
|
15021
15021
|
state.codeable_concept_master_upsert.loading = false, state.codeable_concept_master_upsert.error = true, state.codeable_concept_master_upsert = action.payload;
|
|
15022
|
-
}), _extraReducers$
|
|
15022
|
+
}), _extraReducers$y)
|
|
15023
15023
|
});
|
|
15024
15024
|
var availabilityManagementActions$1 = {
|
|
15025
15025
|
CODEABLE_CONCEPT_MASTER_STATUS_CHANGE: CODEABLE_CONCEPT_MASTER_STATUS_CHANGE,
|
|
@@ -15028,7 +15028,7 @@ var availabilityManagementActions$1 = {
|
|
|
15028
15028
|
};
|
|
15029
15029
|
var availabilityManagementSlice$1 = availabilityManagementSlice.reducer;
|
|
15030
15030
|
|
|
15031
|
-
var _extraReducers$
|
|
15031
|
+
var _extraReducers$x;
|
|
15032
15032
|
|
|
15033
15033
|
var loopMasters$7 = function loopMasters() {
|
|
15034
15034
|
return new es6Promise.Promise( /*#__PURE__*/function () {
|
|
@@ -15337,31 +15337,31 @@ var holidaySlice = createSlice({
|
|
|
15337
15337
|
holiday_upsert: _objectSpread2({}, defaultState.List),
|
|
15338
15338
|
holiday_master: _objectSpread2({}, defaultState.List)
|
|
15339
15339
|
},
|
|
15340
|
-
extraReducers: (_extraReducers$
|
|
15340
|
+
extraReducers: (_extraReducers$x = {}, _defineProperty(_extraReducers$x, HOLIDAY_STATUS_CHANGE.fulfilled, function (state, action) {
|
|
15341
15341
|
state.status_update.loading = false, state.status_update.error = false, state.status_update = action.payload;
|
|
15342
|
-
}), _defineProperty(_extraReducers$
|
|
15342
|
+
}), _defineProperty(_extraReducers$x, HOLIDAY_STATUS_CHANGE.pending, function (state, action) {
|
|
15343
15343
|
state.status_update.loading = true, state.status_update.error = false, state.status_update.loading = true;
|
|
15344
|
-
}), _defineProperty(_extraReducers$
|
|
15344
|
+
}), _defineProperty(_extraReducers$x, HOLIDAY_STATUS_CHANGE.rejected, function (state, action) {
|
|
15345
15345
|
state.status_update.loading = false, state.status_update.error = true, state.status_update = action.payload;
|
|
15346
|
-
}), _defineProperty(_extraReducers$
|
|
15346
|
+
}), _defineProperty(_extraReducers$x, HOLIDAY_READ.fulfilled, function (state, action) {
|
|
15347
15347
|
state.holidy_list.loading = false, state.holidy_list.error = false, state.holidy_list = action.payload;
|
|
15348
|
-
}), _defineProperty(_extraReducers$
|
|
15348
|
+
}), _defineProperty(_extraReducers$x, HOLIDAY_READ.pending, function (state, action) {
|
|
15349
15349
|
state.holidy_list.loading = true, state.holidy_list.error = false, state.holidy_list.loading = true;
|
|
15350
|
-
}), _defineProperty(_extraReducers$
|
|
15350
|
+
}), _defineProperty(_extraReducers$x, HOLIDAY_READ.rejected, function (state, action) {
|
|
15351
15351
|
state.holidy_list.loading = false, state.holidy_list.error = true, state.holidy_list = action.payload;
|
|
15352
|
-
}), _defineProperty(_extraReducers$
|
|
15352
|
+
}), _defineProperty(_extraReducers$x, HOLIDAY_UPSERT.fulfilled, function (state, action) {
|
|
15353
15353
|
state.holiday_upsert.loading = false, state.holiday_upsert.error = false, state.holiday_upsert = action.payload;
|
|
15354
|
-
}), _defineProperty(_extraReducers$
|
|
15354
|
+
}), _defineProperty(_extraReducers$x, HOLIDAY_UPSERT.pending, function (state, action) {
|
|
15355
15355
|
state.holiday_upsert.loading = true, state.holiday_upsert.error = false, state.holiday_upsert.loading = true;
|
|
15356
|
-
}), _defineProperty(_extraReducers$
|
|
15356
|
+
}), _defineProperty(_extraReducers$x, HOLIDAY_UPSERT.rejected, function (state, action) {
|
|
15357
15357
|
state.holiday_upsert.loading = false, state.holiday_upsert.error = true, state.holiday_upsert = action.payload;
|
|
15358
|
-
}), _defineProperty(_extraReducers$
|
|
15358
|
+
}), _defineProperty(_extraReducers$x, HOLIDAY_MASTERS.fulfilled, function (state, action) {
|
|
15359
15359
|
state.holiday_master.loading = false, state.holiday_master.error = false, state.holiday_master = action.payload;
|
|
15360
|
-
}), _defineProperty(_extraReducers$
|
|
15360
|
+
}), _defineProperty(_extraReducers$x, HOLIDAY_MASTERS.pending, function (state, action) {
|
|
15361
15361
|
state.holiday_master.loading = true, state.holiday_master.error = false, state.holiday_master.loading = true;
|
|
15362
|
-
}), _defineProperty(_extraReducers$
|
|
15362
|
+
}), _defineProperty(_extraReducers$x, HOLIDAY_MASTERS.rejected, function (state, action) {
|
|
15363
15363
|
state.holiday_master.loading = false, state.holiday_master.error = true, state.holiday_master = action.payload;
|
|
15364
|
-
}), _extraReducers$
|
|
15364
|
+
}), _extraReducers$x)
|
|
15365
15365
|
});
|
|
15366
15366
|
var holidayActions = {
|
|
15367
15367
|
HOLIDAY_STATUS_CHANGE: HOLIDAY_STATUS_CHANGE,
|
|
@@ -15616,7 +15616,7 @@ var generateReadJson$3 = {
|
|
|
15616
15616
|
}
|
|
15617
15617
|
};
|
|
15618
15618
|
|
|
15619
|
-
var _extraReducers$
|
|
15619
|
+
var _extraReducers$w;
|
|
15620
15620
|
var RESOURCE_BY_APPOINTMRNT_TYPES = createAsyncThunk("resourceByAppointmentTypesSlice/resource_appointment_type", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
15621
15621
|
var _ref2,
|
|
15622
15622
|
rejectWithValue,
|
|
@@ -16241,79 +16241,79 @@ var resourceByAppointmentTypesSlice = createSlice({
|
|
|
16241
16241
|
res_upsert_new: _objectSpread2({}, defaultState.List),
|
|
16242
16242
|
res_line_list_read_doc: _objectSpread2({}, defaultState.List)
|
|
16243
16243
|
},
|
|
16244
|
-
extraReducers: (_extraReducers$
|
|
16244
|
+
extraReducers: (_extraReducers$w = {}, _defineProperty(_extraReducers$w, RESOURCE_BY_APPOINTMRNT_TYPES.fulfilled, function (state, action) {
|
|
16245
16245
|
state.resource_appointment_type.loading = false, state.resource_appointment_type.error = false, state.resource_appointment_type = action.payload;
|
|
16246
|
-
}), _defineProperty(_extraReducers$
|
|
16246
|
+
}), _defineProperty(_extraReducers$w, RESOURCE_BY_APPOINTMRNT_TYPES.pending, function (state, action) {
|
|
16247
16247
|
state.resource_appointment_type.loading = true, state.resource_appointment_type.error = false, state.resource_appointment_type.loading = true;
|
|
16248
|
-
}), _defineProperty(_extraReducers$
|
|
16248
|
+
}), _defineProperty(_extraReducers$w, RESOURCE_BY_APPOINTMRNT_TYPES.rejected, function (state, action) {
|
|
16249
16249
|
state.resource_appointment_type.loading = false, state.resource_appointment_type.error = true, state.resource_appointment_type = action.payload;
|
|
16250
|
-
}), _defineProperty(_extraReducers$
|
|
16250
|
+
}), _defineProperty(_extraReducers$w, RESOURCE_BY_ENTITY_NAME_TYPES.fulfilled, function (state, action) {
|
|
16251
16251
|
state.resource_enitity_name.loading = false, state.resource_enitity_name.error = false, state.resource_enitity_name = action.payload;
|
|
16252
|
-
}), _defineProperty(_extraReducers$
|
|
16252
|
+
}), _defineProperty(_extraReducers$w, RESOURCE_BY_ENTITY_NAME_TYPES.pending, function (state, action) {
|
|
16253
16253
|
state.resource_enitity_name.loading = true, state.resource_enitity_name.error = false, state.resource_enitity_name.loading = true;
|
|
16254
|
-
}), _defineProperty(_extraReducers$
|
|
16254
|
+
}), _defineProperty(_extraReducers$w, RESOURCE_BY_ENTITY_NAME_TYPES.rejected, function (state, action) {
|
|
16255
16255
|
state.resource_enitity_name.loading = false, state.resource_enitity_name.error = true, state.resource_enitity_name = action.payload;
|
|
16256
|
-
}), _defineProperty(_extraReducers$
|
|
16256
|
+
}), _defineProperty(_extraReducers$w, RESOURCE_BY_ENTITY_TYPE.fulfilled, function (state, action) {
|
|
16257
16257
|
state.resource_enitity_type.loading = false, state.resource_enitity_type.error = false, state.resource_enitity_type = action.payload;
|
|
16258
|
-
}), _defineProperty(_extraReducers$
|
|
16258
|
+
}), _defineProperty(_extraReducers$w, RESOURCE_BY_ENTITY_TYPE.pending, function (state, action) {
|
|
16259
16259
|
state.resource_enitity_type.loading = true, state.resource_enitity_type.error = false, state.resource_enitity_type.loading = true;
|
|
16260
|
-
}), _defineProperty(_extraReducers$
|
|
16260
|
+
}), _defineProperty(_extraReducers$w, RESOURCE_BY_ENTITY_TYPE.rejected, function (state, action) {
|
|
16261
16261
|
state.resource_enitity_type.loading = false, state.resource_enitity_type.error = true, state.resource_enitity_type = action.payload;
|
|
16262
|
-
}), _defineProperty(_extraReducers$
|
|
16262
|
+
}), _defineProperty(_extraReducers$w, RESOURCE_BY_TABLE_DATA.fulfilled, function (state, action) {
|
|
16263
16263
|
state.resource_enitity_table_data.loading = false, state.resource_enitity_table_data.error = false, state.resource_enitity_table_data = action.payload;
|
|
16264
|
-
}), _defineProperty(_extraReducers$
|
|
16264
|
+
}), _defineProperty(_extraReducers$w, RESOURCE_BY_TABLE_DATA.pending, function (state, action) {
|
|
16265
16265
|
state.resource_enitity_table_data.loading = true, state.resource_enitity_table_data.error = false, state.resource_enitity_table_data.loading = true;
|
|
16266
|
-
}), _defineProperty(_extraReducers$
|
|
16266
|
+
}), _defineProperty(_extraReducers$w, RESOURCE_BY_TABLE_DATA.rejected, function (state, action) {
|
|
16267
16267
|
state.resource_enitity_table_data.loading = false, state.resource_enitity_table_data.error = true, state.resource_enitity_table_data = action.payload;
|
|
16268
|
-
}), _defineProperty(_extraReducers$
|
|
16268
|
+
}), _defineProperty(_extraReducers$w, RESOURCE_TYPE_DROP_DOWN.fulfilled, function (state, action) {
|
|
16269
16269
|
state.resource_type_drop_down.loading = false, state.resource_type_drop_down.error = false, state.resource_type_drop_down = action.payload;
|
|
16270
|
-
}), _defineProperty(_extraReducers$
|
|
16270
|
+
}), _defineProperty(_extraReducers$w, RESOURCE_TYPE_DROP_DOWN.pending, function (state, action) {
|
|
16271
16271
|
state.resource_type_drop_down.loading = true, state.resource_type_drop_down.error = false, state.resource_type_drop_down.loading = true;
|
|
16272
|
-
}), _defineProperty(_extraReducers$
|
|
16272
|
+
}), _defineProperty(_extraReducers$w, RESOURCE_TYPE_DROP_DOWN.rejected, function (state, action) {
|
|
16273
16273
|
state.resource_type_drop_down.loading = false, state.resource_type_drop_down.error = true, state.resource_type_drop_down = action.payload;
|
|
16274
|
-
}), _defineProperty(_extraReducers$
|
|
16274
|
+
}), _defineProperty(_extraReducers$w, RESOURCE_ROLE_DROP_DOWN.fulfilled, function (state, action) {
|
|
16275
16275
|
state.resource_role_drop_down.loading = false, state.resource_role_drop_down.error = false, state.resource_role_drop_down = action.payload;
|
|
16276
|
-
}), _defineProperty(_extraReducers$
|
|
16276
|
+
}), _defineProperty(_extraReducers$w, RESOURCE_ROLE_DROP_DOWN.pending, function (state, action) {
|
|
16277
16277
|
state.resource_role_drop_down.loading = true, state.resource_role_drop_down.error = false, state.resource_role_drop_down.loading = true;
|
|
16278
|
-
}), _defineProperty(_extraReducers$
|
|
16278
|
+
}), _defineProperty(_extraReducers$w, RESOURCE_ROLE_DROP_DOWN.rejected, function (state, action) {
|
|
16279
16279
|
state.resource_role_drop_down.loading = false, state.resource_role_drop_down.error = true, state.resource_role_drop_down = action.payload;
|
|
16280
|
-
}), _defineProperty(_extraReducers$
|
|
16280
|
+
}), _defineProperty(_extraReducers$w, RES_GENERAL_INSTRUCTION.fulfilled, function (state, action) {
|
|
16281
16281
|
state.res_general_instruction.loading = false, state.res_general_instruction.error = false, state.res_general_instruction = action.payload;
|
|
16282
|
-
}), _defineProperty(_extraReducers$
|
|
16282
|
+
}), _defineProperty(_extraReducers$w, RES_GENERAL_INSTRUCTION.pending, function (state, action) {
|
|
16283
16283
|
state.res_general_instruction.loading = true, state.res_general_instruction.error = false, state.res_general_instruction.loading = true;
|
|
16284
|
-
}), _defineProperty(_extraReducers$
|
|
16284
|
+
}), _defineProperty(_extraReducers$w, RES_GENERAL_INSTRUCTION.rejected, function (state, action) {
|
|
16285
16285
|
state.res_general_instruction.loading = false, state.res_general_instruction.error = true, state.res_general_instruction = action.payload;
|
|
16286
|
-
}), _defineProperty(_extraReducers$
|
|
16286
|
+
}), _defineProperty(_extraReducers$w, RES_SPECIALINSTRUCTION.fulfilled, function (state, action) {
|
|
16287
16287
|
state.res_special_instruction.loading = false, state.res_special_instruction.error = false, state.res_special_instruction = action.payload;
|
|
16288
|
-
}), _defineProperty(_extraReducers$
|
|
16288
|
+
}), _defineProperty(_extraReducers$w, RES_SPECIALINSTRUCTION.pending, function (state, action) {
|
|
16289
16289
|
state.res_special_instruction.loading = true, state.res_special_instruction.error = false, state.res_special_instruction.loading = true;
|
|
16290
|
-
}), _defineProperty(_extraReducers$
|
|
16290
|
+
}), _defineProperty(_extraReducers$w, RES_SPECIALINSTRUCTION.rejected, function (state, action) {
|
|
16291
16291
|
state.res_special_instruction.loading = false, state.res_special_instruction.error = true, state.res_special_instruction = action.payload;
|
|
16292
|
-
}), _defineProperty(_extraReducers$
|
|
16292
|
+
}), _defineProperty(_extraReducers$w, RES_CRITERIA_INSTRUVTION.fulfilled, function (state, action) {
|
|
16293
16293
|
state.res_criteria_instruction.loading = false, state.res_criteria_instruction.error = false, state.res_criteria_instruction = action.payload;
|
|
16294
|
-
}), _defineProperty(_extraReducers$
|
|
16294
|
+
}), _defineProperty(_extraReducers$w, RES_CRITERIA_INSTRUVTION.pending, function (state, action) {
|
|
16295
16295
|
state.res_criteria_instruction.loading = true, state.res_criteria_instruction.error = false, state.res_criteria_instruction.loading = true;
|
|
16296
|
-
}), _defineProperty(_extraReducers$
|
|
16296
|
+
}), _defineProperty(_extraReducers$w, RES_CRITERIA_INSTRUVTION.rejected, function (state, action) {
|
|
16297
16297
|
state.res_criteria_instruction.loading = false, state.res_criteria_instruction.error = true, state.res_criteria_instruction = action.payload;
|
|
16298
|
-
}), _defineProperty(_extraReducers$
|
|
16298
|
+
}), _defineProperty(_extraReducers$w, UPDATE_STATUS_RES_LINE_LIST.fulfilled, function (state, action) {
|
|
16299
16299
|
state.res_status_update.loading = false, state.res_status_update.error = false, state.res_status_update = action.payload;
|
|
16300
|
-
}), _defineProperty(_extraReducers$
|
|
16300
|
+
}), _defineProperty(_extraReducers$w, UPDATE_STATUS_RES_LINE_LIST.pending, function (state, action) {
|
|
16301
16301
|
state.res_status_update.loading = true, state.res_status_update.error = false, state.res_status_update.loading = true;
|
|
16302
|
-
}), _defineProperty(_extraReducers$
|
|
16302
|
+
}), _defineProperty(_extraReducers$w, UPDATE_STATUS_RES_LINE_LIST.rejected, function (state, action) {
|
|
16303
16303
|
state.res_status_update.loading = false, state.res_status_update.error = true, state.res_status_update = action.payload;
|
|
16304
|
-
}), _defineProperty(_extraReducers$
|
|
16304
|
+
}), _defineProperty(_extraReducers$w, RES_UPSERT_INSER_NEW.fulfilled, function (state, action) {
|
|
16305
16305
|
state.res_upsert_new.loading = false, state.res_upsert_new.error = false, state.res_upsert_new = action.payload;
|
|
16306
|
-
}), _defineProperty(_extraReducers$
|
|
16306
|
+
}), _defineProperty(_extraReducers$w, RES_UPSERT_INSER_NEW.pending, function (state, action) {
|
|
16307
16307
|
state.res_upsert_new.loading = true, state.res_upsert_new.error = false, state.res_upsert_new.loading = true;
|
|
16308
|
-
}), _defineProperty(_extraReducers$
|
|
16308
|
+
}), _defineProperty(_extraReducers$w, RES_UPSERT_INSER_NEW.rejected, function (state, action) {
|
|
16309
16309
|
state.res_upsert_new.loading = false, state.res_upsert_new.error = true, state.res_upsert_new = action.payload;
|
|
16310
|
-
}), _defineProperty(_extraReducers$
|
|
16310
|
+
}), _defineProperty(_extraReducers$w, RES_LINE_LIST_READ_DOC.fulfilled, function (state, action) {
|
|
16311
16311
|
state.res_line_list_read_doc.loading = false, state.res_line_list_read_doc.error = false, state.res_line_list_read_doc = action.payload;
|
|
16312
|
-
}), _defineProperty(_extraReducers$
|
|
16312
|
+
}), _defineProperty(_extraReducers$w, RES_LINE_LIST_READ_DOC.pending, function (state, action) {
|
|
16313
16313
|
state.res_line_list_read_doc.loading = true, state.res_line_list_read_doc.error = false, state.res_line_list_read_doc.loading = true;
|
|
16314
|
-
}), _defineProperty(_extraReducers$
|
|
16314
|
+
}), _defineProperty(_extraReducers$w, RES_LINE_LIST_READ_DOC.rejected, function (state, action) {
|
|
16315
16315
|
state.res_line_list_read_doc.loading = false, state.res_line_list_read_doc.error = true, state.res_line_list_read_doc = action.payload;
|
|
16316
|
-
}), _extraReducers$
|
|
16316
|
+
}), _extraReducers$w)
|
|
16317
16317
|
});
|
|
16318
16318
|
var resourceByAppointmentTypes = {
|
|
16319
16319
|
RESOURCE_BY_APPOINTMRNT_TYPES: RESOURCE_BY_APPOINTMRNT_TYPES,
|
|
@@ -16460,7 +16460,7 @@ var queries$g = {
|
|
|
16460
16460
|
}
|
|
16461
16461
|
};
|
|
16462
16462
|
|
|
16463
|
-
var _extraReducers$
|
|
16463
|
+
var _extraReducers$v;
|
|
16464
16464
|
var DRUG_CATEGORY_READ = createAsyncThunk("drugCategorySlice/drug_category_list", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
16465
16465
|
var _ref2,
|
|
16466
16466
|
rejectWithValue,
|
|
@@ -16565,19 +16565,19 @@ var drugCategorySlice = createSlice({
|
|
|
16565
16565
|
drug_category_list: _objectSpread2({}, defaultState.List),
|
|
16566
16566
|
drug_type_list: _objectSpread2({}, defaultState.List)
|
|
16567
16567
|
},
|
|
16568
|
-
extraReducers: (_extraReducers$
|
|
16568
|
+
extraReducers: (_extraReducers$v = {}, _defineProperty(_extraReducers$v, DRUG_CATEGORY_READ.fulfilled, function (state, action) {
|
|
16569
16569
|
state.drug_category_list.loading = false, state.drug_category_list.error = false, state.drug_category_list = action.payload;
|
|
16570
|
-
}), _defineProperty(_extraReducers$
|
|
16570
|
+
}), _defineProperty(_extraReducers$v, DRUG_CATEGORY_READ.pending, function (state, action) {
|
|
16571
16571
|
state.drug_category_list.loading = true, state.drug_category_list.error = false, state.drug_category_list.loading = true;
|
|
16572
|
-
}), _defineProperty(_extraReducers$
|
|
16572
|
+
}), _defineProperty(_extraReducers$v, DRUG_CATEGORY_READ.rejected, function (state, action) {
|
|
16573
16573
|
state.drug_category_list.loading = false, state.drug_category_list.error = true, state.drug_category_list = action.payload;
|
|
16574
|
-
}), _defineProperty(_extraReducers$
|
|
16574
|
+
}), _defineProperty(_extraReducers$v, DRUG_TYPE_READ.fulfilled, function (state, action) {
|
|
16575
16575
|
state.drug_type_list.loading = false, state.drug_type_list.error = false, state.drug_type_list = action.payload;
|
|
16576
|
-
}), _defineProperty(_extraReducers$
|
|
16576
|
+
}), _defineProperty(_extraReducers$v, DRUG_TYPE_READ.pending, function (state, action) {
|
|
16577
16577
|
state.drug_type_list.loading = true, state.drug_type_list.error = false, state.drug_type_list.loading = true;
|
|
16578
|
-
}), _defineProperty(_extraReducers$
|
|
16578
|
+
}), _defineProperty(_extraReducers$v, DRUG_TYPE_READ.rejected, function (state, action) {
|
|
16579
16579
|
state.drug_type_list.loading = false, state.drug_type_list.error = true, state.drug_type_list = action.payload;
|
|
16580
|
-
}), _extraReducers$
|
|
16580
|
+
}), _extraReducers$v)
|
|
16581
16581
|
});
|
|
16582
16582
|
var drugCategoryActions = {
|
|
16583
16583
|
DRUG_CATEGORY_READ: DRUG_CATEGORY_READ,
|
|
@@ -16585,7 +16585,7 @@ var drugCategoryActions = {
|
|
|
16585
16585
|
};
|
|
16586
16586
|
var drugCategorySlice$1 = drugCategorySlice.reducer;
|
|
16587
16587
|
|
|
16588
|
-
var _extraReducers$
|
|
16588
|
+
var _extraReducers$u;
|
|
16589
16589
|
var DRUG_DOSAGE_READ = createAsyncThunk("drugDosageSlice/drug_dosage_list", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
16590
16590
|
var _ref2,
|
|
16591
16591
|
rejectWithValue,
|
|
@@ -16738,25 +16738,25 @@ var drugDosageSlice = createSlice({
|
|
|
16738
16738
|
drug_dosage_upsert: _objectSpread2({}, defaultState.List),
|
|
16739
16739
|
drug_dosage_status: _objectSpread2({}, defaultState.List)
|
|
16740
16740
|
},
|
|
16741
|
-
extraReducers: (_extraReducers$
|
|
16741
|
+
extraReducers: (_extraReducers$u = {}, _defineProperty(_extraReducers$u, DRUG_DOSAGE_READ.fulfilled, function (state, action) {
|
|
16742
16742
|
state.drug_dosage_list.loading = false, state.drug_dosage_list.error = false, state.drug_dosage_list = action.payload;
|
|
16743
|
-
}), _defineProperty(_extraReducers$
|
|
16743
|
+
}), _defineProperty(_extraReducers$u, DRUG_DOSAGE_READ.pending, function (state, action) {
|
|
16744
16744
|
state.drug_dosage_list.loading = true, state.drug_dosage_list.error = false, state.drug_dosage_list.loading = true;
|
|
16745
|
-
}), _defineProperty(_extraReducers$
|
|
16745
|
+
}), _defineProperty(_extraReducers$u, DRUG_DOSAGE_READ.rejected, function (state, action) {
|
|
16746
16746
|
state.drug_dosage_list.loading = false, state.drug_dosage_list.error = true, state.drug_dosage_list = action.payload;
|
|
16747
|
-
}), _defineProperty(_extraReducers$
|
|
16747
|
+
}), _defineProperty(_extraReducers$u, DRUG_DOSAGE_UPSERT.fulfilled, function (state, action) {
|
|
16748
16748
|
state.drug_dosage_upsert.loading = false, state.drug_dosage_upsert.error = false, state.drug_dosage_upsert = action.payload;
|
|
16749
|
-
}), _defineProperty(_extraReducers$
|
|
16749
|
+
}), _defineProperty(_extraReducers$u, DRUG_DOSAGE_UPSERT.pending, function (state, action) {
|
|
16750
16750
|
state.drug_dosage_upsert.loading = true, state.drug_dosage_upsert.error = false, state.drug_dosage_upsert.loading = true;
|
|
16751
|
-
}), _defineProperty(_extraReducers$
|
|
16751
|
+
}), _defineProperty(_extraReducers$u, DRUG_DOSAGE_UPSERT.rejected, function (state, action) {
|
|
16752
16752
|
state.drug_dosage_upsert.loading = false, state.drug_dosage_upsert.error = true, state.drug_dosage_upsert = action.payload;
|
|
16753
|
-
}), _defineProperty(_extraReducers$
|
|
16753
|
+
}), _defineProperty(_extraReducers$u, DRUG_DOSAGE_STATUS_CHANGE.fulfilled, function (state, action) {
|
|
16754
16754
|
state.drug_dosage_status.loading = false, state.drug_dosage_status.error = false, state.drug_dosage_status = action.payload;
|
|
16755
|
-
}), _defineProperty(_extraReducers$
|
|
16755
|
+
}), _defineProperty(_extraReducers$u, DRUG_DOSAGE_STATUS_CHANGE.pending, function (state, action) {
|
|
16756
16756
|
state.drug_dosage_status.loading = true, state.drug_dosage_status.error = false, state.drug_dosage_status.loading = true;
|
|
16757
|
-
}), _defineProperty(_extraReducers$
|
|
16757
|
+
}), _defineProperty(_extraReducers$u, DRUG_DOSAGE_STATUS_CHANGE.rejected, function (state, action) {
|
|
16758
16758
|
state.drug_dosage_status.loading = false, state.drug_dosage_status.error = true, state.drug_dosage_status = action.payload;
|
|
16759
|
-
}), _extraReducers$
|
|
16759
|
+
}), _extraReducers$u)
|
|
16760
16760
|
});
|
|
16761
16761
|
var drugDosageActions = {
|
|
16762
16762
|
DRUG_DOSAGE_READ: DRUG_DOSAGE_READ,
|
|
@@ -16765,7 +16765,7 @@ var drugDosageActions = {
|
|
|
16765
16765
|
};
|
|
16766
16766
|
var drugDosageSlice$1 = drugDosageSlice.reducer;
|
|
16767
16767
|
|
|
16768
|
-
var _extraReducers$
|
|
16768
|
+
var _extraReducers$t;
|
|
16769
16769
|
var DRUG_CLASS_READ = createAsyncThunk("drugClassSlice/drug_class_list", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
16770
16770
|
var _ref2,
|
|
16771
16771
|
rejectWithValue,
|
|
@@ -16918,25 +16918,25 @@ var drugClassSlice = createSlice({
|
|
|
16918
16918
|
drug_class_upsert: _objectSpread2({}, defaultState.List),
|
|
16919
16919
|
drug_class_status: _objectSpread2({}, defaultState.List)
|
|
16920
16920
|
},
|
|
16921
|
-
extraReducers: (_extraReducers$
|
|
16921
|
+
extraReducers: (_extraReducers$t = {}, _defineProperty(_extraReducers$t, DRUG_CLASS_READ.fulfilled, function (state, action) {
|
|
16922
16922
|
state.drug_class_list.loading = false, state.drug_class_list.error = false, state.drug_class_list = action.payload;
|
|
16923
|
-
}), _defineProperty(_extraReducers$
|
|
16923
|
+
}), _defineProperty(_extraReducers$t, DRUG_CLASS_READ.pending, function (state, action) {
|
|
16924
16924
|
state.drug_class_list.loading = true, state.drug_class_list.error = false, state.drug_class_list.loading = true;
|
|
16925
|
-
}), _defineProperty(_extraReducers$
|
|
16925
|
+
}), _defineProperty(_extraReducers$t, DRUG_CLASS_READ.rejected, function (state, action) {
|
|
16926
16926
|
state.drug_class_list.loading = false, state.drug_class_list.error = true, state.drug_class_list = action.payload;
|
|
16927
|
-
}), _defineProperty(_extraReducers$
|
|
16927
|
+
}), _defineProperty(_extraReducers$t, DRUG_CLASS_UPSERT.fulfilled, function (state, action) {
|
|
16928
16928
|
state.drug_class_upsert.loading = false, state.drug_class_upsert.error = false, state.drug_class_upsert = action.payload;
|
|
16929
|
-
}), _defineProperty(_extraReducers$
|
|
16929
|
+
}), _defineProperty(_extraReducers$t, DRUG_CLASS_UPSERT.pending, function (state, action) {
|
|
16930
16930
|
state.drug_class_upsert.loading = true, state.drug_class_upsert.error = false, state.drug_class_upsert.loading = true;
|
|
16931
|
-
}), _defineProperty(_extraReducers$
|
|
16931
|
+
}), _defineProperty(_extraReducers$t, DRUG_CLASS_UPSERT.rejected, function (state, action) {
|
|
16932
16932
|
state.drug_class_upsert.loading = false, state.drug_class_upsert.error = true, state.drug_class_upsert = action.payload;
|
|
16933
|
-
}), _defineProperty(_extraReducers$
|
|
16933
|
+
}), _defineProperty(_extraReducers$t, DRUG_CLASS_STATUS_CHANGE.fulfilled, function (state, action) {
|
|
16934
16934
|
state.drug_class_status.loading = false, state.drug_class_status.error = false, state.drug_class_status = action.payload;
|
|
16935
|
-
}), _defineProperty(_extraReducers$
|
|
16935
|
+
}), _defineProperty(_extraReducers$t, DRUG_CLASS_STATUS_CHANGE.pending, function (state, action) {
|
|
16936
16936
|
state.drug_class_status.loading = true, state.drug_class_status.error = false, state.drug_class_status.loading = true;
|
|
16937
|
-
}), _defineProperty(_extraReducers$
|
|
16937
|
+
}), _defineProperty(_extraReducers$t, DRUG_CLASS_STATUS_CHANGE.rejected, function (state, action) {
|
|
16938
16938
|
state.drug_class_status.loading = false, state.drug_class_status.error = true, state.drug_class_status = action.payload;
|
|
16939
|
-
}), _extraReducers$
|
|
16939
|
+
}), _extraReducers$t)
|
|
16940
16940
|
});
|
|
16941
16941
|
var drugClassActions = {
|
|
16942
16942
|
DRUG_CLASS_READ: DRUG_CLASS_READ,
|
|
@@ -16945,7 +16945,7 @@ var drugClassActions = {
|
|
|
16945
16945
|
};
|
|
16946
16946
|
var drugClassSlice$1 = drugClassSlice.reducer;
|
|
16947
16947
|
|
|
16948
|
-
var _extraReducers$
|
|
16948
|
+
var _extraReducers$s;
|
|
16949
16949
|
var DRUG_ROUTES_READ = createAsyncThunk("drugRoutesSlice/drug_routes_list", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
16950
16950
|
var _ref2,
|
|
16951
16951
|
rejectWithValue,
|
|
@@ -17100,25 +17100,25 @@ var drugRoutesSlice = createSlice({
|
|
|
17100
17100
|
drug_routes_upsert: _objectSpread2({}, defaultState.List),
|
|
17101
17101
|
drug_routes_status: _objectSpread2({}, defaultState.List)
|
|
17102
17102
|
},
|
|
17103
|
-
extraReducers: (_extraReducers$
|
|
17103
|
+
extraReducers: (_extraReducers$s = {}, _defineProperty(_extraReducers$s, DRUG_ROUTES_READ.fulfilled, function (state, action) {
|
|
17104
17104
|
state.drug_routes_list.loading = false, state.drug_routes_list.error = false, state.drug_routes_list = action.payload;
|
|
17105
|
-
}), _defineProperty(_extraReducers$
|
|
17105
|
+
}), _defineProperty(_extraReducers$s, DRUG_ROUTES_READ.pending, function (state, action) {
|
|
17106
17106
|
state.drug_routes_list.loading = true, state.drug_routes_list.error = false, state.drug_routes_list.loading = true;
|
|
17107
|
-
}), _defineProperty(_extraReducers$
|
|
17107
|
+
}), _defineProperty(_extraReducers$s, DRUG_ROUTES_READ.rejected, function (state, action) {
|
|
17108
17108
|
state.drug_routes_list.loading = false, state.drug_routes_list.error = true, state.drug_routes_list = action.payload;
|
|
17109
|
-
}), _defineProperty(_extraReducers$
|
|
17109
|
+
}), _defineProperty(_extraReducers$s, DRUG_ROUTES_UPSERT.fulfilled, function (state, action) {
|
|
17110
17110
|
state.drug_routes_upsert.loading = false, state.drug_routes_upsert.error = false, state.drug_routes_upsert = action.payload;
|
|
17111
|
-
}), _defineProperty(_extraReducers$
|
|
17111
|
+
}), _defineProperty(_extraReducers$s, DRUG_ROUTES_UPSERT.pending, function (state, action) {
|
|
17112
17112
|
state.drug_routes_upsert.loading = true, state.drug_routes_upsert.error = false, state.drug_routes_upsert.loading = true;
|
|
17113
|
-
}), _defineProperty(_extraReducers$
|
|
17113
|
+
}), _defineProperty(_extraReducers$s, DRUG_ROUTES_UPSERT.rejected, function (state, action) {
|
|
17114
17114
|
state.drug_routes_upsert.loading = false, state.drug_routes_upsert.error = true, state.drug_routes_upsert = action.payload;
|
|
17115
|
-
}), _defineProperty(_extraReducers$
|
|
17115
|
+
}), _defineProperty(_extraReducers$s, DRUG_ROUTES_STATUS_CHANGE.fulfilled, function (state, action) {
|
|
17116
17116
|
state.drug_routes_status.loading = false, state.drug_routes_status.error = false, state.drug_routes_status = action.payload;
|
|
17117
|
-
}), _defineProperty(_extraReducers$
|
|
17117
|
+
}), _defineProperty(_extraReducers$s, DRUG_ROUTES_STATUS_CHANGE.pending, function (state, action) {
|
|
17118
17118
|
state.drug_routes_status.loading = true, state.drug_routes_status.error = false, state.drug_routes_status.loading = true;
|
|
17119
|
-
}), _defineProperty(_extraReducers$
|
|
17119
|
+
}), _defineProperty(_extraReducers$s, DRUG_ROUTES_STATUS_CHANGE.rejected, function (state, action) {
|
|
17120
17120
|
state.drug_routes_status.loading = false, state.drug_routes_status.error = true, state.drug_routes_status = action.payload;
|
|
17121
|
-
}), _extraReducers$
|
|
17121
|
+
}), _extraReducers$s)
|
|
17122
17122
|
});
|
|
17123
17123
|
var drugRoutesActions = {
|
|
17124
17124
|
DRUG_ROUTES_READ: DRUG_ROUTES_READ,
|
|
@@ -18008,7 +18008,7 @@ var readDrugMasterJSON = function readDrugMasterJSON(data, state) {
|
|
|
18008
18008
|
return json;
|
|
18009
18009
|
};
|
|
18010
18010
|
|
|
18011
|
-
var _extraReducers$
|
|
18011
|
+
var _extraReducers$r;
|
|
18012
18012
|
|
|
18013
18013
|
var loopMasters$6 = function loopMasters() {
|
|
18014
18014
|
return new es6Promise.Promise( /*#__PURE__*/function () {
|
|
@@ -18557,55 +18557,55 @@ var drugMasterSlice = createSlice({
|
|
|
18557
18557
|
drug_form_read: _objectSpread2({}, defaultState.List),
|
|
18558
18558
|
age_category_by_id: _objectSpread2({}, defaultState.List)
|
|
18559
18559
|
},
|
|
18560
|
-
extraReducers: (_extraReducers$
|
|
18560
|
+
extraReducers: (_extraReducers$r = {}, _defineProperty(_extraReducers$r, DRUG_MASTER_READ.fulfilled, function (state, action) {
|
|
18561
18561
|
state.drug_master_list.loading = false, state.drug_master_list.error = false, state.drug_master_list = action.payload;
|
|
18562
|
-
}), _defineProperty(_extraReducers$
|
|
18562
|
+
}), _defineProperty(_extraReducers$r, DRUG_MASTER_READ.pending, function (state, action) {
|
|
18563
18563
|
state.drug_master_list.loading = true, state.drug_master_list.error = false, state.drug_master_list.loading = true;
|
|
18564
|
-
}), _defineProperty(_extraReducers$
|
|
18564
|
+
}), _defineProperty(_extraReducers$r, DRUG_MASTER_READ.rejected, function (state, action) {
|
|
18565
18565
|
state.drug_master_list.loading = false, state.drug_master_list.error = true, state.drug_master_list = action.payload;
|
|
18566
|
-
}), _defineProperty(_extraReducers$
|
|
18566
|
+
}), _defineProperty(_extraReducers$r, DRUG_MASTER_UPSERT.fulfilled, function (state, action) {
|
|
18567
18567
|
state.drug_master_upsert.loading = false, state.drug_master_upsert.error = false, state.drug_master_upsert = action.payload;
|
|
18568
|
-
}), _defineProperty(_extraReducers$
|
|
18568
|
+
}), _defineProperty(_extraReducers$r, DRUG_MASTER_UPSERT.pending, function (state, action) {
|
|
18569
18569
|
state.drug_master_upsert.loading = true, state.drug_master_upsert.error = false, state.drug_master_upsert.loading = true;
|
|
18570
|
-
}), _defineProperty(_extraReducers$
|
|
18570
|
+
}), _defineProperty(_extraReducers$r, DRUG_MASTER_UPSERT.rejected, function (state, action) {
|
|
18571
18571
|
state.drug_master_upsert.loading = false, state.drug_master_upsert.error = true, state.drug_master_upsert = action.payload;
|
|
18572
|
-
}), _defineProperty(_extraReducers$
|
|
18572
|
+
}), _defineProperty(_extraReducers$r, DRUG_MASTER_STATUS_CHANGE.fulfilled, function (state, action) {
|
|
18573
18573
|
state.drug_master_status.loading = false, state.drug_master_status.error = false, state.drug_master_status = action.payload;
|
|
18574
|
-
}), _defineProperty(_extraReducers$
|
|
18574
|
+
}), _defineProperty(_extraReducers$r, DRUG_MASTER_STATUS_CHANGE.pending, function (state, action) {
|
|
18575
18575
|
state.drug_master_status.loading = true, state.drug_master_status.error = false, state.drug_master_status.loading = true;
|
|
18576
|
-
}), _defineProperty(_extraReducers$
|
|
18576
|
+
}), _defineProperty(_extraReducers$r, DRUG_MASTER_STATUS_CHANGE.rejected, function (state, action) {
|
|
18577
18577
|
state.drug_master_status.loading = false, state.drug_master_status.error = true, state.drug_master_status = action.payload;
|
|
18578
|
-
}), _defineProperty(_extraReducers$
|
|
18578
|
+
}), _defineProperty(_extraReducers$r, DRUG_MASTERS.fulfilled, function (state, action) {
|
|
18579
18579
|
state.drug_master.loading = false, state.drug_master.error = false, state.drug_master = action.payload;
|
|
18580
|
-
}), _defineProperty(_extraReducers$
|
|
18580
|
+
}), _defineProperty(_extraReducers$r, DRUG_MASTERS.pending, function (state, action) {
|
|
18581
18581
|
state.drug_master.loading = true, state.drug_master.error = false, state.drug_master.loading = true;
|
|
18582
|
-
}), _defineProperty(_extraReducers$
|
|
18582
|
+
}), _defineProperty(_extraReducers$r, DRUG_MASTERS.rejected, function (state, action) {
|
|
18583
18583
|
state.drug_master.loading = false, state.drug_master.error = true, state.drug_master = action.payload;
|
|
18584
|
-
}), _defineProperty(_extraReducers$
|
|
18584
|
+
}), _defineProperty(_extraReducers$r, SAVE_DRUG_MASTER.fulfilled, function (state, action) {
|
|
18585
18585
|
state.upsert_drug_master.loading = false, state.upsert_drug_master.error = false, state.upsert_drug_master = action.payload;
|
|
18586
|
-
}), _defineProperty(_extraReducers$
|
|
18586
|
+
}), _defineProperty(_extraReducers$r, SAVE_DRUG_MASTER.pending, function (state, action) {
|
|
18587
18587
|
state.upsert_drug_master.loading = true, state.upsert_drug_master.error = false, state.upsert_drug_master.loading = true;
|
|
18588
|
-
}), _defineProperty(_extraReducers$
|
|
18588
|
+
}), _defineProperty(_extraReducers$r, SAVE_DRUG_MASTER.rejected, function (state, action) {
|
|
18589
18589
|
state.upsert_drug_master.loading = false, state.upsert_drug_master.error = true, state.upsert_drug_master = action.payload;
|
|
18590
|
-
}), _defineProperty(_extraReducers$
|
|
18590
|
+
}), _defineProperty(_extraReducers$r, DRUG_FORM_TYPE.fulfilled, function (state, action) {
|
|
18591
18591
|
state.drug_form_type.loading = false, state.drug_form_type.error = false, state.drug_form_type = action.payload;
|
|
18592
|
-
}), _defineProperty(_extraReducers$
|
|
18592
|
+
}), _defineProperty(_extraReducers$r, DRUG_FORM_TYPE.pending, function (state, action) {
|
|
18593
18593
|
state.drug_form_type.loading = true, state.drug_form_type.error = false, state.drug_form_type.loading = true;
|
|
18594
|
-
}), _defineProperty(_extraReducers$
|
|
18594
|
+
}), _defineProperty(_extraReducers$r, DRUG_FORM_TYPE.rejected, function (state, action) {
|
|
18595
18595
|
state.drug_form_type.loading = false, state.drug_form_type.error = true, state.drug_form_type = action.payload;
|
|
18596
|
-
}), _defineProperty(_extraReducers$
|
|
18596
|
+
}), _defineProperty(_extraReducers$r, DRUG_READ_FORM.fulfilled, function (state, action) {
|
|
18597
18597
|
state.drug_form_read.loading = false, state.drug_form_read.error = false, state.drug_form_read = action.payload;
|
|
18598
|
-
}), _defineProperty(_extraReducers$
|
|
18598
|
+
}), _defineProperty(_extraReducers$r, DRUG_READ_FORM.pending, function (state, action) {
|
|
18599
18599
|
state.drug_form_read.loading = true, state.drug_form_read.error = false, state.drug_form_read.loading = true;
|
|
18600
|
-
}), _defineProperty(_extraReducers$
|
|
18600
|
+
}), _defineProperty(_extraReducers$r, DRUG_READ_FORM.rejected, function (state, action) {
|
|
18601
18601
|
state.drug_form_read.loading = false, state.drug_form_read.error = true, state.drug_form_read = action.payload;
|
|
18602
|
-
}), _defineProperty(_extraReducers$
|
|
18602
|
+
}), _defineProperty(_extraReducers$r, AGE_CATEGORY_BY_ID.fulfilled, function (state, action) {
|
|
18603
18603
|
state.age_category_by_id.loading = false, state.age_category_by_id.error = false, state.age_category_by_id = action.payload;
|
|
18604
|
-
}), _defineProperty(_extraReducers$
|
|
18604
|
+
}), _defineProperty(_extraReducers$r, AGE_CATEGORY_BY_ID.pending, function (state, action) {
|
|
18605
18605
|
state.age_category_by_id.loading = true, state.age_category_by_id.error = false, state.age_category_by_id.loading = true;
|
|
18606
|
-
}), _defineProperty(_extraReducers$
|
|
18606
|
+
}), _defineProperty(_extraReducers$r, AGE_CATEGORY_BY_ID.rejected, function (state, action) {
|
|
18607
18607
|
state.age_category_by_id.loading = false, state.age_category_by_id.error = true, state.age_category_by_id = action.payload;
|
|
18608
|
-
}), _extraReducers$
|
|
18608
|
+
}), _extraReducers$r)
|
|
18609
18609
|
});
|
|
18610
18610
|
var drugMasterActions = {
|
|
18611
18611
|
DRUG_MASTER_READ: DRUG_MASTER_READ,
|
|
@@ -18690,7 +18690,7 @@ var queries$e = {
|
|
|
18690
18690
|
}
|
|
18691
18691
|
};
|
|
18692
18692
|
|
|
18693
|
-
var _extraReducers$
|
|
18693
|
+
var _extraReducers$q;
|
|
18694
18694
|
var DRUG_ROUTES_DIRECTION_READ = createAsyncThunk("drugRoutesSlice/drug_routes_direction_list", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
18695
18695
|
var _ref2,
|
|
18696
18696
|
rejectWithValue,
|
|
@@ -18935,37 +18935,37 @@ var drugRoutesDirectionSlice = createSlice({
|
|
|
18935
18935
|
drug_routes_insert_list: _objectSpread2({}, defaultState.List),
|
|
18936
18936
|
drug_routes_update_list: _objectSpread2({}, defaultState.List)
|
|
18937
18937
|
},
|
|
18938
|
-
extraReducers: (_extraReducers$
|
|
18938
|
+
extraReducers: (_extraReducers$q = {}, _defineProperty(_extraReducers$q, DRUG_ROUTES_DIRECTION_READ.fulfilled, function (state, action) {
|
|
18939
18939
|
state.drug_routes_direction_list.loading = false, state.drug_routes_direction_list.error = false, state.drug_routes_direction_list = action.payload;
|
|
18940
|
-
}), _defineProperty(_extraReducers$
|
|
18940
|
+
}), _defineProperty(_extraReducers$q, DRUG_ROUTES_DIRECTION_READ.pending, function (state, action) {
|
|
18941
18941
|
state.drug_routes_direction_list.loading = true, state.drug_routes_direction_list.error = false, state.drug_routes_direction_list.loading = true;
|
|
18942
|
-
}), _defineProperty(_extraReducers$
|
|
18942
|
+
}), _defineProperty(_extraReducers$q, DRUG_ROUTES_DIRECTION_READ.rejected, function (state, action) {
|
|
18943
18943
|
state.drug_routes_direction_list.loading = false, state.drug_routes_direction_list.error = true, state.drug_routes_direction_list = action.payload;
|
|
18944
|
-
}), _defineProperty(_extraReducers$
|
|
18944
|
+
}), _defineProperty(_extraReducers$q, DRUG_ROUTES_DIRECTION_MASTER.fulfilled, function (state, action) {
|
|
18945
18945
|
state.drug_routes_master_list.loading = false, state.drug_routes_master_list.error = false, state.drug_routes_master_list = action.payload;
|
|
18946
|
-
}), _defineProperty(_extraReducers$
|
|
18946
|
+
}), _defineProperty(_extraReducers$q, DRUG_ROUTES_DIRECTION_MASTER.pending, function (state, action) {
|
|
18947
18947
|
state.drug_routes_master_list.loading = true, state.drug_routes_master_list.error = false, state.drug_routes_master_list.loading = true;
|
|
18948
|
-
}), _defineProperty(_extraReducers$
|
|
18948
|
+
}), _defineProperty(_extraReducers$q, DRUG_ROUTES_DIRECTION_MASTER.rejected, function (state, action) {
|
|
18949
18949
|
state.drug_routes_master_list.loading = false, state.drug_routes_master_list.error = true, state.drug_routes_master_list = action.payload;
|
|
18950
|
-
}), _defineProperty(_extraReducers$
|
|
18950
|
+
}), _defineProperty(_extraReducers$q, DRUG_ROUTES_DIRECTION_STATUS.fulfilled, function (state, action) {
|
|
18951
18951
|
state.drug_routes_status_list.loading = false, state.drug_routes_status_list.error = false, state.drug_routes_status_list = action.payload;
|
|
18952
|
-
}), _defineProperty(_extraReducers$
|
|
18952
|
+
}), _defineProperty(_extraReducers$q, DRUG_ROUTES_DIRECTION_STATUS.pending, function (state, action) {
|
|
18953
18953
|
state.drug_routes_status_list.loading = true, state.drug_routes_status_list.error = false, state.drug_routes_status_list.loading = true;
|
|
18954
|
-
}), _defineProperty(_extraReducers$
|
|
18954
|
+
}), _defineProperty(_extraReducers$q, DRUG_ROUTES_DIRECTION_STATUS.rejected, function (state, action) {
|
|
18955
18955
|
state.drug_routes_status_list.loading = false, state.drug_routes_status_list.error = true, state.drug_routes_status_list = action.payload;
|
|
18956
|
-
}), _defineProperty(_extraReducers$
|
|
18956
|
+
}), _defineProperty(_extraReducers$q, DRUG_ROUTES_DIRECTION_INSERT.fulfilled, function (state, action) {
|
|
18957
18957
|
state.drug_routes_insert_list.loading = false, state.drug_routes_insert_list.error = false, state.drug_routes_insert_list = action.payload;
|
|
18958
|
-
}), _defineProperty(_extraReducers$
|
|
18958
|
+
}), _defineProperty(_extraReducers$q, DRUG_ROUTES_DIRECTION_INSERT.pending, function (state, action) {
|
|
18959
18959
|
state.drug_routes_insert_list.loading = true, state.drug_routes_insert_list.error = false, state.drug_routes_insert_list.loading = true;
|
|
18960
|
-
}), _defineProperty(_extraReducers$
|
|
18960
|
+
}), _defineProperty(_extraReducers$q, DRUG_ROUTES_DIRECTION_INSERT.rejected, function (state, action) {
|
|
18961
18961
|
state.drug_routes_insert_list.loading = false, state.drug_routes_insert_list.error = true, state.drug_routes_insert_list = action.payload;
|
|
18962
|
-
}), _defineProperty(_extraReducers$
|
|
18962
|
+
}), _defineProperty(_extraReducers$q, DRUG_ROUTES_DIRECTION_UPDATE.fulfilled, function (state, action) {
|
|
18963
18963
|
state.drug_routes_insert_list.loading = false, state.drug_routes_insert_list.error = false, state.drug_routes_insert_list = action.payload;
|
|
18964
|
-
}), _defineProperty(_extraReducers$
|
|
18964
|
+
}), _defineProperty(_extraReducers$q, DRUG_ROUTES_DIRECTION_UPDATE.pending, function (state, action) {
|
|
18965
18965
|
state.drug_routes_insert_list.loading = true, state.drug_routes_insert_list.error = false, state.drug_routes_insert_list.loading = true;
|
|
18966
|
-
}), _defineProperty(_extraReducers$
|
|
18966
|
+
}), _defineProperty(_extraReducers$q, DRUG_ROUTES_DIRECTION_UPDATE.rejected, function (state, action) {
|
|
18967
18967
|
state.drug_routes_insert_list.loading = false, state.drug_routes_insert_list.error = true, state.drug_routes_insert_list = action.payload;
|
|
18968
|
-
}), _extraReducers$
|
|
18968
|
+
}), _extraReducers$q)
|
|
18969
18969
|
});
|
|
18970
18970
|
var drugDirectionRoutesActions = {
|
|
18971
18971
|
DRUG_ROUTES_DIRECTION_READ: DRUG_ROUTES_DIRECTION_READ,
|
|
@@ -19548,7 +19548,7 @@ var generatefaciltity = function generatefaciltity(data, state) {
|
|
|
19548
19548
|
// return Category;
|
|
19549
19549
|
// };
|
|
19550
19550
|
|
|
19551
|
-
var _extraReducers$
|
|
19551
|
+
var _extraReducers$p;
|
|
19552
19552
|
var fileds$4 = ["quantity", "gender", "checkaction", "entityType", "specimenType", "bodySite", "specimenContainer", "collectionMethod", "encounterType"];
|
|
19553
19553
|
|
|
19554
19554
|
var loopMasters$5 = function loopMasters() {
|
|
@@ -20109,61 +20109,61 @@ var orderCatalogSlice = createSlice({
|
|
|
20109
20109
|
order_type_data: _objectSpread2({}, defaultState.List),
|
|
20110
20110
|
entityTypeName: _objectSpread2({}, defaultState.List)
|
|
20111
20111
|
},
|
|
20112
|
-
extraReducers: (_extraReducers$
|
|
20112
|
+
extraReducers: (_extraReducers$p = {}, _defineProperty(_extraReducers$p, ENTITY_NAME_DATA.fulfilled, function (state, action) {
|
|
20113
20113
|
state.entityTypeName.loading = false, state.entityTypeName.error = false, state.entityTypeName = action.payload;
|
|
20114
|
-
}), _defineProperty(_extraReducers$
|
|
20114
|
+
}), _defineProperty(_extraReducers$p, ENTITY_NAME_DATA.pending, function (state, action) {
|
|
20115
20115
|
state.entityTypeName.loading = true, state.entityTypeName.error = false, state.entityTypeName.loading = true;
|
|
20116
|
-
}), _defineProperty(_extraReducers$
|
|
20116
|
+
}), _defineProperty(_extraReducers$p, ENTITY_NAME_DATA.rejected, function (state, action) {
|
|
20117
20117
|
state.entityTypeName.loading = false, state.entityTypeName.error = true, state.entityTypeName = action.payload;
|
|
20118
|
-
}), _defineProperty(_extraReducers$
|
|
20118
|
+
}), _defineProperty(_extraReducers$p, ORDER_CATALOG_MASTERS.fulfilled, function (state, action) {
|
|
20119
20119
|
state.order_catalog_masters.loading = false, state.order_catalog_masters.error = false, state.order_catalog_masters = action.payload;
|
|
20120
|
-
}), _defineProperty(_extraReducers$
|
|
20120
|
+
}), _defineProperty(_extraReducers$p, ORDER_CATALOG_MASTERS.pending, function (state, action) {
|
|
20121
20121
|
state.order_catalog_masters.loading = true, state.order_catalog_masters.error = false, state.order_catalog_masters.loading = true;
|
|
20122
|
-
}), _defineProperty(_extraReducers$
|
|
20122
|
+
}), _defineProperty(_extraReducers$p, ORDER_CATALOG_MASTERS.rejected, function (state, action) {
|
|
20123
20123
|
state.order_catalog_masters.loading = false, state.order_catalog_masters.error = true, state.order_catalog_masters = action.payload;
|
|
20124
|
-
}), _defineProperty(_extraReducers$
|
|
20124
|
+
}), _defineProperty(_extraReducers$p, ORDER_TYPE_DATA.fulfilled, function (state, action) {
|
|
20125
20125
|
state.order_type_data.loading = false, state.order_type_data.error = false, state.order_type_data = action.payload;
|
|
20126
|
-
}), _defineProperty(_extraReducers$
|
|
20126
|
+
}), _defineProperty(_extraReducers$p, ORDER_TYPE_DATA.pending, function (state, action) {
|
|
20127
20127
|
state.order_type_data.loading = true, state.order_type_data.error = false, state.order_type_data.loading = true;
|
|
20128
|
-
}), _defineProperty(_extraReducers$
|
|
20128
|
+
}), _defineProperty(_extraReducers$p, ORDER_TYPE_DATA.rejected, function (state, action) {
|
|
20129
20129
|
state.order_type_data.loading = false, state.order_type_data.error = true, state.order_type_data = action.payload;
|
|
20130
|
-
}), _defineProperty(_extraReducers$
|
|
20130
|
+
}), _defineProperty(_extraReducers$p, AGE_RANGES_CATEGORY_CATALOG.fulfilled, function (state, action) {
|
|
20131
20131
|
state.ageranges_category_catalog.loading = false, state.ageranges_category_catalog.error = false, state.ageranges_category_catalog = action.payload;
|
|
20132
|
-
}), _defineProperty(_extraReducers$
|
|
20132
|
+
}), _defineProperty(_extraReducers$p, AGE_RANGES_CATEGORY_CATALOG.pending, function (state, action) {
|
|
20133
20133
|
state.ageranges_category_catalog.loading = true, state.ageranges_category_catalog.error = false, state.ageranges_category_catalog.loading = true;
|
|
20134
|
-
}), _defineProperty(_extraReducers$
|
|
20134
|
+
}), _defineProperty(_extraReducers$p, AGE_RANGES_CATEGORY_CATALOG.rejected, function (state, action) {
|
|
20135
20135
|
state.ageranges_category_catalog.loading = false, state.ageranges_category_catalog.error = true, state.ageranges_category_catalog = action.payload;
|
|
20136
|
-
}), _defineProperty(_extraReducers$
|
|
20136
|
+
}), _defineProperty(_extraReducers$p, SAVE_ORDER_CATALOG.fulfilled, function (state, action) {
|
|
20137
20137
|
state.save_order_catalog.loading = false, state.save_order_catalog.error = false, state.save_order_catalog = action.payload;
|
|
20138
|
-
}), _defineProperty(_extraReducers$
|
|
20138
|
+
}), _defineProperty(_extraReducers$p, SAVE_ORDER_CATALOG.pending, function (state, action) {
|
|
20139
20139
|
state.save_order_catalog.loading = true, state.save_order_catalog.error = false, state.save_order_catalog.loading = true;
|
|
20140
|
-
}), _defineProperty(_extraReducers$
|
|
20140
|
+
}), _defineProperty(_extraReducers$p, SAVE_ORDER_CATALOG.rejected, function (state, action) {
|
|
20141
20141
|
state.save_order_catalog.loading = false, state.save_order_catalog.error = true, state.save_order_catalog = action.payload;
|
|
20142
|
-
}), _defineProperty(_extraReducers$
|
|
20142
|
+
}), _defineProperty(_extraReducers$p, READ_ORDER_CATALOG.fulfilled, function (state, action) {
|
|
20143
20143
|
state.order_catalog_read.loading = false, state.order_catalog_read.error = false, state.order_catalog_read = action.payload;
|
|
20144
|
-
}), _defineProperty(_extraReducers$
|
|
20144
|
+
}), _defineProperty(_extraReducers$p, READ_ORDER_CATALOG.pending, function (state, action) {
|
|
20145
20145
|
state.order_catalog_read.loading = true, state.order_catalog_read.error = false, state.order_catalog_read.loading = true;
|
|
20146
|
-
}), _defineProperty(_extraReducers$
|
|
20146
|
+
}), _defineProperty(_extraReducers$p, READ_ORDER_CATALOG.rejected, function (state, action) {
|
|
20147
20147
|
state.order_catalog_read.loading = false, state.order_catalog_read.error = true, state.order_catalog_read = action.payload;
|
|
20148
|
-
}), _defineProperty(_extraReducers$
|
|
20148
|
+
}), _defineProperty(_extraReducers$p, UPDATE_ORDER_CATALOG_STATUS.fulfilled, function (state, action) {
|
|
20149
20149
|
state.order_catalog_status_update.loading = false, state.order_catalog_status_update.error = false, state.order_catalog_status_update = action.payload;
|
|
20150
|
-
}), _defineProperty(_extraReducers$
|
|
20150
|
+
}), _defineProperty(_extraReducers$p, UPDATE_ORDER_CATALOG_STATUS.pending, function (state, action) {
|
|
20151
20151
|
state.order_catalog_status_update.loading = true, state.order_catalog_status_update.error = false, state.order_catalog_status_update.loading = true;
|
|
20152
|
-
}), _defineProperty(_extraReducers$
|
|
20152
|
+
}), _defineProperty(_extraReducers$p, UPDATE_ORDER_CATALOG_STATUS.rejected, function (state, action) {
|
|
20153
20153
|
state.order_catalog_status_update.loading = false, state.order_catalog_status_update.error = true, state.order_catalog_status_update = action.payload;
|
|
20154
|
-
}), _defineProperty(_extraReducers$
|
|
20154
|
+
}), _defineProperty(_extraReducers$p, EDIT_ORDER_CATALOG.fulfilled, function (state, action) {
|
|
20155
20155
|
state.edit_order_catalog.loading = false, state.edit_order_catalog.error = false, state.edit_order_catalog = action.payload;
|
|
20156
|
-
}), _defineProperty(_extraReducers$
|
|
20156
|
+
}), _defineProperty(_extraReducers$p, EDIT_ORDER_CATALOG.pending, function (state, action) {
|
|
20157
20157
|
state.edit_order_catalog.loading = true, state.edit_order_catalog.error = false, state.edit_order_catalog.loading = true;
|
|
20158
|
-
}), _defineProperty(_extraReducers$
|
|
20158
|
+
}), _defineProperty(_extraReducers$p, EDIT_ORDER_CATALOG.rejected, function (state, action) {
|
|
20159
20159
|
state.edit_order_catalog.loading = false, state.edit_order_catalog.error = true, state.edit_order_catalog = action.payload;
|
|
20160
|
-
}), _defineProperty(_extraReducers$
|
|
20160
|
+
}), _defineProperty(_extraReducers$p, DELETE_ATTRIBUTE_DELETE.fulfilled, function (state, action) {
|
|
20161
20161
|
state.attribute_delete.loading = false, state.attribute_delete.error = false, state.attribute_delete = action.payload;
|
|
20162
|
-
}), _defineProperty(_extraReducers$
|
|
20162
|
+
}), _defineProperty(_extraReducers$p, DELETE_ATTRIBUTE_DELETE.pending, function (state, action) {
|
|
20163
20163
|
state.attribute_delete.loading = true, state.attribute_delete.error = false, state.attribute_delete.loading = true;
|
|
20164
|
-
}), _defineProperty(_extraReducers$
|
|
20164
|
+
}), _defineProperty(_extraReducers$p, DELETE_ATTRIBUTE_DELETE.rejected, function (state, action) {
|
|
20165
20165
|
state.attribute_delete.loading = false, state.attribute_delete.error = true, state.attribute_delete = action.payload;
|
|
20166
|
-
}), _extraReducers$
|
|
20166
|
+
}), _extraReducers$p)
|
|
20167
20167
|
});
|
|
20168
20168
|
var orderCatalogActions = {
|
|
20169
20169
|
ORDER_CATALOG_MASTERS: ORDER_CATALOG_MASTERS,
|
|
@@ -20266,7 +20266,7 @@ var generateJson$9 = function generateJson(data, _key) {
|
|
|
20266
20266
|
})];
|
|
20267
20267
|
};
|
|
20268
20268
|
|
|
20269
|
-
var _extraReducers$
|
|
20269
|
+
var _extraReducers$o;
|
|
20270
20270
|
var SOURCELOCATIONTYPE = createAsyncThunk("performLocationSlice/sourceLocationType", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
20271
20271
|
var _ref2,
|
|
20272
20272
|
rejectWithValue,
|
|
@@ -20625,49 +20625,49 @@ var performLocationSlice = createSlice({
|
|
|
20625
20625
|
read_performing_location: _objectSpread2({}, defaultState.Info),
|
|
20626
20626
|
read_performing_location_status: _objectSpread2({}, defaultState.Info)
|
|
20627
20627
|
},
|
|
20628
|
-
extraReducers: (_extraReducers$
|
|
20628
|
+
extraReducers: (_extraReducers$o = {}, _defineProperty(_extraReducers$o, SOURCELOCATIONTYPE.fulfilled, function (state, action) {
|
|
20629
20629
|
state.source_location_type.loading = false, state.source_location_type.error = false, state.source_location_type = action.payload;
|
|
20630
|
-
}), _defineProperty(_extraReducers$
|
|
20630
|
+
}), _defineProperty(_extraReducers$o, SOURCELOCATIONTYPE.pending, function (state, action) {
|
|
20631
20631
|
state.source_location_type.loading = true, state.source_location_type.error = false, state.source_location_type.loading = true;
|
|
20632
|
-
}), _defineProperty(_extraReducers$
|
|
20632
|
+
}), _defineProperty(_extraReducers$o, SOURCELOCATIONTYPE.rejected, function (state, action) {
|
|
20633
20633
|
state.source_location_type.loading = false, state.source_location_type.error = true, state.source_location_type = action.payload;
|
|
20634
|
-
}), _defineProperty(_extraReducers$
|
|
20634
|
+
}), _defineProperty(_extraReducers$o, ORDERINGFACILITY.fulfilled, function (state, action) {
|
|
20635
20635
|
state.order_facility.loading = false, state.order_facility.error = false, state.order_facility = action.payload;
|
|
20636
|
-
}), _defineProperty(_extraReducers$
|
|
20636
|
+
}), _defineProperty(_extraReducers$o, ORDERINGFACILITY.pending, function (state, action) {
|
|
20637
20637
|
state.order_facility.loading = true, state.order_facility.error = false, state.order_facility.loading = true;
|
|
20638
|
-
}), _defineProperty(_extraReducers$
|
|
20638
|
+
}), _defineProperty(_extraReducers$o, ORDERINGFACILITY.rejected, function (state, action) {
|
|
20639
20639
|
state.order_facility.loading = false, state.order_facility.error = true, state.order_facility = action.payload;
|
|
20640
|
-
}), _defineProperty(_extraReducers$
|
|
20640
|
+
}), _defineProperty(_extraReducers$o, PERFORMINGDETAILS.fulfilled, function (state, action) {
|
|
20641
20641
|
state.performing_details.loading = false, state.performing_details.error = false, state.performing_details = action.payload;
|
|
20642
|
-
}), _defineProperty(_extraReducers$
|
|
20642
|
+
}), _defineProperty(_extraReducers$o, PERFORMINGDETAILS.pending, function (state, action) {
|
|
20643
20643
|
state.performing_details.loading = true, state.performing_details.error = false, state.performing_details.loading = true;
|
|
20644
|
-
}), _defineProperty(_extraReducers$
|
|
20644
|
+
}), _defineProperty(_extraReducers$o, PERFORMINGDETAILS.rejected, function (state, action) {
|
|
20645
20645
|
state.performing_details.loading = false, state.performing_details.error = true, state.performing_details = action.payload;
|
|
20646
|
-
}), _defineProperty(_extraReducers$
|
|
20646
|
+
}), _defineProperty(_extraReducers$o, SOURCELOCATION.fulfilled, function (state, action) {
|
|
20647
20647
|
state.source_location.loading = false, state.source_location.error = false, state.source_location = action.payload;
|
|
20648
|
-
}), _defineProperty(_extraReducers$
|
|
20648
|
+
}), _defineProperty(_extraReducers$o, SOURCELOCATION.pending, function (state, action) {
|
|
20649
20649
|
state.source_location.loading = true, state.source_location.error = false, state.source_location.loading = true;
|
|
20650
|
-
}), _defineProperty(_extraReducers$
|
|
20650
|
+
}), _defineProperty(_extraReducers$o, SOURCELOCATION.rejected, function (state, action) {
|
|
20651
20651
|
state.source_location.loading = false, state.source_location.error = true, state.source_location = action.payload;
|
|
20652
|
-
}), _defineProperty(_extraReducers$
|
|
20652
|
+
}), _defineProperty(_extraReducers$o, UPSERT_PERFORMINGLOCATION.fulfilled, function (state, action) {
|
|
20653
20653
|
state.save_performing_location.loading = false, state.save_performing_location.error = false, state.save_performing_location = action.payload;
|
|
20654
|
-
}), _defineProperty(_extraReducers$
|
|
20654
|
+
}), _defineProperty(_extraReducers$o, UPSERT_PERFORMINGLOCATION.pending, function (state, action) {
|
|
20655
20655
|
state.save_performing_location.loading = true, state.save_performing_location.error = false, state.save_performing_location.loading = true;
|
|
20656
|
-
}), _defineProperty(_extraReducers$
|
|
20656
|
+
}), _defineProperty(_extraReducers$o, UPSERT_PERFORMINGLOCATION.rejected, function (state, action) {
|
|
20657
20657
|
state.save_performing_location.loading = false, state.save_performing_location.error = true, state.save_performing_location = action.payload;
|
|
20658
|
-
}), _defineProperty(_extraReducers$
|
|
20658
|
+
}), _defineProperty(_extraReducers$o, READ_PERFORMINGLOCATION.fulfilled, function (state, action) {
|
|
20659
20659
|
state.read_performing_location.loading = false, state.read_performing_location.error = false, state.read_performing_location = action.payload;
|
|
20660
|
-
}), _defineProperty(_extraReducers$
|
|
20660
|
+
}), _defineProperty(_extraReducers$o, READ_PERFORMINGLOCATION.pending, function (state, action) {
|
|
20661
20661
|
state.read_performing_location.loading = true, state.read_performing_location.error = false, state.read_performing_location.loading = true;
|
|
20662
|
-
}), _defineProperty(_extraReducers$
|
|
20662
|
+
}), _defineProperty(_extraReducers$o, READ_PERFORMINGLOCATION.rejected, function (state, action) {
|
|
20663
20663
|
state.read_performing_location.loading = false, state.read_performing_location.error = true, state.read_performing_location = action.payload;
|
|
20664
|
-
}), _defineProperty(_extraReducers$
|
|
20664
|
+
}), _defineProperty(_extraReducers$o, STATUS_PERFORMINGLOCATION.fulfilled, function (state, action) {
|
|
20665
20665
|
state.read_performing_location_status.loading = false, state.read_performing_location_status.error = false, state.read_performing_location_status = action.payload;
|
|
20666
|
-
}), _defineProperty(_extraReducers$
|
|
20666
|
+
}), _defineProperty(_extraReducers$o, STATUS_PERFORMINGLOCATION.pending, function (state, action) {
|
|
20667
20667
|
state.read_performing_location_status.loading = true, state.read_performing_location_status.error = false, state.read_performing_location_status.loading = true;
|
|
20668
|
-
}), _defineProperty(_extraReducers$
|
|
20668
|
+
}), _defineProperty(_extraReducers$o, STATUS_PERFORMINGLOCATION.rejected, function (state, action) {
|
|
20669
20669
|
state.read_performing_location_status.loading = false, state.read_performing_location_status.error = true, state.read_performing_location_status = action.payload;
|
|
20670
|
-
}), _extraReducers$
|
|
20670
|
+
}), _extraReducers$o)
|
|
20671
20671
|
});
|
|
20672
20672
|
var performLocationActions = {
|
|
20673
20673
|
SOURCELOCATIONTYPE: SOURCELOCATIONTYPE,
|
|
@@ -20688,7 +20688,7 @@ var ordertype_role_actions = _objectSpread2({}, ordertypeActions$1);
|
|
|
20688
20688
|
|
|
20689
20689
|
var ordernature_role_actions = _objectSpread2({}, ordernatureActions$1);
|
|
20690
20690
|
|
|
20691
|
-
var query$
|
|
20691
|
+
var query$8 = {
|
|
20692
20692
|
entityType: function entityType() {
|
|
20693
20693
|
return "{\n \"db_name\": \"".concat(dbName, "\",\n \"entity\": \"CodeableConceptMaster\",\n \"sort\": \"document(CodeableConceptMaster.coding[0]).display\",\n \"filter\": \"CodeableConceptMaster.Type=='ORGTYPE' AND CodeableConceptMaster.activestatus==true\",\n \"return_fields\": \"MERGE(CodeableConceptMaster,{coding:(FOR cod IN TO_ARRAY(CodeableConceptMaster.coding) RETURN DOCUMENT(cod))})\"\n }");
|
|
20694
20694
|
},
|
|
@@ -21162,7 +21162,7 @@ actionsList.forEach(function (c) {
|
|
|
21162
21162
|
|
|
21163
21163
|
case 4:
|
|
21164
21164
|
_context.prev = 4;
|
|
21165
|
-
body = c.makeBody ? c.makeBody(payload) : query$
|
|
21165
|
+
body = c.makeBody ? c.makeBody(payload) : query$8[c.queryName || c.sliceName](c.makePayload ? c.makePayload(payload) : payload);
|
|
21166
21166
|
_context.next = 8;
|
|
21167
21167
|
return fetchData({
|
|
21168
21168
|
body: body
|
|
@@ -21231,7 +21231,7 @@ var query_ids = {
|
|
|
21231
21231
|
"signInApiSlice/SearchPractioner": "2fef3beb-6f38-48b0-955f-90f88dab2822"
|
|
21232
21232
|
};
|
|
21233
21233
|
|
|
21234
|
-
var query$
|
|
21234
|
+
var query$7 = {
|
|
21235
21235
|
role_type: "{\n \"db_name\": \"".concat(dbName, "\",\n \"entity\": \"CodeableConceptMaster\",\n \"sort\": \"document(CodeableConceptMaster.coding[0]).display\",\n \"filter\": \"CodeableConceptMaster.Type=='RESOURCETYPE' AND CodeableConceptMaster.activestatus==true\",\n \"return_fields\": \"MERGE(CodeableConceptMaster,{coding:(for cod IN TO_ARRAY(CodeableConceptMaster.coding) RETURN DOCUMENT(cod))})\"\n}"),
|
|
21236
21236
|
all_practitioner: "{\n \"db_name\": \"".concat(dbName, "\",\n \"entity\": \"Practitioner\",\n \"filter\": \"Practitioner.status==true\",\n \"return_fields\": \"MERGE(KEEP(Practitioner,'_id','id','name','_key','practitioner_role'),{name:(for hu in HumanNameMaster filter hu._id in Practitioner.name return merge(hu,{use:(for us in CodeableConceptMaster filter us._id == hu.use return merge(us,{coding:document(us.coding)}))},{prefix:(for pre in CodeableConceptMaster filter pre._id == hu.prefix return merge(pre,{coding:document(pre.coding)}))},{suffix:(for suf in CodeableConceptMaster filter suf._id == hu.suffix return merge(suf,{coding:document(suf.coding)}))}))},{practitioner_role:(for prac in PractitionerRole filter prac._id in Practitioner.practitioner_role return merge (keep(prac,'role'),{role:(for rol in CodeableConceptMaster filter rol._id == prac.role return merge(rol,{coding:document(rol.coding)}))}))})\"\n}"),
|
|
21237
21237
|
practitoner_slot: function practitoner_slot(startDate, endDate, practitonerId) {
|
|
@@ -21327,7 +21327,7 @@ var generateSpecificSlots = function generateSpecificSlots(data) {
|
|
|
21327
21327
|
return arr;
|
|
21328
21328
|
};
|
|
21329
21329
|
|
|
21330
|
-
var _extraReducers$
|
|
21330
|
+
var _extraReducers$n;
|
|
21331
21331
|
var ROLE_TYPE = createAsyncThunk("scheduleManagementApiSlice/roleTpe", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
21332
21332
|
var _ref2,
|
|
21333
21333
|
rejectWithValue,
|
|
@@ -21343,7 +21343,7 @@ var ROLE_TYPE = createAsyncThunk("scheduleManagementApiSlice/roleTpe", /*#__PURE
|
|
|
21343
21343
|
_context.prev = 2;
|
|
21344
21344
|
_context.next = 5;
|
|
21345
21345
|
return fetchData({
|
|
21346
|
-
body: query$
|
|
21346
|
+
body: query$7.role_type
|
|
21347
21347
|
}, __readDocumentUrl__);
|
|
21348
21348
|
|
|
21349
21349
|
case 5:
|
|
@@ -21388,7 +21388,7 @@ var ALL_PRACTITIONER = createAsyncThunk("scheduleManagementApiSlice/allPractitio
|
|
|
21388
21388
|
_context2.prev = 2;
|
|
21389
21389
|
_context2.next = 5;
|
|
21390
21390
|
return fetchData({
|
|
21391
|
-
body: query$
|
|
21391
|
+
body: query$7.all_practitioner
|
|
21392
21392
|
}, __readDocumentUrl__);
|
|
21393
21393
|
|
|
21394
21394
|
case 5:
|
|
@@ -21450,7 +21450,7 @@ var BLOCK_RELEASE_REASON = createAsyncThunk("scheduleManagementApiSlice/block_re
|
|
|
21450
21450
|
_context3.prev = 2;
|
|
21451
21451
|
_context3.next = 5;
|
|
21452
21452
|
return fetchData({
|
|
21453
|
-
body: query$
|
|
21453
|
+
body: query$7.release_block_reason
|
|
21454
21454
|
}, __readDocumentUrl__);
|
|
21455
21455
|
|
|
21456
21456
|
case 5:
|
|
@@ -21502,7 +21502,7 @@ var PRACTITIONER_SLOTS = createAsyncThunk("scheduleManagementApiSlice/practition
|
|
|
21502
21502
|
startDate = payload.startDate, endDate = payload.endDate, practitonerId = payload.practitonerId;
|
|
21503
21503
|
_context4.next = 6;
|
|
21504
21504
|
return fetchData({
|
|
21505
|
-
body: JSON.stringify(query$
|
|
21505
|
+
body: JSON.stringify(query$7.practitoner_slot(startDate, endDate, practitonerId))
|
|
21506
21506
|
}, __baseUrl__$1);
|
|
21507
21507
|
|
|
21508
21508
|
case 6:
|
|
@@ -21548,7 +21548,7 @@ var RELEASE_SLOTS = createAsyncThunk("scheduleManagementApiSlice/releaseSlots",
|
|
|
21548
21548
|
dayStart = payload.dayStart, practitonerID = payload.practitonerID, slotStart = payload.slotStart, slotEnd = payload.slotEnd;
|
|
21549
21549
|
_context5.next = 6;
|
|
21550
21550
|
return fetchData({
|
|
21551
|
-
body: JSON.stringify(query$
|
|
21551
|
+
body: JSON.stringify(query$7.specific_slots(dayStart, practitonerID, slotStart, slotEnd))
|
|
21552
21552
|
}, __readDocumentUrl__);
|
|
21553
21553
|
|
|
21554
21554
|
case 6:
|
|
@@ -21593,7 +21593,7 @@ var RELEASE_SCHEDULE = createAsyncThunk("scheduleManagementApiSlice/release_sche
|
|
|
21593
21593
|
startDate = payload.startDate, endDate = payload.endDate, practitonerId = payload.practitonerId, reason = payload.reason;
|
|
21594
21594
|
_context6.next = 6;
|
|
21595
21595
|
return fetchData({
|
|
21596
|
-
body: JSON.stringify(query$
|
|
21596
|
+
body: JSON.stringify(query$7.release_schedule(startDate, endDate, practitonerId, reason))
|
|
21597
21597
|
}, "".concat(__nifiUrl__, "/api/v1/ReleaseSchedule") //need to add in the env
|
|
21598
21598
|
);
|
|
21599
21599
|
|
|
@@ -21638,7 +21638,7 @@ var BLOCK_SCHEDULE = createAsyncThunk("scheduleManagementApiSlice/block_schedule
|
|
|
21638
21638
|
startDate = payload.startDate, endDate = payload.endDate, practitonerId = payload.practitonerId, reason = payload.reason;
|
|
21639
21639
|
_context7.next = 6;
|
|
21640
21640
|
return fetchData({
|
|
21641
|
-
body: JSON.stringify(query$
|
|
21641
|
+
body: JSON.stringify(query$7.block_schedule(startDate, endDate, practitonerId, reason))
|
|
21642
21642
|
}, "".concat(__nifiUrl__, "/api/v1/BlockSchedule") //need to add in the env
|
|
21643
21643
|
);
|
|
21644
21644
|
|
|
@@ -21686,7 +21686,7 @@ var BLOCK_SCHEDULE_PARTIAL = createAsyncThunk("scheduleManagementApiSlice/block_
|
|
|
21686
21686
|
startDate = payload.startDate, endDate = payload.endDate, starttime = payload.starttime, endtime = payload.endtime, practitonerId = payload.practitonerId, days = payload.days, reason = payload.reason;
|
|
21687
21687
|
_context8.next = 6;
|
|
21688
21688
|
return fetchData({
|
|
21689
|
-
body: JSON.stringify(query$
|
|
21689
|
+
body: JSON.stringify(query$7.block_partial(startDate, endDate, starttime, endtime, practitonerId, days, reason))
|
|
21690
21690
|
}, "".concat(__nifiUrl__, "/api/v1/BlockSchedule") //need to add in the env
|
|
21691
21691
|
);
|
|
21692
21692
|
|
|
@@ -21722,55 +21722,55 @@ var scheduleManagementSlice = createSlice({
|
|
|
21722
21722
|
block_schedule_partial: _objectSpread2({}, defaultState.List),
|
|
21723
21723
|
release_slots: _objectSpread2({}, defaultState.List)
|
|
21724
21724
|
},
|
|
21725
|
-
extraReducers: (_extraReducers$
|
|
21725
|
+
extraReducers: (_extraReducers$n = {}, _defineProperty(_extraReducers$n, ROLE_TYPE.fulfilled, function (state, action) {
|
|
21726
21726
|
state.role_type.loading = false, state.role_type.error = false, state.role_type = action.payload;
|
|
21727
|
-
}), _defineProperty(_extraReducers$
|
|
21727
|
+
}), _defineProperty(_extraReducers$n, ROLE_TYPE.pending, function (state, action) {
|
|
21728
21728
|
state.role_type.loading = true, state.role_type.error = false, state.role_type.loading = true;
|
|
21729
|
-
}), _defineProperty(_extraReducers$
|
|
21729
|
+
}), _defineProperty(_extraReducers$n, ROLE_TYPE.rejected, function (state, action) {
|
|
21730
21730
|
state.role_type.loading = false, state.role_type.error = true, state.role_type = action.payload;
|
|
21731
|
-
}), _defineProperty(_extraReducers$
|
|
21731
|
+
}), _defineProperty(_extraReducers$n, ALL_PRACTITIONER.fulfilled, function (state, action) {
|
|
21732
21732
|
state.all_practitioner.loading = false, state.all_practitioner.error = false, state.all_practitioner = action.payload;
|
|
21733
|
-
}), _defineProperty(_extraReducers$
|
|
21733
|
+
}), _defineProperty(_extraReducers$n, ALL_PRACTITIONER.pending, function (state, action) {
|
|
21734
21734
|
state.all_practitioner.loading = true, state.all_practitioner.error = false, state.all_practitioner.loading = true;
|
|
21735
|
-
}), _defineProperty(_extraReducers$
|
|
21735
|
+
}), _defineProperty(_extraReducers$n, ALL_PRACTITIONER.rejected, function (state, action) {
|
|
21736
21736
|
state.all_practitioner.loading = false, state.all_practitioner.error = true, state.all_practitioner = action.payload;
|
|
21737
|
-
}), _defineProperty(_extraReducers$
|
|
21737
|
+
}), _defineProperty(_extraReducers$n, BLOCK_RELEASE_REASON.fulfilled, function (state, action) {
|
|
21738
21738
|
state.block_release_reason.loading = false, state.block_release_reason.error = false, state.block_release_reason = action.payload;
|
|
21739
|
-
}), _defineProperty(_extraReducers$
|
|
21739
|
+
}), _defineProperty(_extraReducers$n, BLOCK_RELEASE_REASON.pending, function (state, action) {
|
|
21740
21740
|
state.block_release_reason.loading = true, state.block_release_reason.error = false, state.block_release_reason.loading = true;
|
|
21741
|
-
}), _defineProperty(_extraReducers$
|
|
21741
|
+
}), _defineProperty(_extraReducers$n, BLOCK_RELEASE_REASON.rejected, function (state, action) {
|
|
21742
21742
|
state.block_release_reason.loading = false, state.block_release_reason.error = true, state.block_release_reason = action.payload;
|
|
21743
|
-
}), _defineProperty(_extraReducers$
|
|
21743
|
+
}), _defineProperty(_extraReducers$n, PRACTITIONER_SLOTS.fulfilled, function (state, action) {
|
|
21744
21744
|
state.practitioner_slots.loading = false, state.practitioner_slots.error = false, state.practitioner_slots = action.payload;
|
|
21745
|
-
}), _defineProperty(_extraReducers$
|
|
21745
|
+
}), _defineProperty(_extraReducers$n, PRACTITIONER_SLOTS.pending, function (state, action) {
|
|
21746
21746
|
state.practitioner_slots.loading = true, state.practitioner_slots.error = false, state.practitioner_slots.loading = true;
|
|
21747
|
-
}), _defineProperty(_extraReducers$
|
|
21747
|
+
}), _defineProperty(_extraReducers$n, PRACTITIONER_SLOTS.rejected, function (state, action) {
|
|
21748
21748
|
state.practitioner_slots.loading = false, state.practitioner_slots.error = true, state.practitioner_slots = action.payload;
|
|
21749
|
-
}), _defineProperty(_extraReducers$
|
|
21749
|
+
}), _defineProperty(_extraReducers$n, RELEASE_SLOTS.fulfilled, function (state, action) {
|
|
21750
21750
|
state.release_slots.loading = false, state.release_slots.error = false, state.release_slots = action.payload;
|
|
21751
|
-
}), _defineProperty(_extraReducers$
|
|
21751
|
+
}), _defineProperty(_extraReducers$n, RELEASE_SLOTS.pending, function (state, action) {
|
|
21752
21752
|
state.release_slots.loading = true, state.release_slots.error = false, state.release_slots.loading = true;
|
|
21753
|
-
}), _defineProperty(_extraReducers$
|
|
21753
|
+
}), _defineProperty(_extraReducers$n, RELEASE_SLOTS.rejected, function (state, action) {
|
|
21754
21754
|
state.release_slots.loading = false, state.release_slots.error = true, state.release_slots = action.payload;
|
|
21755
|
-
}), _defineProperty(_extraReducers$
|
|
21755
|
+
}), _defineProperty(_extraReducers$n, RELEASE_SCHEDULE.fulfilled, function (state, action) {
|
|
21756
21756
|
state.release_schedule.loading = false, state.release_schedule.error = false, state.release_schedule = action.payload;
|
|
21757
|
-
}), _defineProperty(_extraReducers$
|
|
21757
|
+
}), _defineProperty(_extraReducers$n, RELEASE_SCHEDULE.pending, function (state, action) {
|
|
21758
21758
|
state.release_schedule.loading = true, state.release_schedule.error = false, state.release_schedule.loading = true;
|
|
21759
|
-
}), _defineProperty(_extraReducers$
|
|
21759
|
+
}), _defineProperty(_extraReducers$n, RELEASE_SCHEDULE.rejected, function (state, action) {
|
|
21760
21760
|
state.release_schedule.loading = false, state.release_schedule.error = true, state.release_schedule = action.payload;
|
|
21761
|
-
}), _defineProperty(_extraReducers$
|
|
21761
|
+
}), _defineProperty(_extraReducers$n, BLOCK_SCHEDULE.fulfilled, function (state, action) {
|
|
21762
21762
|
state.block_schedule.loading = false, state.block_schedule.error = false, state.block_schedule = action.payload;
|
|
21763
|
-
}), _defineProperty(_extraReducers$
|
|
21763
|
+
}), _defineProperty(_extraReducers$n, BLOCK_SCHEDULE.pending, function (state, action) {
|
|
21764
21764
|
state.block_schedule.loading = true, state.block_schedule.error = false, state.block_schedule.loading = true;
|
|
21765
|
-
}), _defineProperty(_extraReducers$
|
|
21765
|
+
}), _defineProperty(_extraReducers$n, BLOCK_SCHEDULE.rejected, function (state, action) {
|
|
21766
21766
|
state.block_schedule.loading = false, state.block_schedule.error = true, state.block_schedule = action.payload;
|
|
21767
|
-
}), _defineProperty(_extraReducers$
|
|
21767
|
+
}), _defineProperty(_extraReducers$n, BLOCK_SCHEDULE_PARTIAL.fulfilled, function (state, action) {
|
|
21768
21768
|
state.block_schedule_partial.loading = false, state.block_schedule_partial.error = false, state.block_schedule_partial = action.payload;
|
|
21769
|
-
}), _defineProperty(_extraReducers$
|
|
21769
|
+
}), _defineProperty(_extraReducers$n, BLOCK_SCHEDULE_PARTIAL.pending, function (state, action) {
|
|
21770
21770
|
state.block_schedule_partial.loading = true, state.block_schedule_partial.error = false, state.block_schedule_partial.loading = true;
|
|
21771
|
-
}), _defineProperty(_extraReducers$
|
|
21771
|
+
}), _defineProperty(_extraReducers$n, BLOCK_SCHEDULE_PARTIAL.rejected, function (state, action) {
|
|
21772
21772
|
state.block_schedule_partial.loading = false, state.block_schedule_partial.error = true, state.block_schedule_partial = action.payload;
|
|
21773
|
-
}), _extraReducers$
|
|
21773
|
+
}), _extraReducers$n)
|
|
21774
21774
|
});
|
|
21775
21775
|
var scheduleManagementActions = {
|
|
21776
21776
|
ROLE_TYPE: ROLE_TYPE,
|
|
@@ -22557,7 +22557,7 @@ var generateReadJson$2 = {
|
|
|
22557
22557
|
}
|
|
22558
22558
|
};
|
|
22559
22559
|
|
|
22560
|
-
var _extraReducers$
|
|
22560
|
+
var _extraReducers$m;
|
|
22561
22561
|
var ORGANIZATION_TREE_READ = createAsyncThunk("organizationSlice/organizationTreeList", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
22562
22562
|
var payload,
|
|
22563
22563
|
_ref2,
|
|
@@ -23738,7 +23738,7 @@ var SET_ORGANIZATION = createAsyncThunk("organizationSlice/setOrganization", /*#
|
|
|
23738
23738
|
state,
|
|
23739
23739
|
key,
|
|
23740
23740
|
queriesjson,
|
|
23741
|
-
|
|
23741
|
+
data,
|
|
23742
23742
|
_args24 = arguments;
|
|
23743
23743
|
|
|
23744
23744
|
return regeneratorRuntime.wrap(function _callee24$(_context24) {
|
|
@@ -23756,9 +23756,9 @@ var SET_ORGANIZATION = createAsyncThunk("organizationSlice/setOrganization", /*#
|
|
|
23756
23756
|
}, __uspsertUrl__);
|
|
23757
23757
|
|
|
23758
23758
|
case 7:
|
|
23759
|
-
|
|
23759
|
+
data = _context24.sent;
|
|
23760
23760
|
return _context24.abrupt("return", _objectSpread2(_objectSpread2({}, defaultState.List), {}, {
|
|
23761
|
-
data:
|
|
23761
|
+
data: data
|
|
23762
23762
|
}));
|
|
23763
23763
|
|
|
23764
23764
|
case 12:
|
|
@@ -23919,163 +23919,163 @@ var organizationSlice = createSlice({
|
|
|
23919
23919
|
getOrganization: _objectSpread2({}, defaultState.List),
|
|
23920
23920
|
specialtyDrop: _objectSpread2({}, defaultState.List)
|
|
23921
23921
|
},
|
|
23922
|
-
extraReducers: (_extraReducers$
|
|
23922
|
+
extraReducers: (_extraReducers$m = {}, _defineProperty(_extraReducers$m, ORGANIZATION_TREE_READ.fulfilled, function (state, action) {
|
|
23923
23923
|
state.organizationTreeList.loading = false, state.organizationTreeList.error = false, state.organizationTreeList = action.payload;
|
|
23924
|
-
}), _defineProperty(_extraReducers$
|
|
23924
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_TREE_READ.pending, function (state, action) {
|
|
23925
23925
|
state.organizationTreeList.loading = true, state.organizationTreeList.error = false, state.organizationTreeList.loading = true;
|
|
23926
|
-
}), _defineProperty(_extraReducers$
|
|
23926
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_TREE_READ.rejected, function (state, action) {
|
|
23927
23927
|
state.organizationTreeList.loading = false, state.organizationTreeList.error = true, state.organizationTreeList = action.payload;
|
|
23928
|
-
}), _defineProperty(_extraReducers$
|
|
23928
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_READ_DETAILS.fulfilled, function (state, action) {
|
|
23929
23929
|
state.organizationReadDetails.loading = false, state.organizationReadDetails.error = false, state.organizationReadDetails = action.payload;
|
|
23930
|
-
}), _defineProperty(_extraReducers$
|
|
23930
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_READ_DETAILS.pending, function (state, action) {
|
|
23931
23931
|
state.organizationReadDetails.loading = true, state.organizationReadDetails.error = false, state.organizationReadDetails.loading = true;
|
|
23932
|
-
}), _defineProperty(_extraReducers$
|
|
23932
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_READ_DETAILS.rejected, function (state, action) {
|
|
23933
23933
|
state.organizationReadDetails.loading = false, state.organizationReadDetails.error = true, state.organizationReadDetails = action.payload;
|
|
23934
|
-
}), _defineProperty(_extraReducers$
|
|
23934
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_READ_STATUS_UPSERT.fulfilled, function (state, action) {
|
|
23935
23935
|
state.organizationReadStatusUpsert.loading = false, state.organizationReadStatusUpsert.error = false, state.organizationReadStatusUpsert = action.payload;
|
|
23936
|
-
}), _defineProperty(_extraReducers$
|
|
23936
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_READ_STATUS_UPSERT.pending, function (state, action) {
|
|
23937
23937
|
state.organizationReadStatusUpsert.loading = true, state.organizationReadStatusUpsert.error = false, state.organizationReadStatusUpsert.loading = true;
|
|
23938
|
-
}), _defineProperty(_extraReducers$
|
|
23938
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_READ_STATUS_UPSERT.rejected, function (state, action) {
|
|
23939
23939
|
state.organizationReadStatusUpsert.loading = false, state.organizationReadStatusUpsert.error = true, state.organizationReadStatusUpsert = action.payload;
|
|
23940
|
-
}), _defineProperty(_extraReducers$
|
|
23940
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_ENTITY_TYPE.fulfilled, function (state, action) {
|
|
23941
23941
|
state.organizationEntityType.loading = false, state.organizationEntityType.error = false, state.organizationEntityType = action.payload;
|
|
23942
|
-
}), _defineProperty(_extraReducers$
|
|
23942
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_ENTITY_TYPE.pending, function (state, action) {
|
|
23943
23943
|
state.organizationEntityType.loading = true, state.organizationEntityType.error = false, state.organizationEntityType.loading = true;
|
|
23944
|
-
}), _defineProperty(_extraReducers$
|
|
23944
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_ENTITY_TYPE.rejected, function (state, action) {
|
|
23945
23945
|
state.organizationEntityType.loading = false, state.organizationEntityType.error = true, state.organizationEntityType = action.payload;
|
|
23946
|
-
}), _defineProperty(_extraReducers$
|
|
23946
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_PARENT_ENTITY.fulfilled, function (state, action) {
|
|
23947
23947
|
state.orgParEntity.loading = false, state.orgParEntity.error = false, state.orgParEntity = action.payload;
|
|
23948
|
-
}), _defineProperty(_extraReducers$
|
|
23948
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_PARENT_ENTITY.pending, function (state, action) {
|
|
23949
23949
|
state.orgParEntity.loading = true, state.orgParEntity.error = false, state.orgParEntity.loading = true;
|
|
23950
|
-
}), _defineProperty(_extraReducers$
|
|
23950
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_PARENT_ENTITY.rejected, function (state, action) {
|
|
23951
23951
|
state.orgParEntity.loading = false, state.orgParEntity.error = true, state.orgParEntity = action.payload;
|
|
23952
|
-
}), _defineProperty(_extraReducers$
|
|
23952
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_LEVEL_CARE.fulfilled, function (state, action) {
|
|
23953
23953
|
state.orgLevelCare.loading = false, state.orgLevelCare.error = false, state.orgLevelCare = action.payload;
|
|
23954
|
-
}), _defineProperty(_extraReducers$
|
|
23954
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_LEVEL_CARE.pending, function (state, action) {
|
|
23955
23955
|
state.orgLevelCare.loading = true, state.orgLevelCare.error = false, state.orgLevelCare.loading = true;
|
|
23956
|
-
}), _defineProperty(_extraReducers$
|
|
23956
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_LEVEL_CARE.rejected, function (state, action) {
|
|
23957
23957
|
state.orgLevelCare.loading = false, state.orgLevelCare.error = true, state.orgLevelCare = action.payload;
|
|
23958
|
-
}), _defineProperty(_extraReducers$
|
|
23958
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_USE_IDENTIFICATION.fulfilled, function (state, action) {
|
|
23959
23959
|
state.orgUseIdenifi.loading = false, state.orgUseIdenifi.error = false, state.orgUseIdenifi = action.payload;
|
|
23960
|
-
}), _defineProperty(_extraReducers$
|
|
23960
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_USE_IDENTIFICATION.pending, function (state, action) {
|
|
23961
23961
|
state.orgUseIdenifi.loading = true, state.orgUseIdenifi.error = false, state.orgUseIdenifi.loading = true;
|
|
23962
|
-
}), _defineProperty(_extraReducers$
|
|
23962
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_USE_IDENTIFICATION.rejected, function (state, action) {
|
|
23963
23963
|
state.orgUseIdenifi.loading = false, state.orgUseIdenifi.error = true, state.orgUseIdenifi = action.payload;
|
|
23964
|
-
}), _defineProperty(_extraReducers$
|
|
23964
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_IDTYPE_IDENTIF.fulfilled, function (state, action) {
|
|
23965
23965
|
state.orgIdTypeIdenifi.loading = false, state.orgIdTypeIdenifi.error = false, state.orgIdTypeIdenifi = action.payload;
|
|
23966
|
-
}), _defineProperty(_extraReducers$
|
|
23966
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_IDTYPE_IDENTIF.pending, function (state, action) {
|
|
23967
23967
|
state.orgIdTypeIdenifi.loading = true, state.orgIdTypeIdenifi.error = false, state.orgIdTypeIdenifi.loading = true;
|
|
23968
|
-
}), _defineProperty(_extraReducers$
|
|
23968
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_IDTYPE_IDENTIF.rejected, function (state, action) {
|
|
23969
23969
|
state.orgIdTypeIdenifi.loading = false, state.orgIdTypeIdenifi.error = true, state.orgIdTypeIdenifi = action.payload;
|
|
23970
|
-
}), _defineProperty(_extraReducers$
|
|
23970
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_ALIAS_TYPE.fulfilled, function (state, action) {
|
|
23971
23971
|
state.aliastype.loading = false, state.aliastype.error = false, state.aliastype = action.payload;
|
|
23972
|
-
}), _defineProperty(_extraReducers$
|
|
23972
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_ALIAS_TYPE.pending, function (state, action) {
|
|
23973
23973
|
state.aliastype.loading = true, state.aliastype.error = false, state.aliastype.loading = true;
|
|
23974
|
-
}), _defineProperty(_extraReducers$
|
|
23974
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_ALIAS_TYPE.rejected, function (state, action) {
|
|
23975
23975
|
state.aliastype.loading = false, state.aliastype.error = true, state.aliastype = action.payload;
|
|
23976
|
-
}), _defineProperty(_extraReducers$
|
|
23976
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_ADD_TYPE.fulfilled, function (state, action) {
|
|
23977
23977
|
state.orgAddType.loading = false, state.orgAddType.error = false, state.orgAddType = action.payload;
|
|
23978
|
-
}), _defineProperty(_extraReducers$
|
|
23978
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_ADD_TYPE.pending, function (state, action) {
|
|
23979
23979
|
state.orgAddType.loading = true, state.orgAddType.error = false, state.orgAddType.loading = true;
|
|
23980
|
-
}), _defineProperty(_extraReducers$
|
|
23980
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_ADD_TYPE.rejected, function (state, action) {
|
|
23981
23981
|
state.orgAddType.loading = false, state.orgAddType.error = true, state.orgAddType = action.payload;
|
|
23982
|
-
}), _defineProperty(_extraReducers$
|
|
23982
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_ADD_USE.fulfilled, function (state, action) {
|
|
23983
23983
|
state.orgAddUSE.loading = false, state.orgAddUSE.error = false, state.orgAddUSE = action.payload;
|
|
23984
|
-
}), _defineProperty(_extraReducers$
|
|
23984
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_ADD_USE.pending, function (state, action) {
|
|
23985
23985
|
state.orgAddUSE.loading = true, state.orgAddUSE.error = false, state.orgAddUSE.loading = true;
|
|
23986
|
-
}), _defineProperty(_extraReducers$
|
|
23986
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_ADD_USE.rejected, function (state, action) {
|
|
23987
23987
|
state.orgAddUSE.loading = false, state.orgAddUSE.error = true, state.orgAddUSE = action.payload;
|
|
23988
|
-
}), _defineProperty(_extraReducers$
|
|
23988
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_ADD_City.fulfilled, function (state, action) {
|
|
23989
23989
|
state.orgAddCity.loading = false, state.orgAddCity.error = false, state.orgAddCity = action.payload;
|
|
23990
|
-
}), _defineProperty(_extraReducers$
|
|
23990
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_ADD_City.pending, function (state, action) {
|
|
23991
23991
|
state.orgAddCity.loading = true, state.orgAddCity.error = false, state.orgAddCity.loading = true;
|
|
23992
|
-
}), _defineProperty(_extraReducers$
|
|
23992
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_ADD_City.rejected, function (state, action) {
|
|
23993
23993
|
state.orgAddCity.loading = false, state.orgAddCity.error = true, state.orgAddCity = action.payload;
|
|
23994
|
-
}), _defineProperty(_extraReducers$
|
|
23994
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_ADD_DISTRICT.fulfilled, function (state, action) {
|
|
23995
23995
|
state.orgAddDISTRICT.loading = false, state.orgAddDISTRICT.error = false, state.orgAddDISTRICT = action.payload;
|
|
23996
|
-
}), _defineProperty(_extraReducers$
|
|
23996
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_ADD_DISTRICT.pending, function (state, action) {
|
|
23997
23997
|
state.orgAddDISTRICT.loading = true, state.orgAddDISTRICT.error = false, state.orgAddDISTRICT.loading = true;
|
|
23998
|
-
}), _defineProperty(_extraReducers$
|
|
23998
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_ADD_DISTRICT.rejected, function (state, action) {
|
|
23999
23999
|
state.orgAddDISTRICT.loading = false, state.orgAddDISTRICT.error = true, state.orgAddDISTRICT = action.payload;
|
|
24000
|
-
}), _defineProperty(_extraReducers$
|
|
24000
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_AddSTATE.fulfilled, function (state, action) {
|
|
24001
24001
|
state.orgAddSTATE.loading = false, state.orgAddSTATE.error = false, state.orgAddSTATE = action.payload;
|
|
24002
|
-
}), _defineProperty(_extraReducers$
|
|
24002
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_AddSTATE.pending, function (state, action) {
|
|
24003
24003
|
state.orgAddSTATE.loading = true, state.orgAddSTATE.error = false, state.orgAddSTATE.loading = true;
|
|
24004
|
-
}), _defineProperty(_extraReducers$
|
|
24004
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_AddSTATE.rejected, function (state, action) {
|
|
24005
24005
|
state.orgAddSTATE.loading = false, state.orgAddSTATE.error = true, state.orgAddSTATE = action.payload;
|
|
24006
|
-
}), _defineProperty(_extraReducers$
|
|
24006
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_COUNTRY.fulfilled, function (state, action) {
|
|
24007
24007
|
state.orgAddCOUNTRY.loading = false, state.orgAddCOUNTRY.error = false, state.orgAddCOUNTRY = action.payload;
|
|
24008
|
-
}), _defineProperty(_extraReducers$
|
|
24008
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_COUNTRY.pending, function (state, action) {
|
|
24009
24009
|
state.orgAddCOUNTRY.loading = true, state.orgAddCOUNTRY.error = false, state.orgAddCOUNTRY.loading = true;
|
|
24010
|
-
}), _defineProperty(_extraReducers$
|
|
24010
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_COUNTRY.rejected, function (state, action) {
|
|
24011
24011
|
state.orgAddCOUNTRY.loading = false, state.orgAddCOUNTRY.error = true, state.orgAddCOUNTRY = action.payload;
|
|
24012
|
-
}), _defineProperty(_extraReducers$
|
|
24012
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_PINCODE.fulfilled, function (state, action) {
|
|
24013
24013
|
state.orgAddPINCODE.loading = false, state.orgAddPINCODE.error = false, state.orgAddPINCODE = action.payload;
|
|
24014
|
-
}), _defineProperty(_extraReducers$
|
|
24014
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_PINCODE.pending, function (state, action) {
|
|
24015
24015
|
state.orgAddPINCODE.loading = true, state.orgAddPINCODE.error = false, state.orgAddPINCODE.loading = true;
|
|
24016
|
-
}), _defineProperty(_extraReducers$
|
|
24016
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_PINCODE.rejected, function (state, action) {
|
|
24017
24017
|
state.orgAddPINCODE.loading = false, state.orgAddPINCODE.error = true, state.orgAddPINCODE = action.payload;
|
|
24018
|
-
}), _defineProperty(_extraReducers$
|
|
24018
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_CONTACTDETAILMODE.fulfilled, function (state, action) {
|
|
24019
24019
|
state.orgContactDetailMode.loading = false, state.orgContactDetailMode.error = false, state.orgContactDetailMode = action.payload;
|
|
24020
|
-
}), _defineProperty(_extraReducers$
|
|
24020
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_CONTACTDETAILMODE.pending, function (state, action) {
|
|
24021
24021
|
state.orgContactDetailMode.loading = true, state.orgContactDetailMode.error = false, state.orgContactDetailMode.loading = true;
|
|
24022
|
-
}), _defineProperty(_extraReducers$
|
|
24022
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_CONTACTDETAILMODE.rejected, function (state, action) {
|
|
24023
24023
|
state.orgContactDetailMode.loading = false, state.orgContactDetailMode.error = true, state.orgContactDetailMode = action.payload;
|
|
24024
|
-
}), _defineProperty(_extraReducers$
|
|
24024
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_CONNTACTDETAILCODE.fulfilled, function (state, action) {
|
|
24025
24025
|
state.orgContactDetailCode.loading = false, state.orgContactDetailCode.error = false, state.orgContactDetailCode = action.payload;
|
|
24026
|
-
}), _defineProperty(_extraReducers$
|
|
24026
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_CONNTACTDETAILCODE.pending, function (state, action) {
|
|
24027
24027
|
state.orgContactDetailCode.loading = true, state.orgContactDetailCode.error = false, state.orgContactDetailCode.loading = true;
|
|
24028
|
-
}), _defineProperty(_extraReducers$
|
|
24028
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_CONNTACTDETAILCODE.rejected, function (state, action) {
|
|
24029
24029
|
state.orgContactDetailCode.loading = false, state.orgContactDetailCode.error = true, state.orgContactDetailCode = action.payload;
|
|
24030
|
-
}), _defineProperty(_extraReducers$
|
|
24030
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_CONTACTDETAILUSE.fulfilled, function (state, action) {
|
|
24031
24031
|
state.orgContactDetailUse.loading = false, state.orgContactDetailUse.error = false, state.orgContactDetailUse = action.payload;
|
|
24032
|
-
}), _defineProperty(_extraReducers$
|
|
24032
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_CONTACTDETAILUSE.pending, function (state, action) {
|
|
24033
24033
|
state.orgContactDetailUse.loading = true, state.orgContactDetailUse.error = false, state.orgContactDetailUse.loading = true;
|
|
24034
|
-
}), _defineProperty(_extraReducers$
|
|
24034
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_CONTACTDETAILUSE.rejected, function (state, action) {
|
|
24035
24035
|
state.orgContactDetailUse.loading = false, state.orgContactDetailUse.error = true, state.orgContactDetailUse = action.payload;
|
|
24036
|
-
}), _defineProperty(_extraReducers$
|
|
24036
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_CONTACTDETAILPRIORITY.fulfilled, function (state, action) {
|
|
24037
24037
|
state.orgContactDetailPriority.loading = false, state.orgContactDetailPriority.error = false, state.orgContactDetailPriority = action.payload;
|
|
24038
|
-
}), _defineProperty(_extraReducers$
|
|
24038
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_CONTACTDETAILPRIORITY.pending, function (state, action) {
|
|
24039
24039
|
state.orgContactDetailPriority.loading = true, state.orgContactDetailPriority.error = false, state.orgContactDetailPriority.loading = true;
|
|
24040
|
-
}), _defineProperty(_extraReducers$
|
|
24040
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_CONTACTDETAILPRIORITY.rejected, function (state, action) {
|
|
24041
24041
|
state.orgContactDetailPriority.loading = false, state.orgContactDetailPriority.error = true, state.orgContactDetailPriority = action.payload;
|
|
24042
|
-
}), _defineProperty(_extraReducers$
|
|
24042
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_CONTACT_PREFIX.fulfilled, function (state, action) {
|
|
24043
24043
|
state.orgNamePrefix.loading = false, state.orgNamePrefix.error = false, state.orgNamePrefix = action.payload;
|
|
24044
|
-
}), _defineProperty(_extraReducers$
|
|
24044
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_CONTACT_PREFIX.pending, function (state, action) {
|
|
24045
24045
|
state.orgNamePrefix.loading = true, state.orgNamePrefix.error = false, state.orgNamePrefix.loading = true;
|
|
24046
|
-
}), _defineProperty(_extraReducers$
|
|
24046
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_CONTACT_PREFIX.rejected, function (state, action) {
|
|
24047
24047
|
state.orgNamePrefix.loading = false, state.orgNamePrefix.error = true, state.orgNamePrefix = action.payload;
|
|
24048
|
-
}), _defineProperty(_extraReducers$
|
|
24048
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_CONTACT_SUFFIX.fulfilled, function (state, action) {
|
|
24049
24049
|
state.orgNameSuffix.loading = false, state.orgNameSuffix.error = false, state.orgNameSuffix = action.payload;
|
|
24050
|
-
}), _defineProperty(_extraReducers$
|
|
24050
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_CONTACT_SUFFIX.pending, function (state, action) {
|
|
24051
24051
|
state.orgNameSuffix.loading = true, state.orgNameSuffix.error = false, state.orgNameSuffix.loading = true;
|
|
24052
|
-
}), _defineProperty(_extraReducers$
|
|
24052
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_CONTACT_SUFFIX.rejected, function (state, action) {
|
|
24053
24053
|
state.orgNameSuffix.loading = false, state.orgNameSuffix.error = true, state.orgNameSuffix = action.payload;
|
|
24054
|
-
}), _defineProperty(_extraReducers$
|
|
24054
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_CONTACT_DESI.fulfilled, function (state, action) {
|
|
24055
24055
|
state.positionDesi.loading = false, state.positionDesi.error = false, state.positionDesi = action.payload;
|
|
24056
|
-
}), _defineProperty(_extraReducers$
|
|
24056
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_CONTACT_DESI.pending, function (state, action) {
|
|
24057
24057
|
state.positionDesi.loading = true, state.positionDesi.error = false, state.positionDesi.loading = true;
|
|
24058
|
-
}), _defineProperty(_extraReducers$
|
|
24058
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_CONTACT_DESI.rejected, function (state, action) {
|
|
24059
24059
|
state.positionDesi.loading = false, state.positionDesi.error = true, state.positionDesi = action.payload;
|
|
24060
|
-
}), _defineProperty(_extraReducers$
|
|
24060
|
+
}), _defineProperty(_extraReducers$m, SET_ORGANIZATION.fulfilled, function (state, action) {
|
|
24061
24061
|
state.setOrganization.loading = false, state.setOrganization.error = false, state.setOrganization = action.payload;
|
|
24062
|
-
}), _defineProperty(_extraReducers$
|
|
24062
|
+
}), _defineProperty(_extraReducers$m, SET_ORGANIZATION.pending, function (state, action) {
|
|
24063
24063
|
state.setOrganization.loading = true, state.setOrganization.error = false, state.setOrganization.loading = true;
|
|
24064
|
-
}), _defineProperty(_extraReducers$
|
|
24064
|
+
}), _defineProperty(_extraReducers$m, SET_ORGANIZATION.rejected, function (state, action) {
|
|
24065
24065
|
state.setOrganization.loading = false, state.setOrganization.error = true, state.setOrganization = action.payload;
|
|
24066
|
-
}), _defineProperty(_extraReducers$
|
|
24066
|
+
}), _defineProperty(_extraReducers$m, ORG_FROM_GET.fulfilled, function (state, action) {
|
|
24067
24067
|
state.getOrganization.loading = false, state.getOrganization.error = false, state.getOrganization = action.payload;
|
|
24068
|
-
}), _defineProperty(_extraReducers$
|
|
24068
|
+
}), _defineProperty(_extraReducers$m, ORG_FROM_GET.pending, function (state, action) {
|
|
24069
24069
|
state.getOrganization.loading = true, state.getOrganization.error = false, state.getOrganization.loading = true;
|
|
24070
|
-
}), _defineProperty(_extraReducers$
|
|
24070
|
+
}), _defineProperty(_extraReducers$m, ORG_FROM_GET.rejected, function (state, action) {
|
|
24071
24071
|
state.getOrganization.loading = false, state.getOrganization.error = true, state.getOrganization = action.payload;
|
|
24072
|
-
}), _defineProperty(_extraReducers$
|
|
24072
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_SPECIALTY_DROP.fulfilled, function (state, action) {
|
|
24073
24073
|
state.specialtyDrop.loading = false, state.specialtyDrop.error = false, state.specialtyDrop = action.payload;
|
|
24074
|
-
}), _defineProperty(_extraReducers$
|
|
24074
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_SPECIALTY_DROP.pending, function (state, action) {
|
|
24075
24075
|
state.specialtyDrop.loading = true, state.specialtyDrop.error = false, state.specialtyDrop.loading = true;
|
|
24076
|
-
}), _defineProperty(_extraReducers$
|
|
24076
|
+
}), _defineProperty(_extraReducers$m, ORGANIZATION_GET_SPECIALTY_DROP.rejected, function (state, action) {
|
|
24077
24077
|
state.specialtyDrop.loading = false, state.specialtyDrop.error = true, state.specialtyDrop = action.payload;
|
|
24078
|
-
}), _extraReducers$
|
|
24078
|
+
}), _extraReducers$m)
|
|
24079
24079
|
});
|
|
24080
24080
|
var organizationActions = {
|
|
24081
24081
|
ORGANIZATION_TREE_READ: ORGANIZATION_TREE_READ,
|
|
@@ -24491,7 +24491,7 @@ var masterQueryHealthCareService = {
|
|
|
24491
24491
|
locationType: "{\n \"db_name\": \"primarycare\",\n \"entity\": \"CodeableConceptMaster\",\n \"sort\":\"document(CodeableConceptMaster.coding[0]).display\",\n \"filter\": \"CodeableConceptMaster.Type=='LOCATIONTYPE' && CodeableConceptMaster.activestatus==true\",\n \"return_fields\": \"MERGE(CodeableConceptMaster,{coding:(FOR cod IN CodeableConceptMaster.coding RETURN DOCUMENT(cod))})\"\n }"
|
|
24492
24492
|
};
|
|
24493
24493
|
|
|
24494
|
-
var _extraReducers$
|
|
24494
|
+
var _extraReducers$l;
|
|
24495
24495
|
//CARE TYPE READ
|
|
24496
24496
|
|
|
24497
24497
|
var CARE_TYPE_READ = createAsyncThunk("organizationConfigApiSlice/careTypeRead", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
@@ -25467,109 +25467,109 @@ var organizationConfigSlice = createSlice({
|
|
|
25467
25467
|
speciality_master_parent_speciality: _objectSpread2({}, defaultState.Info),
|
|
25468
25468
|
speciality_edit: _objectSpread2({}, defaultState.List)
|
|
25469
25469
|
},
|
|
25470
|
-
extraReducers: (_extraReducers$
|
|
25470
|
+
extraReducers: (_extraReducers$l = {}, _defineProperty(_extraReducers$l, SPECIALITY_MASTER_PARENT_SPECIALITY.fulfilled, function (state, action) {
|
|
25471
25471
|
state.speciality_master_parent_speciality.loading = false, state.speciality_master_parent_speciality.error = false, state.speciality_master_parent_speciality = action.payload;
|
|
25472
|
-
}), _defineProperty(_extraReducers$
|
|
25472
|
+
}), _defineProperty(_extraReducers$l, SPECIALITY_MASTER_PARENT_SPECIALITY.pending, function (state, action) {
|
|
25473
25473
|
state.speciality_master_parent_speciality.loading = true, state.speciality_master_parent_speciality.error = false, state.speciality_master_parent_speciality.loading = true;
|
|
25474
|
-
}), _defineProperty(_extraReducers$
|
|
25474
|
+
}), _defineProperty(_extraReducers$l, SPECIALITY_MASTER_PARENT_SPECIALITY.rejected, function (state, action) {
|
|
25475
25475
|
state.speciality_master_parent_speciality.loading = false, state.speciality_master_parent_speciality.error = true, state.speciality_master_parent_speciality = action.payload;
|
|
25476
|
-
}), _defineProperty(_extraReducers$
|
|
25476
|
+
}), _defineProperty(_extraReducers$l, SPECIALITY_MASTER_FACILITY.fulfilled, function (state, action) {
|
|
25477
25477
|
state.speciality_master_facility.loading = false, state.speciality_master_facility.error = false, state.speciality_master_facility = action.payload;
|
|
25478
|
-
}), _defineProperty(_extraReducers$
|
|
25478
|
+
}), _defineProperty(_extraReducers$l, SPECIALITY_MASTER_FACILITY.pending, function (state, action) {
|
|
25479
25479
|
state.speciality_master_facility.loading = true, state.speciality_master_facility.error = false, state.speciality_master_facility.loading = true;
|
|
25480
|
-
}), _defineProperty(_extraReducers$
|
|
25480
|
+
}), _defineProperty(_extraReducers$l, SPECIALITY_MASTER_FACILITY.rejected, function (state, action) {
|
|
25481
25481
|
state.speciality_master_facility.loading = false, state.speciality_master_facility.error = true, state.speciality_master_facility = action.payload;
|
|
25482
|
-
}), _defineProperty(_extraReducers$
|
|
25482
|
+
}), _defineProperty(_extraReducers$l, CARE_TYPE_READ.fulfilled, function (state, action) {
|
|
25483
25483
|
state.care_type_list.loading = false, state.care_type_list.error = false, state.care_type_list = action.payload;
|
|
25484
|
-
}), _defineProperty(_extraReducers$
|
|
25484
|
+
}), _defineProperty(_extraReducers$l, CARE_TYPE_READ.pending, function (state, action) {
|
|
25485
25485
|
state.care_type_list.loading = true, state.care_type_list.error = false, state.care_type_list.loading = true;
|
|
25486
|
-
}), _defineProperty(_extraReducers$
|
|
25486
|
+
}), _defineProperty(_extraReducers$l, CARE_TYPE_READ.rejected, function (state, action) {
|
|
25487
25487
|
state.care_type_list.loading = false, state.care_type_list.error = true, state.care_type_list = action.payload;
|
|
25488
|
-
}), _defineProperty(_extraReducers$
|
|
25488
|
+
}), _defineProperty(_extraReducers$l, LEVEL_OF_CARE_READ.fulfilled, function (state, action) {
|
|
25489
25489
|
state.level_of_care_list.loading = false, state.level_of_care_list.error = false, state.level_of_care_list = action.payload;
|
|
25490
|
-
}), _defineProperty(_extraReducers$
|
|
25490
|
+
}), _defineProperty(_extraReducers$l, LEVEL_OF_CARE_READ.pending, function (state, action) {
|
|
25491
25491
|
state.level_of_care_list.loading = true, state.level_of_care_list.error = false, state.level_of_care_list.loading = true;
|
|
25492
|
-
}), _defineProperty(_extraReducers$
|
|
25492
|
+
}), _defineProperty(_extraReducers$l, LEVEL_OF_CARE_READ.rejected, function (state, action) {
|
|
25493
25493
|
state.level_of_care_list.loading = false, state.level_of_care_list.error = true, state.level_of_care_list = action.payload;
|
|
25494
|
-
}), _defineProperty(_extraReducers$
|
|
25494
|
+
}), _defineProperty(_extraReducers$l, LEVEL_OF_CARE_STATUS_CHANGE.fulfilled, function (state, action) {
|
|
25495
25495
|
state.level_of_care_status_change.loading = false, state.level_of_care_status_change.error = false, state.level_of_care_status_change = action.payload;
|
|
25496
|
-
}), _defineProperty(_extraReducers$
|
|
25496
|
+
}), _defineProperty(_extraReducers$l, LEVEL_OF_CARE_STATUS_CHANGE.pending, function (state, action) {
|
|
25497
25497
|
state.level_of_care_status_change.loading = true, state.level_of_care_status_change.error = false, state.level_of_care_status_change.loading = true;
|
|
25498
|
-
}), _defineProperty(_extraReducers$
|
|
25498
|
+
}), _defineProperty(_extraReducers$l, LEVEL_OF_CARE_STATUS_CHANGE.rejected, function (state, action) {
|
|
25499
25499
|
state.level_of_care_status_change.loading = false, state.level_of_care_status_change.error = true, state.level_of_care_status_change = action.payload;
|
|
25500
|
-
}), _defineProperty(_extraReducers$
|
|
25500
|
+
}), _defineProperty(_extraReducers$l, LEVEL_OF_CARE_INSERT.fulfilled, function (state, action) {
|
|
25501
25501
|
state.level_of_care_insert.loading = false, state.level_of_care_insert.error = false, state.level_of_care_insert = action.payload;
|
|
25502
|
-
}), _defineProperty(_extraReducers$
|
|
25502
|
+
}), _defineProperty(_extraReducers$l, LEVEL_OF_CARE_INSERT.pending, function (state, action) {
|
|
25503
25503
|
state.level_of_care_insert.loading = true, state.level_of_care_insert.error = false, state.level_of_care_insert.loading = true;
|
|
25504
|
-
}), _defineProperty(_extraReducers$
|
|
25504
|
+
}), _defineProperty(_extraReducers$l, LEVEL_OF_CARE_INSERT.rejected, function (state, action) {
|
|
25505
25505
|
state.level_of_care_insert.loading = false, state.level_of_care_insert.error = true, state.level_of_care_insert = action.payload;
|
|
25506
|
-
}), _defineProperty(_extraReducers$
|
|
25506
|
+
}), _defineProperty(_extraReducers$l, LEVEL_OF_CARE_SINGLE_READ.fulfilled, function (state, action) {
|
|
25507
25507
|
state.level_of_care_single_read.loading = false, state.level_of_care_single_read.error = false, state.level_of_care_single_read = action.payload;
|
|
25508
|
-
}), _defineProperty(_extraReducers$
|
|
25508
|
+
}), _defineProperty(_extraReducers$l, LEVEL_OF_CARE_SINGLE_READ.pending, function (state, action) {
|
|
25509
25509
|
state.level_of_care_single_read.loading = true, state.level_of_care_single_read.error = false, state.level_of_care_single_read.loading = true;
|
|
25510
|
-
}), _defineProperty(_extraReducers$
|
|
25510
|
+
}), _defineProperty(_extraReducers$l, LEVEL_OF_CARE_SINGLE_READ.rejected, function (state, action) {
|
|
25511
25511
|
state.level_of_care_single_read.loading = false, state.level_of_care_single_read.error = true, state.level_of_care_single_read = action.payload;
|
|
25512
|
-
}), _defineProperty(_extraReducers$
|
|
25512
|
+
}), _defineProperty(_extraReducers$l, HEALTH_CARE_SERVICE_READ.fulfilled, function (state, action) {
|
|
25513
25513
|
state.health_care_service_read.loading = false, state.health_care_service_read.error = false, state.health_care_service_read = action.payload;
|
|
25514
|
-
}), _defineProperty(_extraReducers$
|
|
25514
|
+
}), _defineProperty(_extraReducers$l, HEALTH_CARE_SERVICE_READ.pending, function (state, action) {
|
|
25515
25515
|
state.health_care_service_read.loading = true, state.health_care_service_read.error = false, state.health_care_service_read.loading = true;
|
|
25516
|
-
}), _defineProperty(_extraReducers$
|
|
25516
|
+
}), _defineProperty(_extraReducers$l, HEALTH_CARE_SERVICE_READ.rejected, function (state, action) {
|
|
25517
25517
|
state.health_care_service_read.loading = false, state.health_care_service_read.error = true, state.health_care_service_read = action.payload;
|
|
25518
|
-
}), _defineProperty(_extraReducers$
|
|
25518
|
+
}), _defineProperty(_extraReducers$l, HEALTH_CARE_SERVICE_STATUS_CHANGE.fulfilled, function (state, action) {
|
|
25519
25519
|
state.health_care_service_status_change.loading = false, state.health_care_service_status_change.error = false, state.health_care_service_status_change = action.payload;
|
|
25520
|
-
}), _defineProperty(_extraReducers$
|
|
25520
|
+
}), _defineProperty(_extraReducers$l, HEALTH_CARE_SERVICE_STATUS_CHANGE.pending, function (state, action) {
|
|
25521
25521
|
state.health_care_service_status_change.loading = true, state.health_care_service_status_change.error = false, state.health_care_service_status_change.loading = true;
|
|
25522
|
-
}), _defineProperty(_extraReducers$
|
|
25522
|
+
}), _defineProperty(_extraReducers$l, HEALTH_CARE_SERVICE_STATUS_CHANGE.rejected, function (state, action) {
|
|
25523
25523
|
state.health_care_service_status_change.loading = false, state.health_care_service_status_change.error = true, state.health_care_service_status_change = action.payload;
|
|
25524
|
-
}), _defineProperty(_extraReducers$
|
|
25524
|
+
}), _defineProperty(_extraReducers$l, HEALTH_CARE_SERVICE_INSERT.fulfilled, function (state, action) {
|
|
25525
25525
|
state.health_care_service_insert.loading = false, state.health_care_service_insert.error = false, state.health_care_service_insert = action.payload;
|
|
25526
|
-
}), _defineProperty(_extraReducers$
|
|
25526
|
+
}), _defineProperty(_extraReducers$l, HEALTH_CARE_SERVICE_INSERT.pending, function (state, action) {
|
|
25527
25527
|
state.health_care_service_insert.loading = true, state.health_care_service_insert.error = false, state.health_care_service_insert.loading = true;
|
|
25528
|
-
}), _defineProperty(_extraReducers$
|
|
25528
|
+
}), _defineProperty(_extraReducers$l, HEALTH_CARE_SERVICE_INSERT.rejected, function (state, action) {
|
|
25529
25529
|
state.health_care_service_insert.loading = false, state.health_care_service_insert.error = true, state.health_care_service_insert = action.payload;
|
|
25530
|
-
}), _defineProperty(_extraReducers$
|
|
25530
|
+
}), _defineProperty(_extraReducers$l, HEALTH_CARE_SERVICE_MASTER.fulfilled, function (state, action) {
|
|
25531
25531
|
state.health_care_service_master.loading = false, state.health_care_service_master.error = false, state.health_care_service_master = action.payload;
|
|
25532
|
-
}), _defineProperty(_extraReducers$
|
|
25532
|
+
}), _defineProperty(_extraReducers$l, HEALTH_CARE_SERVICE_MASTER.pending, function (state, action) {
|
|
25533
25533
|
state.health_care_service_master.loading = true, state.health_care_service_master.error = false, state.health_care_service_master.loading = true;
|
|
25534
|
-
}), _defineProperty(_extraReducers$
|
|
25534
|
+
}), _defineProperty(_extraReducers$l, HEALTH_CARE_SERVICE_MASTER.rejected, function (state, action) {
|
|
25535
25535
|
state.health_care_service_master.loading = false, state.health_care_service_master.error = true, state.health_care_service_master = action.payload;
|
|
25536
|
-
}), _defineProperty(_extraReducers$
|
|
25536
|
+
}), _defineProperty(_extraReducers$l, HEALTH_CARE_SERVICE_MASTER_LOCATION_DESCRIPTION.fulfilled, function (state, action) {
|
|
25537
25537
|
state.health_care_service_master_location_description.loading = false, state.health_care_service_master_location_description.error = false, state.health_care_service_master_location_description = action.payload;
|
|
25538
|
-
}), _defineProperty(_extraReducers$
|
|
25538
|
+
}), _defineProperty(_extraReducers$l, HEALTH_CARE_SERVICE_MASTER_LOCATION_DESCRIPTION.pending, function (state, action) {
|
|
25539
25539
|
state.health_care_service_master_location_description.loading = true, state.health_care_service_master_location_description.error = false, state.health_care_service_master_location_description.loading = true;
|
|
25540
|
-
}), _defineProperty(_extraReducers$
|
|
25540
|
+
}), _defineProperty(_extraReducers$l, HEALTH_CARE_SERVICE_MASTER_LOCATION_DESCRIPTION.rejected, function (state, action) {
|
|
25541
25541
|
state.health_care_service_master_location_description.loading = false, state.health_care_service_master_location_description.error = true, state.health_care_service_master_location_description = action.payload;
|
|
25542
|
-
}), _defineProperty(_extraReducers$
|
|
25542
|
+
}), _defineProperty(_extraReducers$l, EDIT_HEALTH_CARE_SERVICE.fulfilled, function (state, action) {
|
|
25543
25543
|
state.health_care_service_single_read.loading = false, state.health_care_service_single_read.error = false, state.health_care_service_single_read = action.payload;
|
|
25544
|
-
}), _defineProperty(_extraReducers$
|
|
25544
|
+
}), _defineProperty(_extraReducers$l, EDIT_HEALTH_CARE_SERVICE.pending, function (state, action) {
|
|
25545
25545
|
state.health_care_service_single_read.loading = true, state.health_care_service_single_read.error = false, state.health_care_service_single_read.loading = true;
|
|
25546
|
-
}), _defineProperty(_extraReducers$
|
|
25546
|
+
}), _defineProperty(_extraReducers$l, EDIT_HEALTH_CARE_SERVICE.rejected, function (state, action) {
|
|
25547
25547
|
state.health_care_service_single_read.loading = false, state.health_care_service_single_read.error = true, state.health_care_service_single_read = action.payload;
|
|
25548
|
-
}), _defineProperty(_extraReducers$
|
|
25548
|
+
}), _defineProperty(_extraReducers$l, SPECIALITY_READ.fulfilled, function (state, action) {
|
|
25549
25549
|
state.speciality_read.loading = false, state.speciality_read.error = false, state.speciality_read = action.payload;
|
|
25550
|
-
}), _defineProperty(_extraReducers$
|
|
25550
|
+
}), _defineProperty(_extraReducers$l, SPECIALITY_READ.pending, function (state, action) {
|
|
25551
25551
|
state.speciality_read.loading = true, state.speciality_read.error = false, state.speciality_read.loading = true;
|
|
25552
|
-
}), _defineProperty(_extraReducers$
|
|
25552
|
+
}), _defineProperty(_extraReducers$l, SPECIALITY_READ.rejected, function (state, action) {
|
|
25553
25553
|
state.speciality_read.loading = false, state.speciality_read.error = true, state.speciality_read = action.payload;
|
|
25554
|
-
}), _defineProperty(_extraReducers$
|
|
25554
|
+
}), _defineProperty(_extraReducers$l, SPECIALITY_CHILD_READ.fulfilled, function (state, action) {
|
|
25555
25555
|
state.speciality_child_read.loading = false, state.speciality_child_read.error = false, state.speciality_child_read = action.payload;
|
|
25556
|
-
}), _defineProperty(_extraReducers$
|
|
25556
|
+
}), _defineProperty(_extraReducers$l, SPECIALITY_CHILD_READ.pending, function (state, action) {
|
|
25557
25557
|
state.speciality_child_read.loading = true, state.speciality_child_read.error = false, state.speciality_child_read.loading = true;
|
|
25558
|
-
}), _defineProperty(_extraReducers$
|
|
25558
|
+
}), _defineProperty(_extraReducers$l, SPECIALITY_CHILD_READ.rejected, function (state, action) {
|
|
25559
25559
|
state.speciality_child_read.loading = false, state.speciality_child_read.error = true, state.speciality_child_read = action.payload;
|
|
25560
|
-
}), _defineProperty(_extraReducers$
|
|
25560
|
+
}), _defineProperty(_extraReducers$l, SPECIALTY_INSERT.fulfilled, function (state, action) {
|
|
25561
25561
|
state.speciality_insert.loading = false, state.speciality_insert.error = false, state.speciality_insert = action.payload;
|
|
25562
|
-
}), _defineProperty(_extraReducers$
|
|
25562
|
+
}), _defineProperty(_extraReducers$l, SPECIALTY_INSERT.pending, function (state, action) {
|
|
25563
25563
|
state.speciality_insert.loading = true, state.speciality_insert.error = false, state.speciality_insert.loading = true;
|
|
25564
|
-
}), _defineProperty(_extraReducers$
|
|
25564
|
+
}), _defineProperty(_extraReducers$l, SPECIALTY_INSERT.rejected, function (state, action) {
|
|
25565
25565
|
state.speciality_insert.loading = false, state.speciality_insert.error = true, state.speciality_insert = action.payload;
|
|
25566
|
-
}), _defineProperty(_extraReducers$
|
|
25566
|
+
}), _defineProperty(_extraReducers$l, EDIT_SPECIALITY.fulfilled, function (state, action) {
|
|
25567
25567
|
state.speciality_edit.loading = false, state.speciality_edit.error = false, state.speciality_edit = action.payload;
|
|
25568
|
-
}), _defineProperty(_extraReducers$
|
|
25568
|
+
}), _defineProperty(_extraReducers$l, EDIT_SPECIALITY.pending, function (state, action) {
|
|
25569
25569
|
state.speciality_edit.loading = true, state.speciality_edit.error = false, state.speciality_edit.loading = true;
|
|
25570
|
-
}), _defineProperty(_extraReducers$
|
|
25570
|
+
}), _defineProperty(_extraReducers$l, EDIT_SPECIALITY.rejected, function (state, action) {
|
|
25571
25571
|
state.speciality_edit.loading = false, state.speciality_edit.error = true, state.speciality_edit = action.payload;
|
|
25572
|
-
}), _extraReducers$
|
|
25572
|
+
}), _extraReducers$l)
|
|
25573
25573
|
});
|
|
25574
25574
|
var organizationConfigActions = {
|
|
25575
25575
|
CARE_TYPE_READ: CARE_TYPE_READ,
|
|
@@ -25592,7 +25592,7 @@ var organizationConfigActions = {
|
|
|
25592
25592
|
};
|
|
25593
25593
|
var organizationConfigSlice$1 = organizationConfigSlice.reducer;
|
|
25594
25594
|
|
|
25595
|
-
var _extraReducers$
|
|
25595
|
+
var _extraReducers$k;
|
|
25596
25596
|
var CARE_TYPE_MASTERS = createAsyncThunk("organizationConfigMasterAPISlice/care_type_master", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
25597
25597
|
var _ref2,
|
|
25598
25598
|
rejectWithValue,
|
|
@@ -25646,13 +25646,13 @@ var organizationConfigMasterSlice = createSlice({
|
|
|
25646
25646
|
initialState: {
|
|
25647
25647
|
care_type_master: _objectSpread2({}, defaultState.List)
|
|
25648
25648
|
},
|
|
25649
|
-
extraReducers: (_extraReducers$
|
|
25649
|
+
extraReducers: (_extraReducers$k = {}, _defineProperty(_extraReducers$k, CARE_TYPE_MASTERS.fulfilled, function (state, action) {
|
|
25650
25650
|
state.care_type_master.loading = false, state.care_type_master.error = false, state.care_type_master = action.payload;
|
|
25651
|
-
}), _defineProperty(_extraReducers$
|
|
25651
|
+
}), _defineProperty(_extraReducers$k, CARE_TYPE_MASTERS.pending, function (state, action) {
|
|
25652
25652
|
state.care_type_master.loading = true, state.care_type_master.error = false;
|
|
25653
|
-
}), _defineProperty(_extraReducers$
|
|
25653
|
+
}), _defineProperty(_extraReducers$k, CARE_TYPE_MASTERS.rejected, function (state, action) {
|
|
25654
25654
|
state.care_type_master.loading = false, state.care_type_master.error = true, state.care_type_master = action.payload;
|
|
25655
|
-
}), _extraReducers$
|
|
25655
|
+
}), _extraReducers$k)
|
|
25656
25656
|
});
|
|
25657
25657
|
var organizationConfigMasterActions = {
|
|
25658
25658
|
CARE_TYPE_MASTERS: CARE_TYPE_MASTERS
|
|
@@ -25662,7 +25662,7 @@ var organizationConfigMasterSlice$1 = organizationConfigMasterSlice.reducer;
|
|
|
25662
25662
|
var organization_config_actions = _objectSpread2({}, organizationConfigActions);
|
|
25663
25663
|
var organization_config_master_action = _objectSpread2({}, organizationConfigMasterActions);
|
|
25664
25664
|
|
|
25665
|
-
var query$
|
|
25665
|
+
var query$6 = {
|
|
25666
25666
|
signInRead: function signInRead(list) {
|
|
25667
25667
|
return {
|
|
25668
25668
|
db_name: dbName,
|
|
@@ -25681,7 +25681,7 @@ var query$5 = {
|
|
|
25681
25681
|
}
|
|
25682
25682
|
};
|
|
25683
25683
|
|
|
25684
|
-
var _extraReducers$
|
|
25684
|
+
var _extraReducers$j;
|
|
25685
25685
|
var __options = {
|
|
25686
25686
|
method: "POST",
|
|
25687
25687
|
headers: {
|
|
@@ -25706,7 +25706,7 @@ var SIGN_IN_READ = createAsyncThunk("signInSlice/signInState", /*#__PURE__*/_asy
|
|
|
25706
25706
|
_ref2 = _args.length > 1 ? _args[1] : undefined, rejectWithValue = _ref2.rejectWithValue;
|
|
25707
25707
|
_context.prev = 2;
|
|
25708
25708
|
list = payload.list;
|
|
25709
|
-
queriesjson = query$
|
|
25709
|
+
queriesjson = query$6.signInRead(list);
|
|
25710
25710
|
_context.next = 7;
|
|
25711
25711
|
return fetchData({
|
|
25712
25712
|
body: JSON.stringify(queriesjson)
|
|
@@ -25800,7 +25800,7 @@ var GET_PERMISSION_ROLE_DATA = createAsyncThunk("signInApiSlice/getpermissiondat
|
|
|
25800
25800
|
id = payload.id;
|
|
25801
25801
|
_context3.next = 6;
|
|
25802
25802
|
return fetchData({
|
|
25803
|
-
body: JSON.stringify(query$
|
|
25803
|
+
body: JSON.stringify(query$6.IdmGetPermission(id))
|
|
25804
25804
|
}, __readDocumentUrl__);
|
|
25805
25805
|
|
|
25806
25806
|
case 6:
|
|
@@ -25960,35 +25960,35 @@ var signInSlice = createSlice({
|
|
|
25960
25960
|
SearchPractioner: _objectSpread2({}, defaultState.List),
|
|
25961
25961
|
refreshToken: _objectSpread2({}, defaultState.Info)
|
|
25962
25962
|
},
|
|
25963
|
-
extraReducers: (_extraReducers$
|
|
25963
|
+
extraReducers: (_extraReducers$j = {}, _defineProperty(_extraReducers$j, GET_PERMISSION_ROLE_DATA.fulfilled, function (state, action) {
|
|
25964
25964
|
state.getpermissiondata.loading = false, state.getpermissiondata.error = false, state.getpermissiondata = action.payload;
|
|
25965
|
-
}), _defineProperty(_extraReducers$
|
|
25965
|
+
}), _defineProperty(_extraReducers$j, GET_PERMISSION_ROLE_DATA.pending, function (state, action) {
|
|
25966
25966
|
state.getpermissiondata.loading = true, state.getpermissiondata.error = false, state.getpermissiondata.loading = true;
|
|
25967
|
-
}), _defineProperty(_extraReducers$
|
|
25967
|
+
}), _defineProperty(_extraReducers$j, GET_PERMISSION_ROLE_DATA.rejected, function (state, action) {
|
|
25968
25968
|
state.getpermissiondata.loading = false, state.getpermissiondata.error = true, state.getpermissiondata = action.payload;
|
|
25969
|
-
}), _defineProperty(_extraReducers$
|
|
25969
|
+
}), _defineProperty(_extraReducers$j, SEARCH_PRACTIONER.fulfilled, function (state, action) {
|
|
25970
25970
|
state.SearchPractioner.loading = false, state.SearchPractioner.error = false, state.SearchPractioner = action.payload;
|
|
25971
|
-
}), _defineProperty(_extraReducers$
|
|
25971
|
+
}), _defineProperty(_extraReducers$j, SEARCH_PRACTIONER.pending, function (state, action) {
|
|
25972
25972
|
state.SearchPractioner.loading = true, state.SearchPractioner.error = false, state.SearchPractioner.loading = true;
|
|
25973
|
-
}), _defineProperty(_extraReducers$
|
|
25973
|
+
}), _defineProperty(_extraReducers$j, SEARCH_PRACTIONER.rejected, function (state, action) {
|
|
25974
25974
|
state.SearchPractioner.loading = false, state.SearchPractioner.error = true, state.SearchPractioner = action.payload;
|
|
25975
|
-
}), _defineProperty(_extraReducers$
|
|
25975
|
+
}), _defineProperty(_extraReducers$j, SIGN_IN_READ.fulfilled, function (state, action) {
|
|
25976
25976
|
state.sign_in_read.loading = false, state.sign_in_read.error = false, state.sign_in_read = action.payload;
|
|
25977
|
-
}), _defineProperty(_extraReducers$
|
|
25977
|
+
}), _defineProperty(_extraReducers$j, SIGN_IN_READ.pending, function (state, action) {
|
|
25978
25978
|
state.sign_in_read.loading = true, state.sign_in_read.error = false, state.sign_in_read.loading = true;
|
|
25979
|
-
}), _defineProperty(_extraReducers$
|
|
25979
|
+
}), _defineProperty(_extraReducers$j, SIGN_IN_READ.rejected, function (state, action) {
|
|
25980
25980
|
state.sign_in_read.loading = false, state.sign_in_read.error = true, state.sign_in_read = action.payload;
|
|
25981
|
-
}), _defineProperty(_extraReducers$
|
|
25981
|
+
}), _defineProperty(_extraReducers$j, REFRESH_TOKEN.fulfilled, function (state, action) {
|
|
25982
25982
|
var _action$payload;
|
|
25983
25983
|
|
|
25984
25984
|
state.refreshToken = (_action$payload = action === null || action === void 0 ? void 0 : action.payload) !== null && _action$payload !== void 0 ? _action$payload : {};
|
|
25985
|
-
}), _defineProperty(_extraReducers$
|
|
25985
|
+
}), _defineProperty(_extraReducers$j, REFRESH_TOKEN.pending, function (state, action) {
|
|
25986
25986
|
state.refreshToken.loading = true;
|
|
25987
|
-
}), _defineProperty(_extraReducers$
|
|
25987
|
+
}), _defineProperty(_extraReducers$j, REFRESH_TOKEN.rejected, function (state, action) {
|
|
25988
25988
|
var _action$payload2;
|
|
25989
25989
|
|
|
25990
25990
|
state.refreshToken = (_action$payload2 = action === null || action === void 0 ? void 0 : action.payload) !== null && _action$payload2 !== void 0 ? _action$payload2 : {};
|
|
25991
|
-
}), _extraReducers$
|
|
25991
|
+
}), _extraReducers$j)
|
|
25992
25992
|
});
|
|
25993
25993
|
var signinActions = {
|
|
25994
25994
|
SIGN_IN_READ: SIGN_IN_READ,
|
|
@@ -26112,7 +26112,7 @@ var queries$a = {
|
|
|
26112
26112
|
}
|
|
26113
26113
|
};
|
|
26114
26114
|
|
|
26115
|
-
var _extraReducers$
|
|
26115
|
+
var _extraReducers$i;
|
|
26116
26116
|
var PERMISSION_ROLE_UPSERT = createAsyncThunk("rolesSlice/permission_role_upsert", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
26117
26117
|
var payload,
|
|
26118
26118
|
_ref2,
|
|
@@ -26442,49 +26442,49 @@ var rolesSlice = createSlice({
|
|
|
26442
26442
|
codable_concept_delete: _objectSpread2({}, defaultState.List),
|
|
26443
26443
|
coding_upsert: _objectSpread2({}, defaultState.List)
|
|
26444
26444
|
},
|
|
26445
|
-
extraReducers: (_extraReducers$
|
|
26445
|
+
extraReducers: (_extraReducers$i = {}, _defineProperty(_extraReducers$i, PERMISSION_ROLE_UPSERT.fulfilled, function (state, action) {
|
|
26446
26446
|
state.permission_role_upsert.loading = false, state.permission_role_upsert.error = false, state.permission_role_upsert = action.payload;
|
|
26447
|
-
}), _defineProperty(_extraReducers$
|
|
26447
|
+
}), _defineProperty(_extraReducers$i, PERMISSION_ROLE_UPSERT.pending, function (state, action) {
|
|
26448
26448
|
state.permission_role_upsert.loading = true, state.permission_role_upsert.error = false, state.permission_role_upsert.loading = true;
|
|
26449
|
-
}), _defineProperty(_extraReducers$
|
|
26449
|
+
}), _defineProperty(_extraReducers$i, PERMISSION_ROLE_UPSERT.rejected, function (state, action) {
|
|
26450
26450
|
state.permission_role_upsert.loading = false, state.permission_role_upsert.error = true, state.permission_role_upsert = action.payload;
|
|
26451
|
-
}), _defineProperty(_extraReducers$
|
|
26451
|
+
}), _defineProperty(_extraReducers$i, CODABALE_CONCEPT_UPSERT.fulfilled, function (state, action) {
|
|
26452
26452
|
state.codable_concept_upsert.loading = false, state.codable_concept_upsert.error = false, state.codable_concept_upsert = action.payload;
|
|
26453
|
-
}), _defineProperty(_extraReducers$
|
|
26453
|
+
}), _defineProperty(_extraReducers$i, CODABALE_CONCEPT_UPSERT.pending, function (state, action) {
|
|
26454
26454
|
state.codable_concept_upsert.loading = true, state.codable_concept_upsert.error = false, state.codable_concept_upsert.loading = true;
|
|
26455
|
-
}), _defineProperty(_extraReducers$
|
|
26455
|
+
}), _defineProperty(_extraReducers$i, CODABALE_CONCEPT_UPSERT.rejected, function (state, action) {
|
|
26456
26456
|
state.codable_concept_upsert.loading = false, state.codable_concept_upsert.error = true, state.codable_concept_upsert = action.payload;
|
|
26457
|
-
}), _defineProperty(_extraReducers$
|
|
26457
|
+
}), _defineProperty(_extraReducers$i, PERMISSION_MANAGEMENT_READ.fulfilled, function (state, action) {
|
|
26458
26458
|
state.permission_management_read.loading = false, state.permission_management_read.error = false, state.permission_management_read = action.payload;
|
|
26459
|
-
}), _defineProperty(_extraReducers$
|
|
26459
|
+
}), _defineProperty(_extraReducers$i, PERMISSION_MANAGEMENT_READ.pending, function (state, action) {
|
|
26460
26460
|
state.permission_management_read.loading = true, state.permission_management_read.error = false, state.permission_management_read.loading = true;
|
|
26461
|
-
}), _defineProperty(_extraReducers$
|
|
26461
|
+
}), _defineProperty(_extraReducers$i, PERMISSION_MANAGEMENT_READ.rejected, function (state, action) {
|
|
26462
26462
|
state.permission_management_read.loading = false, state.permission_management_read.error = true, state.permission_management_read = action.payload;
|
|
26463
|
-
}), _defineProperty(_extraReducers$
|
|
26463
|
+
}), _defineProperty(_extraReducers$i, PERMISSION_MANAGEMENT_ROLE_READ.fulfilled, function (state, action) {
|
|
26464
26464
|
state.permission_management_role_read.loading = false, state.permission_management_role_read.error = false, state.permission_management_role_read = action.payload;
|
|
26465
|
-
}), _defineProperty(_extraReducers$
|
|
26465
|
+
}), _defineProperty(_extraReducers$i, PERMISSION_MANAGEMENT_ROLE_READ.pending, function (state, action) {
|
|
26466
26466
|
state.permission_management_role_read.loading = true, state.permission_management_role_read.error = false, state.permission_management_role_read.loading = true;
|
|
26467
|
-
}), _defineProperty(_extraReducers$
|
|
26467
|
+
}), _defineProperty(_extraReducers$i, PERMISSION_MANAGEMENT_ROLE_READ.rejected, function (state, action) {
|
|
26468
26468
|
state.permission_management_role_read.loading = false, state.permission_management_role_read.error = true, state.permission_management_role_read = action.payload;
|
|
26469
|
-
}), _defineProperty(_extraReducers$
|
|
26469
|
+
}), _defineProperty(_extraReducers$i, ROLE_READ.fulfilled, function (state, action) {
|
|
26470
26470
|
state.role_read.loading = false, state.role_read.error = false, state.role_read = action.payload;
|
|
26471
|
-
}), _defineProperty(_extraReducers$
|
|
26471
|
+
}), _defineProperty(_extraReducers$i, ROLE_READ.pending, function (state, action) {
|
|
26472
26472
|
state.role_read.loading = true, state.role_read.error = false, state.role_read.loading = true;
|
|
26473
|
-
}), _defineProperty(_extraReducers$
|
|
26473
|
+
}), _defineProperty(_extraReducers$i, ROLE_READ.rejected, function (state, action) {
|
|
26474
26474
|
state.role_read.loading = false, state.role_read.error = true, state.role_read = action.payload;
|
|
26475
|
-
}), _defineProperty(_extraReducers$
|
|
26475
|
+
}), _defineProperty(_extraReducers$i, CODABALE_CONCEPT_DELETE.fulfilled, function (state, action) {
|
|
26476
26476
|
state.role_read.loading = false, state.role_read.error = false, state.role_read = action.payload;
|
|
26477
|
-
}), _defineProperty(_extraReducers$
|
|
26477
|
+
}), _defineProperty(_extraReducers$i, CODABALE_CONCEPT_DELETE.pending, function (state, action) {
|
|
26478
26478
|
state.role_read.loading = true, state.role_read.error = false, state.role_read.loading = true;
|
|
26479
|
-
}), _defineProperty(_extraReducers$
|
|
26479
|
+
}), _defineProperty(_extraReducers$i, CODABALE_CONCEPT_DELETE.rejected, function (state, action) {
|
|
26480
26480
|
state.role_read.loading = false, state.role_read.error = true, state.role_read = action.payload;
|
|
26481
|
-
}), _defineProperty(_extraReducers$
|
|
26481
|
+
}), _defineProperty(_extraReducers$i, CODING_UPSERT.fulfilled, function (state, action) {
|
|
26482
26482
|
state.coding_upsert.loading = false, state.coding_upsert.error = false, state.coding_upsert = action.payload;
|
|
26483
|
-
}), _defineProperty(_extraReducers$
|
|
26483
|
+
}), _defineProperty(_extraReducers$i, CODING_UPSERT.pending, function (state, action) {
|
|
26484
26484
|
state.coding_upsert.loading = true, state.coding_upsert.error = false, state.coding_upsert.loading = true;
|
|
26485
|
-
}), _defineProperty(_extraReducers$
|
|
26485
|
+
}), _defineProperty(_extraReducers$i, CODING_UPSERT.rejected, function (state, action) {
|
|
26486
26486
|
state.coding_upsert.loading = false, state.coding_upsert.error = true, state.coding_upsert = action.payload;
|
|
26487
|
-
}), _extraReducers$
|
|
26487
|
+
}), _extraReducers$i)
|
|
26488
26488
|
});
|
|
26489
26489
|
var roleActions = {
|
|
26490
26490
|
CODING_UPSERT: CODING_UPSERT,
|
|
@@ -26546,7 +26546,7 @@ var queries$9 = {
|
|
|
26546
26546
|
}
|
|
26547
26547
|
};
|
|
26548
26548
|
|
|
26549
|
-
var _extraReducers$
|
|
26549
|
+
var _extraReducers$h;
|
|
26550
26550
|
var REPOSITORY_READ_DOCUMENT = createAsyncThunk("repositorySlice/repository_read", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
26551
26551
|
var payload,
|
|
26552
26552
|
_ref2,
|
|
@@ -26600,13 +26600,13 @@ var repositorySlice = createSlice({
|
|
|
26600
26600
|
initialState: {
|
|
26601
26601
|
repository_read: _objectSpread2({}, defaultState.List)
|
|
26602
26602
|
},
|
|
26603
|
-
extraReducers: (_extraReducers$
|
|
26603
|
+
extraReducers: (_extraReducers$h = {}, _defineProperty(_extraReducers$h, REPOSITORY_READ_DOCUMENT.fulfilled, function (state, action) {
|
|
26604
26604
|
state.repository_read.loading = false, state.repository_read.error = false, state.repository_read = action.payload;
|
|
26605
|
-
}), _defineProperty(_extraReducers$
|
|
26605
|
+
}), _defineProperty(_extraReducers$h, REPOSITORY_READ_DOCUMENT.pending, function (state, action) {
|
|
26606
26606
|
state.repository_read.loading = true, state.repository_read.error = false, state.repository_read.loading = true;
|
|
26607
|
-
}), _defineProperty(_extraReducers$
|
|
26607
|
+
}), _defineProperty(_extraReducers$h, REPOSITORY_READ_DOCUMENT.rejected, function (state, action) {
|
|
26608
26608
|
state.repository_read.loading = false, state.repository_read.error = true, state.repository_read = action.payload;
|
|
26609
|
-
}), _extraReducers$
|
|
26609
|
+
}), _extraReducers$h)
|
|
26610
26610
|
});
|
|
26611
26611
|
var repositoryActions = {
|
|
26612
26612
|
REPOSITORY_READ_DOCUMENT: REPOSITORY_READ_DOCUMENT
|
|
@@ -26665,7 +26665,7 @@ var queries$8 = {
|
|
|
26665
26665
|
}
|
|
26666
26666
|
};
|
|
26667
26667
|
|
|
26668
|
-
var _extraReducers$
|
|
26668
|
+
var _extraReducers$g;
|
|
26669
26669
|
var PERMISSION_UPSERT = createAsyncThunk("permissionSlice/permission_upsert", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
26670
26670
|
var payload,
|
|
26671
26671
|
_ref2,
|
|
@@ -26811,25 +26811,25 @@ var permissionSlice = createSlice({
|
|
|
26811
26811
|
permission_delete: _objectSpread2({}, defaultState.List),
|
|
26812
26812
|
permission_read: _objectSpread2({}, defaultState.List)
|
|
26813
26813
|
},
|
|
26814
|
-
extraReducers: (_extraReducers$
|
|
26814
|
+
extraReducers: (_extraReducers$g = {}, _defineProperty(_extraReducers$g, PERMISSION_UPSERT.fulfilled, function (state, action) {
|
|
26815
26815
|
state.permission_upsert.loading = false, state.permission_upsert.error = false, state.permission_upsert = action.payload;
|
|
26816
|
-
}), _defineProperty(_extraReducers$
|
|
26816
|
+
}), _defineProperty(_extraReducers$g, PERMISSION_UPSERT.pending, function (state, action) {
|
|
26817
26817
|
state.permission_upsert.loading = true, state.permission_upsert.error = false, state.permission_upsert.loading = true;
|
|
26818
|
-
}), _defineProperty(_extraReducers$
|
|
26818
|
+
}), _defineProperty(_extraReducers$g, PERMISSION_UPSERT.rejected, function (state, action) {
|
|
26819
26819
|
state.permission_upsert.loading = false, state.permission_upsert.error = true, state.permission_upsert = action.payload;
|
|
26820
|
-
}), _defineProperty(_extraReducers$
|
|
26820
|
+
}), _defineProperty(_extraReducers$g, PERMISSION_DELETE.fulfilled, function (state, action) {
|
|
26821
26821
|
state.permission_delete.loading = false, state.permission_delete.error = false, state.permission_delete = action.payload;
|
|
26822
|
-
}), _defineProperty(_extraReducers$
|
|
26822
|
+
}), _defineProperty(_extraReducers$g, PERMISSION_DELETE.pending, function (state, action) {
|
|
26823
26823
|
state.permission_delete.loading = true, state.permission_delete.error = false, state.permission_delete.loading = true;
|
|
26824
|
-
}), _defineProperty(_extraReducers$
|
|
26824
|
+
}), _defineProperty(_extraReducers$g, PERMISSION_DELETE.rejected, function (state, action) {
|
|
26825
26825
|
state.permission_delete.loading = false, state.permission_delete.error = true, state.permission_delete = action.payload;
|
|
26826
|
-
}), _defineProperty(_extraReducers$
|
|
26826
|
+
}), _defineProperty(_extraReducers$g, PERMISSION_READ.fulfilled, function (state, action) {
|
|
26827
26827
|
state.permission_read.loading = false, state.permission_read.error = false, state.permission_read = action.payload;
|
|
26828
|
-
}), _defineProperty(_extraReducers$
|
|
26828
|
+
}), _defineProperty(_extraReducers$g, PERMISSION_READ.pending, function (state, action) {
|
|
26829
26829
|
state.permission_read.loading = true, state.permission_read.error = false, state.permission_read.loading = true;
|
|
26830
|
-
}), _defineProperty(_extraReducers$
|
|
26830
|
+
}), _defineProperty(_extraReducers$g, PERMISSION_READ.rejected, function (state, action) {
|
|
26831
26831
|
state.permission_read.loading = false, state.permission_read.error = true, state.permission_read = action.payload;
|
|
26832
|
-
}), _extraReducers$
|
|
26832
|
+
}), _extraReducers$g)
|
|
26833
26833
|
});
|
|
26834
26834
|
var permissionActions = {
|
|
26835
26835
|
PERMISSION_READ: PERMISSION_READ,
|
|
@@ -26988,7 +26988,7 @@ var queries$7 = {
|
|
|
26988
26988
|
// }
|
|
26989
26989
|
// },
|
|
26990
26990
|
|
|
26991
|
-
var _extraReducers$
|
|
26991
|
+
var _extraReducers$f;
|
|
26992
26992
|
var PERSON_UPSERT = createAsyncThunk("personSlice/person_upsert", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
26993
26993
|
var payload,
|
|
26994
26994
|
_ref2,
|
|
@@ -27629,85 +27629,85 @@ var personSlice = createSlice({
|
|
|
27629
27629
|
use_master: _objectSpread2({}, defaultState.List),
|
|
27630
27630
|
single_read_person: _objectSpread2({}, defaultState.List)
|
|
27631
27631
|
},
|
|
27632
|
-
extraReducers: (_extraReducers$
|
|
27632
|
+
extraReducers: (_extraReducers$f = {}, _defineProperty(_extraReducers$f, PERSON_UPSERT.fulfilled, function (state, action) {
|
|
27633
27633
|
state.person_upsert.loading = false, state.person_upsert.error = false, state.person_upsert = action.payload;
|
|
27634
|
-
}), _defineProperty(_extraReducers$
|
|
27634
|
+
}), _defineProperty(_extraReducers$f, PERSON_UPSERT.pending, function (state, action) {
|
|
27635
27635
|
state.person_upsert.loading = true, state.person_upsert.error = false, state.person_upsert.loading = true;
|
|
27636
|
-
}), _defineProperty(_extraReducers$
|
|
27636
|
+
}), _defineProperty(_extraReducers$f, PERSON_UPSERT.rejected, function (state, action) {
|
|
27637
27637
|
state.person_upsert.loading = false, state.person_upsert.error = true, state.person_upsert = action.payload;
|
|
27638
|
-
}), _defineProperty(_extraReducers$
|
|
27638
|
+
}), _defineProperty(_extraReducers$f, PERSON_DELETE.fulfilled, function (state, action) {
|
|
27639
27639
|
state.person_delete.loading = false, state.person_delete.error = false, state.person_delete = action.payload;
|
|
27640
|
-
}), _defineProperty(_extraReducers$
|
|
27640
|
+
}), _defineProperty(_extraReducers$f, PERSON_DELETE.pending, function (state, action) {
|
|
27641
27641
|
state.person_delete.loading = true, state.person_delete.error = false, state.person_delete.loading = true;
|
|
27642
|
-
}), _defineProperty(_extraReducers$
|
|
27642
|
+
}), _defineProperty(_extraReducers$f, PERSON_DELETE.rejected, function (state, action) {
|
|
27643
27643
|
state.person_delete.loading = false, state.person_delete.error = true, state.person_delete = action.payload;
|
|
27644
|
-
}), _defineProperty(_extraReducers$
|
|
27644
|
+
}), _defineProperty(_extraReducers$f, PERSON_READ.fulfilled, function (state, action) {
|
|
27645
27645
|
state.person_read.loading = false, state.person_read.error = false, state.person_read = action.payload;
|
|
27646
|
-
}), _defineProperty(_extraReducers$
|
|
27646
|
+
}), _defineProperty(_extraReducers$f, PERSON_READ.pending, function (state, action) {
|
|
27647
27647
|
state.person_read.loading = true, state.person_read.error = false, state.person_read.loading = true;
|
|
27648
|
-
}), _defineProperty(_extraReducers$
|
|
27648
|
+
}), _defineProperty(_extraReducers$f, PERSON_READ.rejected, function (state, action) {
|
|
27649
27649
|
state.person_read.loading = false, state.person_read.error = true, state.person_read = action.payload;
|
|
27650
|
-
}), _defineProperty(_extraReducers$
|
|
27650
|
+
}), _defineProperty(_extraReducers$f, CONTACTSYSTEMMASTER.fulfilled, function (state, action) {
|
|
27651
27651
|
state.contact_system_master.loading = false, state.contact_system_master.error = false, state.contact_system_master = action.payload;
|
|
27652
|
-
}), _defineProperty(_extraReducers$
|
|
27652
|
+
}), _defineProperty(_extraReducers$f, CONTACTSYSTEMMASTER.pending, function (state, action) {
|
|
27653
27653
|
state.contact_system_master.loading = true, state.contact_system_master.error = false, state.contact_system_master.loading = true;
|
|
27654
|
-
}), _defineProperty(_extraReducers$
|
|
27654
|
+
}), _defineProperty(_extraReducers$f, CONTACTSYSTEMMASTER.rejected, function (state, action) {
|
|
27655
27655
|
state.contact_system_master.loading = false, state.contact_system_master.error = true, state.contact_system_master = action.payload;
|
|
27656
|
-
}), _defineProperty(_extraReducers$
|
|
27656
|
+
}), _defineProperty(_extraReducers$f, ENTITYNAMEMASTER.fulfilled, function (state, action) {
|
|
27657
27657
|
state.entity_name_master.loading = false, state.entity_name_master.error = false, state.entity_name_master = action.payload;
|
|
27658
|
-
}), _defineProperty(_extraReducers$
|
|
27658
|
+
}), _defineProperty(_extraReducers$f, ENTITYNAMEMASTER.pending, function (state, action) {
|
|
27659
27659
|
state.entity_name_master.loading = true, state.entity_name_master.error = false, state.entity_name_master.loading = true;
|
|
27660
|
-
}), _defineProperty(_extraReducers$
|
|
27660
|
+
}), _defineProperty(_extraReducers$f, ENTITYNAMEMASTER.rejected, function (state, action) {
|
|
27661
27661
|
state.entity_name_master.loading = false, state.entity_name_master.error = true, state.entity_name_master = action.payload;
|
|
27662
|
-
}), _defineProperty(_extraReducers$
|
|
27662
|
+
}), _defineProperty(_extraReducers$f, ENTITYTYPEMASTER.fulfilled, function (state, action) {
|
|
27663
27663
|
state.entity_type_master.loading = false, state.entity_type_master.error = false, state.entity_type_master = action.payload;
|
|
27664
|
-
}), _defineProperty(_extraReducers$
|
|
27664
|
+
}), _defineProperty(_extraReducers$f, ENTITYTYPEMASTER.pending, function (state, action) {
|
|
27665
27665
|
state.entity_type_master.loading = true, state.entity_type_master.error = false, state.entity_type_master.loading = true;
|
|
27666
|
-
}), _defineProperty(_extraReducers$
|
|
27666
|
+
}), _defineProperty(_extraReducers$f, ENTITYTYPEMASTER.rejected, function (state, action) {
|
|
27667
27667
|
state.entity_type_master.loading = false, state.entity_type_master.error = true, state.entity_type_master = action.payload;
|
|
27668
|
-
}), _defineProperty(_extraReducers$
|
|
27668
|
+
}), _defineProperty(_extraReducers$f, GENDERMASTER.fulfilled, function (state, action) {
|
|
27669
27669
|
state.gender_master.loading = false, state.gender_master.error = false, state.gender_master = action.payload;
|
|
27670
|
-
}), _defineProperty(_extraReducers$
|
|
27670
|
+
}), _defineProperty(_extraReducers$f, GENDERMASTER.pending, function (state, action) {
|
|
27671
27671
|
state.gender_master.loading = true, state.gender_master.error = false, state.gender_master.loading = true;
|
|
27672
|
-
}), _defineProperty(_extraReducers$
|
|
27672
|
+
}), _defineProperty(_extraReducers$f, GENDERMASTER.rejected, function (state, action) {
|
|
27673
27673
|
state.gender_master.loading = false, state.gender_master.error = true, state.gender_master = action.payload;
|
|
27674
|
-
}), _defineProperty(_extraReducers$
|
|
27674
|
+
}), _defineProperty(_extraReducers$f, IDTYPEMASTER.fulfilled, function (state, action) {
|
|
27675
27675
|
state.id_type_master.loading = false, state.id_type_master.error = false, state.id_type_master = action.payload;
|
|
27676
|
-
}), _defineProperty(_extraReducers$
|
|
27676
|
+
}), _defineProperty(_extraReducers$f, IDTYPEMASTER.pending, function (state, action) {
|
|
27677
27677
|
state.id_type_master.loading = true, state.id_type_master.error = false, state.id_type_master.loading = true;
|
|
27678
|
-
}), _defineProperty(_extraReducers$
|
|
27678
|
+
}), _defineProperty(_extraReducers$f, IDTYPEMASTER.rejected, function (state, action) {
|
|
27679
27679
|
state.id_type_master.loading = false, state.id_type_master.error = true, state.id_type_master = action.payload;
|
|
27680
|
-
}), _defineProperty(_extraReducers$
|
|
27680
|
+
}), _defineProperty(_extraReducers$f, PREFIXMASTER.fulfilled, function (state, action) {
|
|
27681
27681
|
state.prefix_master.loading = false, state.prefix_master.error = false, state.prefix_master = action.payload;
|
|
27682
|
-
}), _defineProperty(_extraReducers$
|
|
27682
|
+
}), _defineProperty(_extraReducers$f, PREFIXMASTER.pending, function (state, action) {
|
|
27683
27683
|
state.prefix_master.loading = true, state.prefix_master.error = false, state.prefix_master.loading = true;
|
|
27684
|
-
}), _defineProperty(_extraReducers$
|
|
27684
|
+
}), _defineProperty(_extraReducers$f, PREFIXMASTER.rejected, function (state, action) {
|
|
27685
27685
|
state.prefix_master.loading = false, state.prefix_master.error = true, state.prefix_master = action.payload;
|
|
27686
|
-
}), _defineProperty(_extraReducers$
|
|
27686
|
+
}), _defineProperty(_extraReducers$f, PRIORITYMASTER.fulfilled, function (state, action) {
|
|
27687
27687
|
state.priority_master.loading = false, state.priority_master.error = false, state.priority_master = action.payload;
|
|
27688
|
-
}), _defineProperty(_extraReducers$
|
|
27688
|
+
}), _defineProperty(_extraReducers$f, PRIORITYMASTER.pending, function (state, action) {
|
|
27689
27689
|
state.priority_master.loading = true, state.priority_master.error = false, state.priority_master.loading = true;
|
|
27690
|
-
}), _defineProperty(_extraReducers$
|
|
27690
|
+
}), _defineProperty(_extraReducers$f, PRIORITYMASTER.rejected, function (state, action) {
|
|
27691
27691
|
state.priority_master.loading = false, state.priority_master.error = true, state.priority_master = action.payload;
|
|
27692
|
-
}), _defineProperty(_extraReducers$
|
|
27692
|
+
}), _defineProperty(_extraReducers$f, SURFFIXMASTER.fulfilled, function (state, action) {
|
|
27693
27693
|
state.surffix_master.loading = false, state.surffix_master.error = false, state.surffix_master = action.payload;
|
|
27694
|
-
}), _defineProperty(_extraReducers$
|
|
27694
|
+
}), _defineProperty(_extraReducers$f, SURFFIXMASTER.pending, function (state, action) {
|
|
27695
27695
|
state.surffix_master.loading = true, state.surffix_master.error = false, state.surffix_master.loading = true;
|
|
27696
|
-
}), _defineProperty(_extraReducers$
|
|
27696
|
+
}), _defineProperty(_extraReducers$f, SURFFIXMASTER.rejected, function (state, action) {
|
|
27697
27697
|
state.surffix_master.loading = false, state.surffix_master.error = true, state.surffix_master = action.payload;
|
|
27698
|
-
}), _defineProperty(_extraReducers$
|
|
27698
|
+
}), _defineProperty(_extraReducers$f, USEMASTER.fulfilled, function (state, action) {
|
|
27699
27699
|
state.use_master.loading = false, state.use_master.error = false, state.use_master = action.payload;
|
|
27700
|
-
}), _defineProperty(_extraReducers$
|
|
27700
|
+
}), _defineProperty(_extraReducers$f, USEMASTER.pending, function (state, action) {
|
|
27701
27701
|
state.use_master.loading = true, state.use_master.error = false, state.use_master.loading = true;
|
|
27702
|
-
}), _defineProperty(_extraReducers$
|
|
27702
|
+
}), _defineProperty(_extraReducers$f, USEMASTER.rejected, function (state, action) {
|
|
27703
27703
|
state.use_master.loading = false, state.use_master.error = true, state.use_master = action.payload;
|
|
27704
|
-
}), _defineProperty(_extraReducers$
|
|
27704
|
+
}), _defineProperty(_extraReducers$f, SINGLE_PERSON_READ.fulfilled, function (state, action) {
|
|
27705
27705
|
state.single_read_person.loading = false, state.single_read_person.error = false, state.single_read_person = action.payload;
|
|
27706
|
-
}), _defineProperty(_extraReducers$
|
|
27706
|
+
}), _defineProperty(_extraReducers$f, SINGLE_PERSON_READ.pending, function (state, action) {
|
|
27707
27707
|
state.single_read_person.loading = true, state.single_read_person.error = false, state.single_read_person.loading = true;
|
|
27708
|
-
}), _defineProperty(_extraReducers$
|
|
27708
|
+
}), _defineProperty(_extraReducers$f, SINGLE_PERSON_READ.rejected, function (state, action) {
|
|
27709
27709
|
state.single_read_person.loading = false, state.single_read_person.error = true, state.single_read_person = action.payload;
|
|
27710
|
-
}), _extraReducers$
|
|
27710
|
+
}), _extraReducers$f)
|
|
27711
27711
|
});
|
|
27712
27712
|
var personActions = {
|
|
27713
27713
|
PERSON_READ: PERSON_READ,
|
|
@@ -27786,7 +27786,7 @@ var queries$6 = {
|
|
|
27786
27786
|
}
|
|
27787
27787
|
};
|
|
27788
27788
|
|
|
27789
|
-
var _extraReducers$
|
|
27789
|
+
var _extraReducers$e;
|
|
27790
27790
|
var USER_UPSERT = createAsyncThunk("userSlice/user_upsert", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
27791
27791
|
var payload,
|
|
27792
27792
|
_ref2,
|
|
@@ -27926,25 +27926,25 @@ var userSlice = createSlice({
|
|
|
27926
27926
|
user_delete: _objectSpread2({}, defaultState.List),
|
|
27927
27927
|
user_read: _objectSpread2({}, defaultState.List)
|
|
27928
27928
|
},
|
|
27929
|
-
extraReducers: (_extraReducers$
|
|
27929
|
+
extraReducers: (_extraReducers$e = {}, _defineProperty(_extraReducers$e, USER_UPSERT.fulfilled, function (state, action) {
|
|
27930
27930
|
state.user_upsert.loading = false, state.user_upsert.error = false, state.user_upsert = action.payload;
|
|
27931
|
-
}), _defineProperty(_extraReducers$
|
|
27931
|
+
}), _defineProperty(_extraReducers$e, USER_UPSERT.pending, function (state, action) {
|
|
27932
27932
|
state.user_upsert.loading = true, state.user_upsert.error = false, state.user_upsert.loading = true;
|
|
27933
|
-
}), _defineProperty(_extraReducers$
|
|
27933
|
+
}), _defineProperty(_extraReducers$e, USER_UPSERT.rejected, function (state, action) {
|
|
27934
27934
|
state.user_upsert.loading = false, state.user_upsert.error = true, state.user_upsert = action.payload;
|
|
27935
|
-
}), _defineProperty(_extraReducers$
|
|
27935
|
+
}), _defineProperty(_extraReducers$e, USER_DELETE.fulfilled, function (state, action) {
|
|
27936
27936
|
state.user_delete.loading = false, state.user_delete.error = false, state.user_delete = action.payload;
|
|
27937
|
-
}), _defineProperty(_extraReducers$
|
|
27937
|
+
}), _defineProperty(_extraReducers$e, USER_DELETE.pending, function (state, action) {
|
|
27938
27938
|
state.user_delete.loading = true, state.user_delete.error = false, state.user_delete.loading = true;
|
|
27939
|
-
}), _defineProperty(_extraReducers$
|
|
27939
|
+
}), _defineProperty(_extraReducers$e, USER_DELETE.rejected, function (state, action) {
|
|
27940
27940
|
state.user_delete.loading = false, state.user_delete.error = true, state.user_delete = action.payload;
|
|
27941
|
-
}), _defineProperty(_extraReducers$
|
|
27941
|
+
}), _defineProperty(_extraReducers$e, USER_READ.fulfilled, function (state, action) {
|
|
27942
27942
|
state.user_read.loading = false, state.user_read.error = false, state.user_read = action.payload;
|
|
27943
|
-
}), _defineProperty(_extraReducers$
|
|
27943
|
+
}), _defineProperty(_extraReducers$e, USER_READ.pending, function (state, action) {
|
|
27944
27944
|
state.user_read.loading = true, state.user_read.error = false, state.user_read.loading = true;
|
|
27945
|
-
}), _defineProperty(_extraReducers$
|
|
27945
|
+
}), _defineProperty(_extraReducers$e, USER_READ.rejected, function (state, action) {
|
|
27946
27946
|
state.user_read.loading = false, state.user_read.error = true, state.user_read = action.payload;
|
|
27947
|
-
}), _extraReducers$
|
|
27947
|
+
}), _extraReducers$e)
|
|
27948
27948
|
});
|
|
27949
27949
|
var userActions = {
|
|
27950
27950
|
USER_READ: USER_READ,
|
|
@@ -27999,7 +27999,7 @@ var generateJson$6 = function generateJson(data, _key) {
|
|
|
27999
27999
|
})];
|
|
28000
28000
|
};
|
|
28001
28001
|
|
|
28002
|
-
var _extraReducers$
|
|
28002
|
+
var _extraReducers$d;
|
|
28003
28003
|
var UPSERT_ALERT = createAsyncThunk("alertRestictionsMasterSlice/save_alert", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
28004
28004
|
var payload,
|
|
28005
28005
|
_ref2,
|
|
@@ -28319,31 +28319,31 @@ var alertRestictionsMasterSlice = createSlice({
|
|
|
28319
28319
|
read_alert: _objectSpread2({}, defaultState.Info),
|
|
28320
28320
|
read_alert_status: _objectSpread2({}, defaultState.Info)
|
|
28321
28321
|
},
|
|
28322
|
-
extraReducers: (_extraReducers$
|
|
28322
|
+
extraReducers: (_extraReducers$d = {}, _defineProperty(_extraReducers$d, GET_ALL_MASTER.fulfilled, function (state, action) {
|
|
28323
28323
|
state.get_all_masters.loading = false, state.get_all_masters.error = false, state.get_all_masters = action.payload;
|
|
28324
|
-
}), _defineProperty(_extraReducers$
|
|
28324
|
+
}), _defineProperty(_extraReducers$d, GET_ALL_MASTER.pending, function (state, action) {
|
|
28325
28325
|
state.get_all_masters.loading = true, state.get_all_masters.error = false, state.get_all_masters.loading = true;
|
|
28326
|
-
}), _defineProperty(_extraReducers$
|
|
28326
|
+
}), _defineProperty(_extraReducers$d, GET_ALL_MASTER.rejected, function (state, action) {
|
|
28327
28327
|
state.get_all_masters.loading = false, state.get_all_masters.error = true, state.get_all_masters = action.payload;
|
|
28328
|
-
}), _defineProperty(_extraReducers$
|
|
28328
|
+
}), _defineProperty(_extraReducers$d, UPSERT_ALERT.fulfilled, function (state, action) {
|
|
28329
28329
|
state.save_alert.loading = false, state.save_alert.error = false, state.save_alert = action.payload;
|
|
28330
|
-
}), _defineProperty(_extraReducers$
|
|
28330
|
+
}), _defineProperty(_extraReducers$d, UPSERT_ALERT.pending, function (state, action) {
|
|
28331
28331
|
state.save_alert.loading = true, state.save_alert.error = false, state.save_alert.loading = true;
|
|
28332
|
-
}), _defineProperty(_extraReducers$
|
|
28332
|
+
}), _defineProperty(_extraReducers$d, UPSERT_ALERT.rejected, function (state, action) {
|
|
28333
28333
|
state.save_alert.loading = false, state.save_alert.error = true, state.save_alert = action.payload;
|
|
28334
|
-
}), _defineProperty(_extraReducers$
|
|
28334
|
+
}), _defineProperty(_extraReducers$d, READ_ALERT.fulfilled, function (state, action) {
|
|
28335
28335
|
state.read_alert.loading = false, state.read_alert.error = false, state.read_alert = action.payload;
|
|
28336
|
-
}), _defineProperty(_extraReducers$
|
|
28336
|
+
}), _defineProperty(_extraReducers$d, READ_ALERT.pending, function (state, action) {
|
|
28337
28337
|
state.read_alert.loading = true, state.read_alert.error = false, state.read_alert.loading = true;
|
|
28338
|
-
}), _defineProperty(_extraReducers$
|
|
28338
|
+
}), _defineProperty(_extraReducers$d, READ_ALERT.rejected, function (state, action) {
|
|
28339
28339
|
state.read_alert.loading = false, state.read_alert.error = true, state.read_alert = action.payload;
|
|
28340
|
-
}), _defineProperty(_extraReducers$
|
|
28340
|
+
}), _defineProperty(_extraReducers$d, UPSERT_ALERT_STATUS.fulfilled, function (state, action) {
|
|
28341
28341
|
state.read_alert_status.loading = false, state.read_alert_status.error = false, state.read_alert_status = action.payload;
|
|
28342
|
-
}), _defineProperty(_extraReducers$
|
|
28342
|
+
}), _defineProperty(_extraReducers$d, UPSERT_ALERT_STATUS.pending, function (state, action) {
|
|
28343
28343
|
state.read_alert_status.loading = true, state.read_alert_status.error = false, state.read_alert_status.loading = true;
|
|
28344
|
-
}), _defineProperty(_extraReducers$
|
|
28344
|
+
}), _defineProperty(_extraReducers$d, UPSERT_ALERT_STATUS.rejected, function (state, action) {
|
|
28345
28345
|
state.read_alert_status.loading = false, state.read_alert_status.error = true, state.read_alert_status = action.payload;
|
|
28346
|
-
}), _extraReducers$
|
|
28346
|
+
}), _extraReducers$d)
|
|
28347
28347
|
});
|
|
28348
28348
|
var alertRestrictionsMasterActions = {
|
|
28349
28349
|
GET_ALL_MASTER: GET_ALL_MASTER,
|
|
@@ -28515,7 +28515,7 @@ var generateReadJson$1 = {
|
|
|
28515
28515
|
}
|
|
28516
28516
|
};
|
|
28517
28517
|
|
|
28518
|
-
var _extraReducers$
|
|
28518
|
+
var _extraReducers$c;
|
|
28519
28519
|
var DRUG_UOM_READ = createAsyncThunk("drugRoutesSlice/drug_uom_list", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
28520
28520
|
var _ref2,
|
|
28521
28521
|
rejectWithValue,
|
|
@@ -28548,7 +28548,8 @@ var DRUG_UOM_READ = createAsyncThunk("drugRoutesSlice/drug_uom_list", /*#__PURE_
|
|
|
28548
28548
|
longDesc: val === null || val === void 0 ? void 0 : val.longdesc,
|
|
28549
28549
|
shortDesc: val === null || val === void 0 ? void 0 : val.shortdesc,
|
|
28550
28550
|
status: val === null || val === void 0 ? void 0 : val.status,
|
|
28551
|
-
key: val === null || val === void 0 ? void 0 : val._key
|
|
28551
|
+
key: val === null || val === void 0 ? void 0 : val._key,
|
|
28552
|
+
UOMCode: val === null || val === void 0 ? void 0 : val.UOM
|
|
28552
28553
|
});
|
|
28553
28554
|
}
|
|
28554
28555
|
});
|
|
@@ -28821,43 +28822,43 @@ var drugMasterUOMSlice = createSlice({
|
|
|
28821
28822
|
drug_uom_read_line: _objectSpread2({}, defaultState.List),
|
|
28822
28823
|
drug_uom_code_status: _objectSpread2({}, defaultState.List)
|
|
28823
28824
|
},
|
|
28824
|
-
extraReducers: (_extraReducers$
|
|
28825
|
+
extraReducers: (_extraReducers$c = {}, _defineProperty(_extraReducers$c, DRUG_UOM_READ.fulfilled, function (state, action) {
|
|
28825
28826
|
state.drug_routes_direction_list.loading = false, state.drug_routes_direction_list.error = false, state.drug_routes_direction_list = action.payload;
|
|
28826
|
-
}), _defineProperty(_extraReducers$
|
|
28827
|
+
}), _defineProperty(_extraReducers$c, DRUG_UOM_READ.pending, function (state, action) {
|
|
28827
28828
|
state.drug_routes_direction_list.loading = true, state.drug_routes_direction_list.error = false, state.drug_routes_direction_list.loading = true;
|
|
28828
|
-
}), _defineProperty(_extraReducers$
|
|
28829
|
+
}), _defineProperty(_extraReducers$c, DRUG_UOM_READ.rejected, function (state, action) {
|
|
28829
28830
|
state.drug_routes_direction_list.loading = false, state.drug_routes_direction_list.error = true, state.drug_routes_direction_list = action.payload;
|
|
28830
|
-
}), _defineProperty(_extraReducers$
|
|
28831
|
+
}), _defineProperty(_extraReducers$c, DRUG_UOM_TYPE_DROP_DOWN.fulfilled, function (state, action) {
|
|
28831
28832
|
state.drug_uom_type_master.loading = false, state.drug_uom_type_master.error = false, state.drug_uom_type_master = action.payload;
|
|
28832
|
-
}), _defineProperty(_extraReducers$
|
|
28833
|
+
}), _defineProperty(_extraReducers$c, DRUG_UOM_TYPE_DROP_DOWN.pending, function (state, action) {
|
|
28833
28834
|
state.drug_uom_type_master.loading = true, state.drug_uom_type_master.error = false, state.drug_uom_type_master.loading = true;
|
|
28834
|
-
}), _defineProperty(_extraReducers$
|
|
28835
|
+
}), _defineProperty(_extraReducers$c, DRUG_UOM_TYPE_DROP_DOWN.rejected, function (state, action) {
|
|
28835
28836
|
state.drug_uom_type_master.loading = false, state.drug_uom_type_master.error = true, state.drug_uom_type_master = action.payload;
|
|
28836
|
-
}), _defineProperty(_extraReducers$
|
|
28837
|
+
}), _defineProperty(_extraReducers$c, TO_UDM_CODE_DROPDOWN.fulfilled, function (state, action) {
|
|
28837
28838
|
state.drug_uom_code_master.loading = false, state.drug_uom_code_master.error = false, state.drug_uom_code_master = action.payload;
|
|
28838
|
-
}), _defineProperty(_extraReducers$
|
|
28839
|
+
}), _defineProperty(_extraReducers$c, TO_UDM_CODE_DROPDOWN.pending, function (state, action) {
|
|
28839
28840
|
state.drug_uom_code_master.loading = true, state.drug_uom_code_master.error = false, state.drug_uom_code_master.loading = true;
|
|
28840
|
-
}), _defineProperty(_extraReducers$
|
|
28841
|
+
}), _defineProperty(_extraReducers$c, TO_UDM_CODE_DROPDOWN.rejected, function (state, action) {
|
|
28841
28842
|
state.drug_uom_code_master.loading = false, state.drug_uom_code_master.error = true, state.drug_uom_code_master = action.payload;
|
|
28842
|
-
}), _defineProperty(_extraReducers$
|
|
28843
|
+
}), _defineProperty(_extraReducers$c, UOM_CODE_INSERT.fulfilled, function (state, action) {
|
|
28843
28844
|
state.drug_uom_code_insert.loading = false, state.drug_uom_code_insert.error = false, state.drug_uom_code_insert = action.payload;
|
|
28844
|
-
}), _defineProperty(_extraReducers$
|
|
28845
|
+
}), _defineProperty(_extraReducers$c, UOM_CODE_INSERT.pending, function (state, action) {
|
|
28845
28846
|
state.drug_uom_code_insert.loading = true, state.drug_uom_code_insert.error = false, state.drug_uom_code_insert.loading = true;
|
|
28846
|
-
}), _defineProperty(_extraReducers$
|
|
28847
|
+
}), _defineProperty(_extraReducers$c, UOM_CODE_INSERT.rejected, function (state, action) {
|
|
28847
28848
|
state.drug_uom_code_insert.loading = false, state.drug_uom_code_insert.error = true, state.drug_uom_code_insert = action.payload;
|
|
28848
|
-
}), _defineProperty(_extraReducers$
|
|
28849
|
+
}), _defineProperty(_extraReducers$c, DRUG_UOM_LINE_READ.fulfilled, function (state, action) {
|
|
28849
28850
|
state.drug_uom_read_line.loading = false, state.drug_uom_read_line.error = false, state.drug_uom_read_line = action.payload;
|
|
28850
|
-
}), _defineProperty(_extraReducers$
|
|
28851
|
+
}), _defineProperty(_extraReducers$c, DRUG_UOM_LINE_READ.pending, function (state, action) {
|
|
28851
28852
|
state.drug_uom_read_line.loading = true, state.drug_uom_read_line.error = false, state.drug_uom_read_line.loading = true;
|
|
28852
|
-
}), _defineProperty(_extraReducers$
|
|
28853
|
+
}), _defineProperty(_extraReducers$c, DRUG_UOM_LINE_READ.rejected, function (state, action) {
|
|
28853
28854
|
state.drug_uom_read_line.loading = false, state.drug_uom_read_line.error = true, state.drug_uom_read_line = action.payload;
|
|
28854
|
-
}), _defineProperty(_extraReducers$
|
|
28855
|
+
}), _defineProperty(_extraReducers$c, To_UOM_UPDATE_STATUS_FUN.fulfilled, function (state, action) {
|
|
28855
28856
|
state.drug_uom_code_status.loading = false, state.drug_uom_code_status.error = false, state.drug_uom_code_status = action.payload;
|
|
28856
|
-
}), _defineProperty(_extraReducers$
|
|
28857
|
+
}), _defineProperty(_extraReducers$c, To_UOM_UPDATE_STATUS_FUN.pending, function (state, action) {
|
|
28857
28858
|
state.drug_uom_code_status.loading = true, state.drug_uom_code_status.error = false, state.drug_uom_code_status.loading = true;
|
|
28858
|
-
}), _defineProperty(_extraReducers$
|
|
28859
|
+
}), _defineProperty(_extraReducers$c, To_UOM_UPDATE_STATUS_FUN.rejected, function (state, action) {
|
|
28859
28860
|
state.drug_uom_code_status.loading = false, state.drug_uom_code_status.error = true, state.drug_uom_code_status = action.payload;
|
|
28860
|
-
}), _extraReducers$
|
|
28861
|
+
}), _extraReducers$c)
|
|
28861
28862
|
});
|
|
28862
28863
|
var drugMasterUomActions = {
|
|
28863
28864
|
DRUG_UOM_READ: DRUG_UOM_READ,
|
|
@@ -28991,7 +28992,7 @@ var generateJson$4 = {
|
|
|
28991
28992
|
};
|
|
28992
28993
|
var generateReadJson = {
|
|
28993
28994
|
read_json: function read_json(data) {
|
|
28994
|
-
var _data$dosefreqvalUOM, _data$dosefreqrateUOM, _data$startday, _data$startday2, _data$fixeddurationty, _data$fixeddurationty2, _data$frequencytype, _data$frequencytype2;
|
|
28995
|
+
var _data$scheduleby$_id, _data$scheduleby, _data$dosefreqvalUOM, _data$dosefreqvalUOM$, _data$dosefreqvalUOM2, _data$dosefreqrateUOM, _data$dosefreqrateUOM2, _data$dosefreqrateUOM3, _data$startday, _data$startday$_id, _data$startday2, _data$fixeddurationty, _data$fixeddurationty2, _data$fixeddurationty3, _data$frequencytype$_, _data$frequencytype, _data$frequencytype2;
|
|
28995
28996
|
|
|
28996
28997
|
return {
|
|
28997
28998
|
key: data === null || data === void 0 ? void 0 : data._key,
|
|
@@ -29003,36 +29004,36 @@ var generateReadJson = {
|
|
|
29003
29004
|
frequencyDescription_: {
|
|
29004
29005
|
scheduleBy_: {
|
|
29005
29006
|
label: data.scheduleby.display,
|
|
29006
|
-
value: data.scheduleby._id
|
|
29007
|
+
value: (_data$scheduleby$_id = (_data$scheduleby = data.scheduleby) === null || _data$scheduleby === void 0 ? void 0 : _data$scheduleby._id) !== null && _data$scheduleby$_id !== void 0 ? _data$scheduleby$_id : null
|
|
29007
29008
|
},
|
|
29008
29009
|
doseFrequencyValue: {
|
|
29009
29010
|
value: data === null || data === void 0 ? void 0 : data.dosefreqval,
|
|
29010
29011
|
type: {
|
|
29011
29012
|
label: data === null || data === void 0 ? void 0 : (_data$dosefreqvalUOM = data.dosefreqvalUOM) === null || _data$dosefreqvalUOM === void 0 ? void 0 : _data$dosefreqvalUOM.UOM,
|
|
29012
|
-
value: data === null || data === void 0 ? void 0 : data.dosefreqvalUOM._id
|
|
29013
|
+
value: (_data$dosefreqvalUOM$ = data === null || data === void 0 ? void 0 : (_data$dosefreqvalUOM2 = data.dosefreqvalUOM) === null || _data$dosefreqvalUOM2 === void 0 ? void 0 : _data$dosefreqvalUOM2._id) !== null && _data$dosefreqvalUOM$ !== void 0 ? _data$dosefreqvalUOM$ : null
|
|
29013
29014
|
}
|
|
29014
29015
|
},
|
|
29015
29016
|
doseFrequencyRateValue: {
|
|
29016
29017
|
value: data === null || data === void 0 ? void 0 : data.dosefreqrateval,
|
|
29017
29018
|
type: {
|
|
29018
29019
|
label: data === null || data === void 0 ? void 0 : (_data$dosefreqrateUOM = data.dosefreqrateUOM) === null || _data$dosefreqrateUOM === void 0 ? void 0 : _data$dosefreqrateUOM.UOM,
|
|
29019
|
-
value: data === null || data === void 0 ? void 0 : data.dosefreqrateUOM._id
|
|
29020
|
+
value: (_data$dosefreqrateUOM2 = data === null || data === void 0 ? void 0 : (_data$dosefreqrateUOM3 = data.dosefreqrateUOM) === null || _data$dosefreqrateUOM3 === void 0 ? void 0 : _data$dosefreqrateUOM3._id) !== null && _data$dosefreqrateUOM2 !== void 0 ? _data$dosefreqrateUOM2 : null
|
|
29020
29021
|
}
|
|
29021
29022
|
},
|
|
29022
29023
|
startDay: {
|
|
29023
29024
|
label: data === null || data === void 0 ? void 0 : (_data$startday = data.startday) === null || _data$startday === void 0 ? void 0 : _data$startday.display,
|
|
29024
|
-
value: data === null || data === void 0 ? void 0 : (_data$startday2 = data.startday) === null || _data$startday2 === void 0 ? void 0 : _data$startday2._id
|
|
29025
|
+
value: (_data$startday$_id = data === null || data === void 0 ? void 0 : (_data$startday2 = data.startday) === null || _data$startday2 === void 0 ? void 0 : _data$startday2._id) !== null && _data$startday$_id !== void 0 ? _data$startday$_id : null
|
|
29025
29026
|
},
|
|
29026
29027
|
startTime_: moment(data === null || data === void 0 ? void 0 : data.starttime, "X").format(),
|
|
29027
29028
|
gracePeriod_: data === null || data === void 0 ? void 0 : data.graceperiod,
|
|
29028
29029
|
fixedDuration_: data === null || data === void 0 ? void 0 : data.fixedduration,
|
|
29029
29030
|
fixedDurationType_: {
|
|
29030
29031
|
label: data === null || data === void 0 ? void 0 : (_data$fixeddurationty = data.fixeddurationtype) === null || _data$fixeddurationty === void 0 ? void 0 : _data$fixeddurationty.display,
|
|
29031
|
-
value: data === null || data === void 0 ? void 0 : (_data$
|
|
29032
|
+
value: (_data$fixeddurationty2 = data === null || data === void 0 ? void 0 : (_data$fixeddurationty3 = data.fixeddurationtype) === null || _data$fixeddurationty3 === void 0 ? void 0 : _data$fixeddurationty3._id) !== null && _data$fixeddurationty2 !== void 0 ? _data$fixeddurationty2 : null
|
|
29032
29033
|
},
|
|
29033
29034
|
frequencyPattern_: data === null || data === void 0 ? void 0 : data.frequencypattern,
|
|
29034
29035
|
frequencyType_: {
|
|
29035
|
-
value: data === null || data === void 0 ? void 0 : (_data$frequencytype = data.frequencytype) === null || _data$frequencytype === void 0 ? void 0 : _data$frequencytype._id,
|
|
29036
|
+
value: (_data$frequencytype$_ = data === null || data === void 0 ? void 0 : (_data$frequencytype = data.frequencytype) === null || _data$frequencytype === void 0 ? void 0 : _data$frequencytype._id) !== null && _data$frequencytype$_ !== void 0 ? _data$frequencytype$_ : null,
|
|
29036
29037
|
label: data === null || data === void 0 ? void 0 : (_data$frequencytype2 = data.frequencytype) === null || _data$frequencytype2 === void 0 ? void 0 : _data$frequencytype2.display
|
|
29037
29038
|
},
|
|
29038
29039
|
dosageDirection_: data === null || data === void 0 ? void 0 : data.dosagedirection,
|
|
@@ -29042,7 +29043,7 @@ var generateReadJson = {
|
|
|
29042
29043
|
}
|
|
29043
29044
|
};
|
|
29044
29045
|
|
|
29045
|
-
var _extraReducers$
|
|
29046
|
+
var _extraReducers$b;
|
|
29046
29047
|
var DRUG_FREQUENCY_READ = createAsyncThunk("drugMasterFREQUENCYSlice/drug_frequncy_list", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
29047
29048
|
var _ref2,
|
|
29048
29049
|
rejectWithValue,
|
|
@@ -29494,61 +29495,61 @@ var drugMasterFREQUENCYSlice = createSlice({
|
|
|
29494
29495
|
drug_uom_freq_status: _objectSpread2({}, defaultState.List),
|
|
29495
29496
|
drug_freq_read_single_yt: _objectSpread2({}, defaultState.List)
|
|
29496
29497
|
},
|
|
29497
|
-
extraReducers: (_extraReducers$
|
|
29498
|
+
extraReducers: (_extraReducers$b = {}, _defineProperty(_extraReducers$b, DRUG_FREQUENCY_READ.fulfilled, function (state, action) {
|
|
29498
29499
|
state.drug_frequncy_list.loading = false, state.drug_frequncy_list.error = false, state.drug_frequncy_list = action.payload;
|
|
29499
|
-
}), _defineProperty(_extraReducers$
|
|
29500
|
+
}), _defineProperty(_extraReducers$b, DRUG_FREQUENCY_READ.pending, function (state, action) {
|
|
29500
29501
|
state.drug_frequncy_list.loading = true, state.drug_frequncy_list.error = false, state.drug_frequncy_list.loading = true;
|
|
29501
|
-
}), _defineProperty(_extraReducers$
|
|
29502
|
+
}), _defineProperty(_extraReducers$b, DRUG_FREQUENCY_READ.rejected, function (state, action) {
|
|
29502
29503
|
state.drug_frequncy_list.loading = false, state.drug_frequncy_list.error = true, state.drug_frequncy_list = action.payload;
|
|
29503
|
-
}), _defineProperty(_extraReducers$
|
|
29504
|
+
}), _defineProperty(_extraReducers$b, DRUG_SCHEDULEBY_READ.fulfilled, function (state, action) {
|
|
29504
29505
|
state.drug_schedule_list.loading = false, state.drug_schedule_list.error = false, state.drug_schedule_list = action.payload;
|
|
29505
|
-
}), _defineProperty(_extraReducers$
|
|
29506
|
+
}), _defineProperty(_extraReducers$b, DRUG_SCHEDULEBY_READ.pending, function (state, action) {
|
|
29506
29507
|
state.drug_schedule_list.loading = true, state.drug_schedule_list.error = false, state.drug_schedule_list.loading = true;
|
|
29507
|
-
}), _defineProperty(_extraReducers$
|
|
29508
|
+
}), _defineProperty(_extraReducers$b, DRUG_SCHEDULEBY_READ.rejected, function (state, action) {
|
|
29508
29509
|
state.drug_schedule_list.loading = false, state.drug_schedule_list.error = true, state.drug_schedule_list = action.payload;
|
|
29509
|
-
}), _defineProperty(_extraReducers$
|
|
29510
|
+
}), _defineProperty(_extraReducers$b, DRUG_FREQUENCY_UOM_READ.fulfilled, function (state, action) {
|
|
29510
29511
|
state.drug_frequncy_uom_list.loading = false, state.drug_frequncy_uom_list.error = false, state.drug_frequncy_uom_list = action.payload;
|
|
29511
|
-
}), _defineProperty(_extraReducers$
|
|
29512
|
+
}), _defineProperty(_extraReducers$b, DRUG_FREQUENCY_UOM_READ.pending, function (state, action) {
|
|
29512
29513
|
state.drug_frequncy_uom_list.loading = true, state.drug_frequncy_uom_list.error = false, state.drug_frequncy_uom_list.loading = true;
|
|
29513
|
-
}), _defineProperty(_extraReducers$
|
|
29514
|
+
}), _defineProperty(_extraReducers$b, DRUG_FREQUENCY_UOM_READ.rejected, function (state, action) {
|
|
29514
29515
|
state.drug_frequncy_uom_list.loading = false, state.drug_frequncy_uom_list.error = true, state.drug_frequncy_uom_list = action.payload;
|
|
29515
|
-
}), _defineProperty(_extraReducers$
|
|
29516
|
+
}), _defineProperty(_extraReducers$b, DRUG_WEEKDAYS_READ.fulfilled, function (state, action) {
|
|
29516
29517
|
state.drug_weekdays_list.loading = false, state.drug_weekdays_list.error = false, state.drug_weekdays_list = action.payload;
|
|
29517
|
-
}), _defineProperty(_extraReducers$
|
|
29518
|
+
}), _defineProperty(_extraReducers$b, DRUG_WEEKDAYS_READ.pending, function (state, action) {
|
|
29518
29519
|
state.drug_weekdays_list.loading = true, state.drug_weekdays_list.error = false, state.drug_weekdays_list.loading = true;
|
|
29519
|
-
}), _defineProperty(_extraReducers$
|
|
29520
|
+
}), _defineProperty(_extraReducers$b, DRUG_WEEKDAYS_READ.rejected, function (state, action) {
|
|
29520
29521
|
state.drug_weekdays_list.loading = false, state.drug_weekdays_list.error = true, state.drug_weekdays_list = action.payload;
|
|
29521
|
-
}), _defineProperty(_extraReducers$
|
|
29522
|
+
}), _defineProperty(_extraReducers$b, DRUG_FIXEDDURATIONTYPE_READ.fulfilled, function (state, action) {
|
|
29522
29523
|
state.drug_fixeddurationType_list.loading = false, state.drug_fixeddurationType_list.error = false, state.drug_fixeddurationType_list = action.payload;
|
|
29523
|
-
}), _defineProperty(_extraReducers$
|
|
29524
|
+
}), _defineProperty(_extraReducers$b, DRUG_FIXEDDURATIONTYPE_READ.pending, function (state, action) {
|
|
29524
29525
|
state.drug_fixeddurationType_list.loading = true, state.drug_fixeddurationType_list.error = false, state.drug_fixeddurationType_list.loading = true;
|
|
29525
|
-
}), _defineProperty(_extraReducers$
|
|
29526
|
+
}), _defineProperty(_extraReducers$b, DRUG_FIXEDDURATIONTYPE_READ.rejected, function (state, action) {
|
|
29526
29527
|
state.drug_fixeddurationType_list.loading = false, state.drug_fixeddurationType_list.error = true, state.drug_fixeddurationType_list = action.payload;
|
|
29527
|
-
}), _defineProperty(_extraReducers$
|
|
29528
|
+
}), _defineProperty(_extraReducers$b, DRUG_FREQUENCYTYPE_READ.fulfilled, function (state, action) {
|
|
29528
29529
|
state.drug_frequnecyType_list.loading = false, state.drug_frequnecyType_list.error = false, state.drug_frequnecyType_list = action.payload;
|
|
29529
|
-
}), _defineProperty(_extraReducers$
|
|
29530
|
+
}), _defineProperty(_extraReducers$b, DRUG_FREQUENCYTYPE_READ.pending, function (state, action) {
|
|
29530
29531
|
state.drug_frequnecyType_list.loading = true, state.drug_frequnecyType_list.error = false, state.drug_frequnecyType_list.loading = true;
|
|
29531
|
-
}), _defineProperty(_extraReducers$
|
|
29532
|
+
}), _defineProperty(_extraReducers$b, DRUG_FREQUENCYTYPE_READ.rejected, function (state, action) {
|
|
29532
29533
|
state.drug_frequnecyType_list.loading = false, state.drug_frequnecyType_list.error = true, state.drug_frequnecyType_list = action.payload;
|
|
29533
|
-
}), _defineProperty(_extraReducers$
|
|
29534
|
+
}), _defineProperty(_extraReducers$b, UOM_DRUG_FREQ_INSERT.fulfilled, function (state, action) {
|
|
29534
29535
|
state.drug_uom_freq_insert.loading = false, state.drug_uom_freq_insert.error = false, state.drug_uom_freq_insert = action.payload;
|
|
29535
|
-
}), _defineProperty(_extraReducers$
|
|
29536
|
+
}), _defineProperty(_extraReducers$b, UOM_DRUG_FREQ_INSERT.pending, function (state, action) {
|
|
29536
29537
|
state.drug_uom_freq_insert.loading = true, state.drug_uom_freq_insert.error = false, state.drug_uom_freq_insert.loading = true;
|
|
29537
|
-
}), _defineProperty(_extraReducers$
|
|
29538
|
+
}), _defineProperty(_extraReducers$b, UOM_DRUG_FREQ_INSERT.rejected, function (state, action) {
|
|
29538
29539
|
state.drug_uom_freq_insert.loading = false, state.drug_uom_freq_insert.error = true, state.drug_uom_freq_insert = action.payload;
|
|
29539
|
-
}), _defineProperty(_extraReducers$
|
|
29540
|
+
}), _defineProperty(_extraReducers$b, UOM_DRUG_FREQ_STATUS.fulfilled, function (state, action) {
|
|
29540
29541
|
state.drug_uom_freq_status.loading = false, state.drug_uom_freq_status.error = false, state.drug_uom_freq_status = action.payload;
|
|
29541
|
-
}), _defineProperty(_extraReducers$
|
|
29542
|
+
}), _defineProperty(_extraReducers$b, UOM_DRUG_FREQ_STATUS.pending, function (state, action) {
|
|
29542
29543
|
state.drug_uom_freq_status.loading = true, state.drug_uom_freq_status.error = false, state.drug_uom_freq_status.loading = true;
|
|
29543
|
-
}), _defineProperty(_extraReducers$
|
|
29544
|
+
}), _defineProperty(_extraReducers$b, UOM_DRUG_FREQ_STATUS.rejected, function (state, action) {
|
|
29544
29545
|
state.drug_uom_freq_status.loading = false, state.drug_uom_freq_status.error = true, state.drug_uom_freq_status = action.payload;
|
|
29545
|
-
}), _defineProperty(_extraReducers$
|
|
29546
|
+
}), _defineProperty(_extraReducers$b, DRUG_FREQ_READ_SINGLE.fulfilled, function (state, action) {
|
|
29546
29547
|
state.drug_freq_read_single_yt.loading = false, state.drug_freq_read_single_yt.error = false, state.drug_freq_read_single_yt = action.payload;
|
|
29547
|
-
}), _defineProperty(_extraReducers$
|
|
29548
|
+
}), _defineProperty(_extraReducers$b, DRUG_FREQ_READ_SINGLE.pending, function (state, action) {
|
|
29548
29549
|
state.drug_freq_read_single_yt.loading = true, state.drug_freq_read_single_yt.error = false, state.drug_freq_read_single_yt.loading = true;
|
|
29549
|
-
}), _defineProperty(_extraReducers$
|
|
29550
|
+
}), _defineProperty(_extraReducers$b, DRUG_FREQ_READ_SINGLE.rejected, function (state, action) {
|
|
29550
29551
|
state.drug_freq_read_single_yt.loading = false, state.drug_freq_read_single_yt.error = true, state.drug_freq_read_single_yt = action.payload;
|
|
29551
|
-
}), _extraReducers$
|
|
29552
|
+
}), _extraReducers$b)
|
|
29552
29553
|
});
|
|
29553
29554
|
var drugMasterFrequencyActions = {
|
|
29554
29555
|
DRUG_FREQUENCY_READ: DRUG_FREQUENCY_READ,
|
|
@@ -29565,7 +29566,7 @@ var drugFrequencySlice = drugMasterFREQUENCYSlice.reducer;
|
|
|
29565
29566
|
|
|
29566
29567
|
var drug_actions = _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({}, drugCategoryActions), drugDosageActions), drugClassActions), drugRoutesActions), drugDirectionRoutesActions), drugMasterUomActions), drugMasterActions), drugMasterFrequencyActions);
|
|
29567
29568
|
|
|
29568
|
-
var query$
|
|
29569
|
+
var query$5 = {
|
|
29569
29570
|
orderSetList: function orderSetList() {
|
|
29570
29571
|
return {
|
|
29571
29572
|
db_name: "".concat(dbName),
|
|
@@ -30002,7 +30003,7 @@ var constructChildrenTabelData = function constructChildrenTabelData(data, paren
|
|
|
30002
30003
|
return arr_;
|
|
30003
30004
|
};
|
|
30004
30005
|
|
|
30005
|
-
var _extraReducers$
|
|
30006
|
+
var _extraReducers$a;
|
|
30006
30007
|
var fileds$2 = ["orderCategory", //"orderDrugType",
|
|
30007
30008
|
//"orderDrugCatalog",
|
|
30008
30009
|
//"commonUOM",
|
|
@@ -30134,7 +30135,7 @@ var GET_ORDER_SET_LIST = createAsyncThunk("orderSetMasterApiSlice/order_set_mast
|
|
|
30134
30135
|
_context4.prev = 2;
|
|
30135
30136
|
_context4.next = 5;
|
|
30136
30137
|
return fetchData({
|
|
30137
|
-
body: JSON.stringify(query$
|
|
30138
|
+
body: JSON.stringify(query$5.orderSetList())
|
|
30138
30139
|
}, __readDocumentUrl__);
|
|
30139
30140
|
|
|
30140
30141
|
case 5:
|
|
@@ -30178,7 +30179,7 @@ var ORDER_SET_MASTER_STATUS_CHANGE = createAsyncThunk("orderSetMasterApiSlice/or
|
|
|
30178
30179
|
_key: payload._key,
|
|
30179
30180
|
status: payload.status
|
|
30180
30181
|
};
|
|
30181
|
-
queriesjson = query$
|
|
30182
|
+
queriesjson = query$5.status_update_order_set_master(statuschange);
|
|
30182
30183
|
_context5.next = 7;
|
|
30183
30184
|
return fetchData({
|
|
30184
30185
|
body: JSON.stringify(queriesjson)
|
|
@@ -30592,7 +30593,7 @@ var ORDER_SET_SINGLE_READ = createAsyncThunk("orderSetMasterApiSlice/order_set_s
|
|
|
30592
30593
|
_key = payload._key;
|
|
30593
30594
|
_context13.next = 6;
|
|
30594
30595
|
return fetchData({
|
|
30595
|
-
body: JSON.stringify(query$
|
|
30596
|
+
body: JSON.stringify(query$5.orderSetListById(_key))
|
|
30596
30597
|
}, __readDocumentUrl__);
|
|
30597
30598
|
|
|
30598
30599
|
case 6:
|
|
@@ -30636,7 +30637,7 @@ var DELETE_ORDER_SET_COMPONENT = createAsyncThunk("orderSetMasterApiSlice/order_
|
|
|
30636
30637
|
_key = payload._key;
|
|
30637
30638
|
_context14.next = 6;
|
|
30638
30639
|
return fetchData({
|
|
30639
|
-
body: JSON.stringify(query$
|
|
30640
|
+
body: JSON.stringify(query$5.orderSetComponentDelete(_key))
|
|
30640
30641
|
}, __softDelete__);
|
|
30641
30642
|
|
|
30642
30643
|
case 6:
|
|
@@ -30674,79 +30675,79 @@ var orderSetMasterSlice = createSlice({
|
|
|
30674
30675
|
order_set_upsert: _objectSpread2({}, defaultState.List),
|
|
30675
30676
|
order_set_component_delete: _objectSpread2({}, defaultState.List)
|
|
30676
30677
|
},
|
|
30677
|
-
extraReducers: (_extraReducers$
|
|
30678
|
+
extraReducers: (_extraReducers$a = {}, _defineProperty(_extraReducers$a, DELETE_ORDER_SET_COMPONENT.fulfilled, function (state, action) {
|
|
30678
30679
|
state.order_set_component_delete.loading = false, state.order_set_component_delete.error = false, state.order_set_component_delete = action.payload;
|
|
30679
|
-
}), _defineProperty(_extraReducers$
|
|
30680
|
+
}), _defineProperty(_extraReducers$a, DELETE_ORDER_SET_COMPONENT.pending, function (state, action) {
|
|
30680
30681
|
state.order_set_component_delete.loading = true, state.order_set_component_delete.error = false, state.order_set_component_delete.loading = true;
|
|
30681
|
-
}), _defineProperty(_extraReducers$
|
|
30682
|
+
}), _defineProperty(_extraReducers$a, DELETE_ORDER_SET_COMPONENT.rejected, function (state, action) {
|
|
30682
30683
|
state.order_set_component_delete.loading = false, state.order_set_component_delete.error = true, state.order_set_component_delete = action.payload;
|
|
30683
|
-
}), _defineProperty(_extraReducers$
|
|
30684
|
+
}), _defineProperty(_extraReducers$a, GET_ORDER_SET_LIST.fulfilled, function (state, action) {
|
|
30684
30685
|
state.order_set_master_list.loading = false, state.order_set_master_list.error = false, state.order_set_master_list = action.payload;
|
|
30685
|
-
}), _defineProperty(_extraReducers$
|
|
30686
|
+
}), _defineProperty(_extraReducers$a, GET_ORDER_SET_LIST.pending, function (state, action) {
|
|
30686
30687
|
state.order_set_master_list.loading = true, state.order_set_master_list.error = false, state.order_set_master_list.loading = true;
|
|
30687
|
-
}), _defineProperty(_extraReducers$
|
|
30688
|
+
}), _defineProperty(_extraReducers$a, GET_ORDER_SET_LIST.rejected, function (state, action) {
|
|
30688
30689
|
state.order_set_master_list.loading = false, state.order_set_master_list.error = true, state.order_set_master_list = action.payload;
|
|
30689
|
-
}), _defineProperty(_extraReducers$
|
|
30690
|
+
}), _defineProperty(_extraReducers$a, ORDER_SET_SINGLE_READ.fulfilled, function (state, action) {
|
|
30690
30691
|
state.order_set_single_read.loading = false, state.order_set_single_read.error = false, state.order_set_single_read = action.payload;
|
|
30691
|
-
}), _defineProperty(_extraReducers$
|
|
30692
|
+
}), _defineProperty(_extraReducers$a, ORDER_SET_SINGLE_READ.pending, function (state, action) {
|
|
30692
30693
|
state.order_set_single_read.loading = true, state.order_set_single_read.error = false, state.order_set_single_read.loading = true;
|
|
30693
|
-
}), _defineProperty(_extraReducers$
|
|
30694
|
+
}), _defineProperty(_extraReducers$a, ORDER_SET_SINGLE_READ.rejected, function (state, action) {
|
|
30694
30695
|
state.order_set_single_read.loading = false, state.order_set_single_read.error = true, state.order_set_single_read = action.payload;
|
|
30695
|
-
}), _defineProperty(_extraReducers$
|
|
30696
|
+
}), _defineProperty(_extraReducers$a, ORDER_SET_MASTER_STATUS_CHANGE.fulfilled, function (state, action) {
|
|
30696
30697
|
state.order_set_master_status_change.loading = false, state.order_set_master_status_change.error = false, state.order_set_master_status_change = action.payload;
|
|
30697
|
-
}), _defineProperty(_extraReducers$
|
|
30698
|
+
}), _defineProperty(_extraReducers$a, ORDER_SET_MASTER_STATUS_CHANGE.pending, function (state, action) {
|
|
30698
30699
|
state.order_set_master_status_change.loading = true, state.order_set_master_status_change.error = false, state.order_set_master_status_change.loading = true;
|
|
30699
|
-
}), _defineProperty(_extraReducers$
|
|
30700
|
+
}), _defineProperty(_extraReducers$a, ORDER_SET_MASTER_STATUS_CHANGE.rejected, function (state, action) {
|
|
30700
30701
|
state.order_set_master_status_change.loading = false, state.order_set_master_status_change.error = true, state.order_set_master_status_change = action.payload;
|
|
30701
|
-
}), _defineProperty(_extraReducers$
|
|
30702
|
+
}), _defineProperty(_extraReducers$a, ORDER_SET_MASTER_MASTER.fulfilled, function (state, action) {
|
|
30702
30703
|
state.order_set_masters.loading = false, state.order_set_masters.error = false, state.order_set_masters = action.payload;
|
|
30703
|
-
}), _defineProperty(_extraReducers$
|
|
30704
|
+
}), _defineProperty(_extraReducers$a, ORDER_SET_MASTER_MASTER.pending, function (state, action) {
|
|
30704
30705
|
state.order_set_masters.loading = true, state.order_set_masters.error = false, state.order_set_masters.loading = true;
|
|
30705
|
-
}), _defineProperty(_extraReducers$
|
|
30706
|
+
}), _defineProperty(_extraReducers$a, ORDER_SET_MASTER_MASTER.rejected, function (state, action) {
|
|
30706
30707
|
state.order_set_masters.loading = false, state.order_set_masters.error = true, state.order_set_masters = action.payload;
|
|
30707
|
-
}), _defineProperty(_extraReducers$
|
|
30708
|
+
}), _defineProperty(_extraReducers$a, ORDER__MASTER.fulfilled, function (state, action) {
|
|
30708
30709
|
state.order__masters.loading = false, state.order__masters.error = false, state.order__masters = action.payload;
|
|
30709
|
-
}), _defineProperty(_extraReducers$
|
|
30710
|
+
}), _defineProperty(_extraReducers$a, ORDER__MASTER.pending, function (state, action) {
|
|
30710
30711
|
state.order__masters.loading = true, state.order__masters.error = false, state.order__masters.loading = true;
|
|
30711
|
-
}), _defineProperty(_extraReducers$
|
|
30712
|
+
}), _defineProperty(_extraReducers$a, ORDER__MASTER.rejected, function (state, action) {
|
|
30712
30713
|
state.order__masters.loading = false, state.order__masters.error = true, state.order__masters = action.payload;
|
|
30713
|
-
}), _defineProperty(_extraReducers$
|
|
30714
|
+
}), _defineProperty(_extraReducers$a, DRUG__MASTER.fulfilled, function (state, action) {
|
|
30714
30715
|
state.drug__masters.loading = false, state.drug__masters.error = false, state.drug__masters = action.payload;
|
|
30715
|
-
}), _defineProperty(_extraReducers$
|
|
30716
|
+
}), _defineProperty(_extraReducers$a, DRUG__MASTER.pending, function (state, action) {
|
|
30716
30717
|
state.drug__masters.loading = true, state.drug__masters.error = false, state.drug__masters.loading = true;
|
|
30717
|
-
}), _defineProperty(_extraReducers$
|
|
30718
|
+
}), _defineProperty(_extraReducers$a, DRUG__MASTER.rejected, function (state, action) {
|
|
30718
30719
|
state.drug__masters.loading = false, state.drug__masters.error = true, state.drug__masters = action.payload;
|
|
30719
|
-
}), _defineProperty(_extraReducers$
|
|
30720
|
+
}), _defineProperty(_extraReducers$a, ORDER__CATALOG_MASTER.fulfilled, function (state, action) {
|
|
30720
30721
|
state.order__catalog_masters.loading = false, state.order__catalog_masters.error = false, state.order__catalog_masters = action.payload;
|
|
30721
|
-
}), _defineProperty(_extraReducers$
|
|
30722
|
+
}), _defineProperty(_extraReducers$a, ORDER__CATALOG_MASTER.pending, function (state, action) {
|
|
30722
30723
|
state.order__catalog_masters.loading = true, state.order__catalog_masters.error = false, state.order__catalog_masters.loading = true;
|
|
30723
|
-
}), _defineProperty(_extraReducers$
|
|
30724
|
+
}), _defineProperty(_extraReducers$a, ORDER__CATALOG_MASTER.rejected, function (state, action) {
|
|
30724
30725
|
state.order__catalog_masters.loading = false, state.order__catalog_masters.error = true, state.order__catalog_masters = action.payload;
|
|
30725
|
-
}), _defineProperty(_extraReducers$
|
|
30726
|
+
}), _defineProperty(_extraReducers$a, DRUG__CATALOG_MASTER.fulfilled, function (state, action) {
|
|
30726
30727
|
state.drug__catalog_masters.loading = false, state.drug__catalog_masters.error = false, state.drug__catalog_masters = action.payload;
|
|
30727
|
-
}), _defineProperty(_extraReducers$
|
|
30728
|
+
}), _defineProperty(_extraReducers$a, DRUG__CATALOG_MASTER.pending, function (state, action) {
|
|
30728
30729
|
state.drug__catalog_masters.loading = true, state.drug__catalog_masters.error = false, state.drug__catalog_masters.loading = true;
|
|
30729
|
-
}), _defineProperty(_extraReducers$
|
|
30730
|
+
}), _defineProperty(_extraReducers$a, DRUG__CATALOG_MASTER.rejected, function (state, action) {
|
|
30730
30731
|
state.drug__catalog_masters.loading = false, state.drug__catalog_masters.error = true, state.drug__catalog_masters = action.payload;
|
|
30731
|
-
}), _defineProperty(_extraReducers$
|
|
30732
|
+
}), _defineProperty(_extraReducers$a, ORDER_CATEGORY_MASTER.fulfilled, function (state, action) {
|
|
30732
30733
|
state.order_category_masters.loading = false, state.order_category_masters.error = false, state.order_category_masters = action.payload;
|
|
30733
|
-
}), _defineProperty(_extraReducers$
|
|
30734
|
+
}), _defineProperty(_extraReducers$a, ORDER_CATEGORY_MASTER.pending, function (state, action) {
|
|
30734
30735
|
state.order_category_masters.loading = true, state.order_category_masters.error = false, state.order_category_masters.loading = true;
|
|
30735
|
-
}), _defineProperty(_extraReducers$
|
|
30736
|
+
}), _defineProperty(_extraReducers$a, ORDER_CATEGORY_MASTER.rejected, function (state, action) {
|
|
30736
30737
|
state.order_category_masters.loading = false, state.order_category_masters.error = true, state.order_category_masters = action.payload;
|
|
30737
|
-
}), _defineProperty(_extraReducers$
|
|
30738
|
+
}), _defineProperty(_extraReducers$a, ORDER_CATEGORY_MASTER.fulfilled, function (state, action) {
|
|
30738
30739
|
state.order_category_masters.loading = false, state.order_category_masters.error = false, state.order_category_masters = action.payload;
|
|
30739
|
-
}), _defineProperty(_extraReducers$
|
|
30740
|
+
}), _defineProperty(_extraReducers$a, ORDER_CATEGORY_MASTER.pending, function (state, action) {
|
|
30740
30741
|
state.order_category_masters.loading = true, state.order_category_masters.error = false, state.order_category_masters.loading = true;
|
|
30741
|
-
}), _defineProperty(_extraReducers$
|
|
30742
|
+
}), _defineProperty(_extraReducers$a, ORDER_CATEGORY_MASTER.rejected, function (state, action) {
|
|
30742
30743
|
state.order_category_masters.loading = false, state.order_category_masters.error = true, state.order_category_masters = action.payload;
|
|
30743
|
-
}), _defineProperty(_extraReducers$
|
|
30744
|
+
}), _defineProperty(_extraReducers$a, UPSERT_ORDER_SET.fulfilled, function (state, action) {
|
|
30744
30745
|
state.order_set_upsert.loading = false, state.order_set_upsert.error = false, state.order_set_upsert = action.payload;
|
|
30745
|
-
}), _defineProperty(_extraReducers$
|
|
30746
|
+
}), _defineProperty(_extraReducers$a, UPSERT_ORDER_SET.pending, function (state, action) {
|
|
30746
30747
|
state.order_set_upsert.loading = true, state.order_set_upsert.error = false, state.order_set_upsert.loading = true;
|
|
30747
|
-
}), _defineProperty(_extraReducers$
|
|
30748
|
+
}), _defineProperty(_extraReducers$a, UPSERT_ORDER_SET.rejected, function (state, action) {
|
|
30748
30749
|
state.order_set_upsert.loading = false, state.order_set_upsert.error = true, state.order_set_upsert = action.payload;
|
|
30749
|
-
}), _extraReducers$
|
|
30750
|
+
}), _extraReducers$a)
|
|
30750
30751
|
});
|
|
30751
30752
|
var orderSetMasterActions = {
|
|
30752
30753
|
GET_ORDER_SET_LIST: GET_ORDER_SET_LIST,
|
|
@@ -30763,7 +30764,7 @@ var orderSetMasterActions = {
|
|
|
30763
30764
|
};
|
|
30764
30765
|
var orderSetMasterSlice$1 = orderSetMasterSlice.reducer;
|
|
30765
30766
|
|
|
30766
|
-
var query$
|
|
30767
|
+
var query$4 = {
|
|
30767
30768
|
orderSetApplicabilityList: function orderSetApplicabilityList(_id) {
|
|
30768
30769
|
return {
|
|
30769
30770
|
db_name: "".concat(dbName),
|
|
@@ -31001,7 +31002,7 @@ var generateSingleReadJSON = function generateSingleReadJSON(data) {
|
|
|
31001
31002
|
return obj;
|
|
31002
31003
|
};
|
|
31003
31004
|
|
|
31004
|
-
var _extraReducers$
|
|
31005
|
+
var _extraReducers$9;
|
|
31005
31006
|
var fileds$1 = [//"facilityName",
|
|
31006
31007
|
"speciality", "practitionerType", //"codeSet",
|
|
31007
31008
|
"locationType"];
|
|
@@ -31144,7 +31145,7 @@ var GET_ORDER_SET_APPLICABILITY_LIST = createAsyncThunk("orderSetApplicabilitySl
|
|
|
31144
31145
|
_id = payload._id;
|
|
31145
31146
|
_context4.next = 6;
|
|
31146
31147
|
return fetchData({
|
|
31147
|
-
body: JSON.stringify(query$
|
|
31148
|
+
body: JSON.stringify(query$4.orderSetApplicabilityList(_id))
|
|
31148
31149
|
}, __readDocumentUrl__);
|
|
31149
31150
|
|
|
31150
31151
|
case 6:
|
|
@@ -31190,7 +31191,7 @@ var GET_ORDER_SET_APPLICABILITY_SINGLE_READ = createAsyncThunk("orderSetApplicab
|
|
|
31190
31191
|
_key = payload._key;
|
|
31191
31192
|
_context5.next = 6;
|
|
31192
31193
|
return fetchData({
|
|
31193
|
-
body: JSON.stringify(query$
|
|
31194
|
+
body: JSON.stringify(query$4.orderSetApplicabilityById(_key))
|
|
31194
31195
|
}, __readDocumentUrl__);
|
|
31195
31196
|
|
|
31196
31197
|
case 6:
|
|
@@ -31490,7 +31491,7 @@ var DELETE_ORDER_SET_APPLICABILITY = createAsyncThunk("orderSetApplicabilitySlic
|
|
|
31490
31491
|
_key = payload._key;
|
|
31491
31492
|
_context11.next = 6;
|
|
31492
31493
|
return fetchData({
|
|
31493
|
-
body: JSON.stringify(query$
|
|
31494
|
+
body: JSON.stringify(query$4.orderSetApplicabilityDelete(_key))
|
|
31494
31495
|
}, __softDelete__);
|
|
31495
31496
|
|
|
31496
31497
|
case 6:
|
|
@@ -31571,61 +31572,61 @@ var orderSetApplicabilitySlice = createSlice({
|
|
|
31571
31572
|
order_set_app_location: _objectSpread2({}, defaultState.List),
|
|
31572
31573
|
order_set_applicability_upsert: _objectSpread2({}, defaultState.List)
|
|
31573
31574
|
},
|
|
31574
|
-
extraReducers: (_extraReducers$
|
|
31575
|
+
extraReducers: (_extraReducers$9 = {}, _defineProperty(_extraReducers$9, GET_ORDER_SET_APPLICABILITY_LIST.fulfilled, function (state, action) {
|
|
31575
31576
|
state.order_set_applicability_list.loading = false, state.order_set_applicability_list.error = false, state.order_set_applicability_list = action.payload;
|
|
31576
|
-
}), _defineProperty(_extraReducers$
|
|
31577
|
+
}), _defineProperty(_extraReducers$9, GET_ORDER_SET_APPLICABILITY_LIST.pending, function (state, action) {
|
|
31577
31578
|
state.order_set_applicability_list.loading = true, state.order_set_applicability_list.error = false, state.order_set_applicability_list.loading = true;
|
|
31578
|
-
}), _defineProperty(_extraReducers$
|
|
31579
|
+
}), _defineProperty(_extraReducers$9, GET_ORDER_SET_APPLICABILITY_LIST.rejected, function (state, action) {
|
|
31579
31580
|
state.order_set_applicability_list.loading = false, state.order_set_applicability_list.error = true, state.order_set_applicability_list = action.payload;
|
|
31580
|
-
}), _defineProperty(_extraReducers$
|
|
31581
|
+
}), _defineProperty(_extraReducers$9, GET_ORDER_SET_APPLICABILITY_SINGLE_READ.fulfilled, function (state, action) {
|
|
31581
31582
|
state.order_set_applicability_single_read.loading = false, state.order_set_applicability_single_read.error = false, state.order_set_applicability_single_read = action.payload;
|
|
31582
|
-
}), _defineProperty(_extraReducers$
|
|
31583
|
+
}), _defineProperty(_extraReducers$9, GET_ORDER_SET_APPLICABILITY_SINGLE_READ.pending, function (state, action) {
|
|
31583
31584
|
state.order_set_applicability_single_read.loading = true, state.order_set_applicability_single_read.error = false, state.order_set_applicability_single_read.loading = true;
|
|
31584
|
-
}), _defineProperty(_extraReducers$
|
|
31585
|
+
}), _defineProperty(_extraReducers$9, GET_ORDER_SET_APPLICABILITY_SINGLE_READ.rejected, function (state, action) {
|
|
31585
31586
|
state.order_set_applicability_single_read.loading = false, state.order_set_applicability_single_read.error = true, state.order_set_applicability_single_read = action.payload;
|
|
31586
|
-
}), _defineProperty(_extraReducers$
|
|
31587
|
+
}), _defineProperty(_extraReducers$9, ORDER_SET_APPLICABILITY_MASTER.fulfilled, function (state, action) {
|
|
31587
31588
|
state.order_set_applicability_master.loading = false, state.order_set_applicability_master.error = false, state.order_set_applicability_master = action.payload;
|
|
31588
|
-
}), _defineProperty(_extraReducers$
|
|
31589
|
+
}), _defineProperty(_extraReducers$9, ORDER_SET_APPLICABILITY_MASTER.pending, function (state, action) {
|
|
31589
31590
|
state.order_set_applicability_master.loading = true, state.order_set_applicability_master.error = false, state.order_set_applicability_master.loading = true;
|
|
31590
|
-
}), _defineProperty(_extraReducers$
|
|
31591
|
+
}), _defineProperty(_extraReducers$9, ORDER_SET_APPLICABILITY_MASTER.rejected, function (state, action) {
|
|
31591
31592
|
state.order_set_applicability_master.loading = false, state.order_set_applicability_master.error = true, state.order_set_applicability_master = action.payload;
|
|
31592
|
-
}), _defineProperty(_extraReducers$
|
|
31593
|
+
}), _defineProperty(_extraReducers$9, DELETE_ORDER_SET_APPLICABILITY.fulfilled, function (state, action) {
|
|
31593
31594
|
state.order_set_applicability_delete.loading = false, state.order_set_applicability_delete.error = false, state.order_set_applicability_delete = action.payload;
|
|
31594
|
-
}), _defineProperty(_extraReducers$
|
|
31595
|
+
}), _defineProperty(_extraReducers$9, DELETE_ORDER_SET_APPLICABILITY.pending, function (state, action) {
|
|
31595
31596
|
state.order_set_applicability_delete.loading = true, state.order_set_applicability_delete.error = false, state.order_set_applicability_delete.loading = true;
|
|
31596
|
-
}), _defineProperty(_extraReducers$
|
|
31597
|
+
}), _defineProperty(_extraReducers$9, DELETE_ORDER_SET_APPLICABILITY.rejected, function (state, action) {
|
|
31597
31598
|
state.order_set_applicability_delete.loading = false, state.order_set_applicability_delete.error = true, state.order_set_applicability_delete = action.payload;
|
|
31598
|
-
}), _defineProperty(_extraReducers$
|
|
31599
|
+
}), _defineProperty(_extraReducers$9, ORDER_SET_APP_PRACTITIONER.fulfilled, function (state, action) {
|
|
31599
31600
|
state.order_set_app_practitioner.loading = false, state.order_set_app_practitioner.error = false, state.order_set_app_practitioner = action.payload;
|
|
31600
|
-
}), _defineProperty(_extraReducers$
|
|
31601
|
+
}), _defineProperty(_extraReducers$9, ORDER_SET_APP_PRACTITIONER.pending, function (state, action) {
|
|
31601
31602
|
state.order_set_app_practitioner.loading = true, state.order_set_app_practitioner.error = false, state.order_set_app_practitioner.loading = true;
|
|
31602
|
-
}), _defineProperty(_extraReducers$
|
|
31603
|
+
}), _defineProperty(_extraReducers$9, ORDER_SET_APP_PRACTITIONER.rejected, function (state, action) {
|
|
31603
31604
|
state.order_set_app_practitioner.loading = false, state.order_set_app_practitioner.error = true, state.order_set_app_practitioner = action.payload;
|
|
31604
|
-
}), _defineProperty(_extraReducers$
|
|
31605
|
+
}), _defineProperty(_extraReducers$9, ORDER_SET_APP_DIAGNOSIS_GROUP.fulfilled, function (state, action) {
|
|
31605
31606
|
state.order_set_app_diagnosis_group.loading = false, state.order_set_app_diagnosis_group.error = false, state.order_set_app_diagnosis_group = action.payload;
|
|
31606
|
-
}), _defineProperty(_extraReducers$
|
|
31607
|
+
}), _defineProperty(_extraReducers$9, ORDER_SET_APP_DIAGNOSIS_GROUP.pending, function (state, action) {
|
|
31607
31608
|
state.order_set_app_diagnosis_group.loading = true, state.order_set_app_diagnosis_group.error = false, state.order_set_app_diagnosis_group.loading = true;
|
|
31608
|
-
}), _defineProperty(_extraReducers$
|
|
31609
|
+
}), _defineProperty(_extraReducers$9, ORDER_SET_APP_DIAGNOSIS_GROUP.rejected, function (state, action) {
|
|
31609
31610
|
state.order_set_app_diagnosis_group.loading = false, state.order_set_app_diagnosis_group.error = true, state.order_set_app_diagnosis_group = action.payload;
|
|
31610
|
-
}), _defineProperty(_extraReducers$
|
|
31611
|
+
}), _defineProperty(_extraReducers$9, ORDER_SET_APP_DIAGNOSIS_CODE.fulfilled, function (state, action) {
|
|
31611
31612
|
state.order_set_app_diagnosis_code.loading = false, state.order_set_app_diagnosis_code.error = false, state.order_set_app_diagnosis_code = action.payload;
|
|
31612
|
-
}), _defineProperty(_extraReducers$
|
|
31613
|
+
}), _defineProperty(_extraReducers$9, ORDER_SET_APP_DIAGNOSIS_CODE.pending, function (state, action) {
|
|
31613
31614
|
state.order_set_app_diagnosis_code.loading = true, state.order_set_app_diagnosis_code.error = false, state.order_set_app_diagnosis_code.loading = true;
|
|
31614
|
-
}), _defineProperty(_extraReducers$
|
|
31615
|
+
}), _defineProperty(_extraReducers$9, ORDER_SET_APP_DIAGNOSIS_CODE.rejected, function (state, action) {
|
|
31615
31616
|
state.order_set_app_diagnosis_code.loading = false, state.order_set_app_diagnosis_code.error = true, state.order_set_app_diagnosis_code = action.payload;
|
|
31616
|
-
}), _defineProperty(_extraReducers$
|
|
31617
|
+
}), _defineProperty(_extraReducers$9, ORDER_SET_APP_LOCATION.fulfilled, function (state, action) {
|
|
31617
31618
|
state.order_set_app_location.loading = false, state.order_set_app_location.error = false, state.order_set_app_location = action.payload;
|
|
31618
|
-
}), _defineProperty(_extraReducers$
|
|
31619
|
+
}), _defineProperty(_extraReducers$9, ORDER_SET_APP_LOCATION.pending, function (state, action) {
|
|
31619
31620
|
state.order_set_app_location.loading = true, state.order_set_app_location.error = false, state.order_set_app_location.loading = true;
|
|
31620
|
-
}), _defineProperty(_extraReducers$
|
|
31621
|
+
}), _defineProperty(_extraReducers$9, ORDER_SET_APP_LOCATION.rejected, function (state, action) {
|
|
31621
31622
|
state.order_set_app_location.loading = false, state.order_set_app_location.error = true, state.order_set_app_location = action.payload;
|
|
31622
|
-
}), _defineProperty(_extraReducers$
|
|
31623
|
+
}), _defineProperty(_extraReducers$9, ORDER_SET_APPLICABILITY_UPSERT.fulfilled, function (state, action) {
|
|
31623
31624
|
state.order_set_applicability_upsert.loading = false, state.order_set_applicability_upsert.error = false, state.order_set_applicability_upsert = action.payload;
|
|
31624
|
-
}), _defineProperty(_extraReducers$
|
|
31625
|
+
}), _defineProperty(_extraReducers$9, ORDER_SET_APPLICABILITY_UPSERT.pending, function (state, action) {
|
|
31625
31626
|
state.order_set_applicability_upsert.loading = true, state.order_set_applicability_upsert.error = false, state.order_set_applicability_upsert.loading = true;
|
|
31626
|
-
}), _defineProperty(_extraReducers$
|
|
31627
|
+
}), _defineProperty(_extraReducers$9, ORDER_SET_APPLICABILITY_UPSERT.rejected, function (state, action) {
|
|
31627
31628
|
state.order_set_applicability_upsert.loading = false, state.order_set_applicability_upsert.error = true, state.order_set_applicability_upsert = action.payload;
|
|
31628
|
-
}), _extraReducers$
|
|
31629
|
+
}), _extraReducers$9)
|
|
31629
31630
|
});
|
|
31630
31631
|
var orderSetApplicabilityActions = {
|
|
31631
31632
|
GET_ORDER_SET_APPLICABILITY_LIST: GET_ORDER_SET_APPLICABILITY_LIST,
|
|
@@ -31640,7 +31641,7 @@ var orderSetApplicabilityActions = {
|
|
|
31640
31641
|
};
|
|
31641
31642
|
var orderSetApplicabilitySlice$1 = orderSetApplicabilitySlice.reducer;
|
|
31642
31643
|
|
|
31643
|
-
var query$
|
|
31644
|
+
var query$3 = {
|
|
31644
31645
|
getList: function getList(page, perpage) {
|
|
31645
31646
|
return {
|
|
31646
31647
|
db_name: "".concat(dbName),
|
|
@@ -31729,7 +31730,7 @@ var masterQuery = {
|
|
|
31729
31730
|
extSystemSourceId: "{\n \"db_name\": \"".concat(dbName, "\",\n \"entity\": \"CodingMaster\",\n \"filter\": \"CodingMaster.Type == 'DBSOURCE' && CodingMaster.status == true && CodingMaster.activestatus == true\",\n \"return_fields\": \"keep(CodingMaster,'_key','_id','code','display','Type','status')\",\n \"sort\": \"CodingMaster.display\"\n }")
|
|
31730
31731
|
};
|
|
31731
31732
|
|
|
31732
|
-
var _extraReducers$
|
|
31733
|
+
var _extraReducers$8;
|
|
31733
31734
|
var fileds = ["allergyTypeIndicator", "conceptIdType", "extSystemSourceId"];
|
|
31734
31735
|
|
|
31735
31736
|
var loopMasters$1 = function loopMasters() {
|
|
@@ -31855,7 +31856,7 @@ var GET_ALLERGEN_MASTER = createAsyncThunk("allergenMasterApiSlice/allergen_mast
|
|
|
31855
31856
|
_page = payload.page, _perpage = payload.perpage;
|
|
31856
31857
|
_context4.next = 6;
|
|
31857
31858
|
return fetchData({
|
|
31858
|
-
body: JSON.stringify(query$
|
|
31859
|
+
body: JSON.stringify(query$3.getList(_page, _perpage))
|
|
31859
31860
|
}, __readDocumentUrl__);
|
|
31860
31861
|
|
|
31861
31862
|
case 6:
|
|
@@ -32023,31 +32024,31 @@ var allergenMasterSlice = createSlice({
|
|
|
32023
32024
|
save_allergen_master: _objectSpread2({}, defaultState.Info),
|
|
32024
32025
|
update_allergen_master_status: _objectSpread2({}, defaultState.Info)
|
|
32025
32026
|
},
|
|
32026
|
-
extraReducers: (_extraReducers$
|
|
32027
|
+
extraReducers: (_extraReducers$8 = {}, _defineProperty(_extraReducers$8, GET_ALLERGEN_MASTER.fulfilled, function (state, action) {
|
|
32027
32028
|
state.allergen_master_list.loading = false, state.allergen_master_list.error = false, state.allergen_master_list = action.payload;
|
|
32028
|
-
}), _defineProperty(_extraReducers$
|
|
32029
|
+
}), _defineProperty(_extraReducers$8, GET_ALLERGEN_MASTER.pending, function (state, action) {
|
|
32029
32030
|
state.allergen_master_list.loading = true, state.allergen_master_list.error = false, state.allergen_master_list.loading = true;
|
|
32030
|
-
}), _defineProperty(_extraReducers$
|
|
32031
|
+
}), _defineProperty(_extraReducers$8, GET_ALLERGEN_MASTER.rejected, function (state, action) {
|
|
32031
32032
|
state.allergen_master_list.loading = false, state.allergen_master_list.error = true, state.allergen_master_list = action.payload;
|
|
32032
|
-
}), _defineProperty(_extraReducers$
|
|
32033
|
+
}), _defineProperty(_extraReducers$8, ALLERGEN_MASTER_MASTER.fulfilled, function (state, action) {
|
|
32033
32034
|
state.allergen_master_master.loading = false, state.allergen_master_master.error = false, state.allergen_master_master = action.payload;
|
|
32034
|
-
}), _defineProperty(_extraReducers$
|
|
32035
|
+
}), _defineProperty(_extraReducers$8, ALLERGEN_MASTER_MASTER.pending, function (state, action) {
|
|
32035
32036
|
state.allergen_master_master.loading = true, state.allergen_master_master.error = false, state.allergen_master_master.loading = true;
|
|
32036
|
-
}), _defineProperty(_extraReducers$
|
|
32037
|
+
}), _defineProperty(_extraReducers$8, ALLERGEN_MASTER_MASTER.rejected, function (state, action) {
|
|
32037
32038
|
state.allergen_master_master.loading = false, state.allergen_master_master.error = true, state.allergen_master_master = action.payload;
|
|
32038
|
-
}), _defineProperty(_extraReducers$
|
|
32039
|
+
}), _defineProperty(_extraReducers$8, UPSERT_ALLERGEN_MASTER.fulfilled, function (state, action) {
|
|
32039
32040
|
state.save_allergen_master.loading = false, state.save_allergen_master.error = false, state.save_allergen_master = action.payload;
|
|
32040
|
-
}), _defineProperty(_extraReducers$
|
|
32041
|
+
}), _defineProperty(_extraReducers$8, UPSERT_ALLERGEN_MASTER.pending, function (state, action) {
|
|
32041
32042
|
state.save_allergen_master.loading = true, state.save_allergen_master.error = false, state.save_allergen_master.loading = true;
|
|
32042
|
-
}), _defineProperty(_extraReducers$
|
|
32043
|
+
}), _defineProperty(_extraReducers$8, UPSERT_ALLERGEN_MASTER.rejected, function (state, action) {
|
|
32043
32044
|
state.save_allergen_master.loading = false, state.save_allergen_master.error = true, state.save_allergen_master = action.payload;
|
|
32044
|
-
}), _defineProperty(_extraReducers$
|
|
32045
|
+
}), _defineProperty(_extraReducers$8, UPDATE_ALLERGEN_MASTER_STATUS.fulfilled, function (state, action) {
|
|
32045
32046
|
state.update_allergen_master_status.loading = false, state.update_allergen_master_status.error = false, state.update_allergen_master_status = action.payload;
|
|
32046
|
-
}), _defineProperty(_extraReducers$
|
|
32047
|
+
}), _defineProperty(_extraReducers$8, UPDATE_ALLERGEN_MASTER_STATUS.pending, function (state, action) {
|
|
32047
32048
|
state.update_allergen_master_status.loading = true, state.update_allergen_master_status.error = false, state.update_allergen_master_status.loading = true;
|
|
32048
|
-
}), _defineProperty(_extraReducers$
|
|
32049
|
+
}), _defineProperty(_extraReducers$8, UPDATE_ALLERGEN_MASTER_STATUS.rejected, function (state, action) {
|
|
32049
32050
|
state.update_allergen_master_status.loading = false, state.update_allergen_master_status.error = true, state.update_allergen_master_status = action.payload;
|
|
32050
|
-
}), _extraReducers$
|
|
32051
|
+
}), _extraReducers$8)
|
|
32051
32052
|
});
|
|
32052
32053
|
var allergenMasterActions = {
|
|
32053
32054
|
GET_ALLERGEN_MASTER: GET_ALLERGEN_MASTER,
|
|
@@ -32057,7 +32058,220 @@ var allergenMasterActions = {
|
|
|
32057
32058
|
};
|
|
32058
32059
|
var allergenMasterSlice$1 = allergenMasterSlice.reducer;
|
|
32059
32060
|
|
|
32060
|
-
var
|
|
32061
|
+
var query$2 = {
|
|
32062
|
+
diagnosisList: function diagnosisList(level, code) {
|
|
32063
|
+
// "db_name": `${dbName}`,
|
|
32064
|
+
// "filter": {
|
|
32065
|
+
// "icdcode": code??"",
|
|
32066
|
+
// "parentlvnum": parentvl,
|
|
32067
|
+
// "childlvnum": childvl
|
|
32068
|
+
// },
|
|
32069
|
+
// "queryid": "9fabdc11-1864-432d-9916-bf36c5d9cc57"
|
|
32070
|
+
// }
|
|
32071
|
+
|
|
32072
|
+
return {
|
|
32073
|
+
"db_name": "".concat(dbName),
|
|
32074
|
+
"entity": "Diagnosis",
|
|
32075
|
+
"filter": "Diagnosis.levelnumber == -1 && Diagnosis.activestatus == true",
|
|
32076
|
+
"return_fields": "Diagnosis",
|
|
32077
|
+
"sort": "Diagnosis.icdname"
|
|
32078
|
+
};
|
|
32079
|
+
},
|
|
32080
|
+
diagnosisListChild: function diagnosisListChild(level, code) {
|
|
32081
|
+
var childvl = level + 1;
|
|
32082
|
+
return {
|
|
32083
|
+
"db_name": "".concat(dbName),
|
|
32084
|
+
"entity": "Diagnosis",
|
|
32085
|
+
"filter": "Diagnosis.parenticdcode=='".concat(code, "' && Diagnosis.levelnumber == ").concat(childvl, " && Diagnosis.activestatus==true"),
|
|
32086
|
+
"return_fields": "Diagnosis",
|
|
32087
|
+
"sort": "Diagnosis.icdname"
|
|
32088
|
+
};
|
|
32089
|
+
},
|
|
32090
|
+
updateListeffTo: function updateListeffTo(data) {
|
|
32091
|
+
var _data$effTo;
|
|
32092
|
+
|
|
32093
|
+
return [{
|
|
32094
|
+
"db_name": "".concat(dbName),
|
|
32095
|
+
"entity": "Diagnosis",
|
|
32096
|
+
"is_metadata": true,
|
|
32097
|
+
"filter": {
|
|
32098
|
+
"_key": "".concat(data === null || data === void 0 ? void 0 : data.key)
|
|
32099
|
+
},
|
|
32100
|
+
"metadataId": "04ecb73d-f048-44ce-8563-c9be015812dd",
|
|
32101
|
+
"doc": {
|
|
32102
|
+
"effTo": (_data$effTo = data === null || data === void 0 ? void 0 : data.effTo) !== null && _data$effTo !== void 0 ? _data$effTo : null
|
|
32103
|
+
}
|
|
32104
|
+
}];
|
|
32105
|
+
}
|
|
32106
|
+
};
|
|
32107
|
+
|
|
32108
|
+
var _extraReducers$7;
|
|
32109
|
+
|
|
32110
|
+
var GET_DIAGNOSIS_LIST = createAsyncThunk("diagnosisMasterApiSlice/diagnosis_master_list", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
32111
|
+
var payload,
|
|
32112
|
+
_ref2,
|
|
32113
|
+
rejectWithValue,
|
|
32114
|
+
_data$result,
|
|
32115
|
+
code,
|
|
32116
|
+
level,
|
|
32117
|
+
data,
|
|
32118
|
+
_args = arguments;
|
|
32119
|
+
|
|
32120
|
+
return regeneratorRuntime.wrap(function _callee$(_context) {
|
|
32121
|
+
while (1) {
|
|
32122
|
+
switch (_context.prev = _context.next) {
|
|
32123
|
+
case 0:
|
|
32124
|
+
payload = _args.length > 0 && _args[0] !== undefined ? _args[0] : {};
|
|
32125
|
+
_ref2 = _args.length > 1 ? _args[1] : undefined, rejectWithValue = _ref2.rejectWithValue;
|
|
32126
|
+
_context.prev = 2;
|
|
32127
|
+
code = payload.code, level = payload.level;
|
|
32128
|
+
_context.next = 6;
|
|
32129
|
+
return fetchData({
|
|
32130
|
+
body: JSON.stringify(query$2.diagnosisList(level, code))
|
|
32131
|
+
}, __readDocumentUrl__);
|
|
32132
|
+
|
|
32133
|
+
case 6:
|
|
32134
|
+
data = _context.sent;
|
|
32135
|
+
return _context.abrupt("return", _objectSpread2(_objectSpread2({}, defaultState.List), {}, {
|
|
32136
|
+
data: (_data$result = data === null || data === void 0 ? void 0 : data.result) !== null && _data$result !== void 0 ? _data$result : null
|
|
32137
|
+
}));
|
|
32138
|
+
|
|
32139
|
+
case 10:
|
|
32140
|
+
_context.prev = 10;
|
|
32141
|
+
_context.t0 = _context["catch"](2);
|
|
32142
|
+
return _context.abrupt("return", rejectWithValue(_objectSpread2(_objectSpread2({}, defaultReject), {}, {
|
|
32143
|
+
message: _context.t0.message
|
|
32144
|
+
})));
|
|
32145
|
+
|
|
32146
|
+
case 13:
|
|
32147
|
+
case "end":
|
|
32148
|
+
return _context.stop();
|
|
32149
|
+
}
|
|
32150
|
+
}
|
|
32151
|
+
}, _callee, null, [[2, 10]]);
|
|
32152
|
+
}))); // GET_DIAGNOSIS_LIST_CHILD
|
|
32153
|
+
|
|
32154
|
+
var GET_DIAGNOSIS_LIST_CHILD = createAsyncThunk("diagnosisMasterApiSlice/diagnosis_master_list_child", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee2() {
|
|
32155
|
+
var payload,
|
|
32156
|
+
_ref4,
|
|
32157
|
+
rejectWithValue,
|
|
32158
|
+
_data$result2,
|
|
32159
|
+
code,
|
|
32160
|
+
level,
|
|
32161
|
+
data,
|
|
32162
|
+
_args2 = arguments;
|
|
32163
|
+
|
|
32164
|
+
return regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
32165
|
+
while (1) {
|
|
32166
|
+
switch (_context2.prev = _context2.next) {
|
|
32167
|
+
case 0:
|
|
32168
|
+
payload = _args2.length > 0 && _args2[0] !== undefined ? _args2[0] : {};
|
|
32169
|
+
_ref4 = _args2.length > 1 ? _args2[1] : undefined, rejectWithValue = _ref4.rejectWithValue;
|
|
32170
|
+
_context2.prev = 2;
|
|
32171
|
+
code = payload.code, level = payload.level;
|
|
32172
|
+
_context2.next = 6;
|
|
32173
|
+
return fetchData({
|
|
32174
|
+
body: JSON.stringify(query$2.diagnosisListChild(level, code))
|
|
32175
|
+
}, __readDocumentUrl__);
|
|
32176
|
+
|
|
32177
|
+
case 6:
|
|
32178
|
+
data = _context2.sent;
|
|
32179
|
+
return _context2.abrupt("return", _objectSpread2(_objectSpread2({}, defaultState.List), {}, {
|
|
32180
|
+
data: (_data$result2 = data === null || data === void 0 ? void 0 : data.result) !== null && _data$result2 !== void 0 ? _data$result2 : null
|
|
32181
|
+
}));
|
|
32182
|
+
|
|
32183
|
+
case 10:
|
|
32184
|
+
_context2.prev = 10;
|
|
32185
|
+
_context2.t0 = _context2["catch"](2);
|
|
32186
|
+
return _context2.abrupt("return", rejectWithValue(_objectSpread2(_objectSpread2({}, defaultReject), {}, {
|
|
32187
|
+
message: _context2.t0.message
|
|
32188
|
+
})));
|
|
32189
|
+
|
|
32190
|
+
case 13:
|
|
32191
|
+
case "end":
|
|
32192
|
+
return _context2.stop();
|
|
32193
|
+
}
|
|
32194
|
+
}
|
|
32195
|
+
}, _callee2, null, [[2, 10]]);
|
|
32196
|
+
}))); // UPDATE_DIAGNOSIS_LIST
|
|
32197
|
+
|
|
32198
|
+
var UPDATE_DIAGNOSIS_LIST = createAsyncThunk("diagnosisMasterApiSlice/update_diagnosis_list", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee3() {
|
|
32199
|
+
var payload,
|
|
32200
|
+
_ref6,
|
|
32201
|
+
rejectWithValue,
|
|
32202
|
+
_data$Result,
|
|
32203
|
+
dataPay,
|
|
32204
|
+
data,
|
|
32205
|
+
_args3 = arguments;
|
|
32206
|
+
|
|
32207
|
+
return regeneratorRuntime.wrap(function _callee3$(_context3) {
|
|
32208
|
+
while (1) {
|
|
32209
|
+
switch (_context3.prev = _context3.next) {
|
|
32210
|
+
case 0:
|
|
32211
|
+
payload = _args3.length > 0 && _args3[0] !== undefined ? _args3[0] : {};
|
|
32212
|
+
_ref6 = _args3.length > 1 ? _args3[1] : undefined, rejectWithValue = _ref6.rejectWithValue;
|
|
32213
|
+
_context3.prev = 2;
|
|
32214
|
+
dataPay = payload;
|
|
32215
|
+
_context3.next = 6;
|
|
32216
|
+
return fetchData({
|
|
32217
|
+
body: JSON.stringify(query$2.updateListeffTo(dataPay))
|
|
32218
|
+
}, __uspsertUrl__);
|
|
32219
|
+
|
|
32220
|
+
case 6:
|
|
32221
|
+
data = _context3.sent;
|
|
32222
|
+
return _context3.abrupt("return", _objectSpread2(_objectSpread2({}, defaultState.List), {}, {
|
|
32223
|
+
data: (_data$Result = data === null || data === void 0 ? void 0 : data.Result) !== null && _data$Result !== void 0 ? _data$Result : null
|
|
32224
|
+
}));
|
|
32225
|
+
|
|
32226
|
+
case 10:
|
|
32227
|
+
_context3.prev = 10;
|
|
32228
|
+
_context3.t0 = _context3["catch"](2);
|
|
32229
|
+
return _context3.abrupt("return", rejectWithValue(_objectSpread2(_objectSpread2({}, defaultReject), {}, {
|
|
32230
|
+
message: _context3.t0.message
|
|
32231
|
+
})));
|
|
32232
|
+
|
|
32233
|
+
case 13:
|
|
32234
|
+
case "end":
|
|
32235
|
+
return _context3.stop();
|
|
32236
|
+
}
|
|
32237
|
+
}
|
|
32238
|
+
}, _callee3, null, [[2, 10]]);
|
|
32239
|
+
})));
|
|
32240
|
+
var diagnosisMasterSlice = createSlice({
|
|
32241
|
+
name: "diagnosisMasterApiSlice",
|
|
32242
|
+
initialState: {
|
|
32243
|
+
diagnosis_master_list: _objectSpread2({}, defaultState.List),
|
|
32244
|
+
diagnosis_master_list_child: _objectSpread2({}, defaultState.List),
|
|
32245
|
+
update_diagnosis_list: _objectSpread2({}, defaultState.List)
|
|
32246
|
+
},
|
|
32247
|
+
extraReducers: (_extraReducers$7 = {}, _defineProperty(_extraReducers$7, GET_DIAGNOSIS_LIST.fulfilled, function (state, action) {
|
|
32248
|
+
state.diagnosis_master_list.loading = false, state.diagnosis_master_list.error = false, state.diagnosis_master_list = action.payload;
|
|
32249
|
+
}), _defineProperty(_extraReducers$7, GET_DIAGNOSIS_LIST.pending, function (state, action) {
|
|
32250
|
+
state.diagnosis_master_list.loading = true, state.diagnosis_master_list.error = false, state.diagnosis_master_list.loading = true;
|
|
32251
|
+
}), _defineProperty(_extraReducers$7, GET_DIAGNOSIS_LIST.rejected, function (state, action) {
|
|
32252
|
+
state.diagnosis_master_list.loading = false, state.diagnosis_master_list.error = true, state.diagnosis_master_list = action.payload;
|
|
32253
|
+
}), _defineProperty(_extraReducers$7, GET_DIAGNOSIS_LIST_CHILD.fulfilled, function (state, action) {
|
|
32254
|
+
state.diagnosis_master_list_child.loading = false, state.diagnosis_master_list_child.error = false, state.diagnosis_master_list_child = action.payload;
|
|
32255
|
+
}), _defineProperty(_extraReducers$7, GET_DIAGNOSIS_LIST_CHILD.pending, function (state, action) {
|
|
32256
|
+
state.diagnosis_master_list_child.loading = true, state.diagnosis_master_list_child.error = false, state.diagnosis_master_list_child.loading = true;
|
|
32257
|
+
}), _defineProperty(_extraReducers$7, GET_DIAGNOSIS_LIST_CHILD.rejected, function (state, action) {
|
|
32258
|
+
state.diagnosis_master_list_child.loading = false, state.diagnosis_master_list_child.error = true, state.diagnosis_master_list_child = action.payload;
|
|
32259
|
+
}), _defineProperty(_extraReducers$7, UPDATE_DIAGNOSIS_LIST.fulfilled, function (state, action) {
|
|
32260
|
+
state.update_diagnosis_list.loading = false, state.update_diagnosis_list.error = false, state.update_diagnosis_list = action.payload;
|
|
32261
|
+
}), _defineProperty(_extraReducers$7, UPDATE_DIAGNOSIS_LIST.pending, function (state, action) {
|
|
32262
|
+
state.update_diagnosis_list.loading = true, state.update_diagnosis_list.error = false, state.update_diagnosis_list.loading = true;
|
|
32263
|
+
}), _defineProperty(_extraReducers$7, UPDATE_DIAGNOSIS_LIST.rejected, function (state, action) {
|
|
32264
|
+
state.update_diagnosis_list.loading = false, state.update_diagnosis_list.error = true, state.update_diagnosis_list = action.payload;
|
|
32265
|
+
}), _extraReducers$7)
|
|
32266
|
+
});
|
|
32267
|
+
var diagnosisMasterActions = {
|
|
32268
|
+
GET_DIAGNOSIS_LIST: GET_DIAGNOSIS_LIST,
|
|
32269
|
+
GET_DIAGNOSIS_LIST_CHILD: GET_DIAGNOSIS_LIST_CHILD,
|
|
32270
|
+
UPDATE_DIAGNOSIS_LIST: UPDATE_DIAGNOSIS_LIST
|
|
32271
|
+
};
|
|
32272
|
+
var diagnosisMasterSlice$1 = diagnosisMasterSlice.reducer;
|
|
32273
|
+
|
|
32274
|
+
var consultActions = _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({}, ageRangeMasterActions), vitalsMasters), orderMasters), drug_actions), orderSetMasterActions), orderSetApplicabilityActions), allergenMasterActions), diagnosisMasterActions);
|
|
32061
32275
|
|
|
32062
32276
|
var query$1 = {
|
|
32063
32277
|
// pending list
|
|
@@ -35328,7 +35542,8 @@ var index = combineReducers({
|
|
|
35328
35542
|
orderSetMasterSlice: orderSetMasterSlice$1,
|
|
35329
35543
|
encounterTypeSlice: encounterTypeSlice,
|
|
35330
35544
|
orderSetApplicabilitySlice: orderSetApplicabilitySlice$1,
|
|
35331
|
-
allergenMasterSlice: allergenMasterSlice$1
|
|
35545
|
+
allergenMasterSlice: allergenMasterSlice$1,
|
|
35546
|
+
diagnosisMasterSlice: diagnosisMasterSlice$1
|
|
35332
35547
|
});
|
|
35333
35548
|
|
|
35334
35549
|
var actions = _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({}, practitionerActions), locationActions), consultActions), ordertypeActions), ordernatureActions), availabilityManagementActions), pendingRescheduleListMasters), organizationMasterActions), signInActionsCall), slotAvailabilityApiActions), appointmentApiActions), organizationConfiActions), organizationConfigMasterAction), userManagementActions);
|