-
Notifications
You must be signed in to change notification settings - Fork 0
/
zzworkStation_brightness.php
217 lines (189 loc) · 8.64 KB
/
zzworkStation_brightness.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<?php
session_start();
$_SESSION["currentImage"] = $_COOKIE['profile_viewer_uid'];
?>
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>TELEARC | Work Station</title>
<!-- CSS style sheet -->
<link rel="stylesheet" href="css/workStation.css">
<!-- Font awsome link -->
<script src="https://kit.fontawesome.com/81dcf7244b.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- Container for the left hand toolbar and main pic -->
<div id="Top-Container">
<!-- LEFT Toolbar -->
<div id="Left-Toolbar">
<!-- options like back button and menu bar -->
<div class="Top-options">
<!-- Back Button -->
<a href="homePage.php" class="Back-Button">
<i class="fas fa-arrow-left"></i>
</a>
<!-- Menu option -->
<i class="fas fa-bars menu-bar"></i>
</div>
<!-- Account of images -->
<div class="Image-collection-container">
<div class="Image-collection-box-1 Image-collection-box">
<img src="pics/brain01.jpg" name="Image-box-1" id="Image-box-1" class="Image-box">
<span id="Image-box-span-1" class="Image-box-span">(23/49)</span>
</div>
<div class="Image-collection-box-2 Image-collection-box">
<img src="pics/lung.jpg" name="Image-box-2" id="Image-box-2" class="Image-box">
<span id="Image-box-span-2" class="Image-box-span">(23/49)</span>
</div>
<div class="Image-collection-box-3 Image-collection-box">
<img src="pics/neck.jpg" name="Image-box-3" id="Image-box-3" class="Image-box">
<span id="Image-box-span-3" class="Image-box-span">(23/49)</span>
</div>
</div>
<div id="Image-Filters-Container">
<select id="Image-Filters">
<option value="" disabled selected hidden>Filters</option>
<option value="Default Window">Default Window</option>
<option value="Invert Window">Invert Window</option>
<option value="CT: Abdomen">CT: Abdomen</option>
<option value="CT:Bone">CT:Bone</option>
<option value="CT:Brain">CT:Brain</option>
<option value="CT:Liver">CT:Liver</option>
<option value="CT:Lungs">CT:Lungs</option>
<option value="CT: Mediastinum">CT: Mediastinum</option>
<option value="CT:Postmyelo">CT:Postmyelo</option>
<option value="CT:Spine">CT:Spine</option>
<option value="MR:Bone">MR:Bone</option>
</select>
</div>
</div>
<!-- Main Picture -->
<div id="Image-Area">
<?php
echo '<img src=' . $_SESSION["currentImage"] . '>';
?>
</div>
</div>
<!-- Container for the bottom toolbar -->
<div id="Bottom-Toolbar">
<!-- Just as the name suggests it is to fill the space -->
<div id="Empty-Gapfiller"></div>
<!-- The Bottom tool bar -->
<div id="Bottom-ToolBar-Main-container">
<div id="Bottom-ToolBar-Main">
<!-- Default Pointer -->
<a class="BottomBar-element" id="pointer" href="workStation.php">
<i class="fas fa-mouse-pointer icon"></i>
<span class="tooltip">pointer</span>
</a>
<!-- Stack scroll -->
<a class="BottomBar-element" id="StackScroll" href="zzworkStation_stackScroll.php">
<i class="fas fa-layer-group icon"></i>
<span class="tooltip">Stack Scroll</span>
</a>
<!-- Zoom Tool -->
<a class="BottomBar-element" id="Zoom" href="zzworkStation_zoom.php">
<i class="fas fa-search-plus icon"></i>
<span class="tooltip">Zoom</span>
</a>
<!-- Reset all Tools -->
<a class="BottomBar-element" id="Reset" href="zzworkStation_reset.php">
<i class="far fa-window-restore icon"></i>
<span class="tooltip">Reset</span>
</a>
<!-- Measure desity/Hounsfield unit -->
<a class="BottomBar-element" id="HU" href="zzworkStation_HU.php">
<i id="HU-Span icon">HU</i>
<span class="tooltip">Hounsfield Unit</span>
</a>
<!-- MPR Measurements -->
<a class="BottomBar-element" id="MPR" href="zzworkStation_MPR.php">
<i id="MPR-Span icon">MPR</i>
<span class="tooltip">MPR</span>
</a>
<!-- MIP Measurements -->
<a class="BottomBar-element" id="MIP" href="zzworkStation_.php">
<i id="MIP-Span icon">MIP</i>
<span class="tooltip">MIP</span>
</a>
<!-- Flip the Image Upside-down -->
<a class="BottomBar-element" id="Flip" href="zzworkStation_flip.php">
<i class="fab fa-flipboard icon"></i>
<span class="tooltip">Flip</span>
</a>
<!-- Adjust the brightness of the image -->
<a class="BottomBar-element" id="Brightness" href="zzworkStation_brightness.php">
<i class="fas fa-adjust icon"></i>
<span class="tooltip">Brightness</span>
</a>
<!-- Allow to create a circle then show all the image states -->
<a class="BottomBar-element" id="MeasureAllCircle" href="zzworkStation_measureAllCircle.php">
<i class="fas fa-weight icon"></i>
<span class="tooltip">Measure ROI</span>
</a>
<!-- Allow user to mark points -->
<a class="BottomBar-element" id="Mark-Highlight" href="zzworkStation_markHighlight.php">
<i class="fas fa-highlighter icon"></i>
<span class="tooltip">Marker</span>
</a>
<!-- Allow user to mark point then show its cobb angle -->
<a class="BottomBar-element" id="CobbAngle" href="zzworkStation_cobbAngle.php">
<i class="fas fa-ruler-combined icon"></i>
<span class="tooltip">Cobb Angle</span>
</a>
<!-- Allow user to add text -->
<a class="BottomBar-element" id="AddText" href="zzworkStation_addText.php">
<i class="fas fa-font icon"></i>
<span class="tooltip">Add Text</span>
</a>
<!-- Allow user to Flip image side ways -->
<a class="BottomBar-element" id="Mirror" href="zzworkStation_mirror.php">
<i class="fas fa-columns icon"></i>
<span class="tooltip">Mirror</span>
</a>
<!-- Allow user to mark points then show distance between them -->
<a class="BottomBar-element" id="Ruler-Scale" href="zzworkStation_rulerScale.php">
<i class="fas fa-ruler icon"></i>
<span class="tooltip">Ruler</span>
</a>
<!-- Allow user to mark points then show angle between them -->
<a class="BottomBar-element" id="Compass" href="zzworkStation_compass.php">
<i class="fas fa-drafting-compass icon"></i>
<span class="tooltip">Compass</span>
</a>
<!-- Display the patient History -->
<a class="BottomBar-element" id="PatientHistory" href="zzworkStation_patientHistory.php">
<i class="fas fa-file-medical-alt icon"></i>
<span class="tooltip">Patient History</span>
</a>
<!-- Show or hide the text on the screen -->
<a class="BottomBar-element" id="ShowHideText" href="zzworkStation_showHideText.php">
<i class="fas fa-eye-slash icon"></i>
<span class="tooltip">Show/Hide Text</span>
</a>
<!-- Show or hide all the measurements on the screen -->
<a class="BottomBar-element" id="ShowHideMeasurment" href="zzworkStation_showHideMeasurement.php">
<i class="far fa-eye-slash icon"></i>
<span class="tooltip">Show/Hide Measurements</span>
</a>
<!-- Delete the selected measurements that were marked by user -->
<a class="BottomBar-element" id="DeleteSelected" href="zzworkStation_deleteSelected.php">
<i class="fas fa-minus-circle icon"></i>
<span class="tooltip">Delete Selected</span>
</a>
<!-- Delete all the measurements that were marked by user -->
<a class="BottomBar-element" id="DeleteAll" href="zzworkStation_deleteAll.php">
<i class="fas fa-trash-alt icon"></i>
<span class="tooltip">Delete All</span>
</a>
<!-- All user to set shortcuts -->
<a class="BottomBar-element" id="Shortcuts" href="zzworkStation_shortcuts.php">
<i class="fas fa-keyboard icon"></i>
<span class="tooltip">Shortcuts</span>
</a>
</div>
</div>
</div>
</body>
</html>