primarycare-binder 1.1.80 → 1.1.81
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 +3 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -25500,7 +25500,9 @@ var GET_VITALS_JSON = createAsyncThunk("VitalsApiSlice/getvitalsjson", /*#__PURE
|
|
|
25500
25500
|
var _val$obscode, _val$obscode2;
|
|
25501
25501
|
|
|
25502
25502
|
if ((val === null || val === void 0 ? void 0 : (_val$obscode = val.obscode) === null || _val$obscode === void 0 ? void 0 : _val$obscode.VitalsCodesReferenceRanges.length) > 0 && (val === null || val === void 0 ? void 0 : (_val$obscode2 = val.obscode) === null || _val$obscode2 === void 0 ? void 0 : _val$obscode2.vitalscode)) {
|
|
25503
|
-
return val.obscode
|
|
25503
|
+
return _objectSpread2(_objectSpread2({}, val.obscode), {}, {
|
|
25504
|
+
mandatory: val.mandatoryYN
|
|
25505
|
+
});
|
|
25504
25506
|
}
|
|
25505
25507
|
});
|
|
25506
25508
|
}
|