This commit is contained in:
Ross
2021-01-21 18:10:14 +00:00
parent 7b8dcdf3dc
commit 951bf845d7
3 changed files with 25 additions and 2 deletions
+2 -2
View File
@@ -142,8 +142,8 @@ class Rapid(models.Model):
Region,
blank=True,
help_text="Region of the abnormality (laterality independent)")
examination = models.ForeignKey(
Examination, help_text="Name of the (primary) examination", on_delete=models.SET_NULL, null=True)
examination = models.ManyToManyField(
Examination, help_text="Name of the (primary) examination")
laterality = models.CharField(
max_length=20,
choices=LATERALITY_CHOICES,