feat: Add DICOM tag consistency analysis with dynamic loading in series viewer
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user