add rcr platform changes
This commit is contained in:
@@ -4,6 +4,8 @@ from django.urls import reverse
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
import reversion
|
||||
|
||||
from atlas.models import Condition
|
||||
|
||||
# Create your models here.
|
||||
|
||||
@reversion.register()
|
||||
@@ -60,6 +62,8 @@ class Item(models.Model):
|
||||
completed_radiology = models.BooleanField(default=False)
|
||||
completed_oncology = models.BooleanField(default=False)
|
||||
|
||||
radiology_condition = models.ManyToManyField(Condition, blank=True, related_name="rcr_migration_item")
|
||||
|
||||
class Meta:
|
||||
ordering = ("pk",)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user