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