dicoogle
dicoogle copied to clipboard
Dicoogle - Open Source PACS
Dear all, I am just struggling with some C-FIND requests on the PACS. I get back wrong DICOM datasets, having malformed values in e.g. the SeriesNumber tag, wich is of...
This is a bit tricky to reproduce, but sometimes some configuration files are not fully written to disk. For example, roles.xml might end up like this: ```xml ``` ... rather...
Many of our classes (e.g. `server.web.auth.Authentication`), are tightly dependent on the file system or other resources that only make sense in the full application, and so they are hard to...
The work on #232 had an ultimate goal yet unfulfilled, which is to make the web application faster when searching for a lot of data. The query performed in the...
Some possibles to fix it: - Pagination - Truncate number of tasks to show - Only shows some of the tasks in this interface.
I have discovered this bug while fiddling with #244. Basically, an export to CSV file operation on the server might only send one of the query provider's search results. This...
The current Dicoogle task list has a few issues: - Information about all tasks is kept in memory, even after they were terminated, and until they are deleted. - In...
After a talk with @bastiao, we thought of a new idea for the webapp: an interactable and extensible notification system. A new button in the top bar would exhibit a...
A directory in the root maybe created with: - licenses/server/ - licenses/client/ Then it could be like: react.js.txt and the license inside.
Create slots in the webapp for injecting query web UI plugins, as well as one (or more) plugins as examples.