.
This commit is contained in:
+2
-2
@@ -142,8 +142,8 @@ class Rapid(models.Model):
|
||||
Region,
|
||||
blank=True,
|
||||
help_text="Region of the abnormality (laterality independent)")
|
||||
examination = models.ManyToManyField(
|
||||
Examination, help_text="Name of the (primary) examination")
|
||||
examination = models.ForeignKey(
|
||||
Examination, help_text="Name of the (primary) examination", on_delete=models.SET_NULL, null=True)
|
||||
laterality = models.CharField(
|
||||
max_length=20,
|
||||
choices=LATERALITY_CHOICES,
|
||||
|
||||
Reference in New Issue
Block a user