didymo / OnkoDICOM

OnkoDICOM was created with Radiation Oncologists to allow Radiation Oncologists to do research on DICOM standard image sets (DICOM-RT, CT, MRI, PET) using open source technologies, such as pydicom, dicompyler-core, PySide6, PIL, and matplotlib. OnkoDICOM is cross platform, open source software, and welcomes contributions. OnkoDICOM was inspired by dicompyler.
https://onkodicom.com.au
GNU Lesser General Public License v2.1
62 stars 42 forks source link

Force link code, Back button implementation #227

Closed as565 closed 2 years ago

as565 commented 2 years ago

"On both individual and batch processing screens, the back button navigates back to the welcome window instead of terminating the whole application.

Force link button added to the single patient window. Please be aware that the force link button will overwrite Dicom files in the directory." - Alexander Padayachee

Edit: I removed loguru and replaced it with import logging, as this started causing issues for our repo and tests were failing. I did a search through the whole system on VSCode so hopefully, this will not arise again.

djwfdev commented 2 years ago

@nwilde Cannot seem to replicate this issue of crashing with some code changes but is the "Multithreading with maximum threads" now shows up only once, is that still an issue?

nwilde commented 2 years ago

@nwilde Cannot seem to replicate this issue of crashing with some code changes but is the "Multithreading with maximum threads" now shows up only once, is that still an issue?

Yeah that seems to have fixed it, nice work 👍