Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/butschster/dicomviewer
Dicom images viewer, built special for medical online testing platform
https://github.com/butschster/dicomviewer
cornerstone cornerstonejs dicom viewer vuejs
Last synced: 2 months ago
JSON representation
Dicom images viewer, built special for medical online testing platform
- Host: GitHub
- URL: https://github.com/butschster/dicomviewer
- Owner: butschster
- Created: 2019-04-19T14:09:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:55:43.000Z (about 2 years ago)
- Last Synced: 2023-03-01T05:15:47.673Z (almost 2 years ago)
- Topics: cornerstone, cornerstonejs, dicom, viewer, vuejs
- Language: Vue
- Homepage: http://cniild-training.ru/
- Size: 1.66 MB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DicomViewer
Simple DicomViewer build on cornerstoneTools JS.
```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"
}
}
``````html
```