Skip to content
Grimmer edited this page Oct 1, 2021 · 10 revisions

Issues:

  1. only Support gray DICOM files currently. Need add self-implementation to replace getInterpretedData for RGB data.
  2. 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)
  3. [Issue] Using http-server to load build folder for testing locally fails. Some requested files are 404 not found. Whatever homepage is set or not. just use http-server -c-1 (disable cache).
  4. [Note] To load extension locally, homepage should be commented. Otherwise, the generated build/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 this homepage too.
  5. 2018 version daikon (also pydicom, mango desktop/web, ITK-SNAP & slicer) will show inversed color for some MONOCHROME1 DICOM (with Pixel Representation=0?), but the latest 2019 version daikon (also miele-lxiv & https://fnndsc.github.io/ami/#viewers_upload) does not. E.g. CR-MONO1-10-chest.dcm on https://barre.dev/medical/samples/. p.s. 2019 ver. is used and its side effect is PALETTE COLOR becomes unsupported since unknown bug (throw exception for getInterpretedData).

test

abc

Other useful utility:

Samples:

Clone this wiki locally