Mercurial > hg > orthanc-stone
annotate Applications/StoneWebViewer/WebApplication/app.js @ 2118:7926c9a09757
added description to plugin
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 16 Mar 2024 10:48:59 +0100 |
parents | c23eef785569 |
children | de049fd88697 16c01cc201e7 |
rev | line source |
---|---|
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1 /** |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2 * Stone of Orthanc |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3 * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4 * Department, University Hospital of Liege, Belgium |
2114
c23eef785569
update year to 2024
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2077
diff
changeset
|
5 * Copyright (C) 2017-2024 Osimis S.A., Belgium |
c23eef785569
update year to 2024
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2077
diff
changeset
|
6 * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
7 * |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
8 * This program is free software: you can redistribute it and/or |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
9 * modify it under the terms of the GNU Affero General Public License |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
10 * as published by the Free Software Foundation, either version 3 of |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
11 * the License, or (at your option) any later version. |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
12 * |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
13 * This program is distributed in the hope that it will be useful, but |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
14 * WITHOUT ANY WARRANTY; without even the implied warranty of |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
16 * Affero General Public License for more details. |
1596
4fb8fdf03314
removed annoying whitespace
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1593
diff
changeset
|
17 * |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
18 * You should have received a copy of the GNU Affero General Public License |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
19 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
20 **/ |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
21 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
22 |
1696
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
23 var CONFIGURATION_SOURCE = 'configuration.json'; |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
24 var WASM_SOURCE = 'StoneWebViewer.js'; |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
25 |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
26 var COLORS = [ 'blue', 'red', 'green', 'yellow', 'violet' ]; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
27 var SERIES_INSTANCE_UID = '0020,000e'; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
28 var STUDY_INSTANCE_UID = '0020,000d'; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
29 var STUDY_DESCRIPTION = '0008,1030'; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
30 var STUDY_DATE = '0008,0020'; |
1709
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
31 var PATIENT_ID = '0010,0020'; |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
32 var PATIENT_NAME = '0010,0010'; |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
33 var SERIES_NUMBER = '0020,0011'; |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
34 var SERIES_DESCRIPTION = '0008,103e'; |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
35 var MODALITY = '0008,0060'; |
1807
634ff8993f6a
Stone Web viewer: Patient birth date is now displayed in the overlays
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1761
diff
changeset
|
36 var PATIENT_BIRTH_DATE = '0010,0030'; |
2015
d0e68dd335dd
patient sex is displayed in the top-left information panel
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2014
diff
changeset
|
37 var PATIENT_SEX = '0010,0040'; |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
38 |
1657
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
39 // Registry of the PDF series for which the instance metadata is still waiting |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
40 var pendingSeriesPdf_ = {}; |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
41 |
1820
5baaad557d58
don't change mouse tool after creating an annotation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
42 var MOUSE_TOOL_COMBINED = 1; |
5baaad557d58
don't change mouse tool after creating an annotation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
43 var MOUSE_TOOL_ZOOM = 2; |
5baaad557d58
don't change mouse tool after creating an annotation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
44 var MOUSE_TOOL_PAN = 3; |
5baaad557d58
don't change mouse tool after creating an annotation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
45 var MOUSE_TOOL_CROSSHAIR = 4; |
1998
1fa3f484008e
added arrows to AnnotationsSceneLayer::Segment
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1996
diff
changeset
|
46 var MOUSE_TOOL_CREATE_LENGTH = 5; |
1820
5baaad557d58
don't change mouse tool after creating an annotation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
47 var MOUSE_TOOL_CREATE_ANGLE = 6; |
5baaad557d58
don't change mouse tool after creating an annotation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
48 var MOUSE_TOOL_CREATE_CIRCLE = 7; |
5baaad557d58
don't change mouse tool after creating an annotation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
49 var MOUSE_TOOL_REMOVE_MEASURE = 8; |
1982
ba45e1b0812a
preparing interfaces for rectangle probe, ellipse probe and text annotations
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1980
diff
changeset
|
50 var MOUSE_TOOL_CREATE_PIXEL_PROBE = 9; // New in 2.4 |
ba45e1b0812a
preparing interfaces for rectangle probe, ellipse probe and text annotations
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1980
diff
changeset
|
51 var MOUSE_TOOL_CREATE_ELLIPSE_PROBE = 10; // New in 2.4 |
ba45e1b0812a
preparing interfaces for rectangle probe, ellipse probe and text annotations
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1980
diff
changeset
|
52 var MOUSE_TOOL_CREATE_RECTANGLE_PROBE = 11; // New in 2.4 |
ba45e1b0812a
preparing interfaces for rectangle probe, ellipse probe and text annotations
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1980
diff
changeset
|
53 var MOUSE_TOOL_CREATE_TEXT_ANNOTATION = 12; // New in 2.4 |
1993
317a53d4fdc6
added magnifying glass
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1989
diff
changeset
|
54 var MOUSE_TOOL_MAGNIFYING_GLASS = 13; // New in 2.4 |
1820
5baaad557d58
don't change mouse tool after creating an annotation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
55 |
2023
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
56 var hasAuthorizationToken = false; |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
57 var axiosHeaders = {}; |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
58 |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
59 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
60 function getParameterFromUrl(key) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
61 var url = window.location.search.substring(1); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
62 var args = url.split('&'); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
63 for (var i = 0; i < args.length; i++) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
64 var arg = args[i].split('='); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
65 if (arg[0] == key) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
66 return arg[1]; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
67 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
68 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
69 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
70 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
71 |
1701
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
72 // https://stackoverflow.com/a/21797381/881731 |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
73 function Base64ToArrayBuffer(base64) { |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
74 var binary_string = window.atob(base64); |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
75 var len = binary_string.length; |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
76 var bytes = new Uint8Array(len); |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
77 for (var i = 0; i < len; i++) { |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
78 bytes[i] = binary_string.charCodeAt(i); |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
79 } |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
80 return bytes.buffer; |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
81 } |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
82 |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
83 |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
84 function SaveDataUriScheme(filename, dataUriScheme) { |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
85 var mimeType = dataUriScheme.split(',')[0].split(':')[1].split(';')[0]; |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
86 var base64 = dataUriScheme.split(',')[1]; |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
87 |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
88 var blob = new Blob([ Base64ToArrayBuffer(base64) ], { |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
89 type: mimeType |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
90 }); |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
91 |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
92 var link = document.createElement('a'); |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
93 link.href = window.URL.createObjectURL(blob); |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
94 link.download = filename; |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
95 link.click(); |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
96 }; |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
97 |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
98 |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
99 // Check out "enum WebViewerAction" in "StoneWebViewer.cpp" for the |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
100 // possible values |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
101 function ConvertMouseAction(config, defaultAction) |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
102 { |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
103 if (config === undefined) { |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
104 return defaultAction; |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
105 } |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
106 if (config == "Windowing") { |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
107 return stone.WebViewerAction.WINDOWING; |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
108 } |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
109 else if (config == "Zoom") { |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
110 return stone.WebViewerAction.ZOOM; |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
111 } |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
112 else if (config == "Pan") { |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
113 return stone.WebViewerAction.PAN; |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
114 } |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
115 else if (config == "Rotate") { |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
116 return stone.WebViewerAction.ROTATE; |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
117 } |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
118 else if (config == "Crosshair") { |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
119 return stone.WebViewerAction.CROSSHAIR; |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
120 } |
1993
317a53d4fdc6
added magnifying glass
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1989
diff
changeset
|
121 else if (config == "MagnifyingGlass") { |
317a53d4fdc6
added magnifying glass
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1989
diff
changeset
|
122 return stone.WebViewerAction.MAGNIFYING_GLASS; |
317a53d4fdc6
added magnifying glass
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1989
diff
changeset
|
123 } |
1701
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
124 else { |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
125 alert('Unsupported mouse action in the configuration file: ' + config); |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
126 return stone.WebViewerAction.PAN; |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
127 } |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
128 } |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
129 |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
130 |
2020
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
131 function LookupIndexOfResource(array, tag, value) { |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
132 for (var i = 0; i < array.length; i++) { |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
133 if (array[i].tags[tag] == value) { |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
134 return i; |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
135 } |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
136 } |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
137 |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
138 return -1; |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
139 } |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
140 |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
141 |
1709
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
142 /** |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
143 * Enable support for tooltips in Bootstrap. This function must be |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
144 * called after each modification to the DOM that introduces new |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
145 * tooltips (e.g. after loading studies). |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
146 **/ |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
147 function RefreshTooltips() |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
148 { |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
149 $('[data-toggle="tooltip"]').tooltip({ |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
150 placement: 'bottom', |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
151 container: 'body', |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
152 trigger: 'hover' |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
153 }); |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
154 } |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
155 |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
156 |
2023
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
157 function TriggerDownloadFromUri(uri, filename, mime) |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
158 { |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
159 if (hasAuthorizationToken) { |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
160 axios.get(uri, { |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
161 headers: axiosHeaders, |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
162 responseType: 'arraybuffer' |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
163 }) |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
164 .then(function(response) { |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
165 const blob = new Blob([ response.data ], { type: mime }); |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
166 const url = URL.createObjectURL(blob); |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
167 |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
168 //window.open(url, '_blank'); |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
169 |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
170 // https://stackoverflow.com/a/19328891 |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
171 var a = document.createElement("a"); |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
172 document.body.appendChild(a); |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
173 a.style = "display: none"; |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
174 a.href = url; |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
175 a.download = filename; |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
176 a.click(); |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
177 window.URL.revokeObjectURL(url); |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
178 }); |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
179 |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
180 } else { |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
181 // This version was used in Stone Web viewer <= 2.4, but doesn't |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
182 // work with authorization headers |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
183 |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
184 /** |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
185 * The use of "window.open()" below might be blocked (depending on |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
186 * the browser criteria to block popup). As a consequence, we |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
187 * prefer to set "window.location". |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
188 * https://www.nngroup.com/articles/the-top-ten-web-design-mistakes-of-1999/ |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
189 **/ |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
190 // window.open(uri, '_blank'); |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
191 window.location.href = uri; |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
192 } |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
193 } |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
194 |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
195 |
2014
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
196 /** |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
197 * The "mousemove" and "mouseup" events were added in Stone Web viewer |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
198 * 2.5 to allow click/drag on the vertical scrollbar. |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
199 **/ |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
200 var activeVerticalScrollbarViewport = null; |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
201 var activeVerticalScrollbarTarget = null; |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
202 |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
203 window.addEventListener('mousemove', function(event) { |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
204 if (activeVerticalScrollbarViewport !== null) { |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
205 activeVerticalScrollbarViewport.ClickVerticalScrollbar(event, activeVerticalScrollbarTarget); |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
206 event.preventDefault(); |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
207 } |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
208 }); |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
209 |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
210 window.addEventListener('mouseup', function(event) { |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
211 activeVerticalScrollbarViewport = null; |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
212 }); |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
213 |
1701
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
214 |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
215 Vue.component('viewport', { |
1704
902d13889ae4
LoadMultipartInstanceInViewport() in C++
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1703
diff
changeset
|
216 props: [ 'left', 'top', 'width', 'height', 'canvasId', 'active', 'content', 'viewportIndex', |
1710
673c163e1b3e
playing videos if Orthanc is not available
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1709
diff
changeset
|
217 'showInfo', 'globalConfiguration' ], |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
218 template: '#viewport-template', |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
219 data: function () { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
220 return { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
221 stone: stone, // To access global object "stone" from "index.html" |
1672
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
222 status: 'waiting', |
1673
dd50f8a1a2be
simplifying Vue.js viewport component
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1672
diff
changeset
|
223 currentFrame: 0, |
1968
ed5a0b9183dc
The text field with the instance number is editable to go to a specific instance
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1967
diff
changeset
|
224 currentFrameFromUser: 0, |
1674
0621e523b670
number of frames in badge
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1673
diff
changeset
|
225 numberOfFrames: 0, |
1673
dd50f8a1a2be
simplifying Vue.js viewport component
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1672
diff
changeset
|
226 quality: '', |
1672
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
227 cineControls: false, |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
228 cineIncrement: 0, |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
229 cineFramesPerSecond: 30, |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
230 cineTimeoutId: null, |
1710
673c163e1b3e
playing videos if Orthanc is not available
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1709
diff
changeset
|
231 cineLoadingFrame: false, |
1720
b8d19f53aaca
display the instance number, and the wc/ww info (work-in-progress)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1718
diff
changeset
|
232 videoUri: '', |
b8d19f53aaca
display the instance number, and the wc/ww info (work-in-progress)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1718
diff
changeset
|
233 windowingCenter: 0, |
b8d19f53aaca
display the instance number, and the wc/ww info (work-in-progress)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1718
diff
changeset
|
234 windowingWidth: 0, |
1859
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
235 instanceNumber: 0, |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
236 contentDate: '', |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
237 contentTime: '', |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
238 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
239 }, |
1672
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
240 watch: { |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
241 currentFrame: function(newVal, oldVal) { |
1968
ed5a0b9183dc
The text field with the instance number is editable to go to a specific instance
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1967
diff
changeset
|
242 this.currentFrameFromUser = newVal + 1; |
1967
b180233143ae
Added vertical slider showing position of the current frame inside the series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1959
diff
changeset
|
243 if (this.cineLoadingFrame) { |
b180233143ae
Added vertical slider showing position of the current frame inside the series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1959
diff
changeset
|
244 /** |
b180233143ae
Added vertical slider showing position of the current frame inside the series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1959
diff
changeset
|
245 * The "FrameUpdated" event has been received, which indicates |
b180233143ae
Added vertical slider showing position of the current frame inside the series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1959
diff
changeset
|
246 * that the schedule frame has been displayed: The cine loop can |
b180233143ae
Added vertical slider showing position of the current frame inside the series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1959
diff
changeset
|
247 * proceed to the next frame (check out "CineCallback()"). |
b180233143ae
Added vertical slider showing position of the current frame inside the series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1959
diff
changeset
|
248 **/ |
b180233143ae
Added vertical slider showing position of the current frame inside the series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1959
diff
changeset
|
249 this.cineLoadingFrame = false; |
b180233143ae
Added vertical slider showing position of the current frame inside the series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1959
diff
changeset
|
250 } else { |
b180233143ae
Added vertical slider showing position of the current frame inside the series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1959
diff
changeset
|
251 stone.SetFrame(this.canvasId, newVal); |
b180233143ae
Added vertical slider showing position of the current frame inside the series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1959
diff
changeset
|
252 } |
1672
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
253 }, |
1968
ed5a0b9183dc
The text field with the instance number is editable to go to a specific instance
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1967
diff
changeset
|
254 currentFrameFromUser: function(newVal, oldVal) { |
ed5a0b9183dc
The text field with the instance number is editable to go to a specific instance
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1967
diff
changeset
|
255 if (parseInt(newVal, 10) !== NaN && |
ed5a0b9183dc
The text field with the instance number is editable to go to a specific instance
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1967
diff
changeset
|
256 newVal >= 1 && |
ed5a0b9183dc
The text field with the instance number is editable to go to a specific instance
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1967
diff
changeset
|
257 newVal <= this.numberOfFrames) { |
ed5a0b9183dc
The text field with the instance number is editable to go to a specific instance
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1967
diff
changeset
|
258 this.currentFrame = this.currentFrameFromUser - 1; |
ed5a0b9183dc
The text field with the instance number is editable to go to a specific instance
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1967
diff
changeset
|
259 } |
ed5a0b9183dc
The text field with the instance number is editable to go to a specific instance
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1967
diff
changeset
|
260 }, |
1704
902d13889ae4
LoadMultipartInstanceInViewport() in C++
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1703
diff
changeset
|
261 content: function(newVal, oldVal) { |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
262 this.status = 'loading'; |
1672
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
263 this.cineControls = false; |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
264 this.cineMode = ''; |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
265 this.cineLoadingFrame = false; |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
266 this.cineRate = 30; // Default value |
1720
b8d19f53aaca
display the instance number, and the wc/ww info (work-in-progress)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1718
diff
changeset
|
267 this.windowingCenter = 0; |
b8d19f53aaca
display the instance number, and the wc/ww info (work-in-progress)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1718
diff
changeset
|
268 this.windowingWidth = 0; |
b8d19f53aaca
display the instance number, and the wc/ww info (work-in-progress)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1718
diff
changeset
|
269 this.instanceNumber = 0; |
1859
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
270 this.contentDate = ''; |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
271 this.contentTime = '' |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
272 |
1672
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
273 if (this.cineTimeoutId !== null) { |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
274 clearTimeout(this.cineTimeoutId); |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
275 this.cineTimeoutId = null; |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
276 } |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
277 |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
278 var studyInstanceUid = newVal.series.tags[STUDY_INSTANCE_UID]; |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
279 var seriesInstanceUid = newVal.series.tags[SERIES_INSTANCE_UID]; |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
280 stone.SpeedUpFetchSeriesMetadata(studyInstanceUid, seriesInstanceUid); |
1672
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
281 |
1920
05f0327d26c8
added logs in app.js
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1871
diff
changeset
|
282 if (newVal.series.type == stone.ThumbnailType.IMAGE || |
05f0327d26c8
added logs in app.js
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1871
diff
changeset
|
283 newVal.series.type == stone.ThumbnailType.NO_PREVIEW) { |
05f0327d26c8
added logs in app.js
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1871
diff
changeset
|
284 if (newVal.series.complete) { |
05f0327d26c8
added logs in app.js
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1871
diff
changeset
|
285 this.status = 'ready'; |
05f0327d26c8
added logs in app.js
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1871
diff
changeset
|
286 |
05f0327d26c8
added logs in app.js
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1871
diff
changeset
|
287 var that = this; |
05f0327d26c8
added logs in app.js
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1871
diff
changeset
|
288 Vue.nextTick(function() { |
05f0327d26c8
added logs in app.js
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1871
diff
changeset
|
289 if (newVal.virtualSeriesId !== undefined && |
05f0327d26c8
added logs in app.js
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1871
diff
changeset
|
290 newVal.virtualSeriesId.length > 0) { |
05f0327d26c8
added logs in app.js
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1871
diff
changeset
|
291 stone.LoadVirtualSeriesInViewport(that.canvasId, newVal.virtualSeriesId); |
05f0327d26c8
added logs in app.js
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1871
diff
changeset
|
292 } |
05f0327d26c8
added logs in app.js
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1871
diff
changeset
|
293 else { |
05f0327d26c8
added logs in app.js
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1871
diff
changeset
|
294 stone.LoadSeriesInViewport(that.canvasId, seriesInstanceUid); |
05f0327d26c8
added logs in app.js
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1871
diff
changeset
|
295 } |
05f0327d26c8
added logs in app.js
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1871
diff
changeset
|
296 }); |
05f0327d26c8
added logs in app.js
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1871
diff
changeset
|
297 } else { |
05f0327d26c8
added logs in app.js
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1871
diff
changeset
|
298 console.warn('Series is incomplete: ' + seriesInstanceUid); |
05f0327d26c8
added logs in app.js
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1871
diff
changeset
|
299 } |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
300 } |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
301 else if (newVal.series.type == stone.ThumbnailType.PDF) { |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
302 if (newVal.series.complete) { |
1657
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
303 /** |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
304 * Series is complete <=> One already knows about the |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
305 * SOPInstanceUIDs that are available in this series. As a |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
306 * consequence, |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
307 * "OrthancStone::SeriesMetadataLoader::Accessor" will not |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
308 * be empty in "ResourcesLoader::FetchPdf()" in C++ code. |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
309 **/ |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
310 stone.FetchPdf(studyInstanceUid, seriesInstanceUid); |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
311 } else { |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
312 /** |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
313 * The SOPInstanceUIDs in this series are not known |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
314 * yet. Schedule an "stone.FetchPdf()" one the series |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
315 * metadata is available. |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
316 **/ |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
317 pendingSeriesPdf_[seriesInstanceUid] = true; |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
318 } |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
319 } |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
320 else if (newVal.series.type == stone.ThumbnailType.VIDEO) { |
1661
e4589378ad8b
warning message about unsupported videos
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1657
diff
changeset
|
321 this.status = 'video'; |
1710
673c163e1b3e
playing videos if Orthanc is not available
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1709
diff
changeset
|
322 this.videoUri = ''; |
673c163e1b3e
playing videos if Orthanc is not available
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1709
diff
changeset
|
323 if (this.globalConfiguration.OrthancApiRoot) { |
673c163e1b3e
playing videos if Orthanc is not available
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1709
diff
changeset
|
324 var that = this; |
2023
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
325 axios.post(that.globalConfiguration.OrthancApiRoot + '/tools/find', { |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
326 Level : 'Instance', |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
327 Query : { |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
328 StudyInstanceUID: studyInstanceUid |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
329 } |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
330 }, { |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
331 headers: axiosHeaders |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
332 }) |
1710
673c163e1b3e
playing videos if Orthanc is not available
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1709
diff
changeset
|
333 .then(function(response) { |
673c163e1b3e
playing videos if Orthanc is not available
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1709
diff
changeset
|
334 if (response.data.length != 1) { |
673c163e1b3e
playing videos if Orthanc is not available
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1709
diff
changeset
|
335 throw(''); |
673c163e1b3e
playing videos if Orthanc is not available
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1709
diff
changeset
|
336 } |
673c163e1b3e
playing videos if Orthanc is not available
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1709
diff
changeset
|
337 else { |
2023
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
338 var uri = that.globalConfiguration.OrthancApiRoot + '/instances/' + response.data[0] + '/frames/0/raw'; |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
339 |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
340 if (hasAuthorizationToken) { |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
341 axios.get(uri, { |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
342 headers: axiosHeaders, |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
343 responseType: 'arraybuffer' |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
344 }) |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
345 .then(function(response) { |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
346 const blob = new Blob([ response.data ]); |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
347 that.videoUri = URL.createObjectURL(blob); |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
348 }); |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
349 } else { |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
350 that.videoUri = uri; |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
351 } |
1710
673c163e1b3e
playing videos if Orthanc is not available
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1709
diff
changeset
|
352 } |
673c163e1b3e
playing videos if Orthanc is not available
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1709
diff
changeset
|
353 }) |
673c163e1b3e
playing videos if Orthanc is not available
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1709
diff
changeset
|
354 .catch(function(error) { |
673c163e1b3e
playing videos if Orthanc is not available
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1709
diff
changeset
|
355 alert('Cannot find the video in Orthanc'); |
673c163e1b3e
playing videos if Orthanc is not available
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1709
diff
changeset
|
356 }); |
673c163e1b3e
playing videos if Orthanc is not available
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1709
diff
changeset
|
357 } |
673c163e1b3e
playing videos if Orthanc is not available
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1709
diff
changeset
|
358 else { |
673c163e1b3e
playing videos if Orthanc is not available
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1709
diff
changeset
|
359 console.warn('Videos are not supported by the Stone Web viewer alone yet, the Orthanc REST API is needed'); |
673c163e1b3e
playing videos if Orthanc is not available
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1709
diff
changeset
|
360 } |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
361 } |
1920
05f0327d26c8
added logs in app.js
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1871
diff
changeset
|
362 else { |
05f0327d26c8
added logs in app.js
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1871
diff
changeset
|
363 console.error('Unable to handle this series: ' + seriesInstanceUid); |
05f0327d26c8
added logs in app.js
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1871
diff
changeset
|
364 } |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
365 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
366 }, |
1657
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
367 mounted: function() { |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
368 var that = this; |
1672
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
369 |
1673
dd50f8a1a2be
simplifying Vue.js viewport component
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1672
diff
changeset
|
370 window.addEventListener('FrameUpdated', function(args) { |
dd50f8a1a2be
simplifying Vue.js viewport component
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1672
diff
changeset
|
371 if (args.detail.canvasId == that.canvasId) { |
1949
d3ae6858e77b
more consistent handling of numberOfFrames
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1947
diff
changeset
|
372 that.currentFrame = args.detail.currentFrame; |
1674
0621e523b670
number of frames in badge
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1673
diff
changeset
|
373 that.numberOfFrames = args.detail.numberOfFrames; |
1673
dd50f8a1a2be
simplifying Vue.js viewport component
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1672
diff
changeset
|
374 that.quality = args.detail.quality; |
1720
b8d19f53aaca
display the instance number, and the wc/ww info (work-in-progress)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1718
diff
changeset
|
375 that.instanceNumber = args.detail.instanceNumber; |
1859
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
376 that.contentDate = args.detail.contentDate; |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
377 that.contentTime = args.detail.contentTime; |
1673
dd50f8a1a2be
simplifying Vue.js viewport component
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1672
diff
changeset
|
378 } |
dd50f8a1a2be
simplifying Vue.js viewport component
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1672
diff
changeset
|
379 }); |
dd50f8a1a2be
simplifying Vue.js viewport component
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1672
diff
changeset
|
380 |
1672
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
381 window.addEventListener('SeriesDetailsReady', function(args) { |
1673
dd50f8a1a2be
simplifying Vue.js viewport component
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1672
diff
changeset
|
382 if (args.detail.canvasId == that.canvasId) { |
dd50f8a1a2be
simplifying Vue.js viewport component
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1672
diff
changeset
|
383 that.cineFramesPerSecond = stone.GetCineRate(that.canvasId); |
1672
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
384 } |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
385 }); |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
386 |
1657
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
387 window.addEventListener('PdfLoaded', function(args) { |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
388 var studyInstanceUid = args.detail.studyInstanceUid; |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
389 var seriesInstanceUid = args.detail.seriesInstanceUid; |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
390 var pdfPointer = args.detail.pdfPointer; |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
391 var pdfSize = args.detail.pdfSize; |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
392 |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
393 if ('tags' in that.content.series && |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
394 that.content.series.tags[STUDY_INSTANCE_UID] == studyInstanceUid && |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
395 that.content.series.tags[SERIES_INSTANCE_UID] == seriesInstanceUid) { |
1657
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
396 |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
397 that.status = 'pdf'; |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
398 var pdf = new Uint8Array(HEAPU8.subarray(pdfPointer, pdfPointer + pdfSize)); |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
399 |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
400 /** |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
401 * It is not possible to bind an "Uint8Array" to a "props" |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
402 * in the "pdf-viewer" component. So we have to directly |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
403 * call the method of a component. But, "$refs are only |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
404 * populated after the component has been rendered", so we |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
405 * wait for the next rendering. |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
406 * https://vuejs.org/v2/guide/components-edge-cases.html#Accessing-Child-Component-Instances-amp-Child-Elements |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
407 **/ |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
408 Vue.nextTick(function() { |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
409 that.$refs.pdfViewer.LoadPdf(pdf); |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
410 }); |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
411 } |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
412 }); |
1720
b8d19f53aaca
display the instance number, and the wc/ww info (work-in-progress)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1718
diff
changeset
|
413 |
b8d19f53aaca
display the instance number, and the wc/ww info (work-in-progress)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1718
diff
changeset
|
414 window.addEventListener('WindowingUpdated', function(args) { |
b8d19f53aaca
display the instance number, and the wc/ww info (work-in-progress)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1718
diff
changeset
|
415 if (args.detail.canvasId == that.canvasId) { |
b8d19f53aaca
display the instance number, and the wc/ww info (work-in-progress)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1718
diff
changeset
|
416 that.windowingCenter = args.detail.windowingCenter; |
b8d19f53aaca
display the instance number, and the wc/ww info (work-in-progress)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1718
diff
changeset
|
417 that.windowingWidth = args.detail.windowingWidth; |
b8d19f53aaca
display the instance number, and the wc/ww info (work-in-progress)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1718
diff
changeset
|
418 } |
b8d19f53aaca
display the instance number, and the wc/ww info (work-in-progress)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1718
diff
changeset
|
419 }); |
2019
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
420 |
2020
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
421 window.addEventListener('KeyCineSwitch', function(args) { |
2019
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
422 if (that.active) { |
2020
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
423 that.KeyCineSwitch(); |
2019
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
424 } |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
425 }); |
1657
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
426 }, |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
427 methods: { |
1703
76c590a62755
start work on series with multiple multiframe instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1702
diff
changeset
|
428 DragDrop: function(event) { |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
429 event.preventDefault(); |
1547
bf195fc0797e
fix for Microsoft Edge
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1538
diff
changeset
|
430 |
bf195fc0797e
fix for Microsoft Edge
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1538
diff
changeset
|
431 // The "parseInt()" is because of Microsoft Edge Legacy (*) |
1704
902d13889ae4
LoadMultipartInstanceInViewport() in C++
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1703
diff
changeset
|
432 this.$emit('updated-series', { |
902d13889ae4
LoadMultipartInstanceInViewport() in C++
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1703
diff
changeset
|
433 seriesIndex: parseInt(event.dataTransfer.getData('seriesIndex'), 10), |
1849
023cce3d7844
introduction of the concept of "virtual series"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1843
diff
changeset
|
434 virtualSeriesId: event.dataTransfer.getData('virtualSeriesId') |
1704
902d13889ae4
LoadMultipartInstanceInViewport() in C++
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1703
diff
changeset
|
435 }); |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
436 }, |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
437 MakeActive: function() { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
438 this.$emit('selected-viewport'); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
439 }, |
1672
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
440 DecrementFrame: function(isCircular) { |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
441 return stone.DecrementFrame(this.canvasId, isCircular); |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
442 }, |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
443 IncrementFrame: function(isCircular) { |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
444 return stone.IncrementFrame(this.canvasId, isCircular); |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
445 }, |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
446 CinePlay: function() { |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
447 this.cineControls = true; |
2019
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
448 this.cineIncrement = -1; |
1672
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
449 this.UpdateCine(); |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
450 }, |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
451 CinePause: function() { |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
452 if (this.cineIncrement == 0) { |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
453 // Two clicks on the "pause" button will hide the playback control |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
454 this.cineControls = !this.cineControls; |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
455 } else { |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
456 this.cineIncrement = 0; |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
457 this.UpdateCine(); |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
458 } |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
459 }, |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
460 CineBackward: function() { |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
461 this.cineControls = true; |
2019
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
462 this.cineIncrement = 1; |
1672
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
463 this.UpdateCine(); |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
464 }, |
2020
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
465 KeyCineSwitch: function() { |
2019
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
466 if (this.cineIncrement != 0) { |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
467 this.CinePause(); |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
468 } else { |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
469 this.CinePlay(); |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
470 } |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
471 }, |
1672
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
472 UpdateCine: function() { |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
473 // Cancel the previous cine loop, if any |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
474 if (this.cineTimeoutId !== null) { |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
475 clearTimeout(this.cineTimeoutId); |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
476 this.cineTimeoutId = null; |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
477 } |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
478 |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
479 this.cineLoadingFrame = false; |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
480 |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
481 if (this.cineIncrement != 0) { |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
482 this.CineCallback(); |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
483 } |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
484 }, |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
485 CineCallback: function() { |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
486 var reschedule; |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
487 |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
488 if (this.cineLoadingFrame) { |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
489 /** |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
490 * Wait until the frame scheduled by the previous call to |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
491 * "CineCallback()" is actually displayed (i.e. we monitor the |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
492 * "FrameUpdated" event). Otherwise, the background loading |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
493 * process of the DICOM frames in C++ might be behind the |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
494 * advancement of the current frame, which freezes the |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
495 * display. |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
496 **/ |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
497 reschedule = true; |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
498 } else { |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
499 this.cineLoadingFrame = true; |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
500 |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
501 if (this.cineIncrement == 1) { |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
502 reschedule = this.DecrementFrame(true /* circular */); |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
503 } else if (this.cineIncrement == -1) { |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
504 reschedule = this.IncrementFrame(true /* circular */); |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
505 } else { |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
506 reschedule = false; // Increment is zero, this test is just for safety |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
507 } |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
508 } |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
509 |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
510 if (reschedule) { |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
511 this.cineTimeoutId = setTimeout(this.CineCallback, 1000.0 / this.cineFramesPerSecond); |
570398585b5f
start support of cine sequences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1665
diff
changeset
|
512 } |
2013 | 513 }, |
2014
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
514 ClickVerticalScrollbar: function(event, target) { |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
515 if (target == undefined) { |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
516 target = event.currentTarget; |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
517 activeVerticalScrollbarViewport = this; |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
518 activeVerticalScrollbarTarget = target; |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
519 } |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
520 |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
521 var offset = target.getClientRects()[0]; |
2013 | 522 var y = event.clientY - offset.top; |
2014
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
523 var height = target.offsetHeight; |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
524 var frame = Math.min(this.numberOfFrames - 1, Math.floor(y * this.numberOfFrames / (height - 1))); |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
525 |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
526 if (frame >= 0 && |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
527 frame < this.numberOfFrames) { |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
528 this.currentFrame = frame; |
a7b5cb068fb8
click-drag is available on the vertical slider
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2013
diff
changeset
|
529 } |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
530 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
531 } |
1651 | 532 }); |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
533 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
534 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
535 var app = new Vue({ |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
536 el: '#wv', |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
537 data: function() { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
538 return { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
539 stone: stone, // To access global object "stone" from "index.html" |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
540 ready: false, |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
541 leftMode: 'grid', // Can be 'small', 'grid' or 'full' |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
542 leftVisible: true, |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
543 viewportLayoutButtonsVisible: false, |
1561
cf652990abb1
tunable mouse actions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1554
diff
changeset
|
544 mouseActionsVisible: false, |
2010
25d269c7b753
grouping annotations into one submenu for narrow screens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2001
diff
changeset
|
545 annotationActionsVisible: false, |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
546 activeViewport: 0, |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
547 showInfo: true, |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
548 showReferenceLines: true, |
1693
eafb10992e73
synchronized browsing
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1692
diff
changeset
|
549 synchronizedBrowsing: false, |
1697
c2802561d7f9
"PrintEnabled" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1696
diff
changeset
|
550 globalConfiguration: {}, |
1709
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
551 creatingArchive: false, |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
552 archiveJob: '', |
1820
5baaad557d58
don't change mouse tool after creating an annotation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
553 mouseTool: 0, |
1843
251d7f7a6c4e
New configuration option "DownloadDicomDir" in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1842
diff
changeset
|
554 orthancSystem: {}, // Only available if "OrthancApiRoot" configuration option is set |
1827
21ccc00839f7
upgrade to Emscripten 2.0.23
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1824
diff
changeset
|
555 stoneWebViewerVersion: '...', |
21ccc00839f7
upgrade to Emscripten 2.0.23
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1824
diff
changeset
|
556 emscriptenVersion: '...', |
2017
7e45941acc1d
automatically open the first series to be loaded
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2016
diff
changeset
|
557 isFirstSeries: true, |
1552
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
558 |
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
559 modalWarning: false, |
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
560 modalNotDiagnostic: false, |
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
561 modalPreferences: false, |
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
562 |
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
563 // User preferences (stored in the local storage) |
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
564 settingNotDiagnostic: true, |
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
565 settingSoftwareRendering: false, |
1996
6e4ef6e3b2bf
linear interpolation of images can be turned off in the user preferences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1993
diff
changeset
|
566 settingLinearInterpolation: true, |
1562
2a4a6b967053
starting work on print
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1561
diff
changeset
|
567 |
2a4a6b967053
starting work on print
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1561
diff
changeset
|
568 layoutCountX: 1, |
2a4a6b967053
starting work on print
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1561
diff
changeset
|
569 layoutCountY: 1, |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
570 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
571 viewport1Width: '100%', |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
572 viewport1Height: '100%', |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
573 viewport1Left: '0%', |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
574 viewport1Top: '0%', |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
575 viewport1Visible: true, |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
576 viewport1Content: { series: {} }, |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
577 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
578 viewport2Width: '100%', |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
579 viewport2Height: '100%', |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
580 viewport2Left: '0%', |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
581 viewport2Top: '0%', |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
582 viewport2Visible: false, |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
583 viewport2Content: { series: {} }, |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
584 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
585 viewport3Width: '100%', |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
586 viewport3Height: '100%', |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
587 viewport3Left: '0%', |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
588 viewport3Top: '0%', |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
589 viewport3Visible: false, |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
590 viewport3Content: { series: {} }, |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
591 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
592 viewport4Width: '100%', |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
593 viewport4Height: '100%', |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
594 viewport4Left: '0%', |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
595 viewport4Top: '0%', |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
596 viewport4Visible: false, |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
597 viewport4Content: { series: {} }, |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
598 |
1681
f2e8b3ac1dcd
handling multiple windowing presets in the Stone web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1677
diff
changeset
|
599 showWindowing: false, |
f2e8b3ac1dcd
handling multiple windowing presets in the Stone web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1677
diff
changeset
|
600 windowingPresets: [], |
f2e8b3ac1dcd
handling multiple windowing presets in the Stone web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1677
diff
changeset
|
601 |
1692
e787b52d025f
"selectedStudies" argument to replace "selectedStudyIds" from Osimis Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1691
diff
changeset
|
602 selectedStudies: [], |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
603 series: [], |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
604 studies: [], |
1703
76c590a62755
start work on series with multiple multiframe instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1702
diff
changeset
|
605 seriesIndex: {}, // Maps "SeriesInstanceUID" to "index in this.series" |
1849
023cce3d7844
introduction of the concept of "virtual series"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1843
diff
changeset
|
606 virtualSeriesThumbnails: {} |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
607 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
608 }, |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
609 computed: { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
610 getSelectedStudies() { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
611 var s = ''; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
612 for (var i = 0; i < this.studies.length; i++) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
613 if (this.studies[i].selected) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
614 if (s.length > 0) |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
615 s += ', '; |
1698
8805a6a01655
"DateFormat" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1697
diff
changeset
|
616 s += this.studies[i].tags[STUDY_DESCRIPTION]; |
8805a6a01655
"DateFormat" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1697
diff
changeset
|
617 |
8805a6a01655
"DateFormat" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1697
diff
changeset
|
618 var date = this.studies[i].tags[STUDY_DATE]; |
8805a6a01655
"DateFormat" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1697
diff
changeset
|
619 if (date.length > 0) { |
8805a6a01655
"DateFormat" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1697
diff
changeset
|
620 s += ' [' + this.FormatDate(date) + ']'; |
8805a6a01655
"DateFormat" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1697
diff
changeset
|
621 } |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
622 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
623 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
624 if (s.length == 0) |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
625 return '...'; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
626 else |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
627 return s; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
628 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
629 }, |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
630 watch: { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
631 leftVisible: function(newVal, oldVal) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
632 this.FitContent(); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
633 }, |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
634 showReferenceLines: function(newVal, oldVal) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
635 stone.ShowReferenceLines(newVal ? 1 : 0); |
1552
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
636 }, |
1693
eafb10992e73
synchronized browsing
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1692
diff
changeset
|
637 synchronizedBrowsing: function(newVal, oldVal) { |
eafb10992e73
synchronized browsing
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1692
diff
changeset
|
638 stone.SetSynchronizedBrowsingEnabled(newVal ? 1 : 0); |
eafb10992e73
synchronized browsing
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1692
diff
changeset
|
639 }, |
1552
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
640 settingNotDiagnostic: function(newVal, oldVal) { |
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
641 localStorage.settingNotDiagnostic = (newVal ? '1' : '0'); |
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
642 }, |
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
643 settingSoftwareRendering: function(newVal, oldVal) { |
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
644 localStorage.settingSoftwareRendering = (newVal ? '1' : '0'); |
1996
6e4ef6e3b2bf
linear interpolation of images can be turned off in the user preferences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1993
diff
changeset
|
645 }, |
6e4ef6e3b2bf
linear interpolation of images can be turned off in the user preferences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1993
diff
changeset
|
646 settingLinearInterpolation: function(newVal, oldVal) { |
6e4ef6e3b2bf
linear interpolation of images can be turned off in the user preferences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1993
diff
changeset
|
647 localStorage.settingLinearInterpolation = (newVal ? '1' : '0'); |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
648 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
649 }, |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
650 methods: { |
1561
cf652990abb1
tunable mouse actions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1554
diff
changeset
|
651 FitContent: function() { |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
652 // This function can be used even if WebAssembly is not initialized yet |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
653 if (typeof stone._AllViewportsUpdateSize !== 'undefined') { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
654 this.$nextTick(function () { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
655 stone.AllViewportsUpdateSize(true /* fit content */); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
656 }); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
657 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
658 }, |
2020
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
659 |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
660 GetActiveViewportSeriesTags: function() { |
2022
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
661 if (this.activeViewport == 1) { |
2020
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
662 return this.viewport1Content.series.tags; |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
663 } |
2022
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
664 else if (this.activeViewport == 2) { |
2020
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
665 return this.viewport2Content.series.tags; |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
666 } |
2022
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
667 else if (this.activeViewport == 3) { |
2020
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
668 return this.viewport3Content.series.tags; |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
669 } |
2022
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
670 else if (this.activeViewport == 4) { |
2020
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
671 return this.viewport4Content.series.tags; |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
672 } |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
673 else { |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
674 return null; |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
675 } |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
676 }, |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
677 |
2020
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
678 GetActiveSeriesInstanceUid: function() { |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
679 var s = []; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
680 |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
681 if ('tags' in this.viewport1Content.series) |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
682 s.push(this.viewport1Content.series.tags[SERIES_INSTANCE_UID]); |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
683 |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
684 if ('tags' in this.viewport2Content.series) |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
685 s.push(this.viewport2Content.series.tags[SERIES_INSTANCE_UID]); |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
686 |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
687 if ('tags' in this.viewport3Content.series) |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
688 s.push(this.viewport3Content.series.tags[SERIES_INSTANCE_UID]); |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
689 |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
690 if ('tags' in this.viewport4Content.series) |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
691 s.push(this.viewport4Content.series.tags[SERIES_INSTANCE_UID]); |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
692 |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
693 return s; |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
694 }, |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
695 |
1849
023cce3d7844
introduction of the concept of "virtual series"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1843
diff
changeset
|
696 GetActiveVirtualSeries: function() { |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
697 var s = []; |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
698 |
1849
023cce3d7844
introduction of the concept of "virtual series"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1843
diff
changeset
|
699 if ('virtualSeriesId' in this.viewport1Content) |
023cce3d7844
introduction of the concept of "virtual series"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1843
diff
changeset
|
700 s.push(this.viewport1Content.virtualSeriesId); |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
701 |
1849
023cce3d7844
introduction of the concept of "virtual series"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1843
diff
changeset
|
702 if ('virtualSeriesId' in this.viewport2Content) |
023cce3d7844
introduction of the concept of "virtual series"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1843
diff
changeset
|
703 s.push(this.viewport2Content.virtualSeriesId); |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
704 |
1849
023cce3d7844
introduction of the concept of "virtual series"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1843
diff
changeset
|
705 if ('virtualSeriesId' in this.viewport3Content) |
023cce3d7844
introduction of the concept of "virtual series"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1843
diff
changeset
|
706 s.push(this.viewport3Content.virtualSeriesId); |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
707 |
1849
023cce3d7844
introduction of the concept of "virtual series"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1843
diff
changeset
|
708 if ('virtualSeriesId' in this.viewport4Content) |
023cce3d7844
introduction of the concept of "virtual series"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1843
diff
changeset
|
709 s.push(this.viewport4Content.virtualSeriesId); |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
710 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
711 return s; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
712 }, |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
713 |
1561
cf652990abb1
tunable mouse actions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1554
diff
changeset
|
714 GetActiveCanvas: function() { |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
715 if (this.activeViewport == 1) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
716 return 'canvas1'; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
717 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
718 else if (this.activeViewport == 2) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
719 return 'canvas2'; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
720 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
721 else if (this.activeViewport == 3) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
722 return 'canvas3'; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
723 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
724 else if (this.activeViewport == 4) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
725 return 'canvas4'; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
726 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
727 else { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
728 return 'canvas1'; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
729 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
730 }, |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
731 |
1947
31fd7aba48ca
Support of DICOM images without the Study Date (0008,0020) tag
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1920
diff
changeset
|
732 SetResources: function(sourceStudies, sourceSeries) { |
31fd7aba48ca
Support of DICOM images without the Study Date (0008,0020) tag
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1920
diff
changeset
|
733 // Here one can fix input studies/series for missing DICOM tags |
31fd7aba48ca
Support of DICOM images without the Study Date (0008,0020) tag
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1920
diff
changeset
|
734 // that are needed for the Stone Web viewer (e.g. "hand.dcm") |
31fd7aba48ca
Support of DICOM images without the Study Date (0008,0020) tag
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1920
diff
changeset
|
735 for (var i = 0; i < sourceStudies.length; i++) { |
31fd7aba48ca
Support of DICOM images without the Study Date (0008,0020) tag
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1920
diff
changeset
|
736 if (!(STUDY_DATE in sourceStudies[i])) { |
31fd7aba48ca
Support of DICOM images without the Study Date (0008,0020) tag
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1920
diff
changeset
|
737 sourceStudies[i][STUDY_DATE] = ''; |
31fd7aba48ca
Support of DICOM images without the Study Date (0008,0020) tag
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1920
diff
changeset
|
738 } |
31fd7aba48ca
Support of DICOM images without the Study Date (0008,0020) tag
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1920
diff
changeset
|
739 } |
31fd7aba48ca
Support of DICOM images without the Study Date (0008,0020) tag
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1920
diff
changeset
|
740 |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
741 var indexStudies = {}; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
742 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
743 var studies = []; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
744 var posColor = 0; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
745 |
1861
9290d2916150
SeriesList: order series by SeriesNumber + hide non displayable series
Alain Mazy <am@osimis.io>
parents:
1859
diff
changeset
|
746 // order series by SeriesNumber |
9290d2916150
SeriesList: order series by SeriesNumber + hide non displayable series
Alain Mazy <am@osimis.io>
parents:
1859
diff
changeset
|
747 sourceSeries.sort((a, b) => {return a[SERIES_NUMBER] - b[SERIES_NUMBER];}) |
9290d2916150
SeriesList: order series by SeriesNumber + hide non displayable series
Alain Mazy <am@osimis.io>
parents:
1859
diff
changeset
|
748 |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
749 for (var i = 0; i < sourceStudies.length; i++) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
750 var studyInstanceUid = sourceStudies[i][STUDY_INSTANCE_UID]; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
751 if (studyInstanceUid !== undefined) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
752 if (studyInstanceUid in indexStudies) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
753 console.error('Twice the same study: ' + studyInstanceUid); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
754 } else { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
755 indexStudies[studyInstanceUid] = studies.length; |
1692
e787b52d025f
"selectedStudies" argument to replace "selectedStudyIds" from Osimis Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1691
diff
changeset
|
756 |
e787b52d025f
"selectedStudies" argument to replace "selectedStudyIds" from Osimis Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1691
diff
changeset
|
757 var isSelected = (this.selectedStudies.length == 0 ? true : |
e787b52d025f
"selectedStudies" argument to replace "selectedStudyIds" from Osimis Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1691
diff
changeset
|
758 this.selectedStudies.includes(studyInstanceUid)); |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
759 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
760 studies.push({ |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
761 'studyInstanceUid' : studyInstanceUid, |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
762 'series' : [ ], |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
763 'color' : COLORS[posColor], |
1692
e787b52d025f
"selectedStudies" argument to replace "selectedStudyIds" from Osimis Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1691
diff
changeset
|
764 'selected' : isSelected, |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
765 'tags' : sourceStudies[i] |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
766 }); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
767 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
768 posColor = (posColor + 1) % COLORS.length; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
769 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
770 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
771 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
772 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
773 var series = []; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
774 var seriesIndex = {}; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
775 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
776 for (var i = 0; i < sourceSeries.length; i++) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
777 var studyInstanceUid = sourceSeries[i][STUDY_INSTANCE_UID]; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
778 var seriesInstanceUid = sourceSeries[i][SERIES_INSTANCE_UID]; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
779 if (studyInstanceUid !== undefined && |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
780 seriesInstanceUid !== undefined) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
781 if (studyInstanceUid in indexStudies) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
782 seriesIndex[seriesInstanceUid] = series.length; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
783 var study = studies[indexStudies[studyInstanceUid]]; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
784 study.series.push(i); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
785 series.push({ |
1674
0621e523b670
number of frames in badge
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1673
diff
changeset
|
786 'numberOfFrames' : 0, |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
787 'complete' : false, |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
788 'type' : stone.ThumbnailType.LOADING, |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
789 'color': study.color, |
1703
76c590a62755
start work on series with multiple multiframe instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1702
diff
changeset
|
790 'tags': sourceSeries[i], |
1849
023cce3d7844
introduction of the concept of "virtual series"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1843
diff
changeset
|
791 'virtualSeries': null |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
792 }); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
793 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
794 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
795 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
796 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
797 this.studies = studies; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
798 this.series = series; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
799 this.seriesIndex = seriesIndex; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
800 this.ready = true; |
1709
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
801 |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
802 Vue.nextTick(function() { |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
803 RefreshTooltips(); |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
804 }); |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
805 }, |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
806 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
807 SeriesDragStart: function(event, seriesIndex) { |
2050
b2738d7a388d
Prevent dragging series before they are ready
Alain Mazy <am@osimis.io>
parents:
2030
diff
changeset
|
808 if (this.series[seriesIndex].numberOfFrames > 0) { // prevent dragging before the series metadata have been loaded |
b2738d7a388d
Prevent dragging series before they are ready
Alain Mazy <am@osimis.io>
parents:
2030
diff
changeset
|
809 // It is necessary to use ".toString()" for Microsoft Edge Legacy (*) |
b2738d7a388d
Prevent dragging series before they are ready
Alain Mazy <am@osimis.io>
parents:
2030
diff
changeset
|
810 event.dataTransfer.setData('seriesIndex', seriesIndex.toString()); |
b2738d7a388d
Prevent dragging series before they are ready
Alain Mazy <am@osimis.io>
parents:
2030
diff
changeset
|
811 } |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
812 }, |
1603
595c0952ef7e
focusing on osirix annotations in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1596
diff
changeset
|
813 |
1849
023cce3d7844
introduction of the concept of "virtual series"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1843
diff
changeset
|
814 VirtualSeriesDragStart: function(event, seriesIndex, virtualSeriesId) { |
2050
b2738d7a388d
Prevent dragging series before they are ready
Alain Mazy <am@osimis.io>
parents:
2030
diff
changeset
|
815 if (this.series[seriesIndex].numberOfFrames > 0) { // prevent dragging before the series metadata have been loaded |
b2738d7a388d
Prevent dragging series before they are ready
Alain Mazy <am@osimis.io>
parents:
2030
diff
changeset
|
816 event.dataTransfer.setData('seriesIndex', seriesIndex.toString()); |
b2738d7a388d
Prevent dragging series before they are ready
Alain Mazy <am@osimis.io>
parents:
2030
diff
changeset
|
817 event.dataTransfer.setData('virtualSeriesId', virtualSeriesId.toString()); |
b2738d7a388d
Prevent dragging series before they are ready
Alain Mazy <am@osimis.io>
parents:
2030
diff
changeset
|
818 } |
1704
902d13889ae4
LoadMultipartInstanceInViewport() in C++
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1703
diff
changeset
|
819 }, |
902d13889ae4
LoadMultipartInstanceInViewport() in C++
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1703
diff
changeset
|
820 |
1603
595c0952ef7e
focusing on osirix annotations in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1596
diff
changeset
|
821 SetViewportSeriesInstanceUid: function(viewportIndex, seriesInstanceUid) { |
595c0952ef7e
focusing on osirix annotations in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1596
diff
changeset
|
822 if (seriesInstanceUid in this.seriesIndex) { |
1704
902d13889ae4
LoadMultipartInstanceInViewport() in C++
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1703
diff
changeset
|
823 this.SetViewportSeries(viewportIndex, { |
902d13889ae4
LoadMultipartInstanceInViewport() in C++
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1703
diff
changeset
|
824 seriesIndex: this.seriesIndex[seriesInstanceUid] |
902d13889ae4
LoadMultipartInstanceInViewport() in C++
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1703
diff
changeset
|
825 }); |
1603
595c0952ef7e
focusing on osirix annotations in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1596
diff
changeset
|
826 } |
595c0952ef7e
focusing on osirix annotations in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1596
diff
changeset
|
827 }, |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
828 |
2022
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
829 SetViewportVirtualSeries: function(viewportIndex, seriesInstanceUid, virtualSeriesId) { |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
830 if (seriesInstanceUid in this.seriesIndex) { |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
831 this.SetViewportSeries(viewportIndex, { |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
832 seriesIndex: this.seriesIndex[seriesInstanceUid], |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
833 virtualSeriesId: virtualSeriesId |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
834 }); |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
835 } |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
836 }, |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
837 |
1704
902d13889ae4
LoadMultipartInstanceInViewport() in C++
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1703
diff
changeset
|
838 SetViewportSeries: function(viewportIndex, info) { |
902d13889ae4
LoadMultipartInstanceInViewport() in C++
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1703
diff
changeset
|
839 var series = this.series[info.seriesIndex]; |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
840 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
841 if (viewportIndex == 1) { |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
842 this.viewport1Content = { |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
843 series: series, |
1849
023cce3d7844
introduction of the concept of "virtual series"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1843
diff
changeset
|
844 virtualSeriesId: info.virtualSeriesId |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
845 }; |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
846 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
847 else if (viewportIndex == 2) { |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
848 this.viewport2Content = { |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
849 series: series, |
1849
023cce3d7844
introduction of the concept of "virtual series"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1843
diff
changeset
|
850 virtualSeriesId: info.virtualSeriesId |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
851 }; |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
852 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
853 else if (viewportIndex == 3) { |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
854 this.viewport3Content = { |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
855 series: series, |
1849
023cce3d7844
introduction of the concept of "virtual series"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1843
diff
changeset
|
856 virtualSeriesId: info.virtualSeriesId |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
857 }; |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
858 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
859 else if (viewportIndex == 4) { |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
860 this.viewport4Content = { |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
861 series: series, |
1849
023cce3d7844
introduction of the concept of "virtual series"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1843
diff
changeset
|
862 virtualSeriesId: info.virtualSeriesId |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
863 }; |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
864 } |
2019
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
865 |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
866 // Give the focus to this viewport (new in Stone Web viewer 2.5) |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
867 this.activeViewport = viewportIndex; |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
868 }, |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
869 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
870 ClickSeries: function(seriesIndex) { |
1704
902d13889ae4
LoadMultipartInstanceInViewport() in C++
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1703
diff
changeset
|
871 this.SetViewportSeries(this.activeViewport, { |
902d13889ae4
LoadMultipartInstanceInViewport() in C++
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1703
diff
changeset
|
872 seriesIndex: seriesIndex |
902d13889ae4
LoadMultipartInstanceInViewport() in C++
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1703
diff
changeset
|
873 }); |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
874 }, |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
875 |
1849
023cce3d7844
introduction of the concept of "virtual series"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1843
diff
changeset
|
876 ClickVirtualSeries: function(seriesIndex, virtualSeriesId) { |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
877 this.SetViewportSeries(this.activeViewport, { |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
878 seriesIndex: seriesIndex, |
1849
023cce3d7844
introduction of the concept of "virtual series"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1843
diff
changeset
|
879 virtualSeriesId: virtualSeriesId |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
880 }); |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
881 }, |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
882 |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
883 HideViewport: function(index) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
884 if (index == 1) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
885 this.viewport1Visible = false; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
886 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
887 else if (index == 2) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
888 this.viewport2Visible = false; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
889 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
890 else if (index == 3) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
891 this.viewport3Visible = false; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
892 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
893 else if (index == 4) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
894 this.viewport4Visible = false; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
895 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
896 }, |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
897 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
898 ShowViewport: function(index, left, top, width, height) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
899 if (index == 1) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
900 this.viewport1Visible = true; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
901 this.viewport1Left = left; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
902 this.viewport1Top = top; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
903 this.viewport1Width = width; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
904 this.viewport1Height = height; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
905 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
906 else if (index == 2) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
907 this.viewport2Visible = true; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
908 this.viewport2Left = left; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
909 this.viewport2Top = top; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
910 this.viewport2Width = width; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
911 this.viewport2Height = height; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
912 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
913 else if (index == 3) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
914 this.viewport3Visible = true; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
915 this.viewport3Left = left; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
916 this.viewport3Top = top; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
917 this.viewport3Width = width; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
918 this.viewport3Height = height; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
919 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
920 else if (index == 4) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
921 this.viewport4Visible = true; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
922 this.viewport4Left = left; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
923 this.viewport4Top = top; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
924 this.viewport4Width = width; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
925 this.viewport4Height = height; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
926 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
927 }, |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
928 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
929 SetViewportLayout: function(layout) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
930 this.viewportLayoutButtonsVisible = false; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
931 if (layout == '1x1') { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
932 this.ShowViewport(1, '0%', '0%', '100%', '100%'); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
933 this.HideViewport(2); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
934 this.HideViewport(3); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
935 this.HideViewport(4); |
1562
2a4a6b967053
starting work on print
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1561
diff
changeset
|
936 this.layoutCountX = 1; |
2a4a6b967053
starting work on print
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1561
diff
changeset
|
937 this.layoutCountY = 1; |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
938 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
939 else if (layout == '2x2') { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
940 this.ShowViewport(1, '0%', '0%', '50%', '50%'); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
941 this.ShowViewport(2, '50%', '0%', '50%', '50%'); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
942 this.ShowViewport(3, '0%', '50%', '50%', '50%'); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
943 this.ShowViewport(4, '50%', '50%', '50%', '50%'); |
1562
2a4a6b967053
starting work on print
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1561
diff
changeset
|
944 this.layoutCountX = 2; |
2a4a6b967053
starting work on print
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1561
diff
changeset
|
945 this.layoutCountY = 2; |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
946 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
947 else if (layout == '2x1') { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
948 this.ShowViewport(1, '0%', '0%', '50%', '100%'); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
949 this.ShowViewport(2, '50%', '0%', '50%', '100%'); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
950 this.HideViewport(3); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
951 this.HideViewport(4); |
1562
2a4a6b967053
starting work on print
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1561
diff
changeset
|
952 this.layoutCountX = 2; |
2a4a6b967053
starting work on print
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1561
diff
changeset
|
953 this.layoutCountY = 1; |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
954 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
955 else if (layout == '1x2') { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
956 this.ShowViewport(1, '0%', '0%', '100%', '50%'); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
957 this.ShowViewport(2, '0%', '50%', '100%', '50%'); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
958 this.HideViewport(3); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
959 this.HideViewport(4); |
1562
2a4a6b967053
starting work on print
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1561
diff
changeset
|
960 this.layoutCountX = 1; |
2a4a6b967053
starting work on print
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1561
diff
changeset
|
961 this.layoutCountY = 2; |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
962 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
963 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
964 this.FitContent(); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
965 }, |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
966 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
967 UpdateSeriesThumbnail: function(seriesInstanceUid) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
968 if (seriesInstanceUid in this.seriesIndex) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
969 var index = this.seriesIndex[seriesInstanceUid]; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
970 var series = this.series[index]; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
971 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
972 var type = stone.LoadSeriesThumbnail(seriesInstanceUid); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
973 series.type = type; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
974 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
975 if (type == stone.ThumbnailType.IMAGE) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
976 series.thumbnail = stone.GetStringBuffer(); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
977 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
978 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
979 // https://fr.vuejs.org/2016/02/06/common-gotchas/#Why-isn%E2%80%99t-the-DOM-updating |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
980 this.$set(this.series, index, series); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
981 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
982 }, |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
983 |
1657
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
984 UpdateIsSeriesComplete: function(studyInstanceUid, seriesInstanceUid) { |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
985 if (seriesInstanceUid in this.seriesIndex) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
986 var index = this.seriesIndex[seriesInstanceUid]; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
987 var series = this.series[index]; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
988 |
1657
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
989 var oldComplete = series.complete; |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
990 |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
991 series.complete = stone.IsSeriesComplete(seriesInstanceUid); |
1657
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
992 |
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
993 if (!oldComplete && |
1674
0621e523b670
number of frames in badge
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1673
diff
changeset
|
994 series.complete) |
0621e523b670
number of frames in badge
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1673
diff
changeset
|
995 { |
0621e523b670
number of frames in badge
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1673
diff
changeset
|
996 series.numberOfFrames = stone.GetSeriesNumberOfFrames(seriesInstanceUid); |
0621e523b670
number of frames in badge
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1673
diff
changeset
|
997 |
0621e523b670
number of frames in badge
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1673
diff
changeset
|
998 if (seriesInstanceUid in pendingSeriesPdf_) { |
0621e523b670
number of frames in badge
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1673
diff
changeset
|
999 stone.FetchPdf(studyInstanceUid, seriesInstanceUid); |
0621e523b670
number of frames in badge
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1673
diff
changeset
|
1000 delete pendingSeriesPdf_[seriesInstanceUid]; |
0621e523b670
number of frames in badge
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1673
diff
changeset
|
1001 } |
1703
76c590a62755
start work on series with multiple multiframe instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1702
diff
changeset
|
1002 |
1849
023cce3d7844
introduction of the concept of "virtual series"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1843
diff
changeset
|
1003 if (stone.LookupVirtualSeries(seriesInstanceUid)) { |
023cce3d7844
introduction of the concept of "virtual series"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1843
diff
changeset
|
1004 series.virtualSeries = JSON.parse(stone.GetStringBuffer()); |
1703
76c590a62755
start work on series with multiple multiframe instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1702
diff
changeset
|
1005 } |
1657
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
1006 } |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1007 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1008 // https://fr.vuejs.org/2016/02/06/common-gotchas/#Why-isn%E2%80%99t-the-DOM-updating |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1009 this.$set(this.series, index, series); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1010 |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
1011 if ('tags' in this.viewport1Content.series && |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
1012 this.viewport1Content.series.tags[SERIES_INSTANCE_UID] == seriesInstanceUid) { |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
1013 this.$set(this.viewport1Content.series, series); |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1014 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1015 |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
1016 if ('tags' in this.viewport2Content.series && |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
1017 this.viewport2Content.series.tags[SERIES_INSTANCE_UID] == seriesInstanceUid) { |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
1018 this.$set(this.viewport2Content.series, series); |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1019 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1020 |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
1021 if ('tags' in this.viewport3Content.series && |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
1022 this.viewport3Content.series.tags[SERIES_INSTANCE_UID] == seriesInstanceUid) { |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
1023 this.$set(this.viewport3Content.series, series); |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1024 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1025 |
1705
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
1026 if ('tags' in this.viewport4Content.series && |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
1027 this.viewport4Content.series.tags[SERIES_INSTANCE_UID] == seriesInstanceUid) { |
3d62634d442f
multiple multiframe is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1704
diff
changeset
|
1028 this.$set(this.viewport4Content.series, series); |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1029 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1030 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1031 }, |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1032 |
1561
cf652990abb1
tunable mouse actions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1554
diff
changeset
|
1033 SetWindowing: function(center, width) { |
1681
f2e8b3ac1dcd
handling multiple windowing presets in the Stone web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1677
diff
changeset
|
1034 this.showWindowing = false; |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1035 var canvas = this.GetActiveCanvas(); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1036 if (canvas != '') { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1037 stone.SetWindowing(canvas, center, width); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1038 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1039 }, |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1040 |
2030
f36de3ba43c8
added button "Stretch to whole range" in the "Change windowing" menu
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2023
diff
changeset
|
1041 StretchWindowing: function(center, width) { |
f36de3ba43c8
added button "Stretch to whole range" in the "Change windowing" menu
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2023
diff
changeset
|
1042 this.showWindowing = false; |
f36de3ba43c8
added button "Stretch to whole range" in the "Change windowing" menu
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2023
diff
changeset
|
1043 var canvas = this.GetActiveCanvas(); |
f36de3ba43c8
added button "Stretch to whole range" in the "Change windowing" menu
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2023
diff
changeset
|
1044 if (canvas != '') { |
f36de3ba43c8
added button "Stretch to whole range" in the "Change windowing" menu
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2023
diff
changeset
|
1045 stone.StretchWindowing(canvas); |
f36de3ba43c8
added button "Stretch to whole range" in the "Change windowing" menu
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2023
diff
changeset
|
1046 } |
f36de3ba43c8
added button "Stretch to whole range" in the "Change windowing" menu
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2023
diff
changeset
|
1047 }, |
f36de3ba43c8
added button "Stretch to whole range" in the "Change windowing" menu
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2023
diff
changeset
|
1048 |
1561
cf652990abb1
tunable mouse actions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1554
diff
changeset
|
1049 InvertContrast: function() { |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1050 var canvas = this.GetActiveCanvas(); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1051 if (canvas != '') { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1052 stone.InvertContrast(canvas); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1053 } |
1552
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
1054 }, |
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
1055 |
1561
cf652990abb1
tunable mouse actions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1554
diff
changeset
|
1056 FlipX: function() { |
1554
6d14ed6163b1
flip x/y in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1552
diff
changeset
|
1057 var canvas = this.GetActiveCanvas(); |
6d14ed6163b1
flip x/y in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1552
diff
changeset
|
1058 if (canvas != '') { |
6d14ed6163b1
flip x/y in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1552
diff
changeset
|
1059 stone.FlipX(canvas); |
6d14ed6163b1
flip x/y in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1552
diff
changeset
|
1060 } |
6d14ed6163b1
flip x/y in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1552
diff
changeset
|
1061 }, |
6d14ed6163b1
flip x/y in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1552
diff
changeset
|
1062 |
1561
cf652990abb1
tunable mouse actions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1554
diff
changeset
|
1063 FlipY: function() { |
1554
6d14ed6163b1
flip x/y in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1552
diff
changeset
|
1064 var canvas = this.GetActiveCanvas(); |
6d14ed6163b1
flip x/y in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1552
diff
changeset
|
1065 if (canvas != '') { |
6d14ed6163b1
flip x/y in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1552
diff
changeset
|
1066 stone.FlipY(canvas); |
6d14ed6163b1
flip x/y in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1552
diff
changeset
|
1067 } |
6d14ed6163b1
flip x/y in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1552
diff
changeset
|
1068 }, |
6d14ed6163b1
flip x/y in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1552
diff
changeset
|
1069 |
1989
e8b9a2ba1df1
Added left/right rotation buttons
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1982
diff
changeset
|
1070 RotateLeft: function() { |
e8b9a2ba1df1
Added left/right rotation buttons
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1982
diff
changeset
|
1071 var canvas = this.GetActiveCanvas(); |
e8b9a2ba1df1
Added left/right rotation buttons
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1982
diff
changeset
|
1072 if (canvas != '') { |
e8b9a2ba1df1
Added left/right rotation buttons
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1982
diff
changeset
|
1073 stone.RotateLeft(canvas); |
e8b9a2ba1df1
Added left/right rotation buttons
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1982
diff
changeset
|
1074 } |
e8b9a2ba1df1
Added left/right rotation buttons
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1982
diff
changeset
|
1075 }, |
e8b9a2ba1df1
Added left/right rotation buttons
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1982
diff
changeset
|
1076 |
e8b9a2ba1df1
Added left/right rotation buttons
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1982
diff
changeset
|
1077 RotateRight: function() { |
e8b9a2ba1df1
Added left/right rotation buttons
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1982
diff
changeset
|
1078 var canvas = this.GetActiveCanvas(); |
e8b9a2ba1df1
Added left/right rotation buttons
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1982
diff
changeset
|
1079 if (canvas != '') { |
e8b9a2ba1df1
Added left/right rotation buttons
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1982
diff
changeset
|
1080 stone.RotateRight(canvas); |
e8b9a2ba1df1
Added left/right rotation buttons
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1982
diff
changeset
|
1081 } |
e8b9a2ba1df1
Added left/right rotation buttons
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1982
diff
changeset
|
1082 }, |
e8b9a2ba1df1
Added left/right rotation buttons
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1982
diff
changeset
|
1083 |
1561
cf652990abb1
tunable mouse actions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1554
diff
changeset
|
1084 ApplyPreferences: function() { |
1552
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
1085 this.modalPreferences = false; |
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
1086 |
1996
6e4ef6e3b2bf
linear interpolation of images can be turned off in the user preferences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1993
diff
changeset
|
1087 stone.SetLinearInterpolation(localStorage.settingLinearInterpolation); |
6e4ef6e3b2bf
linear interpolation of images can be turned off in the user preferences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1993
diff
changeset
|
1088 |
1552
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
1089 if ((stone.IsSoftwareRendering() != 0) != this.settingSoftwareRendering) { |
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
1090 document.location.reload(); |
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
1091 } |
1561
cf652990abb1
tunable mouse actions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1554
diff
changeset
|
1092 }, |
cf652990abb1
tunable mouse actions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1554
diff
changeset
|
1093 |
cf652990abb1
tunable mouse actions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1554
diff
changeset
|
1094 HideAllTooltips: function() { |
cf652990abb1
tunable mouse actions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1554
diff
changeset
|
1095 $('[data-toggle="tooltip"]').tooltip('hide'); |
cf652990abb1
tunable mouse actions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1554
diff
changeset
|
1096 }, |
cf652990abb1
tunable mouse actions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1554
diff
changeset
|
1097 |
1820
5baaad557d58
don't change mouse tool after creating an annotation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
1098 SetMouseButtonActions: function(tool, left, middle, right) { |
1561
cf652990abb1
tunable mouse actions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1554
diff
changeset
|
1099 this.mouseActionsVisible = false; |
1820
5baaad557d58
don't change mouse tool after creating an annotation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
1100 this.mouseTool = tool; |
1561
cf652990abb1
tunable mouse actions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1554
diff
changeset
|
1101 stone.SetMouseButtonActions(left, middle, right); |
1603
595c0952ef7e
focusing on osirix annotations in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1596
diff
changeset
|
1102 }, |
595c0952ef7e
focusing on osirix annotations in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1596
diff
changeset
|
1103 |
1820
5baaad557d58
don't change mouse tool after creating an annotation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
1104 SetLeftMouseButtonAction: function(tool, left) { |
5baaad557d58
don't change mouse tool after creating an annotation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
1105 this.mouseActionsVisible = false; |
5baaad557d58
don't change mouse tool after creating an annotation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
1106 this.mouseTool = tool; |
5baaad557d58
don't change mouse tool after creating an annotation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
1107 stone.SetMouseButtonActions(left, stone.GetMiddleMouseButtonAction(), |
5baaad557d58
don't change mouse tool after creating an annotation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
1108 stone.GetRightMouseButtonAction()); |
1815
b81775f1b196
New tools for annotations: segment length, circle, angle and eraser
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1807
diff
changeset
|
1109 }, |
b81775f1b196
New tools for annotations: segment length, circle, angle and eraser
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1807
diff
changeset
|
1110 |
1603
595c0952ef7e
focusing on osirix annotations in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1596
diff
changeset
|
1111 LoadOsiriXAnnotations: function(xml, clearPrevious) |
595c0952ef7e
focusing on osirix annotations in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1596
diff
changeset
|
1112 { |
595c0952ef7e
focusing on osirix annotations in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1596
diff
changeset
|
1113 if (stone.LoadOsiriXAnnotations(xml, clearPrevious)) { |
595c0952ef7e
focusing on osirix annotations in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1596
diff
changeset
|
1114 var seriesInstanceUid = stone.GetStringBuffer(); |
595c0952ef7e
focusing on osirix annotations in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1596
diff
changeset
|
1115 |
595c0952ef7e
focusing on osirix annotations in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1596
diff
changeset
|
1116 this.SetViewportLayout('1x1'); |
595c0952ef7e
focusing on osirix annotations in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1596
diff
changeset
|
1117 this.leftVisible = false; |
595c0952ef7e
focusing on osirix annotations in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1596
diff
changeset
|
1118 this.SetViewportSeriesInstanceUid(1, seriesInstanceUid); |
595c0952ef7e
focusing on osirix annotations in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1596
diff
changeset
|
1119 |
595c0952ef7e
focusing on osirix annotations in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1596
diff
changeset
|
1120 stone.FocusFirstOsiriXAnnotation('canvas1'); |
595c0952ef7e
focusing on osirix annotations in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1596
diff
changeset
|
1121 } |
1681
f2e8b3ac1dcd
handling multiple windowing presets in the Stone web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1677
diff
changeset
|
1122 }, |
f2e8b3ac1dcd
handling multiple windowing presets in the Stone web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1677
diff
changeset
|
1123 |
f2e8b3ac1dcd
handling multiple windowing presets in the Stone web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1677
diff
changeset
|
1124 ToggleWindowing: function() |
f2e8b3ac1dcd
handling multiple windowing presets in the Stone web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1677
diff
changeset
|
1125 { |
f2e8b3ac1dcd
handling multiple windowing presets in the Stone web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1677
diff
changeset
|
1126 if (this.showWindowing) |
f2e8b3ac1dcd
handling multiple windowing presets in the Stone web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1677
diff
changeset
|
1127 { |
f2e8b3ac1dcd
handling multiple windowing presets in the Stone web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1677
diff
changeset
|
1128 this.showWindowing = false; |
f2e8b3ac1dcd
handling multiple windowing presets in the Stone web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1677
diff
changeset
|
1129 } |
f2e8b3ac1dcd
handling multiple windowing presets in the Stone web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1677
diff
changeset
|
1130 else |
f2e8b3ac1dcd
handling multiple windowing presets in the Stone web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1677
diff
changeset
|
1131 { |
f2e8b3ac1dcd
handling multiple windowing presets in the Stone web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1677
diff
changeset
|
1132 stone.LoadWindowingPresets(this.GetActiveCanvas()); |
f2e8b3ac1dcd
handling multiple windowing presets in the Stone web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1677
diff
changeset
|
1133 this.windowingPresets = JSON.parse(stone.GetStringBuffer()); |
f2e8b3ac1dcd
handling multiple windowing presets in the Stone web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1677
diff
changeset
|
1134 |
f2e8b3ac1dcd
handling multiple windowing presets in the Stone web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1677
diff
changeset
|
1135 var p = $('#windowing-popover').last(); |
f2e8b3ac1dcd
handling multiple windowing presets in the Stone web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1677
diff
changeset
|
1136 var top = p.offset().top + p.height() + 10; |
f2e8b3ac1dcd
handling multiple windowing presets in the Stone web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1677
diff
changeset
|
1137 $('#windowing-content').css('top', top); |
f2e8b3ac1dcd
handling multiple windowing presets in the Stone web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1677
diff
changeset
|
1138 //$('#windowing-content').css('right', '10'); |
f2e8b3ac1dcd
handling multiple windowing presets in the Stone web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1677
diff
changeset
|
1139 //$('#windowing-content').css('left', 'auto'); |
f2e8b3ac1dcd
handling multiple windowing presets in the Stone web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1677
diff
changeset
|
1140 |
f2e8b3ac1dcd
handling multiple windowing presets in the Stone web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1677
diff
changeset
|
1141 this.showWindowing = true; |
f2e8b3ac1dcd
handling multiple windowing presets in the Stone web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1677
diff
changeset
|
1142 } |
1698
8805a6a01655
"DateFormat" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1697
diff
changeset
|
1143 }, |
8805a6a01655
"DateFormat" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1697
diff
changeset
|
1144 |
1701
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
1145 FormatDate: function(date) |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
1146 { |
1698
8805a6a01655
"DateFormat" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1697
diff
changeset
|
1147 if (date === undefined || |
8805a6a01655
"DateFormat" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1697
diff
changeset
|
1148 date.length == 0) { |
8805a6a01655
"DateFormat" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1697
diff
changeset
|
1149 return ''; |
8805a6a01655
"DateFormat" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1697
diff
changeset
|
1150 } |
8805a6a01655
"DateFormat" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1697
diff
changeset
|
1151 else { |
8805a6a01655
"DateFormat" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1697
diff
changeset
|
1152 var format = this.globalConfiguration['DateFormat']; |
8805a6a01655
"DateFormat" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1697
diff
changeset
|
1153 if (format === undefined) { |
8805a6a01655
"DateFormat" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1697
diff
changeset
|
1154 // No configuration for the date format, use the DICOM tag as such |
8805a6a01655
"DateFormat" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1697
diff
changeset
|
1155 return date; |
8805a6a01655
"DateFormat" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1697
diff
changeset
|
1156 } |
8805a6a01655
"DateFormat" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1697
diff
changeset
|
1157 else { |
8805a6a01655
"DateFormat" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1697
diff
changeset
|
1158 var year = date.replace(/^([0-9]{4})([0-9]{2})([0-9]{2})$/, '$1'); |
8805a6a01655
"DateFormat" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1697
diff
changeset
|
1159 var month = date.replace(/^([0-9]{4})([0-9]{2})([0-9]{2})$/, '$2'); |
8805a6a01655
"DateFormat" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1697
diff
changeset
|
1160 var day = date.replace(/^([0-9]{4})([0-9]{2})([0-9]{2})$/, '$3'); |
8805a6a01655
"DateFormat" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1697
diff
changeset
|
1161 return format.replace(/YYYY/g, year).replace(/MM/g, month).replace(/DD/g, day); |
8805a6a01655
"DateFormat" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1697
diff
changeset
|
1162 } |
8805a6a01655
"DateFormat" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1697
diff
changeset
|
1163 } |
1701
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
1164 }, |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
1165 |
1859
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1166 FormatTime: function(time) |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1167 { |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1168 if (time === undefined || |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1169 time.length == 0) { |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1170 return ''; |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1171 } |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1172 else { |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1173 var format = this.globalConfiguration['TimeFormat']; |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1174 if (format === undefined) { |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1175 // No configuration for the date format, use the DICOM tag as such |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1176 return time; |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1177 } |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1178 else { |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1179 var timeRegexHMS = /([0-9]{2})([0-9]{2})([0-9]{2})/; |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1180 var timeRegexHMSms = /([0-9]{2})([0-9]{2})([0-9]{2}).([0-9]*)/ |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1181 var m = time.match(timeRegexHMSms); |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1182 if (m) { |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1183 format = format.replace(/hh/g, m[1]).replace(/mm/g, m[2]).replace(/ss/g, m[3]); |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1184 if (format.indexOf('f') != -1) { // format expects ms |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1185 return format.replace(/f/g, m[4]) |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1186 } else { |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1187 return format; |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1188 } |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1189 } |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1190 var m = time.match(timeRegexHMS); |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1191 if (m) { |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1192 format = format.replace(/hh/g, m[1]).replace(/mm/g, m[2]).replace(/ss/g, m[3]); |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1193 if (format.indexOf('f') != -1) { // format expects ms but we could not capture one |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1194 return format.replace(/.f/g, '') |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1195 } |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1196 } |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1197 |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1198 return time; |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1199 } |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1200 } |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1201 }, |
58681a5c727b
overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
Alain Mazy <am@osimis.io>
parents:
1849
diff
changeset
|
1202 |
1701
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
1203 DownloadJpeg: function() |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
1204 { |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
1205 var canvas = document.getElementById(this.GetActiveCanvas()); |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
1206 SaveDataUriScheme('StoneWebViewerScreenshot.jpg', canvas.toDataURL('image/jpeg')); |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
1207 }, |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
1208 |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
1209 SetCombinedToolActions: function() |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
1210 { |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
1211 var left = stone.WebViewerAction.WINDOWING; |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
1212 var middle = stone.WebViewerAction.PAN; |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
1213 var right = stone.WebViewerAction.ZOOM; |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
1214 |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
1215 var behaviour = this.globalConfiguration['CombinedToolBehaviour']; |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
1216 if (behaviour !== undefined) { |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
1217 left = ConvertMouseAction(behaviour['LeftMouseButton'], left); |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
1218 middle = ConvertMouseAction(behaviour['MiddleMouseButton'], middle); |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
1219 right = ConvertMouseAction(behaviour['RightMouseButton'], right); |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
1220 } |
1820
5baaad557d58
don't change mouse tool after creating an annotation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
1221 |
5baaad557d58
don't change mouse tool after creating an annotation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
1222 this.SetMouseButtonActions(MOUSE_TOOL_COMBINED, left, middle, right); |
1709
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1223 }, |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1224 |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1225 CheckIsDownloadComplete: function() |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1226 { |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1227 if (this.creatingArchive && |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1228 this.archiveJob.length > 0) { |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1229 |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1230 var that = this; |
2023
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
1231 axios.get(that.globalConfiguration.OrthancApiRoot + '/jobs/' + that.archiveJob, { |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
1232 headers: axiosHeaders |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
1233 }) |
1709
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1234 .then(function(response) { |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1235 console.log('Progress of archive job ' + that.archiveJob + ': ' + response.data['Progress'] + '%'); |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1236 var state = response.data['State']; |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1237 if (state == 'Success') { |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1238 that.creatingArchive = false; |
1718
65c03d33c345
use "window.location" instead of "window.open()" to download archives
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1714
diff
changeset
|
1239 var uri = that.globalConfiguration.OrthancApiRoot + '/jobs/' + that.archiveJob + '/archive'; |
2023
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
1240 TriggerDownloadFromUri(uri, that.archiveJob + '.zip', 'application/zip'); |
1709
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1241 } |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1242 else if (state == 'Running') { |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1243 setTimeout(that.CheckIsDownloadComplete, 1000); |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1244 } |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1245 else { |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1246 alert('Error while creating the archive in Orthanc: ' + response.data['ErrorDescription']); |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1247 that.creatingArchive = false; |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1248 } |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1249 }) |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1250 .catch(function(error) { |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1251 alert('The archive job is not available anymore in Orthanc'); |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1252 that.creatingArchive = false; |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1253 }); |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1254 } |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1255 }, |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1256 |
1842
9568082ee013
If available, use ZIP streaming from Orthanc >= 1.9.4 to create archives
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1827
diff
changeset
|
1257 DownloadStudy: function(studyInstanceUid, event) |
1709
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1258 { |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1259 console.log('Creating archive for study: ' + studyInstanceUid); |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1260 |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1261 var that = this; |
2023
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
1262 axios.post(this.globalConfiguration.OrthancApiRoot + '/tools/lookup', studyInstanceUid, { |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
1263 headers: axiosHeaders |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
1264 }) |
1709
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1265 .then(function(response) { |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1266 if (response.data.length != 1) { |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1267 throw(''); |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1268 } |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1269 else { |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1270 var orthancId = response.data[0]['ID']; |
1843
251d7f7a6c4e
New configuration option "DownloadDicomDir" in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1842
diff
changeset
|
1271 |
251d7f7a6c4e
New configuration option "DownloadDicomDir" in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1842
diff
changeset
|
1272 var uri = that.globalConfiguration.OrthancApiRoot + '/studies/' + orthancId; |
251d7f7a6c4e
New configuration option "DownloadDicomDir" in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1842
diff
changeset
|
1273 if (that.globalConfiguration.DownloadDicomDir === true) { |
251d7f7a6c4e
New configuration option "DownloadDicomDir" in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1842
diff
changeset
|
1274 uri = uri + '/media'; |
251d7f7a6c4e
New configuration option "DownloadDicomDir" in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1842
diff
changeset
|
1275 } else { |
251d7f7a6c4e
New configuration option "DownloadDicomDir" in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1842
diff
changeset
|
1276 uri = uri + '/archive'; |
251d7f7a6c4e
New configuration option "DownloadDicomDir" in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1842
diff
changeset
|
1277 } |
1842
9568082ee013
If available, use ZIP streaming from Orthanc >= 1.9.4 to create archives
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1827
diff
changeset
|
1278 |
9568082ee013
If available, use ZIP streaming from Orthanc >= 1.9.4 to create archives
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1827
diff
changeset
|
1279 if (that.orthancSystem.ApiVersion >= 13) { |
9568082ee013
If available, use ZIP streaming from Orthanc >= 1.9.4 to create archives
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1827
diff
changeset
|
1280 // ZIP streaming is available (this is Orthanc >= |
9568082ee013
If available, use ZIP streaming from Orthanc >= 1.9.4 to create archives
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1827
diff
changeset
|
1281 // 1.9.4): Simply give the hand to Orthanc |
9568082ee013
If available, use ZIP streaming from Orthanc >= 1.9.4 to create archives
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1827
diff
changeset
|
1282 event.preventDefault(); |
2023
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
1283 TriggerDownloadFromUri(uri, orthancId + '.zip', 'application/zip'); |
1842
9568082ee013
If available, use ZIP streaming from Orthanc >= 1.9.4 to create archives
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1827
diff
changeset
|
1284 } else { |
9568082ee013
If available, use ZIP streaming from Orthanc >= 1.9.4 to create archives
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1827
diff
changeset
|
1285 // ZIP streaming is not available: Create a job to create the archive |
9568082ee013
If available, use ZIP streaming from Orthanc >= 1.9.4 to create archives
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1827
diff
changeset
|
1286 axios.post(uri, { |
9568082ee013
If available, use ZIP streaming from Orthanc >= 1.9.4 to create archives
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1827
diff
changeset
|
1287 'Asynchronous' : true |
2023
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
1288 }, { |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
1289 headers: axiosHeaders |
1842
9568082ee013
If available, use ZIP streaming from Orthanc >= 1.9.4 to create archives
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1827
diff
changeset
|
1290 }) |
9568082ee013
If available, use ZIP streaming from Orthanc >= 1.9.4 to create archives
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1827
diff
changeset
|
1291 .then(function(response) { |
9568082ee013
If available, use ZIP streaming from Orthanc >= 1.9.4 to create archives
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1827
diff
changeset
|
1292 that.creatingArchive = true; |
9568082ee013
If available, use ZIP streaming from Orthanc >= 1.9.4 to create archives
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1827
diff
changeset
|
1293 that.archiveJob = response.data.ID; |
9568082ee013
If available, use ZIP streaming from Orthanc >= 1.9.4 to create archives
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1827
diff
changeset
|
1294 setTimeout(that.CheckIsDownloadComplete, 1000); |
9568082ee013
If available, use ZIP streaming from Orthanc >= 1.9.4 to create archives
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1827
diff
changeset
|
1295 }); |
9568082ee013
If available, use ZIP streaming from Orthanc >= 1.9.4 to create archives
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1827
diff
changeset
|
1296 } |
1709
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1297 } |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1298 }) |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1299 .catch(function (error) { |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1300 alert('Cannot find the study in Orthanc'); |
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1301 }); |
2020
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1302 }, |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1303 |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1304 ChangeActiveSeries: function(offset) { |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1305 var seriesTags = this.GetActiveViewportSeriesTags(); |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1306 if (seriesTags !== null) { |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1307 var studyIndex = LookupIndexOfResource(this.studies, STUDY_INSTANCE_UID, seriesTags[STUDY_INSTANCE_UID]); |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1308 if (studyIndex != -1) { |
2022
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1309 var virtualSeriesId = this.GetActiveVirtualSeries(); |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1310 if (virtualSeriesId.length > 0) { |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1311 virtualSeriesId = virtualSeriesId[0]; |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1312 } else { |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1313 virtualSeriesId = ''; |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1314 } |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1315 |
2020
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1316 var seriesInStudyIndices = this.studies[studyIndex].series; |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1317 for (var i = 0; i < seriesInStudyIndices.length; i++) { |
2022
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1318 var series = this.series[seriesInStudyIndices[i]]; |
2020
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1319 if (this.series[seriesInStudyIndices[i]].tags[SERIES_INSTANCE_UID] == seriesTags[SERIES_INSTANCE_UID]) { |
2022
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1320 if (series.virtualSeries !== null) { |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1321 for (var j = 0; j < series.virtualSeries.length; j++) { |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1322 if (series.virtualSeries[j].ID == virtualSeriesId) { |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1323 var next = j + offset; |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1324 if (next >= 0 && |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1325 next < series.virtualSeries.length) { |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1326 this.SetViewportVirtualSeries(this.activeViewport, seriesTags[SERIES_INSTANCE_UID], series.virtualSeries[next].ID); |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1327 } |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1328 return; |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1329 } |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1330 } |
2020
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1331 } |
2022
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1332 else { |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1333 var next = i + offset; |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1334 if (next >= 0 && |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1335 next < seriesInStudyIndices.length) { |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1336 this.SetViewportSeriesInstanceUid(this.activeViewport, this.series[seriesInStudyIndices[next]].tags[SERIES_INSTANCE_UID]); |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1337 } |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1338 return; |
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1339 } |
2020
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1340 } |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1341 } |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1342 } |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1343 } |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1344 }, |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1345 |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1346 ChangeActiveStudy: function(offset) { |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1347 var seriesTags = this.GetActiveViewportSeriesTags(); |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1348 if (seriesTags !== null) { |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1349 var studyIndex = LookupIndexOfResource(this.studies, STUDY_INSTANCE_UID, seriesTags[STUDY_INSTANCE_UID]); |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1350 if (studyIndex != -1) { |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1351 var next = studyIndex + offset; |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1352 if (next >= 0 && |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1353 next < this.studies.length) { |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1354 var nextStudy = this.studies[next]; |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1355 if (nextStudy.series.length > 0) { |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1356 var seriesIndex = nextStudy.series[0]; |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1357 if (this.series[seriesIndex].virtualSeries !== null) { |
2022
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1358 this.ClickVirtualSeries(seriesIndex, this.series[seriesIndex].virtualSeries[0].ID); |
2020
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1359 } else { |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1360 this.ClickSeries(seriesIndex); |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1361 } |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1362 } |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1363 } |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1364 } |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1365 } |
1603
595c0952ef7e
focusing on osirix annotations in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1596
diff
changeset
|
1366 } |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1367 }, |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1368 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1369 mounted: function() { |
1996
6e4ef6e3b2bf
linear interpolation of images can be turned off in the user preferences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1993
diff
changeset
|
1370 // Warning: In this function, the "stone" global object is not initialized yet! |
6e4ef6e3b2bf
linear interpolation of images can be turned off in the user preferences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1993
diff
changeset
|
1371 |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1372 this.SetViewportLayout('1x1'); |
1552
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
1373 |
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
1374 if (localStorage.settingNotDiagnostic) { |
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
1375 this.settingNotDiagnostic = (localStorage.settingNotDiagnostic == '1'); |
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
1376 } |
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
1377 |
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
1378 if (localStorage.settingSoftwareRendering) { |
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
1379 this.settingSoftwareRendering = (localStorage.settingSoftwareRendering == '1'); |
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
1380 } |
1703
76c590a62755
start work on series with multiple multiframe instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1702
diff
changeset
|
1381 |
1996
6e4ef6e3b2bf
linear interpolation of images can be turned off in the user preferences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1993
diff
changeset
|
1382 if (localStorage.settingLinearInterpolation) { |
6e4ef6e3b2bf
linear interpolation of images can be turned off in the user preferences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1993
diff
changeset
|
1383 this.settingLinearInterpolation = (localStorage.settingLinearInterpolation == '1'); |
6e4ef6e3b2bf
linear interpolation of images can be turned off in the user preferences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1993
diff
changeset
|
1384 } |
6e4ef6e3b2bf
linear interpolation of images can be turned off in the user preferences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1993
diff
changeset
|
1385 |
1703
76c590a62755
start work on series with multiple multiframe instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1702
diff
changeset
|
1386 var that = this; |
76c590a62755
start work on series with multiple multiframe instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1702
diff
changeset
|
1387 |
1849
023cce3d7844
introduction of the concept of "virtual series"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1843
diff
changeset
|
1388 window.addEventListener('VirtualSeriesThumbnailLoaded', function(args) { |
023cce3d7844
introduction of the concept of "virtual series"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1843
diff
changeset
|
1389 that.$set(that.virtualSeriesThumbnails, args.detail.virtualSeriesId, args.detail.thumbnail); |
1703
76c590a62755
start work on series with multiple multiframe instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1702
diff
changeset
|
1390 }); |
76c590a62755
start work on series with multiple multiframe instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1702
diff
changeset
|
1391 |
76c590a62755
start work on series with multiple multiframe instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1702
diff
changeset
|
1392 window.addEventListener('ThumbnailLoaded', function(args) { |
76c590a62755
start work on series with multiple multiframe instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1702
diff
changeset
|
1393 //var studyInstanceUid = args.detail.studyInstanceUid; |
76c590a62755
start work on series with multiple multiframe instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1702
diff
changeset
|
1394 var seriesInstanceUid = args.detail.seriesInstanceUid; |
76c590a62755
start work on series with multiple multiframe instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1702
diff
changeset
|
1395 that.UpdateSeriesThumbnail(seriesInstanceUid); |
76c590a62755
start work on series with multiple multiframe instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1702
diff
changeset
|
1396 }); |
76c590a62755
start work on series with multiple multiframe instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1702
diff
changeset
|
1397 |
76c590a62755
start work on series with multiple multiframe instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1702
diff
changeset
|
1398 window.addEventListener('MetadataLoaded', function(args) { |
76c590a62755
start work on series with multiple multiframe instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1702
diff
changeset
|
1399 var studyInstanceUid = args.detail.studyInstanceUid; |
76c590a62755
start work on series with multiple multiframe instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1702
diff
changeset
|
1400 var seriesInstanceUid = args.detail.seriesInstanceUid; |
76c590a62755
start work on series with multiple multiframe instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1702
diff
changeset
|
1401 that.UpdateIsSeriesComplete(studyInstanceUid, seriesInstanceUid); |
2017
7e45941acc1d
automatically open the first series to be loaded
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2016
diff
changeset
|
1402 |
2071
1096d92febfc
Open the first loaded series only if it is part of a selected study
Alain Mazy <am@osimis.io>
parents:
2050
diff
changeset
|
1403 // Automatically open the first selected series to be loaded (new in Stone Web viewer 2.5) |
2072 | 1404 if (that.isFirstSeries && (that.selectedStudies.length == 0 || that.selectedStudies.includes(studyInstanceUid))) { |
2017
7e45941acc1d
automatically open the first series to be loaded
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2016
diff
changeset
|
1405 that.SetViewportSeriesInstanceUid(1, seriesInstanceUid); |
7e45941acc1d
automatically open the first series to be loaded
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2016
diff
changeset
|
1406 that.isFirstSeries = false; |
7e45941acc1d
automatically open the first series to be loaded
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2016
diff
changeset
|
1407 } |
1703
76c590a62755
start work on series with multiple multiframe instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1702
diff
changeset
|
1408 }); |
1815
b81775f1b196
New tools for annotations: segment length, circle, angle and eraser
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1807
diff
changeset
|
1409 |
b81775f1b196
New tools for annotations: segment length, circle, angle and eraser
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1807
diff
changeset
|
1410 window.addEventListener('StoneAnnotationAdded', function() { |
1820
5baaad557d58
don't change mouse tool after creating an annotation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
1411 // Ignore |
1815
b81775f1b196
New tools for annotations: segment length, circle, angle and eraser
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1807
diff
changeset
|
1412 }); |
b81775f1b196
New tools for annotations: segment length, circle, angle and eraser
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1807
diff
changeset
|
1413 |
b81775f1b196
New tools for annotations: segment length, circle, angle and eraser
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1807
diff
changeset
|
1414 window.addEventListener('StoneAnnotationRemoved', function() { |
1820
5baaad557d58
don't change mouse tool after creating an annotation
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1815
diff
changeset
|
1415 // Ignore |
1815
b81775f1b196
New tools for annotations: segment length, circle, angle and eraser
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1807
diff
changeset
|
1416 }); |
2001
e943a84da9ac
creation of text annotations
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1998
diff
changeset
|
1417 |
e943a84da9ac
creation of text annotations
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1998
diff
changeset
|
1418 window.addEventListener('TextAnnotationRequired', function(args) { |
e943a84da9ac
creation of text annotations
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1998
diff
changeset
|
1419 var label = prompt('Enter your annotation:', ''); |
e943a84da9ac
creation of text annotations
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1998
diff
changeset
|
1420 if (label !== null) { |
e943a84da9ac
creation of text annotations
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1998
diff
changeset
|
1421 stone.AddTextAnnotation(args.detail.canvasId, label, |
e943a84da9ac
creation of text annotations
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1998
diff
changeset
|
1422 args.detail.pointedX, args.detail.pointedY, |
e943a84da9ac
creation of text annotations
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1998
diff
changeset
|
1423 args.detail.labelX, args.detail.labelY); |
e943a84da9ac
creation of text annotations
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1998
diff
changeset
|
1424 } |
e943a84da9ac
creation of text annotations
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1998
diff
changeset
|
1425 }); |
2019
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1426 |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1427 window.addEventListener('keydown', function(event) { |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1428 var canvas = that.GetActiveCanvas(); |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1429 if (canvas != '') { |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1430 switch (event.key) { |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1431 case 'Left': |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1432 case 'ArrowLeft': |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1433 stone.DecrementFrame(canvas, false); |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1434 break; |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1435 |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1436 case 'Right': |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1437 case 'ArrowRight': |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1438 stone.IncrementFrame(canvas, false); |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1439 break; |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1440 |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1441 case 'Up': |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1442 case 'ArrowUp': |
2020
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1443 that.ChangeActiveSeries(-1); |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1444 break |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1445 |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1446 case 'Down': |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1447 case 'ArrowDown': |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1448 that.ChangeActiveSeries(1); |
2019
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1449 break; |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1450 |
2020
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1451 case 'PageUp': |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1452 that.ChangeActiveStudy(-1); |
2022
96d20b42e740
support of virtual series upon up/down keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2020
diff
changeset
|
1453 break; |
2020
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1454 |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1455 case 'PageDown': |
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1456 that.ChangeActiveStudy(1); |
2019
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1457 break; |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1458 |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1459 case ' ': |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1460 case 'Space': |
2020
88673f50d7b9
added key bindings to change active study and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2019
diff
changeset
|
1461 dispatchEvent(new CustomEvent('KeyCineSwitch', { })); |
2019
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1462 break; |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1463 |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1464 default: |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1465 break; |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1466 } |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1467 } |
fe9999d6a636
handling of left, right, and space keys
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2017
diff
changeset
|
1468 }); |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1469 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1470 }); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1471 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1472 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1473 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1474 window.addEventListener('StoneInitialized', function() { |
1959
889892e51545
Fix handling of "token": The authorization header was not set in QIDO-RS requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1958
diff
changeset
|
1475 /** |
889892e51545
Fix handling of "token": The authorization header was not set in QIDO-RS requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1958
diff
changeset
|
1476 * Do NOT modify the order of the calls to "stone.XXX()" in this |
889892e51545
Fix handling of "token": The authorization header was not set in QIDO-RS requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1958
diff
changeset
|
1477 * section, otherwise the HTTP headers might not be properly set. |
889892e51545
Fix handling of "token": The authorization header was not set in QIDO-RS requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1958
diff
changeset
|
1478 **/ |
889892e51545
Fix handling of "token": The authorization header was not set in QIDO-RS requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1958
diff
changeset
|
1479 |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1480 stone.Setup(Module); |
1713
aec45e0b2528
configuration option "DicomWebRoot"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1710
diff
changeset
|
1481 stone.SetDicomWebRoot(app.globalConfiguration.DicomWebRoot, |
aec45e0b2528
configuration option "DicomWebRoot"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1710
diff
changeset
|
1482 true /* assume "/rendered" is available in DICOMweb (could be a configuration option) */); |
1996
6e4ef6e3b2bf
linear interpolation of images can be turned off in the user preferences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1993
diff
changeset
|
1483 stone.SetSoftwareRendering(app.settingSoftwareRendering); |
6e4ef6e3b2bf
linear interpolation of images can be turned off in the user preferences
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1993
diff
changeset
|
1484 stone.SetLinearInterpolation(app.settingLinearInterpolation); |
1714
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1485 |
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1486 if ('DicomCacheSize' in app.globalConfiguration) { |
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1487 stone.SetDicomCacheSize(app.globalConfiguration.DicomCacheSize); |
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1488 } |
1761
28755e42c007
Fix issue #197 (Support for passing credentials with all HTTP requests)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1739
diff
changeset
|
1489 |
1959
889892e51545
Fix handling of "token": The authorization header was not set in QIDO-RS requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1958
diff
changeset
|
1490 // Calls to "stone.AddHttpHeader()" must be after "stone.SetDicomWebRoot()", |
889892e51545
Fix handling of "token": The authorization header was not set in QIDO-RS requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1958
diff
changeset
|
1491 // and before "stone.SetSkipSeriesFromModalities()" |
889892e51545
Fix handling of "token": The authorization header was not set in QIDO-RS requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1958
diff
changeset
|
1492 for (var header in app.globalConfiguration.DicomWebHttpHeaders) { |
889892e51545
Fix handling of "token": The authorization header was not set in QIDO-RS requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1958
diff
changeset
|
1493 stone.AddHttpHeader(header, app.globalConfiguration.DicomWebHttpHeaders[header]); |
889892e51545
Fix handling of "token": The authorization header was not set in QIDO-RS requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1958
diff
changeset
|
1494 } |
889892e51545
Fix handling of "token": The authorization header was not set in QIDO-RS requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1958
diff
changeset
|
1495 |
889892e51545
Fix handling of "token": The authorization header was not set in QIDO-RS requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1958
diff
changeset
|
1496 // Bearer token is new in Stone Web viewer 2.0 |
889892e51545
Fix handling of "token": The authorization header was not set in QIDO-RS requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1958
diff
changeset
|
1497 var token = getParameterFromUrl('token'); |
889892e51545
Fix handling of "token": The authorization header was not set in QIDO-RS requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1958
diff
changeset
|
1498 if (token !== undefined) { |
2023
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
1499 hasAuthorizationToken = true; |
1959
889892e51545
Fix handling of "token": The authorization header was not set in QIDO-RS requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1958
diff
changeset
|
1500 stone.AddHttpHeader('Authorization', 'Bearer ' + token); |
2023
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
1501 axiosHeaders['Authorization'] = 'Bearer ' + token; |
1959
889892e51545
Fix handling of "token": The authorization header was not set in QIDO-RS requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1958
diff
changeset
|
1502 } |
889892e51545
Fix handling of "token": The authorization header was not set in QIDO-RS requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1958
diff
changeset
|
1503 |
2023
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
1504 if (app.globalConfiguration.OrthancApiRoot) { |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
1505 axios.get(app.globalConfiguration.OrthancApiRoot + '/system', { |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
1506 headers: axiosHeaders |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
1507 }) |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
1508 .then(function (response) { |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
1509 app.orthancSystem = response.data; |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
1510 }); |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
1511 } |
e0b7b2a8b914
support generation of ZIP archives in the presence of authorization tokens
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2022
diff
changeset
|
1512 |
1959
889892e51545
Fix handling of "token": The authorization header was not set in QIDO-RS requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1958
diff
changeset
|
1513 |
889892e51545
Fix handling of "token": The authorization header was not set in QIDO-RS requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1958
diff
changeset
|
1514 /** |
889892e51545
Fix handling of "token": The authorization header was not set in QIDO-RS requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1958
diff
changeset
|
1515 * Calls to "stone.XXX()" can be reordered after this point. |
889892e51545
Fix handling of "token": The authorization header was not set in QIDO-RS requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1958
diff
changeset
|
1516 **/ |
889892e51545
Fix handling of "token": The authorization header was not set in QIDO-RS requests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1958
diff
changeset
|
1517 |
1862
63587fdeec69
added 'SkipSeriesFromModalities' to ignore series from modality types
Alain Mazy <am@osimis.io>
parents:
1861
diff
changeset
|
1518 if ('SkipSeriesFromModalities' in app.globalConfiguration) { |
63587fdeec69
added 'SkipSeriesFromModalities' to ignore series from modality types
Alain Mazy <am@osimis.io>
parents:
1861
diff
changeset
|
1519 stone.SetSkipSeriesFromModalities(JSON.stringify(app.globalConfiguration.SkipSeriesFromModalities)); |
63587fdeec69
added 'SkipSeriesFromModalities' to ignore series from modality types
Alain Mazy <am@osimis.io>
parents:
1861
diff
changeset
|
1520 } |
63587fdeec69
added 'SkipSeriesFromModalities' to ignore series from modality types
Alain Mazy <am@osimis.io>
parents:
1861
diff
changeset
|
1521 |
1958
142c7ee8fe1f
added configuration options: ShowInfoPanelAtStartup, ShowUserPreferencesButton, and ShowNotForDiagnosticUsageDisclaimer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1949
diff
changeset
|
1522 if (app.globalConfiguration.ShowInfoPanelAtStartup == 'Always') { |
142c7ee8fe1f
added configuration options: ShowInfoPanelAtStartup, ShowUserPreferencesButton, and ShowNotForDiagnosticUsageDisclaimer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1949
diff
changeset
|
1523 app.modalNotDiagnostic = true; |
142c7ee8fe1f
added configuration options: ShowInfoPanelAtStartup, ShowUserPreferencesButton, and ShowNotForDiagnosticUsageDisclaimer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1949
diff
changeset
|
1524 } else if (app.globalConfiguration.ShowInfoPanelAtStartup == 'Never') { |
142c7ee8fe1f
added configuration options: ShowInfoPanelAtStartup, ShowUserPreferencesButton, and ShowNotForDiagnosticUsageDisclaimer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1949
diff
changeset
|
1525 app.modalNotDiagnostic = false; |
142c7ee8fe1f
added configuration options: ShowInfoPanelAtStartup, ShowUserPreferencesButton, and ShowNotForDiagnosticUsageDisclaimer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1949
diff
changeset
|
1526 } else if (app.globalConfiguration.ShowInfoPanelAtStartup == 'User') { |
142c7ee8fe1f
added configuration options: ShowInfoPanelAtStartup, ShowUserPreferencesButton, and ShowNotForDiagnosticUsageDisclaimer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1949
diff
changeset
|
1527 app.modalNotDiagnostic = app.settingNotDiagnostic; |
142c7ee8fe1f
added configuration options: ShowInfoPanelAtStartup, ShowUserPreferencesButton, and ShowNotForDiagnosticUsageDisclaimer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1949
diff
changeset
|
1528 } else { |
142c7ee8fe1f
added configuration options: ShowInfoPanelAtStartup, ShowUserPreferencesButton, and ShowNotForDiagnosticUsageDisclaimer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1949
diff
changeset
|
1529 alert('Bad value for option "ShowInfoPanelAtStartup": ' + app.globalConfiguration.ShowInfoPanelAtStartup); |
142c7ee8fe1f
added configuration options: ShowInfoPanelAtStartup, ShowUserPreferencesButton, and ShowNotForDiagnosticUsageDisclaimer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1949
diff
changeset
|
1530 } |
142c7ee8fe1f
added configuration options: ShowInfoPanelAtStartup, ShowUserPreferencesButton, and ShowNotForDiagnosticUsageDisclaimer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1949
diff
changeset
|
1531 |
1665
f62f685e0eb2
avoid loading instance metadata on RTSTRUCT to avoid JSON parsing that freezes the browser
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1661
diff
changeset
|
1532 console.warn('Stone properly initialized'); |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1533 |
1827
21ccc00839f7
upgrade to Emscripten 2.0.23
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1824
diff
changeset
|
1534 app.stoneWebViewerVersion = stone.GetStoneWebViewerVersion(); |
21ccc00839f7
upgrade to Emscripten 2.0.23
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1824
diff
changeset
|
1535 app.emscriptenVersion = stone.GetEmscriptenVersion(); |
1824
a56bf4c534ef
display stone web viewer version in info panel
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1820
diff
changeset
|
1536 |
1701
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
1537 app.SetCombinedToolActions(); |
b5a8bf32d969
new configuration options: "CombinedToolEnabled", "CombinedToolBehaviour" and "DownloadAsJpegEnabled"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1700
diff
changeset
|
1538 |
1692
e787b52d025f
"selectedStudies" argument to replace "selectedStudyIds" from Osimis Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1691
diff
changeset
|
1539 var selectedStudies = getParameterFromUrl('selectedStudies'); |
1702
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1540 var patient = getParameterFromUrl('patient'); |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1541 var study = getParameterFromUrl('study'); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1542 var series = getParameterFromUrl('series'); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1543 |
1692
e787b52d025f
"selectedStudies" argument to replace "selectedStudyIds" from Osimis Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1691
diff
changeset
|
1544 if (selectedStudies !== undefined) { |
e787b52d025f
"selectedStudies" argument to replace "selectedStudyIds" from Osimis Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1691
diff
changeset
|
1545 app.selectedStudies = selectedStudies.split(','); |
e787b52d025f
"selectedStudies" argument to replace "selectedStudyIds" from Osimis Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1691
diff
changeset
|
1546 } else { |
e787b52d025f
"selectedStudies" argument to replace "selectedStudyIds" from Osimis Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1691
diff
changeset
|
1547 app.selectedStudies = []; |
e787b52d025f
"selectedStudies" argument to replace "selectedStudyIds" from Osimis Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1691
diff
changeset
|
1548 } |
1702
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1549 |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1550 if (study !== undefined && |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1551 series !== undefined) { |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1552 console.warn('Loading series: ' + series + ' from study: ' + study); |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1553 stone.FetchSeries(study, series); |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1554 app.leftMode = 'full'; |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1555 } |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1556 else { |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1557 var empty = true; |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1558 |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1559 if (study !== undefined) { |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1560 var studies = study.split(','); |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1561 if (studies.length != 0) { |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1562 empty = false; |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1563 for (var i = 0; i < studies.length; i++) { |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1564 console.warn('Loading study: ' + studies[i]); |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1565 stone.FetchStudy(studies[i]); |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1566 } |
1691
4a49de03a419
porting the "pickableStudyIds" feature of Osimis Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1681
diff
changeset
|
1567 } |
1702
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1568 } |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1569 |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1570 if (patient !== undefined) { |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1571 var patients = patient.split(','); |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1572 if (patients.length != 0) { |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1573 empty = false; |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1574 for (var i = 0; i < patients.length; i++) { |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1575 console.warn('Loading patient: ' + patients[i]); |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1576 stone.FetchPatient(patients[i]); |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1577 } |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1578 } |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1579 } |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1580 |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1581 if (empty) { |
bc40b6450261
"patient" GET argument
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1701
diff
changeset
|
1582 alert('No study, nor patient was provided in the URL!'); |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1583 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1584 } |
2016
f30d7055ed6a
new URL argument "menu" to change the layout of the list of studies/series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2015
diff
changeset
|
1585 |
f30d7055ed6a
new URL argument "menu" to change the layout of the list of studies/series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2015
diff
changeset
|
1586 // New in Stone Web viewer 2.5 |
f30d7055ed6a
new URL argument "menu" to change the layout of the list of studies/series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2015
diff
changeset
|
1587 var menu = getParameterFromUrl('menu'); |
f30d7055ed6a
new URL argument "menu" to change the layout of the list of studies/series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2015
diff
changeset
|
1588 if (menu !== undefined) { |
f30d7055ed6a
new URL argument "menu" to change the layout of the list of studies/series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2015
diff
changeset
|
1589 if (menu == 'hidden') { |
f30d7055ed6a
new URL argument "menu" to change the layout of the list of studies/series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2015
diff
changeset
|
1590 app.leftVisible = false; |
f30d7055ed6a
new URL argument "menu" to change the layout of the list of studies/series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2015
diff
changeset
|
1591 } else if (menu == 'small' || |
f30d7055ed6a
new URL argument "menu" to change the layout of the list of studies/series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2015
diff
changeset
|
1592 menu == 'grid' || |
f30d7055ed6a
new URL argument "menu" to change the layout of the list of studies/series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2015
diff
changeset
|
1593 menu == 'full') { |
f30d7055ed6a
new URL argument "menu" to change the layout of the list of studies/series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2015
diff
changeset
|
1594 app.leftVisible = true; |
f30d7055ed6a
new URL argument "menu" to change the layout of the list of studies/series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2015
diff
changeset
|
1595 app.leftMode = menu; |
f30d7055ed6a
new URL argument "menu" to change the layout of the list of studies/series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2015
diff
changeset
|
1596 } else { |
f30d7055ed6a
new URL argument "menu" to change the layout of the list of studies/series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2015
diff
changeset
|
1597 alert('Bad value for the "menu" option in the URL (can be "hidden", "small", "grid", or "full"): ' + menu); |
f30d7055ed6a
new URL argument "menu" to change the layout of the list of studies/series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2015
diff
changeset
|
1598 } |
f30d7055ed6a
new URL argument "menu" to change the layout of the list of studies/series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2015
diff
changeset
|
1599 } |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1600 }); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1601 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1602 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1603 window.addEventListener('ResourcesLoaded', function() { |
1862
63587fdeec69
added 'SkipSeriesFromModalities' to ignore series from modality types
Alain Mazy <am@osimis.io>
parents:
1861
diff
changeset
|
1604 console.log('resources loaded: ', stone.GetStudiesCount(), 'studies &', stone.GetSeriesCount(), 'series'); |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1605 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1606 var studies = []; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1607 for (var i = 0; i < stone.GetStudiesCount(); i++) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1608 stone.LoadStudyTags(i); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1609 studies.push(JSON.parse(stone.GetStringBuffer())); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1610 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1611 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1612 var series = []; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1613 for (var i = 0; i < stone.GetSeriesCount(); i++) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1614 stone.LoadSeriesTags(i); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1615 series.push(JSON.parse(stone.GetStringBuffer())); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1616 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1617 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1618 app.SetResources(studies, series); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1619 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1620 for (var i = 0; i < app.series.length; i++) { |
1657
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
1621 var studyInstanceUid = app.series[i].tags[STUDY_INSTANCE_UID]; |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1622 var seriesInstanceUid = app.series[i].tags[SERIES_INSTANCE_UID]; |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1623 app.UpdateSeriesThumbnail(seriesInstanceUid); |
1657
66e5fcdf5597
pdf viewer is working
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1651
diff
changeset
|
1624 app.UpdateIsSeriesComplete(studyInstanceUid, seriesInstanceUid); |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1625 } |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1626 }); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1627 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1628 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1629 window.addEventListener('StoneException', function() { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1630 console.error('Exception catched in Stone'); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1631 }); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1632 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1633 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1634 |
1696
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1635 function ParseJsonWithComments(json) |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1636 { |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1637 if (typeof(json) == 'string') { |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1638 // https://stackoverflow.com/a/62945875/881731 |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1639 return JSON.parse(json.replace(/\\"|"(?:\\"|[^"])*"|(\/\/.*|\/\*[\s\S]*?\*\/)/g, |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1640 (m, g) => g ? "" : m)); |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1641 } else { |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1642 return json; |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1643 } |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1644 } |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1645 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1646 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1647 $(document).ready(function() { |
1709
2931f5e15320
download study from Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1707
diff
changeset
|
1648 RefreshTooltips(); |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1649 |
1552
a4d82f1bcb10
user preferences: not for diagnostic use, software rendering
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1547
diff
changeset
|
1650 //app.modalWarning = true; |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1651 |
1696
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1652 axios.get(CONFIGURATION_SOURCE) |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1653 .then(function(response) { |
1700
f1bd464dc3e1
the plugin uses the Orthanc configuration instead of the default configuration
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1699
diff
changeset
|
1654 app.globalConfiguration = ParseJsonWithComments(response.data) ['StoneWebViewer']; |
f1bd464dc3e1
the plugin uses the Orthanc configuration instead of the default configuration
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1699
diff
changeset
|
1655 |
f1bd464dc3e1
the plugin uses the Orthanc configuration instead of the default configuration
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1699
diff
changeset
|
1656 if (app.globalConfiguration === undefined) { |
f1bd464dc3e1
the plugin uses the Orthanc configuration instead of the default configuration
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1699
diff
changeset
|
1657 console.warn('Empty configuration file'); |
f1bd464dc3e1
the plugin uses the Orthanc configuration instead of the default configuration
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1699
diff
changeset
|
1658 app.globalConfiguration = {}; |
f1bd464dc3e1
the plugin uses the Orthanc configuration instead of the default configuration
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1699
diff
changeset
|
1659 } |
1697
c2802561d7f9
"PrintEnabled" configuration option
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1696
diff
changeset
|
1660 |
1696
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1661 // Option 1: Loading script using plain HTML |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1662 |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1663 /* |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1664 var script = document.createElement('script'); |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1665 script.src = WASM_SOURCE; |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1666 script.type = 'text/javascript'; |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1667 document.body.appendChild(script); |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1668 */ |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1669 |
1696
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1670 // Option 2: Loading script using AJAX (gives the opportunity to |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1671 // explicitly report errors) |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1672 |
1696
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1673 axios.get(WASM_SOURCE) |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1674 .then(function (response) { |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1675 var script = document.createElement('script'); |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1676 script.innerHTML = response.data; |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1677 script.type = 'text/javascript'; |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1678 document.body.appendChild(script); |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1679 }) |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1680 .catch(function (error) { |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1681 alert('Cannot load the WebAssembly framework'); |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1682 }); |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1683 }) |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1684 .catch(function (error) { |
1696
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1685 alert('Cannot load the configuration file'); |
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1686 }); |
1495
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1687 }); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1688 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1689 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1690 // "Prevent Bootstrap dropdown from closing on clicks" for the list of |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1691 // studies: https://stackoverflow.com/questions/26639346 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1692 $('.dropdown-menu').click(function(e) { |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1693 e.stopPropagation(); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1694 }); |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1695 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1696 |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1697 // Disable the selection of text using the mouse |
fb74ed5d8c22
initial commit of the Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1698 document.onselectstart = new Function ('return false'); |
1603
595c0952ef7e
focusing on osirix annotations in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1596
diff
changeset
|
1699 |
595c0952ef7e
focusing on osirix annotations in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1596
diff
changeset
|
1700 |
595c0952ef7e
focusing on osirix annotations in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1596
diff
changeset
|
1701 window.addEventListener('message', function(e) { |
1714
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1702 if ('type' in e.data) { |
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1703 if (e.data.type == 'show-osirix-annotations') { |
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1704 var expectedOrigin = app.globalConfiguration['ExpectedMessageOrigin']; |
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1705 |
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1706 if (expectedOrigin === undefined) { |
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1707 alert('Dynamic actions are disabled in the Stone Web viewer, ' + |
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1708 'set the configuration option "ExpectedMessageOrigin".'); |
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1709 } |
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1710 else if (expectedOrigin != '*' && |
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1711 e.origin !== expectedOrigin) { |
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1712 alert('Bad origin for a dynamic action in the Stone Web viewer: "' + e.origin + |
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1713 '", whereas the message must have origin: "' + expectedOrigin + '"'); |
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1714 } |
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1715 else if (e.data.type == 'show-osirix-annotations') { |
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1716 var clear = true; // Whether to clear previous annotations |
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1717 if ('clear' in e.data) { |
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1718 clear = e.data.clear; |
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1719 } |
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1720 |
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1721 app.LoadOsiriXAnnotations(e.data.xml, clear); |
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1722 } |
1611
787db80a5a1b
new class MacroLayerRenderer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1603
diff
changeset
|
1723 } |
1714
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1724 else { |
a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1713
diff
changeset
|
1725 console.log('Unknown type of dynamic action in the Stone Web viewer: ' + e.data.type); |
1696
572652803929
bootstrapping the Stone Web viewer configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1693
diff
changeset
|
1726 } |
1707
ee2b5990dfff
remove annoying alert box in the server demo
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1706
diff
changeset
|
1727 } |
1603
595c0952ef7e
focusing on osirix annotations in Stone Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1596
diff
changeset
|
1728 }); |