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 -1
View File
@@ -29,7 +29,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,
@@ -44,6 +43,7 @@ from generic.models import (
QuestionNote,
SeriesBase,
SeriesImageBase,
Modality,
)
# from generic.models import Examination, Site, Condition, Sign