.
This commit is contained in:
@@ -214,6 +214,9 @@ class SeriesFindings(models.Model):
|
||||
findings = models.ManyToManyField(Finding, blank=True)
|
||||
annotation_json = models.TextField(null=True, blank=True)
|
||||
|
||||
def __str__(self) -> str:
|
||||
return f"{self.series.id}/{self.description}"
|
||||
|
||||
@reversion.register
|
||||
class Series(models.Model):
|
||||
modality = models.ForeignKey(
|
||||
|
||||
Reference in New Issue
Block a user