Fiddle
Some fiddles for you to play...
DICOM parsing:
- parser example #1: parse DICOM data and display a tag
- parser example #2: parse DICOM data and create an image
Displays:
- display example #1 (gist): the simplest DICOM display example!
- display example #1.1: any number of displays you want
- display example #1.2: manual render
- display example #2: with window/level or zoom
- display example #2.1: with draw tool
- display example #3: with multiple slices
- display example #3.1: multiple slices and slider (using events)
All of them: ivmartel/fiddles.
Module
DICOM parsing using node:
- parser example #1: parse DICOM data and display a tag.
Viewers and integrations
- dwv-simplistic: raw HTML viewer with no dependencies (demo)
- dwv-jqui: integration with jQuery UI (demo)
- dwv-jqmobile: integration with jQuery Mobile (demo)
- dwv-angular: integration with Angular (demo)
- dwv-react: integration with React (demo)
- dwv-vue: integration with Vue.js (demo)