-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Grimmer edited this page Jun 19, 2020
·
43 revisions
Welcome to the DICOM web viewer wiki!
Issues:
only Support gray DICOM files currently. Need add self-implementation to replace getInterpretedData for RGB data.-
Figure out how to debugging production build with Source Map and breakpoint. It ever succeeded but somehow it does not work for now.(it works on GitHub pages now) -
[Issue] Usingjust usehttp-server
to load build folder for testing locally fails. Some requested files are404 not found
. Whateverhomepage
is set or not.http-server -c-1
(disable cache). [Note] To load extension locally,homepage
should be commented. Otherwise, the generatedbuild/index.html
will want to use/dicom-web-http://127.0.0.1:8080/dicom-web-viewer/static/
but no this path in local filesystem. The debugger works in chrome extension locally now. So the build submitting to chrome store may need to ignore thishomepage
too.- 2018 version daikon (also pydicom, ITK-SNAP & slicer) will show inversed color for some MONOCHROME1 DICOM (with Pixel Representation=0?), but the latest version daikon (also miele-lxiv) does not. E.g. CR-MONO1-10-chest.dcm on https://barre.dev/medical/samples/.
Other useful utility:
- http://ric.uthscsa.edu/mango/mango.html Desktop app, Win/macOS/Linux, closed source
- http://rii.uthscsa.edu/mango/papaya/ Web (this and above one are both left and right reversed, comparing to others, why?), already converting pixel value to Hounsfield scale/unit as y value
- https://fnndsc.github.io/ami/#viewers_upload is another referenced Web tool which is able to switch frames and it is based on cornerstone.js. However, it can not render DICOM files with missing TransferSyntaxUID.
- https://www.slicer.org/ Win/macOS/Linux Desktop 3D Slicer app which can view DICOM, open source, src. It can view a different orientation, axial, sagittal, coronal.
- (201910 update): https://apps.apple.com/us/app/miele-lxiv/id988332475?mt=12 miele-lxiv, Mac Desktop DICOM viewer app. Open source.
- (2020 update): http://www.itksnap.org/pmwiki/pmwiki.php, ITK-SNAP, Win/Mac/linux desktop. open source
Samples: