All Projects → butschster → DicomViewer

butschster / DicomViewer

Licence: other
Dicom images viewer, built special for medical online testing platform

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to DicomViewer

u-dicom-viewer
A simple web browser DICOM viewer for any device.
Stars: ✭ 91 (+600%)
Mutual labels:  viewer, dicom, cornerstonejs
Cornerstone
JavaScript library to display interactive medical images including but not limited to DICOM
Stars: ✭ 1,690 (+12900%)
Mutual labels:  dicom, cornerstone
Dwv
DICOM Web Viewer: open source zero footprint medical image viewer.
Stars: ✭ 1,145 (+8707.69%)
Mutual labels:  viewer, dicom
Weasis
Weasis is a DICOM viewer available as a desktop application or as a web-based application.
Stars: ✭ 311 (+2292.31%)
Mutual labels:  viewer, dicom
Starviewer
Starviewer, a cross-platform open source medical imaging software
Stars: ✭ 83 (+538.46%)
Mutual labels:  viewer, dicom
Dicom Ecg Plot
Dicom ECG Viewer and Converter. Convert to PDF, PNG, JPG, SVG, ...
Stars: ✭ 84 (+546.15%)
Mutual labels:  viewer, dicom
Dicomviewer
DICOM Viewer in Nextcloud
Stars: ✭ 139 (+969.23%)
Mutual labels:  viewer, dicom
Dicompyler
Extensible radiation therapy research platform and viewer for DICOM and DICOM RT
Stars: ✭ 195 (+1400%)
Mutual labels:  viewer, dicom
rocket viewer
This simple and generic viewer allows you to visualize different kinds of data such as medical and biological images, 3D surfaces, electric signals (ECGs) and documents.
Stars: ✭ 22 (+69.23%)
Mutual labels:  dicom, cornerstone
prostatecancer.ai
prostatecancer.ai is an AI-based, zero-footprint medical image viewer that can identify clinically significant prostate cancer.
Stars: ✭ 40 (+207.69%)
Mutual labels:  cornerstone
GroupDocs.Viewer-for-.NET
GroupDocs.Viewer for .NET examples, plugins and showcase
Stars: ✭ 24 (+84.62%)
Mutual labels:  viewer
pv
Unix Pipe Viewer (pv) utility in Node.js
Stars: ✭ 20 (+53.85%)
Mutual labels:  viewer
healthcare-dicom-dicomweb-adapter
Adapter which transforms DIMSE requests to DICOMweb requests
Stars: ✭ 92 (+607.69%)
Mutual labels:  dicom
wolfpacs
WolfPACS is an DICOM load balancer written in Erlang.
Stars: ✭ 1 (-92.31%)
Mutual labels:  dicom
batmass
Mass spectrometry data visualization
Stars: ✭ 32 (+146.15%)
Mutual labels:  viewer
neurdicom
RESTful PACS server with plugins
Stars: ✭ 97 (+646.15%)
Mutual labels:  dicom
imageformats
Library for decoding obscure graphics formats, such as Targa (.TGA), Sun raster (.RAS, .SUN), ZSoft (.PCX), Netpbm (.PPM, .PGM, .PBM, .PNM), Amiga (LBM, PIC), SGI, MacPaint, and DICOM.
Stars: ✭ 21 (+61.54%)
Mutual labels:  dicom
farctool2
Texture viewer for LittleBigPlanet 1/2/3
Stars: ✭ 19 (+46.15%)
Mutual labels:  viewer
bluelight
a browser-based DICOM viewer
Stars: ✭ 35 (+169.23%)
Mutual labels:  dicom
react-msa-viewer
React rerelease of MSAViewer
Stars: ✭ 15 (+15.38%)
Mutual labels:  viewer

DicomViewer

Simple DicomViewer build on cornerstoneTools JS.

import Vue from 'vue'
import Lightbox from './src/Viewer'

Vue.component("dicom-viewer", Lightbox);

var images = {
   "rmlo":{
      "type_name":"rmlo",
      "url":"http:\/\/site.com\/image\/54ae7360-f17d-46db-9823-c5fda23fa1f1.jpg",
      "thumb_url":"http:\/\/site.com\/images\/thumb\/54ae7360-f17d-46db-9823-c5fda23fa1f1.jpg"
   },
   "lmlo":{
      "type_name":"lmlo",
      "url":"http:\/\/site.com\/image\/dc155e58-13ae-42d9-970f-1c12884dbf77.jpg",
      "thumb_url":"http:\/\/site.com\/images\/thumb\/dc155e58-13ae-42d9-970f-1c12884dbf77.jpg"
   },
   "rcc":{
      "type_name":"rcc",
      "url":"http:\/\/site.com\/image\/dfc58425-4f6d-4c83-8d13-10f9c4692b13.jpg",
      "thumb_url":"http:\/\/site.com\/images\/thumb\/dfc58425-4f6d-4c83-8d13-10f9c4692b13.jpg"
   },
   "lcc":{
      "type_name":"lcc",
      "url":"http:\/\/site.com\/image\/a0d5232b-698c-4884-be26-62f19c585b03.jpg",
      "thumb_url":"http:\/\/site.com\/images\/thumb\/image\/a0d5232b-698c-4884-be26-62f19c585b03.jpg"
   }
}
<dicom-viewer :images="images"></dicom-viewer>
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].