This commit is contained in:
Ross
2021-08-19 15:22:07 +01:00
parent 479f910632
commit b8c2926c41
5 changed files with 262 additions and 165 deletions
+5
View File
@@ -378,6 +378,11 @@ class RapidImage(models.Model):
on_delete=models.CASCADE)
image = models.FileField(upload_to=image_directory_path)
image_annotations = models.TextField(
blank=True,
help_text="Stores a JSON representation of annotations to be applied by cornerstonetools",
)
feedback_image = models.BooleanField(default=False)
def image_tag(self):