migrate examinations to generic model (and start adding mangament)

This commit is contained in:
Ross
2023-06-19 12:37:55 +01:00
parent 154494e4b0
commit 6c1fd3ae2f
21 changed files with 429 additions and 64 deletions
+1 -2
View File
@@ -25,8 +25,6 @@ import string
from collections import defaultdict
from helpers.images import image_as_base64, pretty_print_dicom
from anatomy.models import Modality
from generic.models import (
CidUser,
CidUserGroup,
@@ -41,6 +39,7 @@ from generic.models import (
SeriesImageBase,
UserAnswerBase,
UserUserGroup,
Modality
)
# from generic.models import Examination, Site, Condition, Sign