This commit is contained in:
Ross
2021-11-25 22:24:46 +00:00
parent 141265d37a
commit b4f882882d
+4 -1
View File
@@ -30,7 +30,7 @@ from anatomy.models import Modality
from generic.models import (
Examination,
Condition,
#Condition,
Sign,
ExamBase,
Plane,
@@ -79,6 +79,9 @@ class Condition(models.Model):
synonym = models.ManyToManyField("self", blank=True)
def __str__(self) -> str:
return self.name
@reversion.register
class Case(models.Model):