Back to Projects List
- Davide Punzo (Freelancer, France)
- Andras Lasso (Perk Labs, Canada)
- Anyone is welcome to join
Implement a Query/Retrieve panel for DICOM databases.
Have a simple user-friendly interface to query/retrieve from a DICOM server. The user interface would render series thumbnails so the users can easily navigate the DICOM database (see illustrations for a first UI Design prototype). Moreover, perfomance needs to be boosted as much as possible:
-
fetch metadata only when strictly required (e.g. get series metadata only when the user clicks and opens a study item of the list)
-
the fetch should be performed in async with Qthreads/workers and parallelized.
-
Get feedback
-
Design the solution
-
Start implementation