This commit is contained in:
Ross
2024-02-13 22:30:24 +00:00
parent 92fca51b79
commit 29bea3d63a
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -612,13 +612,11 @@ class Series(SeriesBase):
return series_json
def get_ohif_dicom_json(self, case_title_as_patient_name = True):
def get_ohif_dicom_json(self):
series_json = []
series_json.append(self.get_series_dicom_json())
patient_name = ""
if case_title_as_patient_name:
patient_name = self.title
return {
"studies": [
+1 -1
View File
@@ -26,7 +26,7 @@
show
</button>
<button class="open-series" data-target="{% url 'atlas:collection_viva_series' collection.pk series.pk %}">
show
open
</button>
<br>
</span>