@cornerstonejs/dicom-image-loader 3.5.2 → 3.6.0
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.
|
@@ -125,8 +125,8 @@ function metaDataProvider(type, imageId) {
|
|
|
125
125
|
];
|
|
126
126
|
}
|
|
127
127
|
else {
|
|
128
|
-
rowCosines = [
|
|
129
|
-
columnCosines = [0,
|
|
128
|
+
rowCosines = [1, 0, 0];
|
|
129
|
+
columnCosines = [0, 1, 0];
|
|
130
130
|
usingDefaultValues = true;
|
|
131
131
|
imageOrientationPatient = [...rowCosines, ...columnCosines];
|
|
132
132
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cornerstonejs/dicom-image-loader",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0",
|
|
4
4
|
"description": "Cornerstone Image Loader for DICOM WADO-URI and WADO-RS and Local file",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"DICOM",
|
|
@@ -110,12 +110,13 @@
|
|
|
110
110
|
"@cornerstonejs/codec-openjpeg": "^1.2.2",
|
|
111
111
|
"@cornerstonejs/codec-openjph": "^2.4.5",
|
|
112
112
|
"comlink": "^4.4.1",
|
|
113
|
+
"dicom-parser": "^1.8.9",
|
|
113
114
|
"jpeg-lossless-decoder-js": "^2.1.0",
|
|
114
115
|
"pako": "^2.0.4",
|
|
115
116
|
"uuid": "^9.0.0"
|
|
116
117
|
},
|
|
117
118
|
"peerDependencies": {
|
|
118
|
-
"@cornerstonejs/core": "^3.
|
|
119
|
+
"@cornerstonejs/core": "^3.6.0",
|
|
119
120
|
"dicom-parser": "^1.8.9"
|
|
120
121
|
},
|
|
121
122
|
"lint-staged": {
|
|
@@ -130,5 +131,5 @@
|
|
|
130
131
|
"path": "./node_modules/cz-conventional-changelog"
|
|
131
132
|
}
|
|
132
133
|
},
|
|
133
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "480e48c2a25ce79a4a90be6fe180d1bcdd1b831e"
|
|
134
135
|
}
|