Alireza
Alireza
For instance, if I want to debug this specific study without downloading it, how can I do that in my local OHIF since you said the DICOMweb server is public?...
There's a widespread problem with DICOM color images. Here's the core issue: - When dicom servers sends DICOM color images, they can convert the pixel data from one color space...
Can @dclunie clarify the DICOM standard's requirements for Photometric Interpretation? Should we rely on that? since we are seeing inconsistencies with that tag and what actually the server responds in...
@dclunie Thank you David for the excellent DICOM color crash course. It will help us improve our color handling stability.
Checkout extensions/cornerstone/src/initWADOImageLoader.js that is the location that decide on the transfer syntax and `platform/core/src/utils/generateAcceptHeader.ts`
Sometimes the type should be in quotes. We used to have an option to omit it, as including it can trigger an options request flow on some servers, slowing things...
I'm not following what you are saying here. Do you get an error when installing cornerstone3d?
@pzq123456 Do you have a repo to share? I can't debug this with one file that you shared
@kasoushu it looks like the webworkers are not getting correctly recognized by vite. we have [this](https://github.com/OHIF/Viewers/blob/v3-stable/platform/viewer/.webpack/webpack.pwa.js#L113-L116) in OHIF that we copy them into the dist but not sure what is...
@pzq123456 I'm getting errors regarding element-plus in your master branch Error: The following dependencies are imported but could not be resolved: element-plus/es/locale (imported by /Users/alireza/dev/forks/MIP/MIP_project/src/views/Table.vue?id=0)