Skip to content
Grimmer edited this page Jun 10, 2020 · 43 revisions

Welcome to the DICOM web viewer wiki!

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.

Other useful utility:

Samples:

Clone this wiki locally