l5769389

Results 8 issues of l5769389

我在electron上使用,想建立两个应用的sockio通讯。但是遇到了如下错误: ![image](https://user-images.githubusercontent.com/26296535/144015236-bec454df-1bd6-4944-b2e5-78b45f77e3df.png) 似乎每发一些消息就会报错,然后断线,重连之后重复如此。 我的node版本是:v16.13.0 , "vue-socket.io": "^3.0.10", "socket.io": "4.4.0", "socket.io-client": "4.4.0", "electron": "^13.0.0",

after set ` previewImagesInEditor:true` or toggle side by side . if I upload a img. everytime I input anything,the image will load. it's like the img is blink。how to solve...

Question

### Describe the Bug ```js const segParams = { studyInstanceUID: '1.2.840.113619.2.416.178326372217299847872794330441417727441', seriesInstanceUID: '1.2.826.0.1.3680043.10.511.3.10427201698720242449418817660887625', sopInstanceUID: '1.2.826.0.1.3680043.10.511.3.10380399333214252243465369674877506', wadoRsRoot: '/dicom-web' } const arrayBuffer = await retrieveDicomData(segParams) const result = await adaptersSEG.Cornerstone3D.Segmentation.generateToolState(imageIds, arrayBuffer, metaData)...

### Describe the Bug ![图片](https://github.com/cornerstonejs/cornerstone3D/assets/26296535/fb99fa30-3019-487b-9ed9-055419cdbc03) the img is from OHIF Viewer。 how can i use cornerstone3D to load the dicom-segment。 or like [the export demo](https://www.cornerstonejs.org/live-examples/segmentationexport) can i load the exported...

### Describe the Bug i got imageIds throgh tag to load local dicoms. the imageIds looks like :['dicomfile:320', 'dicomfile:321']。 how to generate the volume like: ```js volume = await volumeLoader.createAndCacheVolume(volumeId,...

### Describe the Bug When I use the demo data of ohif-view segment to generate MPR images, it seems that the results are not consistent with the display in ohif-view....

### Describe the Bug i want load a 4D scan series base on the demo: [4d demo](https://www.cornerstonejs.org/live-examples/dynamiccinetool) . but i find the offical demo is one series like: ``` const...