improve case management
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user