improve case management

This commit is contained in:
Ross
2025-04-28 15:45:02 +01:00
parent a13be87077
commit 5e578ca2b0
7 changed files with 83 additions and 13 deletions
+5
View File
@@ -249,6 +249,11 @@ urlpatterns = [
views.use_dates_as_descriptions,
name="use_dates_as_descriptions",
),
path(
"case/<int:case_pk>/collection/<int:collection_pk>/remove/",
views.remove_case_from_collection,
name="remove_case_from_collection",
),
path(
"series/<int:pk>/dicom_json",
views.series_dicom_json,