1brahimmohamed / Brain-Tumor-Segmentation-GP

Research Based Software for Brain Tumour Segmentation, MRI Sequence Synthesis & MRI Motion Artifact Correction for Graduation Project Thesis.
3 stars 2 forks source link

Feature: Interactive Filtering for DICOM & NIFTI Tables #64

Closed 1brahimmohamed closed 5 months ago

1brahimmohamed commented 6 months ago

Feature description

Implement interactive filtering functionalities for both DICOM and NIFTI tables, allowing users to refine their data view based on chosen modalities and time frames.

Use cases

Benefits

Links / Reference

Sub Task of User Story #61

1brahimmohamed commented 6 months ago

[UPDATE]

DICOM Filtering by Date Range, Modality & Searching Implemented

1brahimmohamed commented 6 months ago

The Issue is technically done in code but we don't have the modality from the backend yet so we cannot apply the filters this is due to the usage of Orthanc rest API which doesn't serve the study modality

1brahimmohamed commented 5 months ago

[CLOSED]

The modality is now returned with a new request to the backend... if there will be better option in the future don't hesitate to do it.