.
This commit is contained in:
+1
-1
@@ -242,7 +242,7 @@ class SeriesBase(models.Model):
|
||||
return "{}{}{}".format(examination, plane, contrast)
|
||||
|
||||
def get_image_urls(self):
|
||||
images = [f"dicomweb:{REMOTE_URL}{i.image.url}" for i in self.images.all()]
|
||||
images = [f"{REMOTE_URL}{i.image.url}" for i in self.images.all()]
|
||||
|
||||
return ",".join(images)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user