migrate examinations to generic model (and start adding mangament)
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user