mirror of
https://github.com/leaders-of-digital-9-task/dicom-viewer.git
synced 2024-11-22 02:16:32 +03:00
add ruler and so
This commit is contained in:
parent
e26c615910
commit
db3ecd9685
10
index.js
10
index.js
|
@ -390,11 +390,11 @@ schema = [
|
||||||
// app.loadURLs(schema[0])
|
// app.loadURLs(schema[0])
|
||||||
|
|
||||||
|
|
||||||
app.loadURLs([
|
// app.loadURLs([
|
||||||
'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm',
|
// 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm',
|
||||||
'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323707.dcm',
|
// 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323707.dcm',
|
||||||
'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323563.dcm'
|
// 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323563.dcm'
|
||||||
])
|
// ])
|
||||||
|
|
||||||
function setFrame(frameNumber) {
|
function setFrame(frameNumber) {
|
||||||
var lg = app.getLayerGroupById(0);
|
var lg = app.getLayerGroupById(0);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user