.
This commit is contained in:
@@ -144,6 +144,11 @@ urlpatterns = [
|
||||
views.GenericExamViews.exam_json_edit,
|
||||
name="exam_json_edit",
|
||||
),
|
||||
path(
|
||||
"collection/<int:pk>/dicom_json",
|
||||
views.collection_dicom_json,
|
||||
name="collection_dicom_json",
|
||||
),
|
||||
path(
|
||||
"case/<int:pk>/dicom_json",
|
||||
views.case_dicom_json,
|
||||
|
||||
Reference in New Issue
Block a user