feat: Add DICOM tag consistency analysis with dynamic loading in series viewer

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Ross
2026-04-30 22:01:54 +01:00
co-authored by Copilot
parent 6574c29a70
commit 859042bf96
4 changed files with 205 additions and 0 deletions
+5
View File
@@ -619,6 +619,11 @@ urlpatterns = [
views.series_split_by_tag,
name="series_split_by_tag",
),
path(
"series/<int:pk>/tag_consistency",
views.series_tag_consistency,
name="series_tag_consistency",
),
path(
"series/<int:pk>/delete",
views.SeriesDelete.as_view(),