.
This commit is contained in:
+4
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user