All Projects → webnamics → u-dicom-viewer

webnamics / u-dicom-viewer

Licence: MIT license
A simple web browser DICOM viewer for any device.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to u-dicom-viewer

DicomViewer
Dicom images viewer, built special for medical online testing platform
Stars: ✭ 13 (-85.71%)
Mutual labels:  viewer, dicom, cornerstonejs
bluelight
a browser-based DICOM viewer
Stars: ✭ 35 (-61.54%)
Mutual labels:  dicom, dicom-viewer
dicomweb-pacs
Easy to use DICOMWEB enabled PACS with DIMSE services based on sqlite database
Stars: ✭ 42 (-53.85%)
Mutual labels:  dicom, dicom-viewer
Dwv
DICOM Web Viewer: open source zero footprint medical image viewer.
Stars: ✭ 1,145 (+1158.24%)
Mutual labels:  viewer, dicom
weasis-chcapi-extension
Weasis plugin adding support for the Google Cloud Healthcare API
Stars: ✭ 12 (-86.81%)
Mutual labels:  dicom, dicom-viewer
MRIcroGL
v1.2 GLSL volume rendering. Able to view NIfTI, DICOM, MGH, MHD, NRRD, AFNI format images.
Stars: ✭ 101 (+10.99%)
Mutual labels:  dicom, dicom-viewer
Weasis
Weasis is a DICOM viewer available as a desktop application or as a web-based application.
Stars: ✭ 311 (+241.76%)
Mutual labels:  viewer, dicom
Dicompyler
Extensible radiation therapy research platform and viewer for DICOM and DICOM RT
Stars: ✭ 195 (+114.29%)
Mutual labels:  viewer, dicom
Dicomviewer
DICOM Viewer in Nextcloud
Stars: ✭ 139 (+52.75%)
Mutual labels:  viewer, dicom
Dicom Ecg Plot
Dicom ECG Viewer and Converter. Convert to PDF, PNG, JPG, SVG, ...
Stars: ✭ 84 (-7.69%)
Mutual labels:  viewer, dicom
Starviewer
Starviewer, a cross-platform open source medical imaging software
Stars: ✭ 83 (-8.79%)
Mutual labels:  viewer, dicom
deid
best effort anonymization for medical images using python
Stars: ✭ 108 (+18.68%)
Mutual labels:  dicom, medical-images
AlizaMS
DICOM Viewer
Stars: ✭ 144 (+58.24%)
Mutual labels:  dicom, dicom-viewer
Dicom-Viewer
An application displaying 2D/3D Dicom
Stars: ✭ 37 (-59.34%)
Mutual labels:  dicom, dicom-viewer
lightdicom python
Light DICOM package
Stars: ✭ 16 (-82.42%)
Mutual labels:  dicom
forge.commandline-nodejs
Authorisation and translation via console application: Command line tool demonstrating the authorisation and translation process using a Node.js console application
Stars: ✭ 15 (-83.52%)
Mutual labels:  viewer
MRIcro
macOS Xcode GLSL Volume Render for NIfTI, Bio-Rad Pic, NRRD, Philips, ITK MetaImage, AFNI, Freesurfer, DICOM images.
Stars: ✭ 17 (-81.32%)
Mutual labels:  dicom
3D-Detection-Tracking-Viewer
3D detection and tracking viewer (visualization) for kitti & waymo dataset
Stars: ✭ 150 (+64.84%)
Mutual labels:  viewer
dicomifier
A medical image converter
Stars: ✭ 22 (-75.82%)
Mutual labels:  dicom
icosa-viewer
3D Viewer component for Tilt Brush / Open Brush, Google Blocks files and their derivatives
Stars: ✭ 24 (-73.63%)
Mutual labels:  viewer

U Dicom Viewer

A simple web browser DICOM viewer for any device.


This software can only be used as a reviewing or scientific software and cannot be used as a medical device for primary diagnostic or any other clinical practice.

U Dicom Viewer or UDV is a simple but functional DICOM viewer for any device with a web browser, it allows to open and view 2D medical images in a wide variety of DICOM formats.

Key features

  • Integration of a sandbox file manager to handle easily files and subfolders. (1)
  • Open zip archive from local and decompress it into sandbox file system.
  • Open zip archive from URL and decompress it into sandbox file system.
  • Open images from sandbox file system.
  • Open DICOMDIR from sandbox file system.
  • Open DICOMDIR file from local (2).
  • Open multiple files from local folder (2).
  • Open medical images in DICOM format from local and URL.
  • Open images in JPEG or PNG format from local and URL.
  • Export zip archive of images from sandbox file system.
  • Window width and window center control for DICOM images.
  • Zooming and panning images.
  • Measurement tools with annotation field.
  • Measurement tools for length, area and angle, elliptical, rectangle and Freehand ROI.
  • Persistence of measurement tools. (3)
  • Cine view with control functions for multiframe image.
  • Displaying DICOM attributes of image.
  • Multi-view support, it can open up to 16 different files (1x1 to 4x4 grid).
  • Basic 2D Multiplanar Reconstruction (MPR), this allows to reconstruct images in orthogonal planes (coronal, sagittal, axial).
  • Reference Lines, this allows to determine the intersection point when browsing series with different image planes.
  • Link Series, this allows to syncronized scroll with different series on same slice location.
  • Browser to explorer series and images.
  • Histogram window.
  • Save DICOM attributes as JSON or CSV file.
  • Save screenshot in JPEG or PNG format into local or sandbox file system.

(1) Stored in IndexedDB, the client-side database of web browser.

(2) This feature is not present in mobile browser because the webkitdirectory attribute is not yet supported (for detail see caniuse.com/#feat=input-file-directory).

(3) Stored in IndexedDB. In the database every measurement is associated with SOP Instance UID tag.

Acknowledgments

UDV uses:

As well as the following third-party libraries:

  • Dexie.js, wrapper library for indexedDB - the standard database in the browser.
  • react-device-detect, detect device, and render view according to detected device type.
  • Material-UI, React components for faster and easier web development. Build your own design system, or start with Material Design.
  • hammer.js, JavaScript library for detecting touch gestures.
  • axios, Promise based HTTP client for the browser and node.js.
  • JSZip, Create, read and edit .zip files with Javascript.
  • React-Perfect-Scrollbar, Wrapper to allow use perfect-scrollbar in React.

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

Copyright

Copyright 2019 Luigi Orso [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].