Skip to content

Commit ee590dd

Browse files
committed
Fix bugs
1 parent 70ea577 commit ee590dd

File tree

10 files changed

+2187
-115
lines changed

10 files changed

+2187
-115
lines changed

examples/events/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
</noscript>
3232

3333
<script src="https://unpkg.com/dicomweb-client"></script>
34-
<script src="https://unpkg.com/dicom-microscopy-viewer"></script>
35-
<!-- <script src="../../build/dicom-microscopy-viewer.js"></script> -->
34+
<!-- <script src="https://unpkg.com/dicom-microscopy-viewer"></script> -->
35+
<script src="../../build/dicom-microscopy-viewer.js"></script>
3636
<script>
3737

3838
const CORE_ACTIONS = {

examples/js/FileSaver.min.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/structured_report/index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
<title>dicom-microscopy-viewer example</title>
1212

13-
<!-- Latest compiled and minified CSS -->
1413
<link
1514
rel="stylesheet"
1615
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
@@ -34,15 +33,15 @@
3433
type="application/javascript"
3534
charset="utf-8">
3635
</script>
37-
<script src="https://unpkg.com/dicom-microscopy-viewer@latest"
36+
<script src="https://unpkg.com/dcmjs@latest"
3837
type="application/javascript"
3938
charset="utf-8">
4039
</script>
41-
<script src="https://unpkg.com/dcmjs@latest"
40+
<script src="https://unpkg.com/dicom-microscopy-viewer@latest"
4241
type="application/javascript"
4342
charset="utf-8">
4443
</script>
45-
<script src="../../js/FileSaver.min.js"></script>
44+
<script src="../js/FileSaver.min.js"></script>
4645

4746
<script>
4847

@@ -243,7 +242,7 @@ <h1>
243242
This example demonstrates how to annotate regions of interest (ROIs) on a digital slide represented by DICOM <a href="http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_A.32.8.html" target="_blank">VL Whole Slide Microscopy Image</a> instances and to store the graphic annotations as SCOORD3D content items using the <a href="http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.18.9.html" target="_blank">3D Spatial Coordinates Macro</a> in a
244243
DICOM <a href="http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_A.35.13.html" target="_blank">Comprehensive 3D SR</a> document based on the DICOM Structured Reporting template <a href="http://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_A.html#sect_TID_1500" target="_blank">TID 1500 "Measurement Report"</a>.
245244
</p>
246-
<a href="../../index.html">Go back to the Examples page</a>
245+
<a href="../index.html">Go back to the Examples page</a>
247246
</div>
248247

249248
<div class="bs-example" data-example-id="simple-thumbnails">

0 commit comments

Comments
 (0)