add a field to store dicom tags for the ohif viewer
This commit is contained in:
@@ -185,6 +185,7 @@ class SeriesImageBase(models.Model):
|
||||
series = models.ForeignKey(
|
||||
"Series", related_name="images", on_delete=models.SET_NULL, null=True
|
||||
)
|
||||
dicom_tags_ohif = models.JSONField(help_text="Holds the dicom tags required for the OHIF viewer", blank=True, null=True)
|
||||
|
||||
class Meta:
|
||||
ordering = ["position"]
|
||||
|
||||
Reference in New Issue
Block a user