.
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
import * as dicomViewer from "./dicomViewer.js"
|
import * as dicomViewer from "./dicomViewer.js"
|
||||||
|
|
||||||
|
window.dicomViewer = dicomViewer;
|
||||||
|
|
||||||
window.marked_answers = {
|
window.marked_answers = {
|
||||||
"correct": [],
|
"correct": [],
|
||||||
"half-correct": [],
|
"half-correct": [],
|
||||||
|
|||||||
@@ -104,6 +104,8 @@ This series is not associated with any cases.
|
|||||||
cornerstone.getEnabledElement(dicom_element).viewport = viewport
|
cornerstone.getEnabledElement(dicom_element).viewport = viewport
|
||||||
cornerstone.resize(dicom_element);
|
cornerstone.resize(dicom_element);
|
||||||
|
|
||||||
|
dicomViewer.get
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
import * as dicomViewer from "./dicomViewer.js"
|
import * as dicomViewer from "./dicomViewer.js"
|
||||||
|
|
||||||
|
window.dicomViewer = dicomViewer;
|
||||||
|
|
||||||
window.marked_answers = {
|
window.marked_answers = {
|
||||||
"correct": [],
|
"correct": [],
|
||||||
"half-correct": [],
|
"half-correct": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user