improve finrding

This commit is contained in:
Ross
2025-05-12 10:18:44 +01:00
parent e119dceaa1
commit 1599e48584
6 changed files with 138 additions and 18 deletions
+2
View File
@@ -264,6 +264,8 @@ urlpatterns = [
views.series_dicom_json,
name="series_dicom_json",
),
path('series/<int:series_pk>/add-to-case/', views.add_series_to_case, name='add_series_to_case'),
path('series/<int:series_pk>/<int:case_pk>/remove-from-case/', views.remove_series_from_case, name='remove_series_from_case'),
path("uncategorised_dicoms/", views.uncategorised_dicoms, name="uncategorised_dicoms_view"),
path("question_schema/", views.QuestionSchemaView.as_view(), name="question_schema_overview"),
path("question_schema/<int:pk>", views.question_schema_detail, name="question_schema_detail"),