.
This commit is contained in:
@@ -308,6 +308,9 @@ class Rapid(models.Model):
|
||||
#def GetNonFeedbackQuestionImages(self):
|
||||
#return self.get_images()
|
||||
|
||||
def get_image_annotations(self):
|
||||
return ",".join(["".format(i.image_annotations) for i in self.get_images()])
|
||||
|
||||
def get_laterality_string(self):
|
||||
if self.laterality == self.NONE:
|
||||
s = ""
|
||||
|
||||
Reference in New Issue
Block a user