primarycare-binder 1.1.92 → 1.1.95
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 +8 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -20002,7 +20002,12 @@ var dashboardQuery = {
|
|
|
20002
20002
|
period: "",
|
|
20003
20003
|
Practitioner_id: data === null || data === void 0 ? void 0 : data.Practitioner_id,
|
|
20004
20004
|
PractitionerRole_id: data === null || data === void 0 ? void 0 : data.PractitionerRole_id,
|
|
20005
|
-
RelatedPerson_id: 0,
|
|
20005
|
+
// RelatedPerson_id: 0,
|
|
20006
|
+
// schema change
|
|
20007
|
+
RelatedPerson_id: [{
|
|
20008
|
+
"relatedpersonid": "0",
|
|
20009
|
+
"relationship": ""
|
|
20010
|
+
}],
|
|
20006
20011
|
specialty: data === null || data === void 0 ? void 0 : data.specialty
|
|
20007
20012
|
}],
|
|
20008
20013
|
participantHistory: data === null || data === void 0 ? void 0 : data.participantHistory
|
|
@@ -29789,7 +29794,8 @@ var GET_ORDERTYPE = createAsyncThunk("LabOrderApiSlice/get_ordertype", /*#__PURE
|
|
|
29789
29794
|
data.result.map(function (val, i) {
|
|
29790
29795
|
returnData.push({
|
|
29791
29796
|
value: val === null || val === void 0 ? void 0 : val.Ordcatgory,
|
|
29792
|
-
label: val === null || val === void 0 ? void 0 : val.longdesc
|
|
29797
|
+
label: val === null || val === void 0 ? void 0 : val.longdesc,
|
|
29798
|
+
_id: val === null || val === void 0 ? void 0 : val._id
|
|
29793
29799
|
});
|
|
29794
29800
|
});
|
|
29795
29801
|
}
|