Erik Ziegler
Erik Ziegler
…osition ### PR Checklist - [ ] Brief description of changes - [ ] Links to any relevant issues - [ ] Required status checks are passing - [ ]...
### PR Checklist - [ ] Brief description of changes - [ ] Links to any relevant issues - [ ] Required status checks are passing - [ ] User...
Credit to @dannyrb for finding this. https://developers.google.com/web/updates/2019/05/desynchronized
While trying to fix https://github.com/OHIF/Viewers/issues/1350 I noticed that dcmjs fails to read the file that was provided. It loads fine with dicomParser.
Test it with: ```javascript const fs = require('fs'); const dcmjs = require('./build/dcmjs.js') const buffer = fs.readFileSync('1-001.dcm'); const { DicomMessage, DicomMetaDictionary } = dcmjs.data; console.time('readFile'); const fullData = DicomMessage.readFile(buffer.buffer) console.timeEnd('readFile'); console.time('readFile...
…rolling through unloaded images
From @pieper, it looks like the limit and offset parameters are not being applied.
See https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/cornerstone-platform/e3JAt5cIUtM We should be able to load images from file inputs as we can with the WADO Image Loader.
Happy to announce OHIF and [Hack.Diversity](https://www.hackdiversity.com/) have been awarded a two-year grant from the Chan-Zuckerberg Initiative dedicated to advancing diversity and inclusion in the open-source science community! - We will...