.
This commit is contained in:
+4
-1
@@ -30,7 +30,7 @@ from anatomy.models import Modality
|
|||||||
|
|
||||||
from generic.models import (
|
from generic.models import (
|
||||||
Examination,
|
Examination,
|
||||||
Condition,
|
#Condition,
|
||||||
Sign,
|
Sign,
|
||||||
ExamBase,
|
ExamBase,
|
||||||
Plane,
|
Plane,
|
||||||
@@ -79,6 +79,9 @@ class Condition(models.Model):
|
|||||||
|
|
||||||
synonym = models.ManyToManyField("self", blank=True)
|
synonym = models.ManyToManyField("self", blank=True)
|
||||||
|
|
||||||
|
def __str__(self) -> str:
|
||||||
|
return self.name
|
||||||
|
|
||||||
|
|
||||||
@reversion.register
|
@reversion.register
|
||||||
class Case(models.Model):
|
class Case(models.Model):
|
||||||
|
|||||||
Reference in New Issue
Block a user