|
116 | 116 | checked>
|
117 | 117 | <label class="form-check-label" for="flexSwitchCheckDefault">Retain descriptors</label>
|
118 | 118 | </div>
|
119 |
| - <label>Date processing:</label> |
| 119 | + <label>Date/Time processing:</label> |
120 | 120 | <select id="date-processing-select"
|
121 | 121 | class="form-select"
|
122 | 122 | aria-label="Default select example">
|
123 |
| - <option value="offset" selected>Offset</option> |
| 123 | + <option value="offset" selected>Clean</option> |
124 | 124 | <option value="remove">Remove</option>
|
125 | 125 | <option value="keep">Keep</option>
|
126 | 126 | </select>
|
|
142 | 142 | role="switch"
|
143 | 143 | id="annotation"
|
144 | 144 | checked>
|
145 |
| - <label class="form-check-label" for="annotation">Enable annotation</label> |
| 145 | + <label class="form-check-label" for="annotation">Enable segmentation</label> |
146 | 146 | </div>
|
147 | 147 | <br>
|
148 | 148 | <button type="button"
|
149 | 149 | id="SubmitAnonymizationProcess"
|
150 | 150 | class="btn btn-primary"
|
151 | 151 | onclick="submit_dicom_processing_request()"
|
152 |
| - disabled>Submit Options</button> |
| 152 | + disabled>Submit</button> |
153 | 153 | </div>
|
154 | 154 | </div>
|
155 | 155 | <div class="col-sm-9">
|
|
218 | 218 | <select id="BrushSelect"
|
219 | 219 | class="form-select"
|
220 | 220 | aria-label="Default select example"
|
221 |
| - title="Select annotation class" |
| 221 | + title="Select segmentation class" |
222 | 222 | disabled>
|
223 | 223 | <option value="background" selected>background</option>
|
224 | 224 | </select>
|
|
238 | 238 | id="Add"
|
239 | 239 | onclick="add_class()"
|
240 | 240 | class="btn btn-primary"
|
241 |
| - title="Add an annotation class" |
| 241 | + title="Add a segmentation class" |
242 | 242 | disabled>
|
243 | 243 | <i class="bi bi-bookmark-plus-fill"></i>
|
244 | 244 | </button>
|
245 | 245 | <button type="button"
|
246 | 246 | id="Remove"
|
247 | 247 | onclick="remove_class()"
|
248 | 248 | class="btn btn-primary"
|
249 |
| - title="Remove existing annotation class" |
| 249 | + title="Remove existing segmentation class" |
250 | 250 | disabled>
|
251 | 251 | <i class="bi bi-bookmark-x-fill"></i>
|
252 | 252 | </button>
|
253 | 253 | <button type="button"
|
254 | 254 | id="SubmitClasses"
|
255 | 255 | onclick="submit_classes()"
|
256 | 256 | class="btn btn-primary"
|
257 |
| - title="Submit classes to begin annotation" |
| 257 | + title="Submit classes to begin segmentation" |
258 | 258 | disabled>
|
259 | 259 | <i class="bi bi-arrow-right-square-fill"></i>
|
260 | 260 | </button>
|
|
265 | 265 | <button type="button"
|
266 | 266 | id="toggle-mask"
|
267 | 267 | class="btn btn-primary"
|
268 |
| - title="Show/hide annotation masks" |
| 268 | + title="Show/hide segmentation masks" |
269 | 269 | disabled>
|
270 | 270 | <i class="bi bi-circle-fill"></i>
|
271 | 271 | </button>
|
|
279 | 279 | <button type="button"
|
280 | 280 | id="Mode"
|
281 | 281 | class="btn btn-primary"
|
282 |
| - title="Toggle annotation tool" |
| 282 | + title="Toggle segmentation tool" |
283 | 283 | disabled>
|
284 | 284 | <i class="bi bi-brush-fill"></i>
|
285 | 285 | </button>
|
|
309 | 309 | id="ExportMasks"
|
310 | 310 | class="btn btn-primary"
|
311 | 311 | onclick="export_masks()"
|
312 |
| - title="Save annotation data to DICOM file" |
| 312 | + title="Save segmentation data to DICOM file" |
313 | 313 | disabled>
|
314 | 314 | <i class="bi bi-floppy-fill"></i>
|
315 | 315 | </button>
|
|
366 | 366 | id="ToggleDiff0"
|
367 | 367 | oninput="ShowDiffTable(this.checked)"
|
368 | 368 | disabled>
|
369 |
| - <label class="form-check-label" for="flexSwitchCheckDefault">Only show altered tags</label> |
| 369 | + <label class="form-check-label" for="flexSwitchCheckDefault">Only show altered attributes</label> |
370 | 370 | </div>
|
371 | 371 | <div id="MetadataTable" class="metadata-table"></div>
|
372 | 372 | </div>
|
|
0 commit comments