Commit 058ddfc
Add feature "include dicom files" (#1664)
* Add tag model to the dict label_info in the function onSaveLabel
Signed-off-by: Jose Raniery <jose.rfj@einstein.br>
* Add checkbox includeDicomFilesCheckBox in settings
Signed-off-by: Jose Raniery <jose.rfj@einstein.br>
* Add dicom files in the tmpdir
Signed-off-by: Jose Raniery <jose.rfj@einstein.br>
* Add call of function onUploadImage in the function onClickSegmentation to include dicom files, if marked in settings, prior segmentation
Signed-off-by: Jose Raniery <jose.rfj@einstein.br>
* Rename loop variable in function get_dicom_files according to flake8 F402 error
Signed-off-by: Jose Raniery <jose.rfj@einstein.br>
* Refactor transforms after PR check
Signed-off-by: Jose Raniery <jose.rfj@einstein.br>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fix dicom header with the original study and series uids
Signed-off-by: Jose Raniery <jose.rfj@einstein.br>
* update dicom transfer method by sending only the first slice due to overhead
Signed-off-by: Jose Raniery <jose.rfj@einstein.br>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Signed-off-by: Jose Raniery <jose.rfj@einstein.br>
---------
Signed-off-by: Jose Raniery <jose.rfj@einstein.br>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: SACHIDANAND ALLE <sachidanand.alle@gmail.com>1 parent a786e6b commit 058ddfc
1 file changed
Lines changed: 76 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
190 | 192 | | |
191 | 193 | | |
192 | 194 | | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
193 | 208 | | |
194 | 209 | | |
195 | 210 | | |
| |||
1392 | 1407 | | |
1393 | 1408 | | |
1394 | 1409 | | |
| 1410 | + | |
| 1411 | + | |
| 1412 | + | |
| 1413 | + | |
| 1414 | + | |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
1395 | 1418 | | |
1396 | 1419 | | |
1397 | 1420 | | |
| |||
1407 | 1430 | | |
1408 | 1431 | | |
1409 | 1432 | | |
1410 | | - | |
| 1433 | + | |
| 1434 | + | |
| 1435 | + | |
| 1436 | + | |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
| 1445 | + | |
| 1446 | + | |
| 1447 | + | |
| 1448 | + | |
| 1449 | + | |
| 1450 | + | |
| 1451 | + | |
| 1452 | + | |
| 1453 | + | |
1411 | 1454 | | |
1412 | 1455 | | |
1413 | 1456 | | |
1414 | 1457 | | |
1415 | 1458 | | |
| 1459 | + | |
| 1460 | + | |
| 1461 | + | |
| 1462 | + | |
| 1463 | + | |
| 1464 | + | |
| 1465 | + | |
| 1466 | + | |
| 1467 | + | |
| 1468 | + | |
| 1469 | + | |
| 1470 | + | |
| 1471 | + | |
| 1472 | + | |
| 1473 | + | |
| 1474 | + | |
| 1475 | + | |
| 1476 | + | |
| 1477 | + | |
| 1478 | + | |
| 1479 | + | |
| 1480 | + | |
| 1481 | + | |
1416 | 1482 | | |
1417 | 1483 | | |
1418 | 1484 | | |
| |||
1509 | 1575 | | |
1510 | 1576 | | |
1511 | 1577 | | |
1512 | | - | |
| 1578 | + | |
| 1579 | + | |
| 1580 | + | |
| 1581 | + | |
| 1582 | + | |
1513 | 1583 | | |
1514 | 1584 | | |
1515 | 1585 | | |
| |||
1555 | 1625 | | |
1556 | 1626 | | |
1557 | 1627 | | |
| 1628 | + | |
| 1629 | + | |
| 1630 | + | |
| 1631 | + | |
1558 | 1632 | | |
1559 | 1633 | | |
1560 | 1634 | | |
| |||
0 commit comments