ivmartel / dwv

DICOM Web Viewer: open source zero footprint medical image library.
https://ivmartel.github.io/dwv/
GNU General Public License v3.0
1.65k stars 592 forks source link

error: Cannot append a slice with different orientation #1769

Open adamcanray opened 1 week ago

adamcanray commented 1 week ago

hi @ivmartel,

i am facing an error for load image slices from series, that prevously edited on other PACS (GE MEDICAL SYSTEMS). its not render the images, sometimes its render the first image (but not scrollable).

indication:

Screenshot 2024-10-15 at 17 41 41

instance number 1 looks like (usually display/text/thumbnail/etc):

Screenshot 2024-10-15 at 17 41 51


instance number 2 to instance number n looks like (normal slices):

Screenshot 2024-10-15 at 17 45 30






is there any solution for this case? thanks.

ivmartel commented 1 day ago

For the moment, you have to sort the data manually so that you just pass geometrically related data to dwv. #646, adding a series 'browser', could be a solution for this but it needs to be implemented...